/* =============== LAYOUT SECTION  ============== */

body {
background-color: #CCE2FE;   /*light blue*/
margin: 0px;
font-family: Verdana, Georgia, serif;
font-size: 14px;
}

.boxbanner {
background-color: #81A6D5;  /*darker blue*/
width: 98%;
margin: 10px auto;
height: 90px;
border-radius: 5px;
}

.logopic{
/*	background-color: white;  */
min-width: 7.5%;
height: 99%;
float: left;
}

.sitetitle{
/*  background-color: pink;  */
font-family: Verdana, Georgia, serif;
/* padding-top: 42px; */
padding-top: 45px;
max-width: 75%;
float:left;
}


/* ============= NAVIGATION SECTION  ============ */

a{
	text-decoration: none;
	color: inherit;
}

nav ul {
	width: 98%;
	background-color: #81A6D5;  /*darker blue*/
	overflow: hidden;  
	color: white;
	border-radius: 5px;
	padding: 0;
	text-align: center;
	margin: 0 auto;	
		-webkit-transition: max-height 0.4s;
		-ms-transition: max-height 0.4s;
		-moz-transition: max-height 0.4s;
		-o-transition: max-height 0.4s;
}

nav ul li{
	display: inline-block;
	padding: 5px 15px;
}


nav ul li:hover{
	color: #000;
	background-color: #fff;
	padding: 2px 15px;
}

.menu-trigger{
	width: 98%;
	background-color: #81A6D5;   /*darker blue*/
	box-sizing: border-box;
	padding: .5em 14px;
	border-radius: 5px;
	cursor: pointer;
	color: white;
	margin: 0 auto; 
	display: none;
}



/* =============== MAIN SECTION  ============== */

.row{

}

.leftcolumn{
width: 18%;  /* aligns the pics left/right */
float: left;
margin-bottom: 5%;  /*space below pics */
margin-left: 2%;  /* controls margins between the columns */
}


.col1{
background: #fff;
border-radius: 5px;
padding: 10px 2%;
float: left;
margin: 18%;
margin-top: 1%;
margin-bottom: 15%;
width: 60%;
font-size: 140%;
text-align: center;
}

TABLE{
	background-color: white;
	border: 1px solid black;
	border-collapse: separate;
	border-spacing: 2px; /*<!--/* Apply cell spacing  --> */
	/*background: #ffffff;*/
	border-radius: 5px;
	padding: 10px 5%;
	float: left;
	margin:  1% 18% 3% 23%;
	width: 55%;
	font-size: 140%;
	text-align: left;
	
}
TABLE, TH, TD{
	border: 1px solid black;
	
}

TABLE TH, TABLE TD{
	padding: 6px; 
	font-family: serif;
	
}

.imagecolumn{
display: block;
margin: auto;
width: 25%;
}

.imagewithcaption{   /*this is the white box that holds the pic and text for saddles */
float: left;
width: 88%;   /* changes the width of the white boxes */
text-align: center;
margin: 1% 1% 10% 20%;   /* last % aligns all pics as if one big pic*/
background: white;
border-radius: 5px;
/* top | right | bottom | left */
padding: 5% 2.5% 1% 3%;
font-size: 110%;
}

.leftcolumnvideo{
width: 18%;  /* aligns the pics left/right */
float: left;
margin-bottom: 5%;  /*space below pics */
margin-left: .5%;  /* controls margins between the columns */
background: pink;
}


.vidbuttonbox {
	clear: both;
	width: 49%;
	height: 23em;
    margin: 0 auto;
}

.videoimagewithcaption{   /*this is the white box that holds the pic and text for saddles */
display: inline-block;
text-align: center;
margin: 1% .5% 5% .5%;  /* last % aligns all pics as if one big pic*/
background: white;
border-radius: 5px;
/* top | right | bottom | left */
padding: 1% 1.5% 1% 1%;
font-size: 110%;
width: 10em;
}

.videoimagewithcaption a{  
margin: 2px;
border: 4px solid transparent;
display: inline-block;
-webkit-border-radius: 10px;
}

.videoimagewithcaption a:hover{  
border-color: #81A6D5;
}

.vid {
	width: 55%;
	margin: auto;
	margin-bottom: 1.5%;
	margin-top: 3%;
	display: block;
}
img{
max-width: 100%;
max-height: 100%;
margin-left: auto;  /*auto centers the pic*/  
margin-right: auto;
float: left;
text-align: center; /* --------------------------------------------------- */
}

.picCenter{
display: block;
float: left;
margin: 1% 20% 1% 23.5%;
width: 55%;
}




