@charset "utf-8";
/* CSS Document */

body{   
	
	background-color: darkseagreen;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
	
}

.gallery{
	display: flex;
	justify-content: center;
	height: 400px;
	margin-top: 100px;
	list-style-image: none;
	list-style-type: none;
	margin-bottom: 25px;
}

.tophalf{
	display:flex;
	align-items:center;
	margin: 0px 15px;
	flex-direction: row-reverse
}

.container{
	display:flex;
	align-items: flex-end;
	margin: 0px;
}

header{
	color: white;
	margin:0px;
	width:100vw;
	height:auto;
	border-bottom: medium solid white;
	position:absolute;
	text-decoration: underline;
}
.nav{
	list-style-type: none; 
	list-style-image: none;
	background-color: #1c3900;
	margin: 0px;
	
}

.navtype{
	text-transform:uppercase;
	font-family: "futura-pt", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size:30px;
	margin: 0px;
	z-index:3;
}
ul {
	list-style: none;
	display:flex;
	justify-content:space-around;
	height: 100px;
	align-items: center;
}

.subhead{
	font-family: futura-pt, sans-serif;
	font-weight: 800;
	font-style: normal;
	text-transform: uppercase;
	font-size: 110px;
	color: #1c3900;
	letter-spacing: -4px;
	position: absolute;
	top: 500px;
	padding: 3px 20px
}