@charset "utf-8";
/* CSS Document */

body, html {
    height: 100%;
}

body {
	overflow-x: hidden;
}

html {
	overflow-x: visible!important;
	scroll-behavior: smooth;
}


/*GENERAL RULES*/

.z-to-front{
	z-index: 900;
}

.no-bullets{
	list-style-type:none!important;
}

.no-decoration{
	text-decoration: none!important;
}

.image-contain{
	object-fit: contain;
}

.image-cover{
	object-fit: cover;
}

.flip-pic{
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

.waypoint-vis{
opacity: 0;
}

span {
  display: inline-block!important;
}

/*TEXT RULES*/

.primary-font-400{
font-family: futura-pt, sans-serif;
font-weight: 400;
font-style: normal;
}

.primary-font-500{
font-family: futura-pt, sans-serif;
font-weight: 500;
font-style: normal;
}

.primary-font{
font-family: futura-pt, sans-serif;
font-weight: 600;
font-style: normal;
}

.primary-font-700{
font-family: futura-pt, sans-serif;
font-weight: 700;
font-style: normal;
}

.primary-font-800{
font-family: futura-pt, sans-serif;
font-weight: 800;
font-style: normal;
}

.text-darkgrey{
	color: #2F2F2F!important;
}

.text-yellow{
	color:#d1953b!important;
}

.text-offwhite{
	color: #e5dad1!important;
}

.text-dark-brown{
	color:#412312!important;
}

.text-medium-brown{
	color:#9e8677!important;
}

.text-light-brown{
	color: #c9bdb5!important;
}

.text-beige{
	color:#d5c7bd!important;
}

.text-neutral-brown{
	color: #b2a096!important;
}

.text-wrap-xl{
	text-wrap: wrap;
}


@supports (-webkit-text-stroke: 3px black) {
  .outline-text-light-brown  {
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    -webkit-text-stroke: 3px #c9bdb5;
  }
}

.xxl-tracking{
	letter-spacing: 12px;
}

.xl-tracking{
	letter-spacing: 10px;
}

.lg-tracking{
	letter-spacing: 8px;
}

.md-tracking{
	letter-spacing: 6px;
} 

.sm-tracking{
	letter-spacing: 4px;
}

.xs-tracking{
	letter-spacing: 2px;
}

.link-brown:hover{
	color: #412312 !important;
}

.link-hover{
	text-decoration: none;
}

.link-hover:hover{
	text-decoration-line: overline;
	text-decoration-color: #412312;
}

.outlined-text{
  -webkit-text-fill-color: rgba(0, 0, 0, 0); /* Will override color (regardless of order) */
  -webkit-text-stroke: 1px black;
}

.verysmall-fs{
	font-size: 0.9rem;
}

.xl-fs{
	font-size: 3.5rem;
}

/*BACKGROUNDS*/

.grey-bgnd{
	background-color: #3d3d3d;
}

.tan-bgnd{
	background-color: #e5dad1!important;
}

.offwhite-bgnd{
	background-color: #f9f5f2;
}

.yellow-bgnd{
	background-color: #f9c75f;
}

.brown-bgnd{
	background-color: #675042;
}

.red-brown-bgnd{
	background-color: #60433a;
}

.border-tan{
	border-style: solid none solid none;
	border-width: thin;
	border-color: #9c732a;
}

.brownline{
	height: 3px;
	background-color: #675042;
}

.landing-page{
  	background-position: bottom;
  	background-repeat: no-repeat;
  	background-size: 100% 75%;
  	position: relative;
	animation: logoAnimation 1s linear;
}

@keyframes logoAnimation{
	from {
		opacity: 0%;
	}
	to {
		opacity: 100%;
	}
}


/*NAVIGATION*/
.nav-color.scrolled {
    background-color: #f9f6f2!important;
    transition: background-color 200ms linear;
}

.menu-hover{
	border-top-style: solid;
	border-top-color: transparent;
	border-top-width: thin;
}

.menu-hover:hover{
	border-top-style: solid;
	border-top-color:#412312;
	border-top-width: 2px;
	margin-top: -2px;
}

.logo img{
	height: 4.3vmax;
}

.active{
	border-top-style: solid!important;
	border-top-color:#412312!important;
	border-top-width: 2px!important;
	margin-top: -2px!important;
	pointer-events: none!important;
}

/*ABOUT PAGE*/
.about-page {
  position: relative;
  background-image: url('images/about/stalls-2024.jpg'); 
  background-size: cover;
  background-position: center;
  min-height: 200px; 
}

.slide-in{
	opacity: 0;
}

/*SIRES PAGE*/
.sire-pic-hover:hover{
   opacity: 0.6!important;
}

.dam-pic-hover:hover{
   opacity: 0.6!important;
}

.white-bgnd{
	background-color: RGBA(251,250,247,0)!important;
	transition: background-color 1s ease;
}

.white-bgnd.active{
	background-color: RGBA(251,250,247,1)!important;
}

.letter {
    display: inline-block;
    font-family: futura-pt, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 3.2rem;
	color:#d1953b!important;
	text-align: center;
  }

#title{
	text-align: center!important;
}

