body, html {
    height: 100%;
}

body {
	overflow-x: hidden;
}

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

@font-face {
  font-family: bochan;
  src: url("fonts/Bochan Serif.ttf");
}

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

/*GENERAL RULES*/
.primary-font{
font-family: bebas-neue-pro-expanded, sans-serif;
font-weight: 500;
font-style: normal;
}

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

.slogan-font{
font-family: bochan, serif;
font-style: normal;
}

.ad-font{
font-family: bastro, serif;
font-style: normal;
}

.bold-font{
font-family: bebas-neue-pro-expanded, sans-serif;
font-weight: 700;
font-style: normal;
}

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

.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;
}

.gold-bgnd{
	background-color: #BD9C65;
}

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

.text-cream{
	color: #f9f6f2!important;
}

.text-gold{
	color:#BD9C65!important;
}

.text-midgold{
	color: #9B7846;
}

.text-darkgold{
	color:#886B42;
}

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

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

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

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

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

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

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

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

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

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

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

/*For all waypoint animations needing 0 opacity start*/
.waypoint-vis{
opacity: 0;
}

/*NAVIGATION*/
.nav-color.scrolled {
    background: rgb(45,45,51)!important;
	background: radial-gradient(circle, rgba(45,45,51,1) 0%, rgba(25,24,23,1) 100%)!important;
    transition: background 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:#BD9C65;
	border-top-width: thin;
}

.logo img{
	height: 5.4vmax;
}

.active{
	border-top-style: solid;
	border-top-color:#BD9C65;
	border-top-width: thin;
}

/*LANDING PAGE*/

.gradient-bkd{
	height: 100%;
	width: 100%;
    background: rgb(189,156,101);
    background: radial-gradient(circle, rgba(189,156,101,1) 59%, rgba(136,107,66,1) 100%);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	-webkit-clip-path: polygon(0 97%, 100% 90%, 100% 100%, 0% 100%);
	clip-path: polygon(0 97%, 100% 90%, 100% 100%, 0% 100%);
}

.diamondH-bgd{
	background-color: #E9E5D5;
	background-image: url("images/background/bg-1.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
 }

.ad-bgd{
	background-color: #BD9C65;
	background-image: url("images/background/ad-words.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
 }

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

.info-button:hover{
	background-color:#E8E8E8!important;
	color: #886B42;
}

.info-btn{
	height: 38px;
}

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

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

.submit-btn{
	height: 38px;
}

.goldline{
	height: 3px;
	background-color: #BD9C65;
}

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

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

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

.modal-content{
	background: rgb(255,255,255)!important;
    background: -webkit-linear-gradient(rgba(255,255,255,1) 19%, rgba(255,255,255,0.8491771708683473) 100%)!important;
    background: -o-linear-gradient(rgba(255,255,255,1) 19%, rgba(255,255,255,0.8491771708683473) 100%)!important;
    background: linear-gradient(rgba(255,255,255,1) 19%, rgba(255,255,255,0.8491771708683473) 100%)!important;
}

#tilemask{
	z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to bottom, #ff000000, #FFFFFF);
}

#tiles{
	left: 0;
	top: 0;
    left: 0;
	z-index: -1;
    display: grid;
	grid-template-columns: repeat(var(--columns), 1fr);
    grid-template-rows: repeat(var(--rows), 1fr);
	aspect-ratio:1!important;
}
.tile {
    position: relative;
}

.tile:before {
    background-color: #BD9C65;
    content: "";
    inset: 36%;
    position: absolute;
    transform:rotate(45deg);
	opacity: 10%;
	aspect-ratio:1!important;
}

.custom-position-sparkle{
	top: 1%!important;
	left:80%!important;
	width: 17%!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: #BD9C65!important;
  -webkit-box-shadow: 0px 0px 10px 2px #BD9C65!important; 
  box-shadow: 0px 0px 4px 2px #BD9C65!important;
  outline: 0 none!important;
}

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

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


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

 .custom-pic-position{
    position: relative;
    margin-top: -189px;
    z-index: -1;
}
}
@media only screen and (max-width: 600px) {
 .custom-position-sparkle {
    top: 1%!important;
	left:78%!important;
	width: 17%!important;
  }
 .custom-pic-position{
    position: relative;
    margin-top: -129px;
    z-index: -1;
}
}
