@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Alfa+Slab+One|Zilla+Slab+Highlight');

@font-face {
	font-family: logofont;
    src: url(build/Amontillados.ttf);	
}
body {
	padding: 0;
	margin: 0;	
	background-color: #200602;
	width: 100vw;
	overflow-x: hidden;
}

.logo {
	background-image: url(build/board.png);
	background-repeat: no-repeat;
	height: 30vw;
	background-size: cover;
	width: 45vw;	
	position: absolute;
	margin-top: -10vw;
	margin-left: 55vw;
	z-index: 2;
}

.logo2 {
	background-size: cover;
	width: 30vw;	
	position: absolute;
	margin-top: 2.5vw;
	margin-left: 62vw;
	z-index: 3;
}


.one, .two, .three {
	font-family: Roboto Slab;
	-webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);	
background-color: rgba(107, 47, 20, 0.8);
color: white;
height: 15vw;
width: 15vw;
position: absolute;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
margin-top: 8vw;
font-size: 1vw;
}

.one hr, .two hr, .three hr {
	width: 30%;	
	outline: none;
	border: none;
	height: 1px;
	background-color: white;
}

.one {
	background-image: url(build/aboutus.png);
	margin-left: 13vw;
}

.two {
	background-image: url(build/events.png);
	margin-left: 25vw;
	margin-top: 12vw;	
}

.three {
	background-image: url(build/contactus.png);
	margin-left: 37vw;	
}

.fa-stack-1x {
	color: rgba(87, 53, 18, 0.9);	
}

.one:hover, .two:hover, .three:hover {
	cursor: pointer;	
	background-color: rgba(107, 47, 20, 1); 
}
.fa-stack-1x {
	margin-top: -0.2vw;
}

.one:hover .fa-stack-1x, .two:hover .fa-stack-1x, .three:hover .fa-stack-1x {
	margin-top: -0.4vw;
}

.brand {
	position: absolute;	
	font-family: Roboto Slab;
	color: white;
	font-size: 2vw;
	margin-left: 20vw;
	margin-top: 7vw;
	z-index: 5;
	text-shadow: 2px 2px #200602;
}

.brand strong {
	text-decoration: underline;
	font-size: 3.5vw;	
}

.welcome {
	width: 80%;
	display: flex;
	margin: auto;	
	color: #fff;
	align-items: center;
	font-family: Roboto Slab;
}

.half {
	width: 90%;
	padding: 1vw;	
}

.half img {
	border: 3px solid #5e2a14;	
}

.welcome h1 {

	font-weight: normal;
	margin: 0;	
}

.welcome h1 strong {
	font-family: logofont;
	font-weight: normal;
	color: #f7c891;
	font-size: 7vw;
}

.welcome p {
	font-family: sans-serif;	
}

.welcome p a {
	color: #fff;	
}

.welcome p a:hover {
	text-decoration: none;	
}



.news {
	border-top: 5px solid #764624;
	background-image: url(build/newsbackground.png);
	background-size: cover; 
	background-attachment: fixed;	
}

.column {
	width: 	60%;
	margin: auto;
	display: flex;
	jusfify-content: space-around;
	color: white;
}

.news hr {
	border: none;
	outline: none;
	background-color: #fff;
	height: 1px;
	width: 20%;	
}

.news h1 {
	color: white;
	font-family: logofont;
	font-weight: normal;
	font-size: 7vw;
	margin: 0;
	padding: none;	
}

.bullsalenews {
	padding: 1vw;
	margin: 1vw;
	background-color: rgba(0,0,0,0.3);
	font-family: Roboto Slab;	
	color: #fff;
	width: 50%;
	border: 1px solid white;
}

.bullsalenews h2 {
	color: #fff;	
}

.bullsalenews button {
	padding: 1vw;
	background-color: transparent;
	outline: none;
	border: 2px solid white;
	color: #fff;	
}

.bullsalenews button:hover {
	color: black;
	background: white;
	cursor: pointer;	
}

footer {
	background-color: #764624;	
	width: 100vw;
}


.footer {
	width: 40%;
	padding: 1vw;	
}

.footer3 {
	width: 10%;
	display: flex;
	align-items: flex-end;	
}

.footer2 {
	width: 10%;
	display: flex;
	align-items: center;

}

.half2 {
	padding-left: 1vw;	
}

li.right {
	color: white;
	font-family: logofont;
	font-size: 3vw;	
	position: absolute;
	margin-left: 12vw;

}

.fa-facebook-square {
	font-size: 2vw;
}

