@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Kaushan+Script');
@import url('https://fonts.googleapis.com/css?family=Playfair+Display+SC');
body {
	padding: 0;
	margin: 0;
	background-image: url(images/bg2.jpg);
	background-attachment: fixed;
	background-size: cover;
	color: #5d3825;
}

.logo {
	width: 650px;
	margin: auto;
	margin-top: 95px;
	position: relative;
	z-index: 9;
}	

.wrapper {
	padding-top: 12.5vw;
	width: 90%;
	display: flex;	
	margin: auto;
	margin-top: 21vw;
}

.heroimage {	
	width: 100%;
	height: 1000px;
	position: fixed;
	background-image: url(images/bullhead_OPT.jpg);
	background-attachment: fixed;
	z-index: 1;
}

.wrappermain {
	width: 85%;
	margin: auto;
	position: relative;
	z-index: 2;
	margin-top: 15vw;
}

nav .navlogo {
	width: 25%;	
	padding: 5px;
	background-color: rgba(93,56,37, 0);
	box-shadow: none;
}

nav .navlogo:hover {
	box-shadow: none;	
}

nav {
	background: url(images/wood.jpg);
	display: flex;
	justify-content: space-around;
	position: relative;
	z-index: 999;
	text-transform: none;
	color: #fff;
	align-items: center;
	font-size: 35px;
	box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.4);
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	font-weight: bold;
	font-family: 'Kaushan Script', serif;
}

nav a {
	padding: 15px;
	font-family: 'Kaushan Script', serif;
	text-decoration: none;	
	color: #fff;
	background-color: rgba(93,56,37, 0.5);
	margin-top: 25px;
	box-shadow: inset 3px 3px 11px 3px rgba(0,0,0,0.5);
}

nav a:hover {
	box-shadow: 2px 2px 2px rgba(0,0,0,0.4);
	color: #86c2a3;
}

.dropdowncontent {
	background: url(images/wood.jpg);
	display: none;	
	position: absolute;
	padding: 15px;
	width: 300px;
	text-transform: capitalize;
	margin-left: -85px;
	margin-top: 15px;
	text-align: center;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.4);
}

.dropdowncontent a {
	margin-top: 0;	
	font-size: 20px;
}

.dropdown {
	padding: 15px;
	text-decoration: none;	
	background-color: rgba(93,56,37, 0.5);
	margin-top: 25px;
	box-shadow: inset 3px 3px 11px 3px rgba(0,0,0,0.5);
}

.dropdown:hover .dropdowncontent {
	display: flex;
	flex-direction: column;	
	background-color: #5d3825;
}

.content {
	width: 60%;
	background-color: rgba(204,161,132,0.8);
	background-size: cover;	
	box-shadow: 5px 0px 10px rgba(0,0,0,0.2);
	z-index: 3;
	margin-left: 25px;
}

.content2 {
	width: 100%;
	background-color: rgba(204,161,132,0.8);
	background-size: cover;	
	box-shadow: 5px 0px 10px rgba(0,0,0,0.2);
	z-index: 3;
}

.content p {
	position: relative;
	z-index: 2;	
}

.content p a {
	font-weight: bold;
	color: #70A288;	
	text-transform: uppercase;
	
}

.content p a:hover {
	text-decoration: none;
	
}

.padding {
	padding: 25px;	
}


.nose {
	position: fixed;
	z-index: 50;
	width: 100%;
	opacity: 0.8;
	top: 0;
	left: 0; 
}


.body {
position: fixed;
	z-index: 50;
	opacity: 1;
	left: 0;
	width: 39%;
	bottom: 0;
}


.social {
	margin-top: -127px;
	position: absolute;
	z-index: 1000;
	width: 100%;
	text-align: right;	
}


.social a {
	color: white;
	text-decoration: none;	
	text-shadow: 2px 2px 2px rgba(0,0,0,0.5);	
	padding: 25px;
	padding-left: 10px;
	font-size: 40px;
	background-color: rgba(93,56,37, 0);
	box-shadow: none;
}

.social a:hover {
	box-shadow: none;
}

.homenews {
	padding: 15px;
	text-align: center;
	background-color: rgba(204,161,132,0.8);
	background-size: cover;	
	box-shadow: 5px 0px 10px rgba(0,0,0,0.2);
	z-index: 3;
	width: 40%;
}

h1 {
	font-family: 'Kaushan Script', serif;
	font-size: 45px;
}


.homenews a {
	text-decoration: none;
	background-color: #745343;
	padding: 5px;
	color: white;
	text-transform: uppercase;
}

.homenews a:hover {
}