a:link {
    text-decoration: none;
}
a:visited {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
a:active {
    text-decoration: none;
}

/* =============== FONT HEADINGS SECTION  ============== */
h1{
font-size: 150%;
color: navy;  /* color: #ce282e; */
text-align: center;
}

h2{
font-size: 120%;
color: darkblue;
}

h3{
float: left;
display: inline;
font-size: 250%;
text-align: center;
color: #fff;
font-family: serif;      /* "Century Gothic", "Gill Sans", Arial, sans-serif; */
margin: 0px;
/* below code centers the header */
position: relative;
	top: 50%;
	transform: translateY(-50%);

}
h4{
font-size: 250%;
color: navy;  /* color: #ce282e; */
text-align: center;
}

h5{
	/* leave font as is */
font-size: 100%;
color: navy;  /* color: #ce282e; */
text-align: center;
font-weight: bold;
margin: 0 10%;
text-decoration: none;
}

/*.menu-trigger{
/* 	width: 100%; 
	width: 98%;
/*	background: #005c48; 
	text-align: Left;
	box-sizing: border-box;
	padding: 15px 20px;
	border-radius: 5px;
	cursor: pointer;
	color: white;
	display: none;  */


/* ==================== FOOTER  ================== */

#footerbox {
	clear: both;
	background-color: #81A6D5;  /*darker blue*/
	margin: 10px;
	height: 60px;
	border-radius: 5px;
	color: white;  /*#efe5d0*/
	text-align: center;
	padding: 15px;
	font-size: 90%; 
}

#footernav ul {

}

#footernav ul li{
	display: inline;
	padding: 5px;
}

#footernav ul li a{
	text-decoration: none;
	font-family: Arial;
	padding: .2em 1em;
	color: #fff;  /*#efe5d0;*/
	background-color: #81A6D5;  /*darker blue*/
}

#footernav ul li a:hover{
	color: #000;        /*black*/
	background-color: #fff;    /*white*/
}
.copyright {
	height: 1em;
	line-height: 1em;
}

/* ============= MEDIA QUERIES - TOP NAVIGATION ============ */

@media screen and (max-width: 450px) {
	
	.sitetitle{
		overflow: hidden;
		height: 10em;
		line-height: 2.8em;
		font-size: 65%;
		max-width: 65%;
		padding: 0;
		float:left;
	}

	nav ul{ max-height: 0; }

	.menu-trigger{display: block;}

	.showing{max-height: 20em;}

	nav ul li{
		box-sizing: border-box;
		width: 100%;
		padding 10px;
		text-align: left;
	}

	nav ul li:last-child {
		padding: 5px 10px 12px 15px;
	}

	nav ul li:hover{
		color: #000;
		background-color: #fff;
		padding: 10px;
		width: 98%;
	}

	#footerbox {
		height: 12px;
		padding: 8px;
	}

	#footernav ul{
		display:none; 
	}

}

@media screen and (min-width: 451px) and (max-width: 540px) {

	.sitetitle{
		overflow: hidden;
		height: 9em;
		line-height: 2.8em;
		font-size: 75%;
		max-width: 65%;
		padding: 0;
		float:left;
	}

	nav ul{ max-height: 0; }

	.menu-trigger{display: block;}

	.showing{max-height: 20em;}

	nav ul li{
		box-sizing: border-box;
		width: 100%;
		padding 10px;
		text-align: left;
	}

	nav ul li:last-child {
		padding: 5px 10px 12px 15px;
	}

	nav ul li:hover{
		color: #000;
		background-color: #fff;
		padding: 10px;
		width: 98%;
	}

	#footerbox {
		height: 12px;
		padding: 8px;
	}

	#footernav ul{
		display:none; 
	}
}

@media screen and (min-width: 541px) and (max-width: 768px) {

	.sitetitle{
		overflow: hidden;
		height: 7em;
		line-height: 2.8em;
		font-size: 85%;
		max-width: 75%;
		padding: 0;
		float:left;
	}

	nav ul li{
	padding: 5px 10px;
	}

	#footerbox {
		height: 12px;
		padding: 8px;
	}

	#footernav ul{
		display:none; 
	}
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
	.sitetitle{
		overflow: hidden;
		height: 6em;
		line-height: 2.8em;
		font-size: 95%;
		max-width: 85%;
		padding: 0;
		float:left;
	}
}
@media screen and (min-width: 1025px) and (max-width: 1200px) {
	.sitetitle{
		font-size: 100%;
		max-width: 85%;
	}

}

}
