body{
	background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("images/background.jpg") no-repeat center center fixed;
	background-size: cover;
	background-color: #252525;
	color: #e0e0e0;
}

.logo{
	display: block;
	width: 400px;
	padding-top: 30px;
	margin-left: auto;
    margin-right: auto;
	max-width: 80vw;
}

.title{
	text-align: center;
	font-size: 36px;
	text-shadow: 0px 0px 4px #000;
	padding-top: 160px;
}

.desc{
	text-align: center;
	font-size: 24px;
	text-shadow: 0px 0px 4px #000;
}

.desc a:link {
	color: #c2d4ff;
	text-decoration: none;
}

.desc a:visited {
	color: #c2d4ff;
	text-decoration: none;
}

@media only screen and (max-width: 1199px) and (orientation: portrait) {
	.logo{
		width: 1000px;
		padding-top: 30px;
	}
}
@media only screen and (max-width: 1199px) and (orientation: landscape) {
	.logo{
		width: 400px;
		padding-top: 15px;
	}
}

@media only screen and (min-width: 1200px) {
	.logo{
		width: 400px;
		padding-top: 30px;
	}
}
