@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;
}
table {
	border:solid 1px #333;
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: auto;
}
table th {
	border: solid 1px #333;
	text-align: center;
	padding: 6px;
	background: #f8e58c;
}
table td {
	border: solid 1px #333;
	text-align: center;
	padding: 6px;
	background: #fff;
}
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 {
    text-align: center;

}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-size: 100%;
    margin:0;
    padding:0;
    color:#333;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border: 0;
}

/* Custom CSS
 * --------------------------------------- */
body{
	font-family: arial,helvetica;
	color: #333;
	color: rgba(30,30,30,0.9);
}
.wrap{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	position: relative;
}
h1{
	font-size: 2.4em;
	font-weight: bold;
}
h2{
	font-size: 1.8em;
	font-weight: bold;
}
p{
	font-size: 1.6em;
}
.section{
	text-align:center;
}

/* Menu
 * --------------------------------------- */
 #menu{
	position:fixed;
	top:0;
	left:0;
	z-index: 70;
	width: 100%;
	padding: 0;
	margin:0;
	background:#efefef;
	background: rgba(240,240,240,0.01);
}
#menu h1{
	margin: 1px 5px;
	color: #111;
}
#menu h1 a{
	color: #111;
}
#menu h1 span.caption{
	color: #111;
	font-size: 0.5em;
}
#menu li {
	font-size: 1.4em;
	display:inline-block;
	margin: 5px;
	color: #000;
	background:#fff;
	background: rgba(255,255,255, 0.5);
	-webkit-border-radius: 2px; 
            border-radius: 2px; 
}
#menu li.active{
	background:#666;
	background: rgba(0,0,0, 0.5);
	color: #fff;
}
#menu li a{
	text-decoration:none;
	color: #333;
}
#menu li.active a:hover{
	color: #333;
}
#menu li:hover{
	background: rgba(255,255,255, 0.9);
}
#menu li a,
#menu li.active a{
	padding: 6px 16px;
	display:block;
}
#menu li.active a{
	color: #fff;
}

/* Sections
 * --------------------------------------- */
#section0 h2.caption{
	font-size: 2.4em;
	color: #fff;
	font-weight: bold;
	border: 8px #ffffff solid;
	width:70%;
	margin: auto;
	padding: 20px;
}
#section0 img,
#section1 img,
#section2 img,
#section3 img,
#section4 img{
	border: 0;
	margin: 10px 5px;
}
.intro p{
	width: 70%;
	margin: 0 auto;
	font-size: 1.2em;
	line-height: 1.2em
}
.intro p.caption{
	width: 70%;
	margin: 5px auto;
	font-size: 1.2em;
	font-style: italic;
	color: #333;
	color: rgba(0,0,0,0.9);
}

/* Navigation
 * --------------------------------------- */
#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;
}

/* Sections
 * --------------------------------------- */
#section0,
#section1,
#section2,
#section3{
	background-size: cover;
}
#section0{
	background-image: url(imgs/bg0.jpg);
	padding: 3% 0 0 0;
}
#section1{
	background-image: url(imgs/bg1.jpg);
	padding: 3% 0 0 0;
}
#section2{
	background-image: url(imgs/bg2.jpg);
	padding: 3% 0 0 0;
}
#section3{
	background-image: url(imgs/bg3.jpg);
	padding: 3% 0 0 0;
}
#section4{
	padding: 3% 0 0 0;
}
