@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Barlow+Semi+Condensed');
@import url('https://fonts.googleapis.com/css?family=Cookie');
body {
	padding: 0;
	margin: 0;
	background-image: url(graphics/bg.jpg);
	background-size: contain;	
	font-family: Barlow Semi Condensed;
}

.wrapper {
	width: 75%;
	margin: auto;	
}

.angusEdge img{
	max-height: 80vh;
    max-width: 90%;
    object-fit: contain;
}

.topbar {
	width: 100%;
	background-color: #000;	
	color: white;
	font-size: 0.85vw;
	text-transform: uppercase;
}

.topwrapper {
	width: 75%;
	margin: auto;
	display: flex;
}

.topbar a {
	padding: 1vw;
	color: white;
	text-decoration: none;	
}

.topbar .fa {
	color: #920202;
}

.topbar a:hover .fa {
	color: #f8c410;
}	

.topbar a:hover {
	text-decoration: underline;	
}

.logo {
	background-color: #666;
	padding: 1vw;
	width: 15%;
	position: absolute;
	margin-left: 1vw;	
	z-index: 1;
	border-radius: 6%;
    box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 1.2), 0 0px 0px 0 rgba(0, 0, 0, 1.19);
}

nav {
	background-color: #333;
	width: 100%;	
	display: flex;
	justify-content: flex-end;
	border-bottom: #920202 5px solid;
	font-size: 1vw;
}

.nav {
	width: 75%;
	display: flex;
	justify-content: space-around;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	align-content: space-around;	
}

.nav .main {	
	padding-top: 2vw;
	padding-bottom: 1.5vw;
}

.nav .main a{
	text-decoration: none;	
	padding: 0.5vw;
	color: #ccc;
	border-bottom: 1.5px solid #666;	
}

.nav .main a.active {
	color: white;
	border-bottom: 1.5px solid #f8c410;		
}

nav .main a:hover {
	border-bottom: 1.5px solid #f8c410;
	color: white;	
}
.dropcontent {
	display: none;	
}

.dropdown:hover .dropcontent {
	display: block;
	position: absolute;
	display: flex;
	flex-direction: column;
	background-color: #666;	
	margin-top: 1vw;
	width: 10%;
	z-index: 1;
}


.header {
	background-size: cover;
	background-position:center;
	height: 30vw;
	width: 100%;
	margin: auto;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

.header {
    position: relative;         /* Anchor for the blur layer */
    overflow: hidden;          /* Keep blur from bleeding out */
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;   /* The sharp image */
    min-height: 400px;         /* Adjust based on your design */
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-image 0.7s ease-in-out;
}

/* The Blurred Layer */
.header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    
    /* Inherits whatever image the JS puts on .header */
    background-image: inherit; 
    background-size: cover;    /* Blur fills the whole header */
    background-position: center;
    
    filter: blur(20px);
    -webkit-filter: blur(20px);
    transform: scale(1.1);    /* Hides clean edges */
    z-index: -1;
}

/* Ensure the tagline stays on top of the blur */
.tagline {
	width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    z-index: 1;
    color: white;
    text-align: center;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.8);
}

.tagline {
	border-top: 8px solid #920202;
	background-color: #333;
	color: #f8c410;
	font-family: cookie;
	font-size: 6vw;	
	text-shadow: 5px 5px 8px #000;
}


.homecontent {
	display: flex;
	justify-content: space-around;	
	background-color: #333;
	padding-bottom: 2vw;
}

.phone-footer{
	text-align: center;
	width: 20%; 
	padding: 1vw;	
	color: #999;
	display: none;
}

.sideimages {
	background: rgba(146,2,2,1);
background: -moz-linear-gradient(top, rgba(146,2,2,1) 0%, rgba(111,20,20,1) 27%, rgba(51,51,51,1) 74%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(146,2,2,1)), color-stop(27%, rgba(111,20,20,1)), color-stop(74%, rgba(51,51,51,1)));
background: -webkit-linear-gradient(top, rgba(146,2,2,1) 0%, rgba(111,20,20,1) 27%, rgba(51,51,51,1) 74%);
background: -o-linear-gradient(top, rgba(146,2,2,1) 0%, rgba(111,20,20,1) 27%, rgba(51,51,51,1) 74%);
background: -ms-linear-gradient(top, rgba(146,2,2,1) 0%, rgba(111,20,20,1) 27%, rgba(51,51,51,1) 74%);
background: linear-gradient(to bottom, rgba(146,2,2,1) 0%, rgba(111,20,20,1) 27%, rgba(51,51,51,1) 74%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#920202', endColorstr='#333333', GradientType=0 );
	text-align: center;
	width: 20%;
	padding: 1vw;	
	color: #999;
}

