body, html {
    height: 100%;
}

body {
	overflow-x: hidden;
	background-color: #f4efe7!important;
}

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

/*GENERAL*/
.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-zero{
	opacity: 0;
}

/*BACKGROUNDS & ELEMENTS*/

.ivory-bkd{
	background-color: #fffaf0!important;
    border-radius: 10px!important;
}

.taupe-bkd{
	background-color: #ede7dd!important;
	clip-path: polygon(0 15%, 100% 0, 100% 88%, 0% 100%);
}

.grey-bkd{
	background-color: #e8e1d6!important;
}

.light-blue-bgd{
	background-color: RGBA(157,188,214,0)!important;
	transition: background-color 1s ease;
}

.light-blue-bgd.active{
	background-color: RGBA(157,188,214,1)!important;
}

.blue-bgd{
	background-color: #294a9b!important;
}

.blueline{
	height: 3px;
	background-color: #294a9b!important;
}

.Labatte-bgd{
	background-image: url("images/backgrounds/coverphoto.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% auto;
	background-color: rgba(255, 255, 255, 0.5);
    background-blend-mode: lighten;
 }

 .h-75-h-md-100 {
    height: 75vh; /* 50% height by default */
}


/*BUTTONS & LINKS*/

.link-hover-blue{
	color: #294a9b!important;
	text-decoration: none;
}

.link-hover-blue:hover{
	color: #1b3975!important;
}

.contact-button{
	border: solid thin #ee8024!important;
	background-color:#ee8024!important;
	color: white!important;
	padding-left: 30px!important;
	padding-right: 30px!important;
	border-radius: 10px;
}

.contact-button:hover{
	background-color:rgba(0,0,0,0.00)!important;
	color: #c6651c!important;
	padding-left: 80px!important;
	padding-right: 80px!important;
}

.contact-btn{
	height: 38px;
}

.submit-button{
	border: solid thin #1b3975!important;
	background-color:rgba(0,0,0,0.00)!important;
	color: #1b3975!important;
	border-radius: 10px!important;
}

.submit-button:hover{
	background-color:#1b3975!important;
	color: #FFFFFF!important;
}

.submit-btn{
	height: 38px;
}

.btn-blue{
	color: #1b3975!important;
	background-color: #9dbcd6!important;
	border-radius: 8px!important;
}

.btn-blue:hover{
	color: #e6e9ef!important;
	background-color: #8eaabc!important;
}


.btn-light-blue{
	color: #e6e9ef!important;
	background-color: #1b3975!important;
	border-radius: 8px!important;
}

.btn-light-blue:hover{
	color: #1b3975!important;
	background-color: #9dbcd6!important;
}

.btn:active {
	color: #EAE8E8!important;
	background-color: #d66816!important;
	outline-color: #26428f!important;
}

.btn:focus {box-shadow: none;}


/*TEXT*/

.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!important;
    font-weight: 700!important;
    font-style: normal!important;
}

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

.secondary-font{
    font-family: Couture;
    font-weight: normal;
    font-style: normal;
}

.specialty-font{
    font-family: Neon;
    font-weight: normal;
    font-style: normal;	
}

.cursive-font{
    font-family: Cathyperry;
    font-weight: normal;
    font-style: normal;	
}

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

.text-true-grey{
	color: #565656!important;
}

.text-midgrey{
	color: #d9d9db!important;
}

.text-lightgrey{
	color: #f4f4f5!important;
}

.text-faded-grey{
	color: #565656!important;
	opacity: 0.15!important;
}

.text-orange{
	color:#ee8024!important;
}

.text-blue{
	color: #26428f!important;
}

.text-white{
	color:white!important;
}

.text-red{
	color:#780e0e!important;
}

.xl-fs{
	font-size: calc(1.725rem + 7.9vw)!important;
}

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

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

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

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

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

.xxs-tracking{
	letter-spacing: 1px;
}

.text-justify {
  text-align: justify;
  text-justify: inter-word;
}

/*NAVIGATION*/
.nav-color.scrolled {
	background-color: #e8e3da!important;
}

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

.menu-hover:hover{
	border-top-style: solid!important;
	border-top-color:#ffffff!important;
	border-top-width: thin!important;
}

.logo img{
	height: 4.5vmax;
}

.active{
	border-top-style: solid;
	border-top-color:#ffffff!important;
	border-top-width: thin;
	color: #ffffff!important;
}

.nav-wave{
	z-index:-1;
	bottom: -35px;
}

/*CUSTOMIZATIONS*/

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

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

.slick-prev:before {
	color: #1b3975!important;
}

.slick-next:before {
	color: #1b3975!important;
}

.opacity-zero{
opacity: 0;
}

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: #9dbcd6!important;
  -webkit-box-shadow: 0px 0px 10px 2px #9dbcd6!important; 
  box-shadow: 0px 0px 4px 2px #9dbcd6!important;
  outline: 0 none!important;
}

.form-control:focus {
  border-color: #1b3975!important;
   -webkit-box-shadow: 0px 0px 10px 2px #9dbcd6!important; 
  box-shadow: 0px 0px 4px 2px #9dbcd6!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: #9dbcd6!important;
  -webkit-box-shadow: 0px 0px 10px 2px #9dbcd6!important; 
  box-shadow: 0px 0px 4px 2px #9dbcd6!important;
  outline: 0 none!important;
}

.h-130vh{
	height: 130vh!important;
}

.h-50vh{
	height: 50vh!important;
}

.custom-position{
	top:-25vh!important;
}

.clipping-mask{
	clip-path: polygon(0 18%, 100% 0, 100% 83%, 0 100%);
}

.shadow-medium{
	-webkit-box-shadow: 6px 6px 9px -2px rgba(0,0,0,0.36); 
	box-shadow: 6px 6px 9px -2px rgba(0,0,0,0.36);
}

.sire-pic-hover{
	 height: 250px;
	 overflow: hidden;
     position: relative;
     backface-visibility: hidden;
     transition: all 0.4s ease-out;
}

.sire-pic-hover:hover{
	  backface-visibility: hidden!important;
      transform: scale(1.15, 1.15)!important;
      opacity: 1!important;
}

.name-tag{
	position: relative;
    z-index: 999;
    background-color: white;
}

	.flipbook-container{
		--bs-aspect-ratio: 64%;
	}

/*MEDIA QUERIES*/
@media only screen and (max-width: 1200px) {

.custom-position{
	top:-10vh!important;
}
}

@media only screen and (max-width: 992px) {


}

@media only screen and (max-width: 768px) {
	

}

@media only screen and (max-width: 576px) {

	.flipbook-container{
		--bs-aspect-ratio: 130%;
	}

	.nav-wave{
		bottom: -15px;
	}	
	
}

@media (min-width: 768px) { /* md breakpoint */
    .h-75-h-md-100 {
        height: 100vh; /* 100% height at md and above */
    }
}

