@font-face{
	font-family:bahnschrift;
	src:url("fonts/bahnschrift.ttf");
}

body{
	background-color:#adadad;
	color:#000;
	font-family: bahnschrift, Arial, Helvetica, sans-serif;
	font-size: 18px;
}

.wrapper{
	width:80%;
	background-color: #ededed;
	padding:5px 25px;
	margin:auto;
}
.centertext{text-align: center;}
h1{text-align: center;margin-bottom: 5px;}
h2{text-align: center;margin-top:5px;}
h3{margin-bottom: 10px;}
h4{margin-top:20px;margin-bottom: 5px;}
p{margin-top:5px;margin-bottom: 15px;}

@media only screen and (min-width:800px){
	body{
		font-size: 16px;
	}
	.wrapper{
		width:60%;
		padding:15px;
	}
	h1{
		font-size: 3rem;
	}
}