/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
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;
}




body {text-align: center;font-family: sans-serif;}

h1 {font-family: 'Oswald', sans-serif;font-size: 50px; color: #901813; text-transform: uppercase;margin: 0;line-height: 50px;margin-top: 50px;letter-spacing: -0.06em}
h2 {font-family: 'Oswald', sans-serif;font-size: 30px; color: #313131; text-transform: uppercase;margin: 0;line-height: 30px;letter-spacing: -0.03em}
h3 {font-family: 'Oswald', sans-serif;font-size: 25px; color: #fff; text-transform: uppercase;margin: 0;line-height: 30px;letter-spacing: -0.03em}
p {margin: 1em 0;line-height: 1.4;}
em {font-style: italic;}
strong {font-weight: bold;}

#intro {max-width: 690px; margin: 40px auto 0;padding: 0 1em;}

#strip {float: left; width: 100%; margin: 20px 0;background: #901813;color: #d9d9d9;text-align: left}
#strip-inner {	padding: 30px 10%;	}
	
.strip-col {margin-bottom: 30px;}

img {max-width: 100%; height: auto;margin: 10px 0;transition: 0.5s;position: relative;border: 1px solid #b28382;}

a:hover img {border: 1px solid #fff;}

a {text-decoration: none;color: #901813;line-height: 1.2;}
a:hover {color: #000}

a span.title {font-weight: bold; display: inline-block; margin: 0.5em 0;}
a.button {font-weight: bold; display: inline-block; margin: 0.5em 0;border: 1px solid #fff; border-radius: 2px; padding: 0.5em 1em 0.4em;}


#strip a {color: #fff;}

#strip a.button:hover {color: #e6c6c5;border: 1px solid #e6c6c5}

#footer {padding: 30px 0; text-align: center;clear: both;}

#footer img {height: 40px; width: auto;}
#footer a img {border:none; margin: 15px; }

@media screen and (min-width: 375px) {
	h1 {font-size: 70px;line-height: 70px;}
}


@media screen and (min-width: 700px) {
	h1 {font-size: 100px;line-height: 100px;}
	h2 {font-size: 30px;line-height: 30px;}
}


@media screen and (min-width: 1000px) {
	h1 {font-size: 130px;line-height: 130px;}
	h2 {font-size: 40px;line-height: 40px;}
	
	#strip-inner {	padding: 30px 5%;	}
	.strip-col {
		width: 29.33%;
		float: left;
		padding: 0 2%;
	}
	
}