@charset "UTF-8";
/*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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	margin-left: auto;
	margin-right: auto;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* GENERAL STYLING FOR ALL PAGES */
body {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	font-family: Valentina;
	background-image: url(images/weathervane.jpg);
	background-size: content;
	color: #FFFFFF;
	text-shadow: 1px 1px #000000;
	border-width: medium;
}
h1 {
	font-size: 5em;
}
h2 {
	font-size: 2em;
}
p {
	font-size: 1em;
	margin-left: auto;
}
a {
	text-decoration: none;
	color: #000000;
	font-size: 1em;
	text-shadow: 1px 1px #FFFFFF;
}
/* NAVIGATION */
nav {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

/* Remove margins and padding from the list, and add a black background color */

ul.topnav {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
/* Float the list items side by side */
ul.topnav li {
	float: left;
}
/* Style the links inside the list items */
ul.topnav li a {
	display: inline-block;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	transition: 0.3s;
	font-size: 1.3em;
}
/* Change background color of links on hover */
ul.topnav li a:hover {
	background-color: #111;
}
/* Hide the list item that contains the link that should open and close the topnav on small screens */
ul.topnav li.hamburger {
	display: none;
}
.current {
	color: #A3070D
}

/* SOCIAL LINK STYLING */
#social {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
}
.icon {
	text-align: right;
	display: inline-block;
}

/* HEADER STYLING */
header {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	text-shadow: 2px 2px 0px #000000;
	margin-bottom: 15px;
}

/* SLIDESHOW STYLING FOR ALL PAGES */
#slideshow {
	width: 85%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	max-width: 600px;
	text-align: center;
}
.cycle-slideshow {
	margin: 15px;
	text-align: center;
	display: inline-block;
}
.cycle-slideshow img {
	margin-left: auto;
	margin-right: auto;
	border: thick solid #000000;
	width: 100%;
	text-align: center;
}
/* HOME PAGE STYLING */
#welcome {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.stay {
	margin: 5px;
	padding: 5px;
	border: 1px solid black;
}
.train {
	margin: 5px;
	padding: 5px;
	border: 1px solid white;
}
.ride {
	margin: 5px;
	padding: 5px;
	border: 1px solid black;	
}

/* ABOUT US PAGE STYLING */
#content_image {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#content_image img {
	width: 85%;
	max-width: 700px;
	height: auto;
}

/* ABOUT, BOARDING, TRAINING, WE, EVENTS STYLING */
#content_text {
	width: 80%;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: #FFFFFF;
	color: #000000;
	text-shadow: 1px 0px;
	padding: 20px;
	opacity: 0.7;
}
#content_text img {
	text-align: center;
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
#content_text a {
	font-size: 1.1em;
	opacity: 1;
}
#features {
	width: 85%;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
}
#features h1 {
	text-shadow: 3px 3px #A3070D;
	text-align: center;
	font-size: 4em;
}
#features img {
	text-align: center;
	float: left;
	margin-right: 7px;
}
/* EVENTS PAGE STYLING */
#content_text_fb {
	width: 80%;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 20px;
	font-size: 1.5em;
}
#content_text_fb img {
	text-align: center;
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
/* OUR HORSES PAGE STYLING */
.pedigree {
	margin-left: auto;
	margin-right: auto;
	max-width: 1000px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.pedigree h2 {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	max-width: 1000px;
	color: #000000;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	font-style: normal;
	font-weight: 400;
	text-shadow: 2px 2px #FCFCFC;
}
.left_horse {
	width: 45%;
	text-align: center;
	float: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.right_horse {
	width: 45%;
	float: right;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-align: center;
}

/* FOOTER STYLING */
#footer {
	text-align: center;
	width: auto;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#left_footer {
	width: auto;
	display: inline-block;
	clear: left;
	vertical-align: top;
	padding: 7px;
	margin: 5px;
	background-color: #FFFFFF;
}
#center_footer {
	width: auto;
	margin: 5px;
	display: inline-block;
	padding: 7px;
	background-color: #FFFFFF;
}
#right_footer {
	width: auto;
	display: inline-block;
	clear: right;
	vertical-align: top;
	padding: 7px;
	margin: 5px;
	background-color: #FFFFFF;
}
.credit {
	margin-top: 30px;
}
.scroll {
	text-align: right;
}
.circle {
	border-radius: 50%;
	width: 100px;
	height: 100px; 
	/* width and height can be anything, as long as they're equal */
}

/* GENERAL FIXES FOR ALL PAGES */
.rightit {
	text-align: right;
}/*This class is used to right align any text containing element that needs it.*/
.centerit {
	text-align: center;
}/*This class is used to center align any text containing element that needs it.*/
.clearit {
	clear: both;
}/*-- which you created previously, so don't create this one again.*/
.removeit {
	display: none;
}/*This is used to remove a div (or other sectioning element) from the flow of the page if you aren't using it for that specific page, or if that div will not be used in a mobile stylesheet because it contains a Flash animation or some element that either won't work in a mobile browser or that will take a long time to load in a mobile browser.*/
.includeit {
	display: block;
}/*This is used to include a div that was previously removed. 

Rarely used, and would be used in cases where you employed JavaScript to remove an element, then later you want to re-include that element, or when you create a separate stylesheet from your main one.*/
.hideit {
	visibility: hidden;
}/*This is used to hide a div or other content from being displayed in the browser window. 

Unlike "display: none" a hidden div will still take up space in the layout, it just will not be seen.*/
.showit {
	visibility: visible;
}

/* STYLING FOR SMALLER SCREENS*/
@media screen and (max-width:700px) {
	
/* GENERAL STYLING FOR SMALLER SCREENS */
h1 {
	font-size: 4em;
}
h2 {
	font-size: 1.5em;
}
body {
	margin-left: auto;
	margin-right: auto;
	width: 86.45%;
	padding-left: 2.275%;
	padding-right: 2.275%;
	clear: none;
	float: none;
}

/* NAVIGATION FOR SMALLER SCREENS*/
ul.topnav li {
	display: none;
}
ul.topnav li.hamburger {
	float: right;
	display: inline-block;
}
ul.topnav.responsive {
	position: relative;
}
ul.topnav.responsive li.hamburger {
	position: absolute;
	right: 0;
	top: 0;
}
ul.topnav.responsive li {
	float: none;
	display: inline;
}
ul.topnav.responsive li a {
	display: block;
	text-align: left;
}

/* HEADER STYLING FOR SMALLER SCREENS */
header {
	margin: auto;
}

/* HOME PAGE STYLING FOR SMALLER SCREEN */
.stay {
	width: 80%;
	float: none;
	margin-left: auto;
	margin-right: auto;
}
.train {
	width: 80%;
	float: none;
	margin-left: auto;
	margin-right: auto;
}
.ride {
	width: 80%;
	float: none;
	margin-left: auto;
	margin-right: auto;
}

/* BOARDING PAGE STYLING FOR SMALLER SCREEN */
#features h1 {
	font-size: 3em;
}

/* HORSES PAGE STYLING FOR SMALLER SCREEN */
.pedigree_image {
	width: 95%;
}
.left_horse {
	width: 95%;
	clear: both;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.right_horse {
	width: 95%;
	clear: both;
}
/* FOOTER STYLING FOR SMALLER SCREEN */
#left_footer {
	width: 100%;
	margin: auto;
	background: none;
	float: left;
	clear: both;
}
#center_footer {
	width: 100%;
	margin: auto;
	background: none;
	float: left;
	clear: both;
}
#right_footer {
	width: 100%;
	margin: auto;
	background: none;
	float: left;
	clear: both;
}

}