.sideimages strong {
	color: white;
}

.story {
	width: 70%;
	color: white;
	font-size: 0.95vw;
}	

.story h1 {
	font-family: cookie;
	font-size: 3.5vw;
	font-weight: normal;
	margin: 2vw;
	text-shadow: 2px 2px #920202;	
}

.story em {
	color: 	#f8c410;
}

footer {
	display: flex;
	justify-content: space-around;
	color: white;
	background-color: black;
	padding-top: 1vw;
	padding-bottom: 1vw;
	font-size: 0.8vw;
}

footer a {
	color: 	#f8c410;
}
#copyright {
	display: flex;
	align-items: flex-end;	
}

header {
	width: 100%;
	text-align: center;
	background-color: #444;
	
}

header h1 {
	padding: 1vw;
	color: #f8c410;
	font-family: cookie;
	font-size: 4vw;
	margin: 0;
	font-weight: normal;	
}

header h2 {
	padding: 1vw;
	color: #f8c410;
	font-family: cookie;
	font-size: 2vw;
	margin: 0;
	font-weight: normal;
}

.innercontent {
	background-color: #333;	
}


.animals {
	display: flex;
	width: 70%;
	margin: auto;
	flex-wrap: wrap;
	justify-content: space-around;
	padding-top: 1vw;
	padding-bottom: 1vw;	
}


#animal {
	width: 30%;	
	padding: 0.5vw;
	border-bottom: 3px solid #333;
}


#female {
	width: 30%;	
	padding: 0.5vw;
	
}

#animal img {
	opacity: 0.7;
	padding-bottom: 3px;	
	height: 175px;
    object-fit: cover;
}

#animal a {
	color: #777;	
	text-decoration: none;
}

#animal a:hover {
	color: white;	
}

#animal:hover {
	border-bottom: 3px solid #920202;
}	

#animal:hover img {
	opacity: 1;
}

.bullsale {
	text-align: center;	
	padding-top: 2vw;
	padding-bottom: 2vw;
}

.bullsale h3 {
	padding: 0;
	color: #999;	
}

.bullsale h2 {
	padding: 0;
	font-family: cookie;
	font-size: 3vw;
	color: #fff;
	line-height: 1vw;
	font-weight: normal;	
}

button {
	color: white;
	outline: none;
	border: none;
	background-color: #750101;
	padding: 1vw;
	text-transform: uppercase;	
}

button:hover {
	cursor: pointer;
	background-color: #920202;	
}

button2 {
	color: white;
	outline: none;
	border: none;
	background-color: #750101;
	padding: 1vw;
	text-transform: uppercase;
	float:right;
}

button2:hover{
	cursor: pointer;
	background-color: #920202;	
}

.pastsale {
	display: flex;
	justify-content: space-around;	
	padding-bottom: 1vw;
}

.catalogue {
	width: 30%;
	color: white;
	text-align: center;	
}

.results {
	color: white;
	width: 60%;	
	color: #CCC;
}

.results h3, .results h4 {
	color: white;	
}

.results h2 {
	font-family: cookie;
	font-weight: normal;
	color: #f8c410;
	font-size: 3vw;
	margin: 0;	
}

hr {
	outline: 0;
	border: 0;
	width: 60%;
	height: 1px;
	background-color: #999;	
}

.center {
	align-items: center;	
}


#show {
	color: #777;
	width: 40%;	
	font-size: 1vw;
	margin-bottom: 1vw;
}

#show strong {
	color: #fff;	
}

.title {
	width: 75%;
	margin: auto;
	color: #ccc;
	padding-top: 1vw;
	border-bottom: 1px solid #999;	
}

.title h2 {
	margin: 0;
	font-weight: normal;	
}

#commercial {
	width: 45%;	
	padding: 2.5%;
	color: #999;
}

#award {
	width: 30%;
	color: #999;	
}

.contact {
	color: #999;
	text-align: center;	
}

.contact h1 {
	margin: 0;
	color: white;	
}

.contact a {
	color: #f8c410;	
}

button.facebook {
	font-size: 2vw;
}

button.facebook:hover {
	cursor: pointer;
}

.sirepage {
	display: flex;
	justify-content: space-around;
	align-items: center;
	padding-top: 1vw;
	padding-bottom: 1vw;	
	min-height: 60vh;
}

.ped {
	color: #ccc;
	width: 40%;
	padding: 1vw;
	font-size: 1vw;	
}

.ped strong {
	font-size: 1.3vw;
	color: white;	
}

.ped h2 {
	margin: 0;
	color: #fff;	
}

.sireimage {
	color: #999;	
}

.carousel {
	background-color: black;
	padding: 1vw;
	width: 80%;
	margin: auto;
	margin-top: -5vw;	
}

