body {
	background-image: url("/img/bg_main.png");
	background-size: auto;
	background-repeat: repeat;
	font-family: 'Champagne & Limousines';
}

h3 {
	padding:10px;
	margin:auto;
	width: 350px;
	border-radius: 15px;
	background: rgba(16, 79, 99,0.5);
	box-shadow: 1px 1px 15px 2px rgba(0,0,0,0.6) inset; 
	margin-top: 10px;
}

#bgvid {
	position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url("/img/bg_main.png") no-repeat;
    background-size: cover; 
}

h1 {
	font-size: 40px;
}

.head_text {
	height:100px;
	width:850px;
	margin:auto;
	text-align:center;
	margin-top:50px;
	color: white;
	margin-top:50px;
}

.head_logo {
	width: 250px;
	margin:auto;
	margin-top: 25px;
}

.img_wrapper {
	height: 228px;
	width: 1008px;
	margin:auto;
	margin-top: 50px;
}

.circle {
	height:250px;
	width:306px;
	float:left;
	margin-left: 30px;
	
	opacity: 0.3;
	-webkit-transition: opacity 3s;
	transition: opacity 3s;
}
.circle:hover {
	opacity: 1;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}


.desc_wrapper {
	height: 50px;
	width: 1000px;
	margin:auto;
	border-radius: 50px;
	margin-top: 50px;
	background: rgba(16, 79, 99,0.5);
	box-shadow: 1px 1px 15px 2px rgba(0,0,0,0.6) inset; 
}

.desc {
	height: 50px;
	width: 250px;
	margin:auto;
	color: white;
	font-weight: bold;
	float:left;
	margin-left: 30px;
	text-align:center;
}


#desc_game p{
	margin-left: 60px;
}

#desc_hosting {
	margin-left: 70px;
}

#desc_page {
	margin-left: 110px;
}

#gameservers {
	background-image: url('../img/gameservers.png');
	background-repeat: no-repeat;
	background-position: contain;
}

#homepage {
	background-image: url('../img/homepage.png');
	background-repeat: no-repeat;
	background-position: contain;
	margin-top: 4px;
}

#hosting {
	background-image: url('../img/forums.png');
	background-repeat: no-repeat;
	background-position: contain;
	margin-top: -1px;
}

footer {
	height: 30px;
	width: 150px;
	position:fixed;
	bottom: 0;
	left: 50%;
}

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

footer a {
	padding: 12px;
	border-radius: 15px;
	background: rgba(16, 79, 99,0.5);
	box-shadow: 1px 1px 15px 2px rgba(0,0,0,0.6) inset; 
	
}
