body{
	font-family: Montserrat, Tahoma, helvetica;
	font-size:15px;
	line-height:1.5;
	padding:0;
	margin:0;
	background-color:#f4f4f4
}

.container{
	width:80%;
	margin:auto;
	overflow:hidden;
}

ul{
	margin:0;
	padding:0;
}

header{
	background:url('../img/header.jpg');
	color:#ffffff;
	padding-top:30px;
	min-height:100px;
	border-bottom:#0D8136 3px solid;
}

header a{
	color:#000000;
	text-decoration:none;
	text-transform:uppercase;
	font-size:20px;
}

header li{
	float:left;
	display:inline;
	padding: 0 20px 0 20px;
}

header #branding{
	float:left;
}	

header #branding img{
	width:400px;
}

header nav{
	float:right;
	margin-top:50px;
}

header .highlight, header .current a{
	color:#EC681C;
}

header a:hover{
	color:#43AB38;
}

#showcase{
	min-height:600px;
	background:url('../img/bg.jpg') no-repeat 0 -300px;
	background-color:#000000;
	background-position:center;
	text-align:right;
	color:#ffffff;
}

#showcase h1{
	margin-top:400px;
	font-size:55px;
	margin-bottom:10px;
	text-shadow: 2px 2px #000000;
}

#showcase p{
	font-size:20px;
	text-shadow: 2px 2px #000000
}

#showcase2{
	min-height:600px;
	background:url('../img/bg2.jpg') no-repeat 0 -300px;
	background-color:#000000;
	background-position:center;
	text-align:left;
	color:#ffffff;
}

#showcase2 h1{
	margin-top:400px;
	font-size:55px;
	margin-bottom:10px;
	text-shadow: 2px 2px #000000;
}

#showcase2 p{
	font-size:20px;
	text-shadow: 2px 2px #000000
}

#showcase3{
	min-height:600px;
	background:url('../img/bg3.jpg') no-repeat 0 -300px;
	background-color:#000000;
	background-position:center;
	text-align:left;
	color:#ffffff;
}

#showcase3 h1{
	margin-top:400px;
	font-size:55px;
	margin-bottom:10px;
	text-shadow: 2px 2px #000000;
}

#showcase3 p{
	font-size:20px;
	text-shadow: 2px 2px #000000
}

#boxes{
	margin-top:20px;
}

#boxes .box{
	float: left;
	text-align:center;
	width:30%;

}

#boxes .box img{
	width:380px;
}

#boxes .boxtext{
	margin-top:10px;
	float: center;
	text-align:center;
	width:100%;
	padding:10px;

}

#boxes .boximg1 {
	margin-bottom:20px;
	box-shadow: 0px 5px 5px grey;
	float: left;
	text-align:center;
	width:100%;
	padding:10px;
    background: url('../img/pic-01.jpg');
	background-position:center;
	height:400px;
    background-size: cover;
}

#boxes .boximg2 {
	margin-bottom:20px;
	box-shadow: 0px 5px 5px grey;
	float: left;
	text-align:center;
	width:100%;
	padding:10px;
    background: url('../img/pic-02.jpg');
	background-position:center;
	height:400px;
    background-size: cover;
}

#boxes .boximg3 {
	margin-bottom:20px;
	box-shadow: 0px 5px 5px grey;
	float: left;
	text-align:center;
	width:100%;
	padding:10px;
    background: url('../img/pic-03.jpg');
	background-position:center;
	height:400px;
    background-size: cover;
}

#boxes .boximg4 {
	margin-bottom:20px;
	box-shadow: 0px 5px 5px grey;
	float: left;
	text-align:center;
	width:100%;
	padding:10px;
    background: url('../img/pic-04.jpg');
	background-position:center;
	height:400px;
    background-size: cover;
}

#boxes .boximg5 {
	margin-bottom:20px;
	box-shadow: 0px 5px 5px grey;
	float: left;
	text-align:center;
	width:100%;
	padding:10px;
    background: url('../img/pic-05.jpg');
	background-position:center;
	height:400px;
    background-size: cover;
}

footer{
	border-top:#0D8136 3px solid;
	padding:20px;
	margin-top:20px;
	color:#000000;
	background-color:#008CC3;
	text-align:center;
}

footer a{
	text-decoration:none;
	color:#ffffff;
}

@media(max-width: 870px){
	header #branding,
	header nav li,
	header #branding img,
	#boxes .box,
	#boxes .box img,
	#showcase{
		float:none;
		text-align:center;
		width:100%;
	}
	
	header nav{
		float:none;
		text-align:center;
		width:100%;
		margin-top:-10px;
	}
	
	header{
		padding-bottom:15px;
	}
	

}