@charset "utf-8";
/* CSS Document */

body {
	background-color: #000000;
	background-image: url(images/underconstruction-bg.jpg);
	background-repeat:no-repeat;
	background-size:;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-position:center top;
	font-family: Arial, Helvetica, sans-serif;
}




/* img Classes */

.imgMain {
	justify-content:center;
    max-width:100%;
    height: auto;
    margin: auto;
    display:block;
	text-align:center;
	float: none;
	margin-top: 0;
}


	.logo {
		height: auto;
		width: 30%;
		display: block;
		margin-left: auto;
		margin-right: auto;
		margin-top: 20px;
	}




/* Text Classes */

h1 {
	font-family: 'Orbitron', sans-serif;
	font-size: 120%;
	color: #dfdfdf;
	font-style: normal;
	font-variant: normal;
	font-weight: 700;
	text-align: left;
	padding:10px;
}

p {
	font-family:Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
	font-size: 4vw;
	color: #fff;
	font-style: normal;
	font-variant: normal;
	font-weight: 100;
	text-align: center;
	padding:10px;
}



/* links */

a:link {
    font: Arial, Helvetica, sans-serif;
	font-size: .6vw;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
    font: Arial, Helvetica, sans-serif;
	font-size: .6vw;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
    font: Arial, Helvetica, sans-serif;
	font-size: .6vw;
	color: #cccccc;
	font-weight: bold;
	text-decoration: underline;
}

a:active {
    font: Arial, Helvetica, sans-serif;
	font-size: .6vw;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}


@media only screen and (max-width: 768px) {
	.logo {
		height: auto;
		width: 90%;
		display: block;
		margin-left: auto;
		margin-right: auto;
		margin-top: 10px;
	}
	
}
