header{
	width:100%;
	height: auto;
	position:relative;
}

body{
	background-color:black;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
}

main{
	position:relative;
	height: 100vh;
	width:100%;
}


menu{
	width: 100%;
    height:auto;
    margin: 30px auto;
    text-align: center;
   /* background-color: dimgray;*/
	padding:1%;
	position:relative;
}


h1{
	opacity:1;
	color:#008000;
	text-align: center;
	font-style:italic;
	font-weight: 100;
	margin:0 auto;
	position:relative;
	
}

.links{
    width: 80%;
    height: 50px;
    font-size: 18pt;
    position: relative;
    background-color: #004d00;
    line-height: 2.1;
    color: white;
    cursor: pointer;
    margin: 1% auto;
    border-radius: 20px;
	min-width:325px;
}

.links:hover{
	background-color:forestgreen;
}

#logo{
  	width: 50%;
    position: relative;
    margin: 0 auto;
	margin-bottom:20px;
	
}

.icon{
    width: 40px;
    height: 40px;
    display: inline-block;
    position: absolute;
    left: 1%;
    top:10%;
}

span{
	/*background-color:black;*/
}
img{
	width:100%;
	height: auto;
}

a{
	text-decoration:none;
	color:White;
}

footer{
	color: white;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-size:x-large;
}

.credits{
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	opacity:0.1;
	color:white;
	font-style:italic;
	font-size:11pt;
	text-align: center;
	
}