body { 
	background-color: #fff;	
	width: 80%;
	font-family: 'Oswald', sans-serif !important; font-size: 16px !important;
	margin: 0 auto;
}

@media (max-width: 600px) {
	body { background-color: #fff; width: 98%; font-family: 'Oswald', sans-serif !important; font-size: 16px !important; margin: 0 auto; }
}

div.logo-bar { width: 500px; height: auto; margin: 0 auto; }

.hidden {
	overflow: hidden;
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    clip: rect(0 0 0 0);
}

img.brand-logo { width: auto; height: auto; margin: 10px auto; }

.main { text-align: center; }

a {color: #ffc100; text-decoration: none;}
a:hover, a:active {color: #a2a2a2; text-decoration: none;}
em {text-decoration: none;}
i {text-decoration: none;}

p {font-family: 'Oswald', sans-serif !important; font-size: 16px !important;}

h1, h2, h3, h4, h5, h6 {font-family: 'Montserrat', sans-serif !important;}
h1, .h1 {font-size: 2.5em;}
h2, h2 {font-size: 2em;}
h3, .h3 {font-size: 1.8em;}
h4, .h4 {font-size: 1.5em;}
h5 {font-size: 1.2em;}
h6 {font-size: 1em;}