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

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

img:hover {
    transform: scale(1.1);
	transition: transform 0.3s ease-in-out;
}

h1{
	text-align: center;
	font-size: 3rem;
	margin: 10px 0px;

}

h2{
	text-align: center;
	font-size: 2rem;
}

footer {
	width: 100%;
	height: 200px;
	background-color: #1c3900;
}
.gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
	padding: 10px;
}

.image-container {
    width: 30%;
    margin: 20px 20px 80px 20px;
    text-align: center;
	position: relative;

}

.name1, .name2, .name3, .name4, .name5, .name6 {
    position: absolute;
    bottom: -70%;
    left: 50%;
	color:rgba(0,0,0,1.00);
	font-family: "Impact, Haettenschweiler", "Franklin Gothic Bold", "Arial Black", "sans-serif";
	font-size: 2rem;
    text-align: center;
    transform: translateX(-50%);
    padding: 25px;
}

.gallery{
	display: flex;
	justify-content: center;
	height: 400px;
	margin-top: 120px;
	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: 700px;
	padding: 3px 20px;
	
}