body{
	background-color: #2F3137;
}
html{
	scroll-behavior: smooth;
}
h1 a{
	text-decoration: none;
	color: #FBFBFB;
	 position: fixed;
	 top: 40px;
	 left: 40px;
	 z-index: 6;
	 font-size: 20px;
	 font-weight: 900;
	 font-family: sans-serif;
	 text-shadow: 1px 1px #030303;
}
 body h1 > span {
	 text-transform: none;
	 opacity: 0.5;
	 font-weight: 300;
	 font-size: 12px;
}
/*Hamburger css start*/
 body input + label {
	 position: fixed;
	 top: 40px;
	 right: 40px;
	 height: 20px;
	 width: 15px;
	 z-index: 5;
}
 body input + label span {
	 position: absolute;
	 width: 100%;
	 height: 2px;
	 top: 50%;
	 margin-top: -1px;
	 left: 0;
	 display: block;
	 background: #FBFBFB;
	 transition: 0.5s;
}
 body input + label span:first-child {
	 top: 3px;
}
 body input + label span:last-child {
	 top: 16px;
}
 body label:hover {
	 cursor: pointer;
	 opacity: 70%;
}
 body input:checked + label span {
	 opacity: 0;
	 top: 50%;
}
 body input:checked + label span:first-child {
	 opacity: 1;
	 transform: rotate(405deg);
}
 body input:checked + label span:last-child {
	 opacity: 1;
	 transform: rotate(-405deg);
}
 body input ~ nav {
	 list-style: none;
	 background: #d9a045;
	 position: fixed;
	 top: 0;
	 left: 0;
	 width: 100%;
	 height: 100px;
	 z-index: 3;
	 transition: 0.5s;
	 transition-delay: 0.5s;
	 overflow: hidden;
}
 body input ~ nav > ul {
	 background-color: none;
	 list-style: none;
	 text-align: left;
	 position: absolute;
	 top: 20%;
	 left: 10%; /* Shrank this to widen the menu to make sure all the buttons wound up in a row */
     visibility: hidden; /* Hides orange menu when hamburger menu is closed */
}
 body input ~ nav > ul > li {
	 opacity: 0;
	 transition: 0.5s;
	 transition-delay: 0s;
}
 body input ~ nav > ul > li > a {
	 text-decoration: none;
	 text-transform: uppercase;
	 text-shadow: 1px 1px #a1a1a1;
	 color: #3d3d3d;
	 font-weight: 700;
	 font-family: sans-serif;
	 font-size: 24pt;
	 display: block;
	 padding: 10px;
}
body input ~ nav > ul > li > a:hover{
color: white;
}
 body input:checked ~ nav {
	 height: 100%;
	 transition-delay: 0s;
}

body input:checked ~ nav > ul {
		visibility: visible;
		list-style: none;
}

 body input:checked ~ nav > ul > li {
	 opacity: 1;
	 transition-delay: 0.5s;
}
/*hamburger css end*/
h2{
	color: #FBFBFB;
 	font-size: 20px;
	text-align: center; 
	 font-weight: 900;
	 font-family: sans-serif;
	 text-shadow: 1px 1px #030303;
}	
.missiontext{
	margin-left: auto;
	margin-right: auto;
    width: 50%;
	padding: 15px;
    text-shadow: 1px 1px #2F3137;
    color: #FBFBFB;
    text-align: center;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	text-shadow: 1px 1px #030303;
    text-indent: 5px;
    background-color: #698C35;
    font-size: 12pt;
}
footer{
    background-color: #d9a045;
    display: block;
    margin-top: 20px;
    margin-left: 0px;
    padding-top: 30px;
    padding-bottom: 30px;
	text-align: center;
}
.footertext{
	margin-left: auto;
	margin-right:auto;
	text-decoration: none;
	color: #3d3d3d;
	font-size: 16pt;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-weight: bold;
	text-shadow: 1px 1px #a1a1a1;
}
footer a:hover {
	color: white;
}
.footertexta{
	text-align: center;
	text-decoration: none;
	color: #3d3d3d;
	font-size: 16pt;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-weight: bold;
	text-shadow: 1px 1px #a1a1a1;
}
.vert{
	visibility: hidden;
}
@media screen and (max-width: 700px) {
	img{
		width: 90%;
		margin: auto;
	}
	footer{
    background-color: #d9a045;
    display: block;
    margin-top: 20px;
    margin-left: 0px;
    padding-top: 30px;
    padding-bottom: 30px;
	text-align: center;
}
	.vert{
		visibility: visible;
	}
footer a:hover {
	color: white;
}
.footertext{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	text-decoration: none;
	color: #3d3d3d;
	font-size: 16pt;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-weight: bold;
	text-shadow: 1px 1px #1a1a1a;
}
.footertexta{
	text-align: center;
	text-decoration: none;
	color: #3d3d3d;
	font-size: 16pt;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-weight: bold;
	text-shadow: 1px 1px #1a1a1a;
}
}