@import url('https://fonts.googleapis.com/css?family=Amatic+SC|Ubuntu+Condensed|Neucha|Roboto:300,300i,400,400i,500,500i,700,900,900i&subset=latin-ext');
*{
	font-family: 'Roboto', sans-serif;
}
body {
	margin: 0;
}
.logo {
	text-align: center;
}
.logo img {
	width: 320px;
	margin: 10px
}
h1 {
	text-align: center;
	max-width: 510px;
	margin: 70px auto;
	font-size: 20px;
	color: #0c48db;
	padding: 0 5px;
}
.text {
	text-align: center;
	max-width: 510px;
	margin: 70px auto;
	font-size: 25px;
	color: #333;
	padding: 0 5px;
}
@media all and (max-width: 1200px) and (min-width: 992px){

}
@media all and (max-width: 991px) and (min-width: 768px){

}

@media all and (max-width: 767px) and (min-width: 100px){

}

@media all and (max-width: 575px) and (min-width: 100px){

}

@media (max-width: 320px){

}