body{
	margin: 0 auto !important;
	width:100%;
	height:100%;
	background-color:#58658A;
	color:#D0D9F6;
}
a{
	text-decoration:none;
	color:#D0D9F6;
	
}
#container{
	margin: 0 auto;
	width:60vw;
	height:100%;
	padding:50px;
}
.nav{
	margin:0 auto;
	text-align:center;
	height:50px;
	font-size:30px;
  width: 100%;
}

.nav a:hover{
	 text-shadow: 0 0.015em #101010,0 -0.015em #D0D9F6,0.01em 0 #D0D9F6,-0.01em 0 #D0D9F6;
}


h1{
	text-align:center;
	margin-top:130px;
	font-size:50px;
}
h2{
	font-size:30px;
}
#content{
	padding:50px;
	text-align:center;
	font-size:25px;
	
}
img{
	height:550px;
}
p{
	font-size:30px;
}
#footer{
	position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: black;
  color: white;
  text-align: center;
}
span
{
	font-weight:bold;
}
.gallery img{
	height:230px;
	padding:20px;
	filter: grayscale(50%);
	transition:1s;
}
.gallery img:hover{
	filter:grayscale(0);
	transform: scale(1.1);
}
hr{
	display: block;
	height: 1px;
    border: 0;
	border-top: 1px solid #D0D9F6;
    margin: 1em 0;
	padding: 0;
}
.gallery{
	float:center;
}
#ads_bottom_static
{
	visibility:hidden;
}
