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

body, html {
    height: 100%;
}

body {	
    overflow-x: hidden;
}

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

/*FONTS*/

.primary-font{
font-family: bebas-neue-pro-semiexpanded, sans-serif;
font-weight: 400;
font-style: normal;
}

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

.black-font{
font-family: azo-sans-uber, sans-serif;
font-weight: 400;
font-style: normal;
}

.cursive-font{
font-family: lindsey-signature, sans-serif;
font-weight: 400;
font-style: normal;
}

.title-font{
font-family: quiche-sans, sans-serif;
font-weight: 400;
font-style: normal;
}


/*GENERAL RULES*/
.z-to-front{
	z-index: 900;
}

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

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

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

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

.image-cover{
	width: 100%;
    height: 100%;
    object-fit: cover;
}

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

.border-white{
	border-style: solid none solid none;
	border-width: thin;
	border-color: #eaeef4!important;
}

.border-green{
	border-style: solid none solid none;
	border-width: thin;
	border-color: #42461c!important;
}

.greenline{
	height: 3px;
	background-color: #5e633b!important;
}

.greenline-Thin{
	height: 1px;
	background-color: #5e633b!important;
}

.whiteline{
	height: 3px;
	background-color: #eae9e4!important;
}

.waypoint-vis{
	opacity: 0;
}


/*TEXT FORMATTING*/
 
.text-offwhite{
	color:#eae9e4!important;
}

.text-light-green{
	color:#c1beb0!important;
}

.text-green{
	color: #5e633b!important;
}

.text-midgreen{
	color: #42461c!important;
}

.text-darkgreen{
	color: #252606!important;
}

.text-sideways{
	writing-mode: vertical-rl;
	text-orientation: mixed;
}

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

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

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

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

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

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

.dropcap{
	float: left;
	font-size: 7rem;
	line-height: 0.75;
	margin: -0.1em, 0.1em, 0, 0;
}

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

.text-shadow-sm {
color: #333333;
text-shadow: 2px 2px 0px #FFFFFF, 5px 4px 0px rgba(0,0,0,0.15);
}


/*LINK AND HOVER EFFECTS*/

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

.text-link-overline:hover{
	text-decoration-line: overline;
	text-decoration-color: #42461c!important;
}

.text-link-opacity{
	opacity: 75%;
}

.text-link-opacity:hover{
	opacity: 100%;
}

.text-link-green{
	color: #5e633b!important;
	text-decoration: underline;
}

.text-link-green:hover{
	color: #252606!important;
	text-decoration: none!important;
}

.text-link-white{
	text-decoration: none;
	color: white!important;
}

.text-link-white:hover{
	text-decoration: underline;
}


/*BACKGROUNDS*/
.offwhite-bgnd{
	background-color: #eae9e4!important;
}

.light-green-bgnd{
	background-color: #c1beb0!important;
}

.mid-green-bgnd{
	background-color: #727256!important;
}

.green-bgnd{
	background-color: #42461c!important;
}

.dark-green-bgnd{
	background-color: #252606!important;
}

.mainBackgroundImg{ 
	background-image: url("images/backgrounds/abstract-home-bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	z-index: -100;
}
 
/* BACKGROUND SHAPES */

#backgroundShapeContent{
	position: relative;
	overflow: hidden;
}

.background-shape {
    position: absolute;
	width: 5%;
    opacity: 0.75; /* Adjust the opacity as desired */
	z-index: -1;
  }


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

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

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

.logo img{
	height: 4.3vmax;
}

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

.sale-button{
	border: none;
	background-color: #43442a!important;
	color: white;
	border-radius: 3px;
}

.sale-button:hover{
	background-color: #727256!important;
	color: white!important;
}

.saleActive{
	background-color:#727256!important;
	color: white!important;
}


/*BUTTONS*/
.btn-height{
	height: 30px;
}

.light-green-solid-button{
	border: none;
	background-color: #c1beb0!important;
	border-radius: 3px;
}

.light-green-solid-button:hover{
	background-color: #252606!important;
	color: #eae9e4!important;
}

.green-solid-button{
	border: none;
	background-color: #717258!important;
	border-radius: 3px;	
}

.green-solid-button:hover{
	background-color: #eae9e4!important;
	color:#717258!important;
}

.dark-green-solid-button{
	border: none;
	background-color: #252606!important;
	border-radius: 3px;
}

.dark-green-solid-button:hover{
	background-color: #42461c!important;
	color: white!important;
}

.large-curved-edges{
	border-radius: 20px;
}

.curved-edges{
	border-radius: 10px;
}

.small-curved-edges{
	border-radius: 5px;
}

.green-border-button{
	border: solid medium!important;
	border-color: #42461c!important;
	background-color: rgba(0,0,0,0.00)!important;
}

.green-border-button:hover{
	background-color: #c1beb0!important;
	color: #42461c!important;
}

.dark-green-border-button{
	border: solid medium;
	border-color: #252606!important;
	background-color: rgba(0,0,0,0.00);
}

.dark-green-border-button:hover{
	background-color: rgba(0,0,0,0.1)!important;
	color: #252606!important; 
}

.border-buttonFB{
	border: solid thin;
	border-color: #4267B2;
	background-color: rgba(0,0,0,0.00);
	color: #4267B2!important;
}

.border-buttonFB:hover{
	background-color: #4267B2!important;
	color: white!important;
}

/*OTHER CLASSES*/

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

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

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

.btn:active,
.btn:focus {
  box-shadow: 3px 3px 3px #353535!important;
}

/*MEDIA QUERIES*/

@media only screen and (max-width: 768px)and (min-width: 577px) {
  .background-shape {
	width: 10%!important;
  }
}

@media only screen and (max-width: 576px) {
  .background-shape {
	width: 15%!important;
  }
}