.space {
    margin: 0 12px; 
  }

#slogan-line1 {
  font-family: 'Futura-PT', sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  color:#d1953b!important;
  opacity: 0;
  transform: translateY(30px);
}

#slogan-line2 {
  font-family: 'Futura-PT', sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  color: #343a40;
  opacity: 0;
  transform: translateY(30px);
}

.slogan-rect {
  height: 80px!important;
  background-color:#d1953b!important;
  opacity: 0;   
  transform: translateX(0); 
}

.female-title .letter {
  display: inline-block;
  line-height: 1;
}

.female-title .line {
  opacity: 0;
  position: absolute;
  left: 0;
  height: 3px;
  width: 100%; 
  background-color: #d1953b !important;
}

.line1 { top: 0; }
.line2 { bottom: 0; }

/*BUTTONS*/

.about-button{
	background-color:#b49e8c!important;
	border-radius: 5px;
}

.about-button:hover{
	color: white!important;
	background-color: #a3846d!important
}

.tan-button{
	color:#1b120b!important;
	background-color:#b49e8c!important;
	border-radius: 5px;
}

.tan-button:hover{
	color: rgb(241, 236, 233)!important;
	background-color: #a3846d!important
}

.yellow-button{
	color:#ffffff!important;
	background-color:#d1953b!important;
	border-radius: 5px;
}

.yellow-button:hover{
	color: #ffffff!important;
	background-color: #a8711e!important;
}

.yellow-button.active-sales{
	color: #ffffff!important;
	background-color: #a8711e!important;
	pointer-events: none!important;
}

.catalogue-hover:hover{
	box-shadow: 1px 1px 10px 2px #675042;
}

.submit-button{
	background-color:#e5dad1!important;
	border-radius: 5px;
}

.submit-button:hover{
	background-color:#ceafa7!important;
	border-radius: 5px;
}

.contact-link{
	color: #f9f5f2!important;
}

.contact-link:hover{
	color: #ceafa7!important;
}



/*CUSTOM CSS*/

.slick-prev:before {
	color: #675042!important;
}
.slick-next:before {
	color: #675042!important;
}

.slick-dots li button::before {
    font-size: 16px;
    color: #675042!important;
    opacity: 0.7;
	padding-top: 8px;
  }

.slick-dots li.slick-active button::before {
    color: #675042!important;
    opacity: 1;
	padding-top: 8px;
  }

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {   
  border-color: #e5dad1!important;
  -webkit-box-shadow: 0px 0px 10px 2px #e5dad1!important; 
  box-shadow: 0px 0px 4px 2px #e5dad1!important;
  outline: 0 none!important;
}

.form-control:focus {
  border-color: #e5dad1!important;
   -webkit-box-shadow: 0px 0px 10px 2px #e5dad1!important; 
  box-shadow: 0px 0px 4px 2px #e5dad1!important;
}

textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-    input:focus {
  border-color: #e5dad1!important;
  -webkit-box-shadow: 0px 0px 10px 2px #e5dad1!important; 
  box-shadow: 0px 0px 4px 2px #e5dad1!important;
  outline: 0 none!important;
}


/*MEDIA QUERIES*/
@media only screen and (max-width: 576px) {
	
  .landing-page{
  	background-size: 155% 75%;
	}
}

@media only screen and (min-width: 576px) {
	
  .landing-page{
  	background-size: 155% 75%;
	}

}

@media only screen and (min-width: 762px) {
	
  .landing-page{
  	background-size: 135% 75%;
	}

}

@media only screen and (min-width: 992px) {
	
  .landing-page{
  	background-size: 145% 75%;
	}

}

@media only screen and (min-width: 1200px) {
	
  .landing-page{
  	background-size: 100% 75%;
	}
	
  .text-wrap-xl{
      text-wrap: nowrap;
  }

}


