@charset "UTF-8";

/* Layout Small Screens */


header {
	height: 50px;
	background: #629080;
}

.companylogo {
	height: 70px;
	padding: 3px;
	background-image: url(../images/JBC_LOGO_SMALL.png);
	background-position: center;
	background-repeat: no-repeat;
}

footer { font-size: .7em; font-weight: 300; color: #FFF; background-color: #629080; padding: 2px; }
a { color: #260859; text-decoration: none; font-weight: 700 }

h1 { font-size: 2em; font-weight: 300; line-height: 0.9em ;margin: 5px 0 5px 0; }

p { font-size: .8em; line-height: 1.2em; }