.carouselimg {
	background: #f8c410;
	margin: 1vw;
}

.carouselimg a {
	color: black;
	text-decoration: none; 	
}

.carouselimg a:hover img {
	opacity: 0.8;
}	

.carouselimg a:focus {
	outline: 0;
	border: 0;
}

.lightbox {
	/** Default lightbox to hidden **/
	display: none;

	/** Position and style */
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 100%;
	text-align: center;
	top: 0;
	left: 0;
	background: rgba(0, 0,0, 0.9);
}

.lightbox img {
	/** Pad the lightbox image */
	max-width: 90%;
	max-height: 80%;
	margin-top: 2%;
}

.lightbox:target {
	/** Remove default browser outline */
	outline: none;

	/** Unhide lightbox **/
	display: block;
}

.lightbox:hover {
	 cursor: -webkit-zoom-out;
   		cursor: zoom-out;	
}


.zoomin:hover {
	 cursor: -webkit-zoom-in;
   		cursor: zoom-in;	
}

#show a, #commercial a, #award a {
	color: grey;
	text-decoration: none;	
}

iframe.bullembed {
	width: 60%;
	height: 315px;	
}

iframe.bullembed2 {
	width: 40%;
	height: 315px;	
}

@media (max-width: 1024px) {
.wrapper {
	width: 95%;
	margin: auto;	
}
.phone-footer{
	display:flex;
	width: 100%;
	flex-direction: column;
	flex-wrap: wrap;
	align-content: space-between;
	justify-content: space-evenly;
	align-items: flex-start;
	}

.topwrapper {
	width: 100%;
	margin: auto;
	display: flex;
}
.responsive-container{
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 75%;	
	
	}
.responsive{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
	}
.story {
	font-size: 3vw;
	}
.tagline {
	font-size: 7vw;
	}

.topbar {
	font-size: 2.4vw;	
}

.nav {
	font-size: 5.2vw;	
	width: 100%;
	padding-top: 1.5vw;
	padding-bottom: 3.5vw;
}

.logo {
	position: relative;
	width: 30%;
	padding-top: 5%;
	padding-bottom: 5%;	
	padding-left: 35%;
	padding-right: 35%;
	margin: auto;
	border-radius: 0;
    box-shadow: none;		
}

.dropdown:hover .dropcontent {
	width: 20%;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 2%;
	padding-bottom: 2%;
}

.sideimages {
	display: none;
}

.story {
	width: 90%;	
}

.story h1 {
	font-size: 8vw;
	margin-top: 2vw;
	margin-left:auto;
	margin-right:auto;
}

.animals {
	display: block;
}	
#animal, #show, #females, #commercial, #award, #female{
	width: 90%;
	margin: auto;
	margin-bottom: 4vw;	
}

header h1{
	font-size: 7vw;
}

.bullsale h2 {
	font-size: 7vw;	
}

.pastsale, .sirepage {
	display: block;	
}

.catalogue, .results, .ped, .sireimage {
	width: 80%;
	margin: auto;	
}

.ped {
	font-size: 2.5vw;	
}

.ped strong {
	font-size: 3.5vw;	
}

.results h2 {
	font-size: 7vw;	
}

button {
	padding: 3vw;	
}

footer {
	font-size: 3vw;	
}
.carousel {
	height: 25vw;	
}

.carousel div {
	height: 100%;
	font-size: 2.5vw;		
}

iframe.bullembed {
	width: 80%;
	height: 315px;	
}

iframe.bullembed2 {
	width: 80%;
	height: 315px;	
}

.header {
	height: 60vw;
}
}
@media (max-width: 640px) {

.logo {
	position: relative;
	width: 50%;
	padding-left: 25%;
	padding-right: 25%;
	padding-top: 5%;
	padding-bottom: 5%;
	margin: auto;	
	border-radius: 0;
    box-shadow: none;
}

.carousel {
	height: 42vw;	
}

.carousel div {
	height: 100%;
	font-size: 2.5vw;		
}

iframe.bullembed {
	width: 100%;
	height: 315px;	
}

iframe.bullembed2 {
	width: 100%;
	height: 315px;	
}
}
@media (max-width: 540px) {

.carousel {
	height: 42vw;	
}

.carousel div {
	height: 100%;
	font-size: 2.5vw;		
}

iframe.bullembed {
	width: 100%;
	height: 315px;	
}

iframe.bullembed2 {
	width: 100%;
	height: 315px;	
}
}
@media (max-width: 320px) {	
.carousel {
	height: 42vw;	
}

.carousel div {
	height: 100%;
	font-size: 2.5vw;		
}

iframe.bullembed {
	width: 100%;
	height: 315px;	
}

iframe.bullembed2 {
	width: 100%;
	height: 315px;	
}
}








