@CHARSET "ISO-8859-1";
/* Reset CSS
 * --------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}
a{
	text-decoration:none;
	color: #EDE275;
}
table {
    border-spacing: 0;    
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
strong{
	font-weight: bold;
}
ol,ul {
    list-style: none;
    margin:0;
    padding:0;
}
caption,th {
    text-align: left;

}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-size: 100%;
    margin:0;
    padding:0;
    color:#444;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border: 0;
}


/* Custom CSS
 * --------------------------------------- */
body{
	/* font-family: arial,helvetica; */
	font-family: 'Droid Serif', serif;
	color: #333;
	color: rgba(0,0,0,1);
}
.wrap{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	position: relative;
}
h1{
	font-size: 3em;	
	line-height: 150%;
}

h2{
	font-size: 2em;	
	line-height: 150%;
}

p {
	font-size: 1.5em;
	line-height: 150%;
}
.section{
	text-align:center;
}
#menu li {
	width: 8px;
	height: 8px;
	margin: 10px;
	color: #000;
	background:#fff;
	background: rgba(225,225,225, 1);
	-webkit-border-radius: 10px; 
            border-radius: 10px; 
}
#menu li.active{
	background: rgba(237, 226, 117, 1);
	color: #fff;
}
#menu li a{
	text-decoration:none;
	color: #000;
}
#menu li.active a:hover{
	color: #000;
}
#menu li:hover{
	background: rgba(255,255,255, 0.8);
	background: #000;
}
#menu li a,
#menu li.active a{
	padding: 9px 18px;
	display:block;
}
#menu li.active a{
	color: #fff;
}
#menu{
	position:fixed;
	top:45%;
	left:97%;
	height: 40px;
	z-index: 70;
	width: 100%;
	padding: 0;
	margin:0;
}
#section0 img,
#section1 img{
	margin: 20px 0 0 0;
}	
#section2 img{
	margin: 20px 0 0 52px;	
}
#section3 img{
	bottom: 0px;
	position:absolute;
	margin-left: -420px;
}
.intro p{
	width: 100%; /* originally 50% */
	margin: 0 auto;
	font-size: 1.3em;
}

#fullPage-nav{
	position: absolute;
	z-index: 100;
	margin-top: -32px;
	top: 50%;
	opacity: 1;
}
#fullPage-nav li{
	display: block;
	width: 14px;
	height: 13px;
	margin: 7px;
}
#fullPage-nav li a{
	display: block;
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
}
#fullPage-nav li .active span{
	background: #333;
}
#fullPage-nav span{
	top: 2px;
	left: 2px;
	width: 8px;
	height: 8px;
	border: 1px solid #000;
	background: rgba(0, 0, 0, 0);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	z-index: 1;
}



.tableCell {
	position: relative;
}

#map-canvas {
        height: 100%;
		width: 80%;
        margin: auto;
        padding: 0px
}




/* Sections
 * --------------------------------------- */
 #section0,
 #section1,
 #section2,
 #section3,
 #section4,
 #section5,
 #section6 {
	background-size: cover;
 }
 #section0{
	background-image: url(imgs/car.jpg); 
	background-color: #FFFFFF;
	padding: auto 0px 0px 0px;
	
 }
  #section1{
	background-image: url(imgs/lace-small.jpg); 
	padding: 30% 0 0 0;
 }

#section0 h1, 
#section1 h1, 
#section2 h1, 
#section3 h1,
#section4 h1,
#section5 h1  {
	color: #000;
	/* background: rgba(237, 226, 117,0.51); */
	background: rgba(255, 255, 255, .51);
	text-align: left;
	width: 40%;
	min-width:320px;
	padding: 20px;
}
 
#section0 p, 
#section1 p, 
#section2 p, 
#section3 p,
#section4 p,
#section5 p {
	color: #FFF;
	background: rgba(0,0,0,0.6);
	align: left;
	text-align: left;
	width: 50%;
	min-width: 400px;
	margin: 0;
	padding: 20px;
 }
 
#section1 p {
	align: center;
	text-align: center; 
	margin: auto;
	width: 600px;
 }

 #section2{
	background-image: url(imgs/the-hoste.jpg); 
	padding: 30% 0 0 0;
 }
 #section3{
  	background-image: url(imgs/brancaster.jpg); 
	padding: 30% 0 0 0;
 }

 #section3 h1{
 	color:#000;
}
 #section4{
  	background-image: url(imgs/guerneys.jpg); 
	padding: 30% 0 0 0;
 }
  #section5{
  	background-image: url(imgs/bookshop.jpg); 
	padding: 30% 0 0 0;
 }
 #section6{
  	/* background-image: url(imgs/piano.jpg); */
	padding: 30% 0 0 0;
 }