@charset "UTF-8";
#site {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FFF;
}

body {
  background: url(seamless7.gif) repeat center center fixed; 
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

 #rename to body {
	min-height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #000;
	color: #FFF;
	font-family: 'Exo 2', sans-serif;
}

#navbar {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

#content {
	width: 100%;
	min-height: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	color: #FFF;
}


#logo {
 position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

hr 
{height:12px; border:none; color:#595959; background-color:#595959; width:60%; text-align:center; margin: 0 auto;}

.fill {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden
}
.fill img {
    flex-shrink: 0;
    min-width: 100%;
    min-height: 100%
}

.head {
  position: absolute;
overflow: auto;
padding: 0px;
margin: 0px;
}

li{
background:#000000;
color:#FFFFFF;
padding: 20px;
width: 700px;
min-height: 50px;
float: center;
-webkit-transition-property: background;
-webkit-transition-duration: 0.3s;
-webkit-transition-timing-function: ease;
text-align: left;
font-family:verdana,helvetica,arial;
font-size:32px;
margin-bottom: 40px;
clear: left;
border-radius: 6px;
box-shadow: 0px 8px 18px black;

}

li:hover {
background:#6fb407;
cursor:pointer; cursor:hand;
font-size:18px;
text-align: center;
color:#FFFFFF;
padding: 20px;
width: 700px;
min-height: 50px;
float: center;
-webkit-transition-property: background;
-webkit-transition-duration: 0.3s;
-webkit-transition-timing-function: ease;
text-align: left;
font-family:verdana,helvetica,arial;
font-size:32px;
margin-bottom: 40px;
clear: left;
border-radius: 25px;
box-shadow: 0px 1px 12px black;
}

ul {
margin: 0px;
padding: 0px;
list-style-type:none;
}

a {color: #FFFFFF; text-decoration: none;}
a:hover {color: #FFFFFF; text-decoration: none;}
a:visted {color: #FFFFFF; text-decoration: none;}

.siteheader{
    position: sticky;
    top: 0;
}

