@import url('https://fonts.googleapis.com/css?family=Roboto');

* {font-family: 'Roboto', sans-serif;}

body {
	background: #f0f8ff;
}

.text-justify {
	width: 100%;
	text-align: justify ;
}

.logo {
	float: left;
	margin-right: 30px;
}
h1 {
	font-weight: bold;
}
h2 {
	color: #888;
	font-size: 20px;
}

.content {
	font-size: 16px;
}

@media (max-width: 768px) {
.logo {
	display: block;
	float: none;
	margin: 0 auto;
	text-align: center;
}
h1,h2 {text-align: center;}
}
@media (min-width: 992px) {
}
@media (min-width: 1200px) {
}


