@charset "utf-8";
/* CSS Document */

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;
	box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-family: Laila, serif ;
	background-color: #011e5b;
}
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;
}
a{
	text-decoration: none;
	color: black;
}
		
/* End Reset */

/* header */
header{
	background-color: #216486;
}
.header{
	background-color: #216486;
	padding: 1% 0;
	width: 84%;
	margin: 0 auto;
	position: relative;
}
header ul{
	position: absolute;
	right: 0%;
	top: 38%;
	width: 37%;
}
#menu li{
	display: inline-block;
	text-align: center;
	width: 19%;
	color: #ffffff;
	font-size: 1em;
	vertical-align: middle;
}
header h3{
	font-size: 1em;
	line-height: 2em;
	color: white;
	width: 30%;
}
.joust_pic{
	position: relative;
	width: 100%;
	overflow-x: hidden;
	background-color: #ffffff;
}
.joust{
	width: 100%;

}
.logo{
	position:absolute ;
	width: 12%;
	top:20%;
	left: 8%;
}

/* wrapper */
#wrapper{
	width: 1200px;
	max-width: 100%;
	margin: 0 auto ;
	text-align: center;
	background-color: #ffffff;
	padding: 2%;
	margin-top: -3px;
}
#wrapper h2{
	font-size: 1.5em;
	padding-bottom: 2%;
}
#group{
	max-width: 100%;
}
.image{
	max-width: 100%;
}

/* home */
#video{
	margin: 5% auto;
}
#home, #cta{
	max-width: 85%;
	text-align: center;
	margin: 1% auto;
	line-height: 130%;
}
/* Events */
.upcoming{
	margin-top: 5%;
	margin-bottom: 5%;
	font-size: 1.5em;
}
.events{
	font-size: 2em;
	padding-bottom: 3% ;
}

#winter{
	width: 50%;
	float: left;
	padding-top: 5%;
}

#winter img{
	max-width: 50%;
	float: left;
}

#winter p{
	float: left;
	padding-top: 5%;
}

#cvmf{
	width: 50%;
	float: left;
	padding-top: 2%;
	line-height: 1.1em;
}
#race{
	padding-top: 5%;
	line-height: 1.1em;
	width: 50%;
	float: left;
}
#eclipse{
	padding-top: 5%;
	line-height: 1.1em;
	width: 50%;
	float: right;
}
#sirf{
	width: 50%;
	float: left;
	line-height: 1.1em;
}
#sirf p{
	float: left;
	width: 50%;
	padding-top: 20%;
}
#sirf img{
	float: left;
	padding-top: 5%;
	max-width: 50%;
}
#mrff{
	width: 50%;
	float: right;
	padding-top: 10%;	
	line-height: 1.1em;
}
#michren img, #michren24 img{
	width: 40%;
}
#michren{
	width: 50%;
	float: right;
	line-height: 1.1em;
}

#michren24{
	width: 50%;
	float: left;
	line-height: 1.1em;
}
#sirf_pic, #mrff_pic, #race_pic, #miren_pic, #cvmf_pic{
	width: 50%;
	margin-bottom: 2%;
}
, #race_pic{
	float: left;
	width: 50%;
}
.clear{
	clear: both;
	line-height: 2em;
}
/* cast */
.left{
	float: left;
	margin-right: 2%;
}
.right{
	float: right;
	margin-left: 2%;
}
.cast_pic img{
	width: 39%;
	display: block;
	box-shadow: 5px 10px 5px #888888;
}
.cast_bio{
	text-align: left;
	font-size: 110%;
	padding: 5% 5%;
}
.ross, .jake{
	width: 39%;
	float: left;
	margin-right: 2%;
}
.ross img, .jake img{
	max-width: 100%;
	box-shadow: 5px 10px 5px #888888;
	margin-bottom: 10px;
}
/* horses */
.horse_pic_l{
	width: 50%;
	float: left;
	margin-right: 2%;
	margin-bottom: 2%;
}
.horse_pic_r{
	width: 50%;
	float: right;
	margin-left: 2%;
	margin-bottom: 2%;
}
.horses img{
	max-width: 100%;
	box-shadow: 5px 10px 5px #888888;
}
.draft_horse{
	font-size: 140%;
	margin-bottom: 5%;
	padding: 3%;
}
.horse_bio{
	font-size: 130%;
	padding: 5%;
}
/* footer */
footer{
	background-color: #216486;
}
.footer{
	width: 84%;
	margin: 0 auto;
	padding: 1% 0;
	position: relative;
}
footer p{
	color: #ffffff;
}
footer ul{
	position: absolute;
	right: 0%;
	top: 15%;
}
.social li{
	display: inline-block;
	text-align: right;
}
.social img{	
	width: 85%;
}
.copy{
	position: absolute;
	top: 40%;
	left: 0;
	right: 0;
	text-align: center;
}

