body, html {
    height: 100%;
}

body {
	overflow-x: hidden;
	background-color: var(--muted) !important;
}

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

:root{
	--brand: #5a371e; 
	--accent: #330000;
	--muted: #f3edea;
	--text: #2F2F2F;
}

@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*/

.lightgrey-bgd{
	background-color: #e4dddb!important;
}

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

.darkgrey-bgd{
	background-color: #2c2c2c!important;
}

.lightbrown-bgd{
	background-color: #cfbfac!important;
}

.darkbrown-bgd{
	background-color: #2e2925!important;
}

.darkred-bgd{
	background-color: #330000!important;
}

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

.hero{
	background-image: url("images/backgrounds/prairie-field.jpg");
	background-size: cover;
	background-position: center;
	min-height: 65vh;
	position: relative;
	display: flex;
	align-items: center;
}
.hero .overlay{
	position: absolute;
	inset: 0;
	background: linear-gradient(0deg, rgb(90 55 30 / 49%), rgba(0, 0, 0, 0.18))
}


/*BUTTONS & LINKS*/

.link-hover-grey{
	color: #5a5959!important;
}

.link-hover-grey:hover{
	color: #979797!important;
}

.link-hover-darkred{
	color: #5c1d1d!important;
}

.link-hover-darkred:hover{
	color: #330000!important;
}

.link-hover-red{
	color: #971717!important;
}

.link-hover-red:hover{
	color: #580d0d!important;;
}

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

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

.contact-button{
	background-color:#750426!important;
	color: white!important;
	border-radius: 8px!important;
	height: 46px!important;
}

.contact-button:hover{
	background-color: #44071a!important;
	color: #fff!important;
}

.brown-button{
	background-color:#8f4b14!important;
	color: white!important;
	border-radius: 4px!important;
}

.brown-button:hover{
	background-color: #703709!important;
	color: #fff!important;
}

.burgundy-button{
	background-color:#750426!important;
	color: white!important;
	border-radius: 4px!important;
}

.burgundy-button:hover{
	background-color: #44071a!important;
	color: #fff!important;
}

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

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

.submit-btn{
	height: 38px;
}

.bg-faded {
	background-color: #f4f4f5!important;
	opacity: 0.35!important;
}

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

.bold-font{
	font-family: "oswald", sans-serif;
	font-weight: 700;
	font-style: normal;
}

.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: #e6e6e6!important;
}

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

.text-darkred{
	color:#330000!important;
}

.text-midred{
	color:#570707!important;
}

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


.text-brown{
	color:#57390c!important;
}

.text-lightbrown{
	color:#966318!important;
}

.text-white{
	color:white!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: #979797!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:#330000;
	border-top-width: thin;
}

.logo img{
	height: 4.5vmax;
}

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


/*CUSTOMIZATIONS*/

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

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

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

.slick-next:before {
	color: #330000!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: #ba4a4a!important;
  -webkit-box-shadow: 0px 0px 10px 2px #ba4a4a!important; 
  box-shadow: 0px 0px 4px 2px #ba4a4a!important;
  outline: 0 none!important;
}

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

#main-nav.scrolled, .navbar.scrolled{
	background-color: rgba(255,255,255,0.98) !important;
	box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}

.divider{
	height:4px;
	background:var(--accent);
	width:80px;
	border-radius:4px;
	margin:1rem auto;
}

.feature-card{
	background:#fff;
	border-radius:10px;
	box-shadow:0 5px 8px rgb(18 18 18 / 27%);
	padding:24px;
	border-left:6px solid #770d15!important;
}

.feature-card h5{
	color:var(--brand);
	margin-top:8px;
}
.feature-icon{
	width:56px;
	height:56px;
	display:inline-block;
	border-radius:8px;
	background:rgba(145, 133, 133, 0.28);
	padding:8px;
}

.news-thumb{
	border-radius:6px;
	border: 2px solid #e7e7e7;
}

.past4H .slick-track {
    display: flex !important;
}

.past4H .slick-slide {
    height: auto !important;
    display: flex !important;
    flex-direction: column;
}

.past4H .slick-slide > div,
.past4H .slick-slide .col-12 {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.past4H .slick-slide .card {
    flex: 1;
}

.dropdown-menu {
	--bs-dropdown-link-active-bg: #d9d9db!important;
}