/* CSS Document */

@import 'https://fonts.googleapis.com/css?family=Quicksand|Sanchez';

body {
	background-color: #87a9b2;
}

#header {
	background-color: #3c4a53;
	width: 100%;
	height: 40px;
	position: fixed;
	margin-top: -20px;
	margin-left: -20px;
	margin-right: -20px;
	padding-top: 40px;
	padding-right: 10px;
	padding-left: 30px;
}

#header h1 {
	float: left;
	margin-top: -8px;
	font-family: "Quicksand", Helvetica, sans-serif;
	color: #a8ad5b;
}

#menu {
	float: right;
	list-style-type: none;
	padding-left: 0px;
	padding-right: 30px;
	padding-top: 4px;
	margin: 0px;
	width: 320px;
	font-family: "Sanchez", "Times New Roman", Times, serif, sans-serif;
	position
	margin-bottom: 30px;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}

#menu li {
	display: inline;
	float: left;
}

#menu li a {
	text-decoration: none;
	color: #c5bc8e;
	display: inline-block;
	width: 80px;
}

nav li:last-child a {
    border-right: 0;
}

nav a:hover, nav a:active {
    text-shadow: 1px 1px 0px #283744;
	color: #e87b5a;
}

nav a#pull {
    display: none;
}

@media only screen and (max-width : 680px) {
    nav {
        border-bottom: 0;
    }
    nav ul {
        display: none;
        height: auto;
    }
    nav a#pull {
        display: block;
        background-color: #3c4a53;
        width: 100%;
        position: relative;
    }
    nav a#pull:after {
        content:"";
        background: url('images/hamburger_02.png') no-repeat;
        width: 30px;
        height: 30px;
        display: inline-block;
        position: absolute;
        right: 40px;
        top: 10px;
    }
}

@media only screen and (max-width : 370px) {
    nav li {
        display: block;
        float: none;
        width: 100%;
    }
    nav li a {
        border-bottom: 1px solid #576979;
    }
}

#slide {
	text-align: center;
	width: 100%;
	height: 558px;
}

#content {
	width: 100%;
	overflow: auto;
	text-align: center;
}

.mainslide {
	margin-top: 20px;
}

#footer {
	width: 100%;
	overflow: auto;
	text-align: center;
	z-index: 100;
}