body {
	overflow-x: auto;
	overflow-y: scroll;
}
body, html {
	height: 100%;
}
body {
	font-size: 10px;
	font-family: Arial,Helvetica,sans-serif;
}
a, abbr, acronym, address, applet, b, big, blockquote, body, button, caption, center, cite, code, dd, del, dfn, div, dl, dt, em, fieldset, font, footer, form, h1, h2, h3, h4, h5, h6, header, html, i, iframe, img, ins, kbd, label, legend, li, nav, object, ol, p, pre, q, s, samp, section, small, span, strike, strong, sub, sup, table, tbody, td, tfoot, th, thead, title, tr, tt, u, ul, var {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	color: inherit;
	text-decoration: none;
}
body {
	background-color: rgba(0,0,0,1);
	color: rgba(255,255,255,1);
}
.contact {
	font-family: 'Sarala', sans-serif;
}
#topbanner {
	margin: 4em auto 0 auto;
	max-width: 800px;
}
#topbanner .logo {
	float: right;
	width: 70%;
	text-align: center;
}
#topbanner .contact {
	float: left;
	width: 30%;
	font-size: 17px;
	line-height: 24px;
	text-align: left;
}
#imageandslogan .backgroundimage img {
	width: 1784px;
	height: 794px;
	object-fit: cover;
	object-position: 50% 50%;
}
#imageandslogan .slogan {
	font-size: 4em;
}