﻿body {
	font-family: 'Play', sans-serif;
}

h1 {
	font-size: 25px;
}

h2 {
	font-size: 20px;
}

header {
	background-color: #132644;
	color:#fff;
	font-size:16px;
}

.header-left, .header-right {
	padding: 20px;
}

.webox {
	color: #000;
}

footer {
	background-color: #eee;
	padding: 25px;
}

.bName {
	display: none;
}

@media (min-width: 0px) and (max-width: 768px) {

	.header-left, .header-right {
		text-align: center !important;
	}
}
