@import "fonts/fonts.css";

body {
    font-family: 'Lato', 'Arial', sans-serif;
    font-weight: 300;
    text-rendering: optimizeLegibility;
    color: #3d3d3d;
}

body, ul, h1 {
    margin: 0;
    padding: 0;

}

#wrapper{
     width: 960px;
     margin: 0 auto;
}

#nav {

	background-image:url(header_bg.jpg);
	height: 111px;
}
/* ----------------- Navigation ----------------- */

nav ul {

    list-style: none;
	
    
    width: 960px;
}

nav ul li {
    float: left;
}

nav ul li a {
    display: inline-block;
	padding-left: 15px;
    padding-top: 75px;
    min-width: 80px;
    text-align: center;
	font-family: 'Shrikhand';
    color: #f0f0e1;
    font-size: 15px;
    text-decoration: none;
}

nav ul li a:hover {
    color: #aa8c50;
}

nav ul li a.active {
    color: #aa8c50;
}

/* ----------------- Section ----------------- */

section {
	width: 960px;
    height: 80vh;
    color: #f0f0e1;
}

section h1 {
    padding: 0px 0;
	font-family: 'Shrikhand';
	font-size: 18px;
	color: #f0f0e1;
}

/* ----------------- Utils ----------------- */

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

#s1 {
    background-image:url(s1_bg.jpg);
	height: 446px;
}
.welcome {
	display: inline-block;
	width: 400px;
	height: 300px;
	padding:15px;
	margin-left: 40px;
	margin-top: 40px;
	background-image:url(welcome_bg.jpg);
}
#s2 {
     background-image:url(s2_bg.jpg);
	height: 1098px;
	
}

#s3 {
     background-image:url(s3_bg.jpg);
	height: 576px;
}

#s4 {
 background-image:url(s4_bg.jpg);
	height: 609px
}
.map {
	display: inline-block;
}
#s5 {
 background-image:url(s5_bg.jpg);
	height: 1034px
}
.fixed {
    position: fixed;
    top: 0;
}