body {
    margin:0;
    padding:0;
	font-family:"Sriracha",cursive;
	color:#666;
}
.content {
    display:block;
    background:#FFF;
	font-family:"Sriracha",cursive;
	color:#666;
	padding:1em 10%;
}
h1 {
	font-size:64px;
	text-transform:uppercase;
	color:#fff;
	margin-bottom:.6em;
	text-shadow:#666 4px 4px 8px;
}
h2 {
	font-size:48px;
	color: #cb9b51;
	-webkit-text-stroke: 0.05px #826033;
}
h3 {
	font-size:32px;
	margin-bottom:1em;
}
p {
	font-size:24px;
	margin-bottom:1.5em;
}
.small{
    font-size: 18px;
	padding:1em;
}
a:link {
	color:#666;
	font-weight: bold;
	text-decoration:none;
}
a:visited {
	color:#CCC;
}
a:hover {
	color: #960;
	text-shadow:2px 2px 6px #666;
}
a:active {
}

ul {
	padding:5px;
	list-style-type:circle;
}
ul li {
	font-size:20px;
}
hr {
    border:0;
	margin:5em 2em;
    height: 2px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}
.imagebox {
	position: relative;
}
.image {
	display: block;
/*	margin-left: auto;
	margin-right: auto;*/
	width: 100%;
	max-width: 200%;
	height: auto;
	border-radius:2em;
	box-shadow:6px 6px 12px;
	margin:5em 0;
}
.imagetext {
	position: absolute;
	bottom: 1em;
	right: 1em;
	background-color: rgba(0, 0, 0, 0.5);
	border-radius:2em;
	color: white;
	padding-left: 1em;
	padding-right: 1em;
}
.himage {
	font-size:24px;
}
.pimage {
	font-size:18px;
	color:#CCC;
}
img {
	max-width: 100%;
	height: auto;
}
.video {
	display: block;
	width: 100%;
	max-width: 200%;
	height: auto;
	background-color:#000;
	border:#000 2px inset;
	border-radius:2em;
	box-shadow:6px 6px 8px 4px grey; 
	margin:5em 0;
}

table {
	font-family: arial, sans-serif;
	border-collapse: collapse;
	width: 90%;
	background-color: #fbf1de;
}
td {
	border: 1px solid #999;
	text-align: left;
	padding: 12px;
}