header {
	height: 20vw;
	background-image: url(build/bg.jpg);
	background-size: cover;
	background-attachment: fixed;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	color: white;	
}

.contactus header{
	height: auto;
	padding-top: 30px;
	padding-bottom: 30px;
}

.background {
	background-image: url(build/bg.jpg);
	background-size: cover;
	background-attachment: fixed;	
}
header h1 {
	font-size: 3vw;
	font-family: Roboto Slab;
	font-weight: normal;
	text-shadow: 3px 3px black;	
}

header h1 strong {
	font-size: 6vw;
	text-decoration: underline;
}

.about {
	display: flex;
		width: 80%;
		background-color: rgba(79, 32, 16, 0.8);
	margin: auto;	
	color: #fff;
	padding: 1vw;
	font-family: Roboto Slab;
	
}

.about img {
	padding: 1vw;
	height: 100%;
	width: 100%;	
}

.salesandevents {
	background-image: url(build/bg.jpg);
	background-size: cover;	
	background-attachment: fixed;
	min-height: 90vh;
}

.salesandevents #inner {
	width: 60%;
	margin: auto;
	background-color: rgba(79, 32, 16, 0.9)	;
	color: white;
	padding: 3vw;
	text-align: center;
	font-family: roboto slab;
}

.salesandevents h1 {
	font-family: logofont;
	font-size: 5vw;
	font-weight: normal;
	margin: 0;
}

.salesandevents h1 strong{
	font-size: 3vw;
	font-weight: normal;
}

.salesandevents button {
	background-color: transparent;
	border: 0.12vw solid white;
	color: white;
	padding: 1vw;	
}

.salesandevents button:hover {
	cursor: pointer;
	background-color: white;
	color:  rgb(79, 32, 16);	
}

.contact {
	width: 80%;
	margin: auto;
	display: flex;	
}

.contact > div {
	width: 33%;
	padding: 2vw;
	color: white;
	text-align: center;
	background-color: rgba(79, 32, 16, 0.8);
	margin: 1vw;	
	border: 0.12vw white solid;
	font-family: roboto slab;
	display: flex;
	justify-content: center;
	font-size: 1vw;
	flex-direction: column;
}


.contacth1 {
	text-align: center;
	width: 80%;
	margin: auto;
	padding: 2vw;
	color: white;
	font-family: roboto slab;
	font-size: 2vw;	
}

.contact img{
	width: 80%;
	margin-top: 0;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
}


.animallist {
	width: 80%;
	margin: auto;
	display: flex;
	background-color: rgba(79, 32, 16, 0.8);
	justify-content: center;
	align-items: center;
}

.gallery {
	width: 80%;
	margin: auto;
	display: flex;
	background-color: rgba(79, 32, 16, 0.8);
	justify-content: center;
	align-items: center;
}

.gallery img {
	transition: transform ease 0.3s;	
}

#galiamge {
	width: 15%;	
}

.gallery img:hover {
	transform: scale(1.2);	
}

#galiamge img {
	width: 100%;
}

.animalpage {
	width: 80%;
	margin: auto;
	display: flex;
	background-color: rgba(79, 32, 16, 0.8);
	justify-content: space-around;
}


#animal {
	width: 30%;
	text-align: center;
	padding: 2vw;
	color: white;
	font-family: roboto slab;	
}

#animal img{
	border: 0.12vw solid white;
	width: 80%;
	height: 80%;
	transition: filter ease 0.3s;
}

#animal a {
	color: white;
	text-decoration: none;	
	font-size: 1.1vw;
}

#animal a:hover {
	text-decoration: underline;	
}


#animal a:hover img{
	filter: brightness(115%);
	outline: 0.1vw solid white;	
}

.columns {
	flex-direction: column;	
	padding-top: 1vw;
}

.columns h1 strong{
		font-size: 3vw
}

.ped {
	color: #d1b989;
	font-size: 0.9vw;
	font-family: roboto slab;
	padding-bottom: 2vw;
	margin-left: 5vw;
}

.ped h2 {
	margin: 0;
	margin-left: -5vw;	
	color: white;	
}

.ped h3 {
	margin: 0;
	margin-left: -2vw;	
	color: white;
}

.animalleft {
	width: 50%;	
	padding: 1vw;
}

[data-slides] {
	background-color: black;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	-webkit-transition: background-image 0.7s ease-in-out;
transition: background-image 0.7s ease-in-out;
}

.mobilenav, .opener {
	display: none;	
}

.url-links{
	text-align: center;
}
.url-links a {	
	color: white;
}

 