
/*https://i2.ytimg.com/vi/AXAnBv9RdY8/mqdefault.jpg*/
/* START RESET */
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;
}

/* END RESET*/

body {
	background-color:#fff;
}
header {
	background: #f60 url("/images/bulldog.png") 0 5% no-repeat;
	background-size: auto 95%;
	height:75px;
	border-bottom:4px solid #000;
}
header h1 {
  white-space:nowrap;
  font-family: "lexia";
  font-weight: 800;
  font-size:1.725em;
  line-height:1.8em;
  margin-left:75px;
}
header h2 {
  font-size:.825em;
  font-family: "lexia";
  line-height:.5em;
  font-weight: 700;
  margin-left:75px;
}

form {
	max-width:720px;
}

form input {
	border-radius:3px;
	box-shadow:inset 1px 1px 2px #999;
}

form .input-group li {
	float:left;
}

form .clear {
	padding-top:15px;
}

#mc_embed_signup .mc-field-group.input-group label {
	display:inline-block;
	min-width:150px;
	padding-left:3px;
}

#mc_embed_signup .mc-field-group.input-group label {
	float:none;
}

iframe {
	border: 0;
}
@media only screen and (min-width:480px) {
header {
	height:100px;
	border-bottom:6px solid #000;
}
header h1 {
  font-size:2.3em;
  line-height:1.8em;
  margin-left:100px;
}

header h2 {
  font-size:1.1em;
  line-height:.5em;
  margin-left:100px;
}
}
@media only screen and (min-width:720px) {
header {
	height:150px;
	border-bottom:9px solid #000;
}
header h1 {
  font-size:3.45em;
  line-height:1.8em;
  margin-left:150px;
}

header h2 {
  font-size:1.65em;
  line-height:.5em;
  margin-left:150px;
}
}
@media only screen and (min-width:960px) {
header {
	height:200px;
	border-bottom:12px solid #000;
}
header h1 {
  font-size:4.6em;
  line-height:1.8em;
  margin-left:200px;
}

header h2 {
  font-size:2.2em;
  line-height:.5em;
  margin-left:200px;
}
}