html{
	font-size: 16px;
}

body{
	font-family: 'Open Sans','Montserrat', sans-serif;
	color: #f2f2f2;
}
/**grid**/
.full-width{
	max-width: 1200px;
	margin: 0 auto;
	width: 90%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-flow: row wrap;
}
.half-width{
	max-width: 600px;
	width: 90%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-flow: row wrap;
}

.dark{
	background: #fbaf11;
	color:#095156;
	padding: 15px;
}

img {
	max-width:100%;
}

ul {
	margin: 0;
}

/**header**/

header{
	background: url('../img/hera.png');
	background-size: cover;
	text-align: center;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-flow: row wrap;
}

header h1{
	color: #fbaf11;
	font-weight: bold;
	font-size: 1.75em;
	text-shadow: 1px 1px 1px #095156;
	margin: 0;
	padding: 38px 20px 20px 20px;
	width: 100%;
}

header nav {
	padding: 20px 0;
	width: 100%;
}

header nav ul{
	margin: 0;
	padding: 0;
}

header nav ul li{
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1em;
	padding: 10px 0;
	list-style: none;
}

header nav ul li a{
	text-decoration: none;
	color:#3c5471;
}

header a:hover{
	color:#fbaf11;
	font-weight:bold;
}

header h2{
	min-width: 1000px;
	color: #3c5471;
	font-family: 'Kaushan Script', cursive;
	font-size: 72px;
	line-height: 80px;
	margin-bottom: 30px;
	padding: 20px 0 20px 25px;
	text-align: center;
} 
header p{
	width: 1000px;
	color: #095156;
	font-family: 'Open Sans', sans-serif;
	font-size: 48px;
	padding-top: 100px;
	padding-bottom: 100px;
	text-align: center;
}
header p span{
	color: #fbaf11;
	font-weight: bold;
	text-shadow: 1px 1px 1px #095156;
}
/**work**/

#work{
	background-color: #d9d9d9;
}

#work .full-width{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-flow: row wrap;
	padding: 2em 0;
}
#work h3{
	color: #095156;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.875em;
	font-weight: 600;
	margin-top: -100px;
	text-align: center;
	width:1200px;
}
#work .rogue img .rogue-thumbnail{
	margin-left: 25px;
	padding-bottom: 30px;
	width:600px;
}

#work .jubilee img .jubilee-thumbnail{
	margin-left: 25px;
	padding-bottom: 30px;
	width:600px;
}

#work .holstee img .holstee-thumbnail{
	margin-left: 25px;
	padding-bottom:30px;
	width:600px;
}
#work h4{
	font-family: 'Montserrat', sans-serif;
	font-size: 1.25em;
	font-weight: bold;
	color: #095156;
	line-height: 20px;
	width: 600px;
	margin-left: 25px;
}
#work p{
	font-family: 'Open Sans', sans-serif;
	font-size: 1.25em;
	font-weight: normal;
	color: #095156;
	line-height:20px;
	width: 600px;
	margin-left: 25px;
	padding: 15px;
}
/**about **/
#about{
	background: #b3b3b3;
}

#about.full-width{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-flow: row wrap;
	padding: 0 0 0 0;
}
#about h3{
	color: #095156;
	font-family: 'Open Sans', sans-serif;
	font-size:1.875em;
	font-weight: bold;
}

#about.about img{
	margin-left: 25px;
	width: 600px;
	padding-top: 10px;
}

#about h4{
	color: #095156;
	font-family: 'Montserrat', sans-serif;
	font-size:1.5em;
	font-weight: bold;
}
#about p {
	color: #095156;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.25em;
	line-height: normal;
}

/**contact**/
#contact{
	background:#f2f2f2;
}

#contact .full-width{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-flow: row wrap;
	padding: 20px 0;	
}
#contact h3{
	color: #095156;
	font-family: 'Open Sans', sans-serif;
	font-size:1.875em;
	font-weight: 600;
	text-align: center;
}
#contact p{
	color:#095156;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.125em;
	text-align: center;
}
#contact h4{
	color: #095156;
	font-family:'Montserrat', sans-serif;
	font-size: 1.125em;
	font-weight: bold;
}

#contact ul{
	list-style: none;
}
#contact ul li{
	display:inline-block;
}

#contact p{
	color:#095156;
	font-family:'Open Sans', sans-serif;
	font-size: 1.5em;
	font-style: italic;
}

/**footer**/

footer{
	background: #3c5471;
	font-family: 'Open Sans', sans-serif;
	color: #fbaf11;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-flow: row wrap;
	padding: 20px;
	text-align: center;
}

@media only screen and (min-width: 768px) {
	#work
	#about
	#contact{
		justify-content: space-between;
		align-items: flex-start;
		
	}

	.full-width
	.half-width{
		border-top: none;
		flex-basis: 45%;
	}

	#about{
		padding: 0 20px;
	}

	#contact{
		padding: 0 20px;
	}
}


@media only screen and (min-width: 1200px) {
	header {
		justify-content: space-between;
	}

	header h1{
		width: 30%;
		padding: 0;
		border-bottom: none;
		text-align: left;
	}
	
	header nav {
		width: 100%;
	}

	header nav ul {
		display: flex;
		justify-content: space-between;
	}

	#contact nav {
		width: 100%;
	}

	#contact nav ul{
		display: flex;
		justify-content: space-between;
	}
}

