body {
	background:url('bg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	font-family: 'Cinzel', serif;
	color:#fff;
	font-size:1.2vw;
	text-align:center;
}

a {
	color:#6881ff;
}

.textbox {
	background:rgba(20, 20, 20, 0.8);
	width:50%;
	margin-left:auto;
	margin-right:auto;
	padding:30px;
}

.logocontainer {
	width:100%;
	margin-top:50px;
	margin-bottom:50px;
	text-align:center;
}

.logo {
	width:30%;
	margin-left:auto;
	margin-right:auto;
}


@media only screen and (max-width: 600px) {
	body {
		background:url('bgmob.jpg');
		background-size: 100vw 100vh;
		background-repeat: no-repeat;
		font-family: 'Cinzel', serif;
		color:#fff;
		font-size:4vw;
		text-align:center;
	}
	
	.textbox {
		background:rgba(20, 20, 20, 0.8);
		width:80%;
		margin-left:auto;
		margin-right:auto;
		padding:30px;
	}

	.logocontainer {
		width:100%;
		margin-top:50px;
		margin-bottom:50px;
		text-align:center;
	}

	.logo {
		width:70%;
		margin-left:auto;
		margin-right:auto;
	}
	
}

