/* #Reset & Basics (infotwistsolutions.com)
================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0px;
	padding: 0px;
	border: none;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* #Basic Styles
================================================== */
body {
	background: #fff;
	font: 14px/21px 'Oswald', sans-serif;
	color: #000;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
}
.banner-wrap {
	background-color: #ffcd00;
	height: auto;
	width: 100%;
}
.banner-wrap .logo {
	margin-right: auto;
	margin-left: auto;
	padding-top: 5%;
	padding-bottom: 5%;
	display: block;
	width: 30.6%;
}
.banner-wrap .logo img {
	width: 100%;
	height: auto;
}
.caption {
	text-align: center;
	width: 100%;
	padding-top: 4%;
	padding-bottom: 4%;
	font-size: 450%;
	font-weight: 300;
}
.copyright {
	text-align: center;
	padding-top: 3%;
	padding-bottom: 3%;
	font-size: 100%;
	font-weight: 300;
}
@media only screen and (min-width: 768px) and (max-width: 999px) {
.caption {
	font-size: 400%;
}
}
 @media only screen and (min-width: 480px) and (max-width: 767px) {
.caption {
	font-size: 300%;
}
}
 @media only screen and (min-width: 240px) and (max-width: 479px) {
.caption {
	font-size: 170%;
}
.copyright {
	font-size: 80%;
}
}
 @media only screen and (max-width: 239px) {
.caption {
	font-size: 100%;
}
.copyright {
	font-size: 50%;
}
}