footer {
	display: flex;
	background: url(images/wood.jpg);
	padding-top: 25px;
	padding-bottom: 25px;
	align-items: center;
	color: white;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
	position: relative;
	z-index: 9;
}

footer .fab {
	font-size: 30px;	
	padding: 25px;
}

footer a {
	color: white;	
}

.footerlogo {
	width: 50%;	
}

.footersocial {
	display: flex;	
	flex-direction: column;
	text-align: center;
}

footer.main {
	display: flex;
	background: url(images/wood.jpg);
	padding: 25px;
	justify-content: center;
	align-items: center;
	color: white;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
}

footer.main .footerlogo {
	width: 25%;	
}

.animalselect {
	display: flex;
	flex-wrap: wrap;	
	justify-content: space-around;
}

.animal {
	padding: 10px;
	margin: 10px;
	background-image: url(images/wood.jpg);
	box-shadow: 2px 2px 10px 2px rgba(0,0,0,0.4);
	text-align: center;
	position: relative;
	z-index: 2;
}

.animalselect a {
	color: white;
	text-decoration: none;	
}

.animalselect a:hover .animal {
	box-shadow: none;
}

.animalname {
	margin-top: 5px;
	font-size: 25px;
	text-shadow: 2px 2px rgba(0,0,0,0.5);
}

.animalname strong {
	font-family: 'Playfair Display SC', serif;	
}

.loop{
	margin: auto;
	margin-top: -50px;	
	width: 40%;
	margin-bottom: -50px;
	opacity: 0.5;
}

.loop4{
	margin: auto;
	margin-top: -70px;	
	width: 30%;
	margin-bottom: -50px;
	opacity: 0.5;
}

.loop2{
	margin: auto;
	margin-top: -50px;	
	width: 40%;
	margin-bottom: -100px;
	opacity: 0.5;
}

.loop3{
	margin: auto;
	margin-top: -70px;	
	width: 40%;
	margin-bottom: -350px;
	opacity: 0.5;
}

.issuu {
	width: 55%;
	margin: auto;
	position: relative;
	z-index: 2;	
}

h2.sale {
	margin-bottom: 0;
	margin-top: 0;
	z-index: 2;
	position: relative;	
}

h1.sale {
	z-index: 2;
	position: relative;	
	font-family: 'Kaushan Script', serif;
	font-size: 45px;
}

iframe {
	border: none;
	outline: none;	
}

.juniorincentive {
	text-align: center;
	width: 75%;
	margin: auto;
	background-color: #E0D3C0;	
	box-shadow: 2px 2px 10px 2px rgba(0,0,0,0.4);
}

.juniorincentive h1 {
	margin-top: 0;	
}

.list {
	text-align: left;
	margin-left: 100px;	
}

.contactflex {
	width: 65%;
	margin: auto;
	display: flex;
	justify-content: center;	
}

.contact h3 {
	margin-top: 0;	
}

.contact2 {
	width: 100%;
	background-color: rgba(255,255,255,0.5);
	padding: 25px;
	margin: 10px;	
	box-shadow: 2px 2px 10px 2px rgba(0,0,0,0.4);
}	

.contact {
	width: 45%;
	background-color: rgba(255,255,255,0.5);
	padding: 25px;
	margin: 10px;	
	box-shadow: 2px 2px 10px 2px rgba(0,0,0,0.4);
}


.contact a, .contact2 a {
	color: #5d3825;
}


.contact2 .fab {
	font-size: 50px;
}

.contact a:hover {
	text-decoration: none;	
}

h1 strong {
	font-size: 50px;
	color: #745343;	
}

.innerflex {
	display: flex;	
	width: 85%;
	margin: auto;
	align-items: center;
	justify-content: center;
}

.pedigreeandinfo {
	text-align: left;
	padding-left: 50px;	
	margin-left: 50px;
	position: relative;
	z-index: 2;
}

.innerflex .animal {
	width: 45%;	
}
.innerflex .animal img {
	width: 100%;
}

.pedigreeandinfo strong {
	margin-left: -25px;	
}

.pedigreeandinfo h5 {
	margin: 5px;
	margin-left: -50px;
	font-size: 25px;	
	
}

hr {
	width: 75%;
	border: 0;
	outline: 0;
	height: 2px;
	background-color: #5d3825;
}

.pedigreeandinfo a {
	color: white;
	padding: 20px;
	font-size: 20px;
	text-decoration: none;
	background-color: #745343;	
}

.open {
	display: none;	
}

.open:hover {
	cursor: pointer;	
}

a.back {
	display: block;
	width: 25%;
	padding: 15px;
	font-size: 15px;
	color: white;
	background-color: #745343;
	text-decoration: none;
	margin-top: 50px;
}
