body, html {
    height: 100%;
}

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

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

@font-face {
  font-family: Couture;
  src: url("fonts/couture/couture-bld.otf");
}

@font-face {
  font-family: Neon;
  src: url("fonts/neon_led_light/NEONLEDLight.otf");
}


@font-face {
  font-family: Cathyperry;
  src: url("fonts/cathyperryregular.ttf");
}

/*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);
}

/*BACKGROUNDS & ELEMENTS*/

.grey-bgd{
	background-color: #434543!important;
}

.yellow-bgd{
	background-color: #f8a033!important;
}

.orangeline{
	height: 3px;
	background-color: #ee8024!important;
}

.stripe-background{
	background-color: #f7f5f0;
	background-image: url("assets/sky background.png");
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.W2-bgd{
	background-image: url("assets/field-bgnd-faded-UPDATED.jpg");
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
 }


/*BUTTONS & LINKS*/

.animal-name:hover{
	color: #cc6315!important;
}

.link-hover-orange{
	color: #303030!important;
	text-decoration: none;
}

.link-hover-orange:hover{
	color: #f8a033!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 #ee8024!important;
	background-color:rgba(0,0,0,0.00)!important;
	color: #ee8024!important;
	border-radius: 10px!important;
}

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

.submit-btn{
	height: 38px;
}

.btn-orange{
	color: #EAE8E8!important;
	background-color: #ee8024!important;
}

.btn-orange:hover{
	color: #EAE8E8!important;
	background-color: #d66816!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;
	border-top-color: transparent;
	border-top-width: thin;
}

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

.logo img{
	height: 4.5vmax;
}

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


/*CUSTOMIZATIONS*/

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

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

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

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

.opacity-zero{
opacity: 0;
}

.welcome-position{
	top: 35%;
}

.card-image-width{
	width: 80%!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: #f8a033!important;
  -webkit-box-shadow: 0px 0px 10px 2px #f8a033!important; 
  box-shadow: 0px 0px 4px 2px #f8a033!important;
  outline: 0 none!important;
}

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

.custom-pic-position{
    position: relative;
    margin-top: -300px;
    z-index: -1;
}

.flex { /*Flexbox for containers*/
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.waves {
  position:relative;
  width: 100%;
  height:35vh;
  margin-bottom:-7px; 
  min-height:100px;
  max-height:150px;
}

.content {
  position:relative;
  height:35vh;
  text-align:center;
  background-color: white;
}

/* Animation */

.parallax > use {
  animation: move-forever 25s cubic-bezier(.55,.5,.45,.5)infinite;
}

.parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}

.parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}

.parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}

.parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}

@keyframes move-forever {
  0% {
   transform: translate3d(-90px,0,0);
  }
  100% { 
    transform: translate3d(85px,0,0);
  }
}


/*MEDIA QUERIES*/
@media only screen and (max-width: 1200px) {
	
	.card-image-width{
	width: 90%!important;
	}
	
	.welcome-position{
	top: 35%;
	}
}

@media only screen and (max-width: 992px) {
	
	.card-image-width{
	width: 55%!important;
	}
	
	.welcome-position{
	top: 35%;
	}
}

@media only screen and (max-width: 768px) {
	
	.card-image-width{
	width: 70%!important;
	}
	
	.welcome-position{
	top: 25%;
	}
	
	.waves {
    height:55px;
    min-height:55px;
  	}
    .content {
      height:45vh;
    }
}

@media only screen and (max-width: 576px) {
	
	.card-image-width{
	width: 80%!important;
	}
	
	.welcome-position{
	top: 25%;
	}
}

