@charset "UTF-8";
/* CSS Document for FF Morgans*/

html, 
html * {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: Gotham, Helvetica Neue, Helvetica, Arial," sans-serif";
	}

header {
	padding:32px 32px 20px 32px;
	background: #95A67E;
	}

img {
	width: 100%;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	}

footer {
	padding: 20px 30px;
	background-color: #95A67E;
	text-align: center;
	}

body {
	margin-left: auto;
	margin-right: auto;
	background: #95A67E;
	}

h1 {
	font-size: 57px;
	text-transform: uppercase;
	font-weight: 200;
	margin-bottom: 60px;
	}

h2 {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 300;
	margin-bottom: 23px;
	text-align: center;
	}

h3 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 200;
	margin-bottom: 120px;
	}

h4 {
	font-size: 16px;
	font-weight: 200;
	margin-bottom: 10px;
	text-align: center;
	}

h5 {
	font-size: 30px;
	font-weight: 200;
	margin-top: 35px;
	margin-bottom: 5px;
	}

h6 {
	font-size: 25px;
	font-weight: 300;
	margin-top: 35px;
	margin-bottom: 15px;
	}

p {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 35px;
	margin-top: 20px;
	}


.style-logo {
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 192px;
	}

.style-nav ul {
	list-style-type: none;
	}

.style-nav ul li a {
	text-decoration: none;
	color: #2F322A;
	text-align: center;
	display: block;
	text-transform: uppercase;
	padding: 8px;
	font-size: 13px;
	}

.farm {
	background-image: url(images/mare.png);
	background-size: cover;
	padding: 20px 20px 50px 20px;
	color: #041301;
	text-align: center;
	}

.button {
	border: 2px #ffffff solid;
	padding: 2px 20px;
	border-radius: 30px;
	color: #041301;
	text-decoration: none;
	}

.info-box-tom {
	background-image: url(images/Rosie.png), url(images/background2.png);
	background-size: 60%, cover;
	background-repeat: no-repeat;
	background-position: center;
	color: #ffffff;
	padding: 30px 20px 60px;
	text-align: center;
	}

.info-box-butterfly {
	background-image: url(images/butterfly2.jpg), url(images/background2.png);
	background-size: 60%, cover;
	background-position: center, right;
	background-repeat: no-repeat;
	color: #ffffff;
	padding: 30px 20px 60px;
	text-align: center;
	min-width: 100%;
	max-width: 100%;
	}

.footer-text {
	font-size: 13px;
	margin-bottom: 20px;
	}

.col {
	width: 100%;
	}

.row:before, .row:after {
	content: "";
	display: table;
	}

.row:after {
	clear: both;
	}

.contact-page {
	background-image: url(images/mare.png);
	background-size: cover;
	padding: 20px 20px 50px 20px;
	color: #041301;
	text-align: center;
	}

.style-contact ul {
	list-style-type: none;
	}

.style-contact ul li {
	text-decoration: none;
	color: #2F322A;
	text-align: center;
	display: block;
	padding: 8px;
	font-size: 13px;
	}

.page {
	width: 90%;
	margin: 20px auto 20px auto;
	background-image: url(images/background2.png);
	background-size: cover;
}
	
.info-box-small {
	background-image: url(images/background2.png);
	background-size: 100%;
	background-repeat: no-repeat;
	padding: 30px 20px 10px;
	text-align: center;
	min-height: 320px;
	max-height: 320px;
	border: medium solid;
	border-bottom-color: #000000;
	}

.info-box-small img {
	color: #041301;
	text-align: center;
	margin-bottom: 20px;
	height: 65%;
	width: 65%;
	}
	
.album p{
	clear: both;
	padding: 1px 10px 20px 10px;
	color: #3D3D3D;
	}

.album img {
	display: block;
	border: thick double #000000;
	padding: 5px;
	margin-bottom: 30px;

}
.album h2 {
	padding-top: 30px;
	margin-bottom: 10px;
	text-align: center;
	color: #000000;
	}

.album h4 {
	text-align: center;
	color: #000000;
	font-size: 12px;
	}

.album h5 {
	text-align: center;
	color: #000000;
	font-size: 30px;
	padding-top: 30px;
	}

.story h3 {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 200;
	margin-bottom: 10px;
	text-align: left;
	margin-left: 20px;
	}

.story p {
	margin: 25px;
	}

.story img {
	display: inline-block;
	width: 20%;
	border: thick double #000000;
	}

.horselist p {
	margin-left: 50px;
	margin-bottom: 7px;
	}

.payment {
	display: block;
	border: thick double #000000;
	padding: 5px;
	margin-bottom: 30px;
	width: 100%;
	padding-left: 40%;	
	}

.pedigree {
	display: block;
	padding: 5px;
	margin-bottom: 30px;
	width: 100%;
	padding-left: 40%;	
}

/*Tablet View*/

@media (min-width: 768px){
	
body {
	max-width: 778px;
	}
	
.style-nav ul li {
		display: inline-block;
	}
	
.style-nav ul {
		text-align: center;
	}
	
.style-nav ul li a {
	text-decoration: none;
	color: #2F322A;
	text-align: center;
	display: block;
	text-transform: uppercase;
	padding: 95px 15px 8px 15px;
	}
	
h1 {
	font-size: 40px;
	margin-bottom: 90px;
	}
	
h2 {	
	font-size: 30px;
	margin-bottom: 50px;
	}
	
h3 {	
	font-size: 25px;
	margin-bottom: 16px;
	text-align: center;
	font-weight: 350;
	}
	

.col-md-one-half {
	width: 50%;
	}
	
.col {
	float: left;
	padding: 0px 7px 14px;
	}
	
.album h2 {
	padding-top: 25%;
	margin-bottom: 10px;
	margin-left: 20px;
	text-align: center;
	}
	
.album h4{
	text-align: center;	
	}
	
.album p{
	margin-left: 50px;
	margin-right: 50px;
	}
	
.album img {
	display: inline-block;
	float: right;
	width: 35%;
	border: thick double #000000;
	padding: 5px;
	margin: 55px 50px 40px 40px;
	}
}

/*Desktop View*/

@media (min-width: 1024px){
	
	body {
		max-width: 1200px;
	}
	
	.style-logo {
		float: left;
	}
	
	.style-nav {
		float: right;
	}
	
	
	.col-lg-one-third {
		width: 33%;
		
	}
	

}