.social {
	background:linear-gradient(to right, #826033 0, #cb9b51 15%, #f6e27a 45%, #f6e27a 55%, #cb9b51 80%);
	margin-top:-20px;
	margin-bottom:-30px;
	text-align:center;
	z-index:4;
}

.reviews {
	background:#FFF8E1;
	padding:1em 10%;
}

.footer {
    display:block;
	background-image: linear-gradient(315deg, #826033 0, #cb9b51 15%, #f6e27a 45%, #f6e27a 55%, #cb9b51 80%);
	/*background-image: linear-gradient(315deg, #debc5b, #e7c97c, #efd69d, #f6e3bd, #fbf1de);*/
/*	background: -webkit-linear-gradient(top, #DF9F28, #FDE08D, #8f6B29); background: linear-gradient(top, #DF9F28, #FDE08D, #8f6B29);*/
	font-family:"Sriracha",cursive;
	color:#666;
	padding:2em 10%;
}



/* NAVIGATION MENU */
.pnav {
  font-size:24px;
  margin-left:0.5em;
  background-image: linear-gradient(to right, #826033 0, #cb9b51 15%, #f6e27a 45%, #f6f2c0 50%, #f6e27a 55%, #cb9b51 78%, #462523 80%);
  color:transparent;
  -webkit-background-clip:text;
  text-shadow:0 0 80px #993,0 0 90px #993,0 0 100px #993,0 0 120px #993;
}
.topnav {
  overflow: hidden;
  background-color: #333;
  position: relative;
  box-shadow:0 0 20px;
}
/* Hide the links inside the navigation menu (except for logo/home) */
.topnav #myLinks {
  display: none;
  line-height:1.5em;
}
/* Style navigation menu links */
.topnav a {
  color: white;
  padding: 14px;
  text-decoration: none;
  font-size:24px;

  display: block;
}
/* Style the hamburger menu */
.topnav a.icon {
  background: #333;
  display: block;
  position: absolute;
  font-size:42px;
  right: 0;
  top: 0;
}
/* Add a grey background color on mouse-over */
.topnav a:hover {
  background-color: #CB9B51;
  color: black;
}
/* Style the active link (or home/logo) */
.active {
  background-color: #04AA6D;
  color: white;
}



/* GOLD BUTTON */
.golden-btn + .golden-btn { margin-top: 1em; }
.golden-btn {
  display: inline-block;
  outline: none;
  font-family: inherit;
  font-size: 1em;
  box-sizing: border-box;
  border: none;
  border-radius: .3em;
  height: 2.75em;
  line-height: 2.5em;
  text-transform: uppercase;
  padding: 0 1em;
  box-shadow: 0 3px 6px rgba(0,0,0,.16), 0 3px 6px rgba(110,80,20,.4),
              inset 0 -2px 5px 1px rgba(139,66,8,1),
              inset 0 -1px 1px 3px rgba(250,227,133,1);
  background-image: linear-gradient(160deg, #a54e07, #b47e11, #fef1a2, #bc881b, #a54e07);
  border: 1px solid #a55d07;
  color: rgb(120,50,5);
  text-shadow: 0 2px 2px rgba(250, 227, 133, 1);
  cursor: pointer;
  transition: all .2s ease-in-out;
  background-size: 100% 100%;
  background-position:center;
}
.golden-btn:focus,
.golden-btn:hover {
  background-size: 150% 150%;
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23),
                inset 0 -2px 5px 1px #b17d10,
                inset 0 -1px 1px 3px rgba(250,227,133,1);
  border: 1px solid rgba(165,93,7,.6);
  color: rgba(120,50,5,.8);
}
.golden-btn:active {
  box-shadow: 0 3px 6px rgba(0,0,0,.16), 0 3px 6px rgba(110,80,20,.4),
              inset 0 -2px 5px 1px #b17d10,
                inset 0 -1px 1px 3px rgba(250,227,133,1);
}



/* IMAGE SLIDER */
.slider{
  position: relative;
  background: #FFF;
  width: 100%;
  min-height: 500px;
  overflow: hidden;
  box-shadow:0 0 20px;
      z-index:3;
}
.slider .slide{
  position: absolute;
  width: 100%;
  height: 100%;
  clip-path: circle(0% at 0 50%);
}
.slider .slide.active{
  clip-path: circle(150% at 0 50%);
  transition: 2s;
}
.slider .slide img{
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.slider .slide .info{
  position: absolute;
  color: #222;
  background: rgba(255, 255, 255, 0.3);
  width: 75%;
  margin-top: 50px;
  margin-left: 50px;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 5px 25px rgb(1 1 1 / 5%);
}
.slider .slide .info h2{
  font-size: 2em;
  font-weight: 800;
}
.slider .slide .info p{
  font-size: 1em;
  font-weight: 400;
}
.navigation{
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.slider:hover .navigation{
  opacity: 1;
}
.prev-btn, .next-btn{
  z-index: 999;
  font-size: 2em;
  color: #222;
  background: rgba(255, 255, 255, 0.8);
  padding: 10px;
  cursor: pointer;
}
.prev-btn{
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.next-btn{
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.navigation-visibility{
  z-index: 999;
  display: flex;
  justify-content: center;
}
.navigation-visibility .slide-icon{
  z-index: 999;
  background: rgba(255, 255, 255, 0.5);
  width: 20px;
  height: 10px;
  transform: translateY(-50px);
  margin: 0 6px;
  border-radius: 2px;
  box-shadow: 0 5px 25px rgb(1 1 1 / 20%);
}
.navigation-visibility .slide-icon.active{
  background: #960;
}
@media (max-width: 900px){
  .slider{
    width: 100%;
  }
  .slider .slide .info{
    position: relative;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 500px){
  .slider .slide .info h2{
    font-size: 1.8em;
    line-height: 40px;
  }
  .slider .slide .info p{
    font-size: 0.9em;
  }
}



/* HR SEPARATOR */
.separator {
  display: flex;
  align-items: center;
  text-align: center;
  color: #cb9b51;
}
.separator::before,
.separator::after {
  content: '';
  flex: 1;
    border:0;
	margin:5em 2em;
    height: 2px;
    background-image: linear-gradient(to right, #fff, #cb9b51, #fff);
}
.separator:not(:empty)::before {
  margin-right: .5em;
}
.separator:not(:empty)::after {
  margin-left: .5em;
}



/* SCROLLBAR */

::-webkit-scrollbar{
width: 12px;
height: 12px;
}
::-webkit-scrollbar-thumb{
background: #B3AFB3;
border-radius: 0px;
}
::-webkit-scrollbar-thumb:hover{
background: #CB9B51;
  border-radius: 25px;
}
::-webkit-scrollbar-track{
background: #F0F0F0;
border-radius: 0px;
box-shadow: inset 0px 0px 0px 0px #F0F0F0;
}