@media only screen and (max-width: 1550px){
	header ul{
		width: 33%;
	}
}
@media only screen and (max-width: 1450px){
	header ul{
		width: 40%;
	}
	.logo{
		width: 14%;
		top: 13%;
	}
}

@media only screen and (max-width: 1250px){
	header{
		font-size: 90%;
	}
	header ul{
		width: 42%;
	}
	.logo{
		width: 15%;
		top: 10%;
	}
}
@media only screen and (max-width: 1150px){
	header ul{
		width: 40%;
	}
	.logo{
		width: 16%;
		position: absolute;
		top: 7%;
	}
	#eclipse{
		padding-top: 2%;
	}
}
@media only screen and (max-width: 1050px){
	#cvmf img, #race img, #eclipse img{
		width: 50%;
		float: right;
	}
	#cvmf{
		padding-top: 5%;
	}
	#race{
		padding-top: 4%;
	}
	#eclipse {
		padding-top: 8%;
	}
	#michren, #michren24{
		font-size: 90%;
	}


}
@media only screen and (max-width: 950px){
	header ul{
		width: 50%;
	}
}
@media only screen and (max-width: 910px){
	.copy{
		position: inherit;
		text-align: left;
	}
	footer p{
		padding-bottom: 1%;
	}
}
@media only screen and (max-width: 850px){
	.logo{
		width: 20%;
		top: 3%;
	}
	.joust{
		width: 115%;
		margin-left: -5%;
	}
	#mrff img{
		max-width: 80%;
	}
	.social img{
		width: 75%;
	}
	#michren img, #michren24 img {width: 35%}
}

@media only screen and (max-width: 750px){
	header ul{
		position: inherit;
		width: 97%;
		margin: 1% auto;
		font-size: 1em;
	}
	header{
		text-align: center;
	}
	header h3{
		width: 100%;
	}
	#menu li{
		width: inherit;
		padding: 0 3%;
	}
	#video{
		width: 500px;
		height: 281px;
	}
	.horse_bio{
		font-size: 100%;
	}
}
@media only screen and (max-width: 650px){
	.joust{
		width: 125%;
		margin-left: -10%;
		margin-top: -3%;
	}
	#mrff, #sirf p{
		padding-top: 5%;
	}
	#cvmf{
		padding-top: 4%;
	}
	.hide{
		display: none;

	}
	#race, #sirf, #cvmf, #mrff, #michren, #eclipse, #winter, #michren24{
		font-size: 85%;
		line-height: 1.1em;
	}
	#sirf p{
		padding-top: 13%;
	}
	.horse_bio{
		padding: 0 2%;
	}
}
@media only screen and (max-width: 610px){
 .social img{
 	width: 65%;
 }
	.social{
		position: inherit;
		width: 33%;
		display: block;
		margin: 0 auto -3%;
	}
	.social li{
		text-align: center;
		width: 48%;
	}
	.footer p{
		text-align: center;
		margin-bottom: 2%;
	}
	.copy{
		position: inherit;
		text-align: center;
	}
	#video{
		width: 400px;
		height: 225px;
	}
		#race, #sirf, #cvmf, #mrff, #michren, #eclipse, #winter{
		font-size: 80%;
		line-height: 1.1em;
	}
}
@media only screen and (max-width: 500px){
	header ul{
		width: 95%;
	}
}
@media only screen and (max-width: 450px){
	#menu li{
		width: 45%;
		padding: 3%;
	}
	header ul{
		width: 90%;
	}
	.joust{
		width: 200%;
		margin-left: -55%;
	}
	.logo{
		position: inherit;
		display: block;
		width: 57%;
		margin: 0 auto;
	}
	header{
		height: 50%;
	}
	#sirf, #sirf_pic, #cvmf, #cvmf_pic, #mrff, #mrff_pic, #race, #race_pic, #michren, #miren_pic, #eclipse, #winter, #michren24{
		float: none;
		width: 80%;
		margin: 3% auto;
		line-height: 1.1em;
	}
	.social{
		width: 50%;
	}
	#video{
		width: 300px;
		height: 169px;
	}
	.left, .right{
		float: none;
		position: inherit;
	}
	.cast_pic img, .cast_bio{
		width: 90%;
		display: block;
		margin: 0 auto;
	}
	.ross{
		width: 90%;
		float: none;
		margin: 0 auto;
	}
	.ross figcaption{
		margin-bottom: 2%;
	}
	.horse_pic_r, .horse_pic_l{
		float: none;
		width: 95%;
		margin: 3% auto;

	}
	.draft_horse{
		margin-top:3% ;
		line-height: 120%;
	}
}