@charset "UTF-8";
/* CSS Document */
html, html * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
  font-family: arial, sans-serif;
  font-size: 1vw;
  background: black;
}
/* unvisited link */
a:link {
  color: #993333;
}
img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
.header {
  position: absolute;
  height: 30em;
  padding: 1.5em;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: #000
}
.site-logo {
  position: relative;
  display: block;
  float: center;
  width: 100%;
  padding-top: .5em;
  padding-bottom: .5em;
  padding-left: .5em;
  padding-right: .5em;
}
.site-logo img {
  width: 100%;
}
/* Navbar container */
.navbar {
  width: 100%;
  overflow: hidden;
  background-color: #333;
  font-family: Arial;
  margin-left: 0em;
  margin-right: 0em;
  padding-left: 5vw;
  padding-right: 0em;
}
/* Links inside the navbar */
.navbar a {
  float: left;
  font-size: 1.75vw;
  color: white;
  text-align: center;
  padding: .25vw 1vw;
  text-decoration: none;
}
.navbar a:link {
  color: #fff;
}
.navbar a:visited {
  color: aliceblue;
}
/* The dropdown container */
.dropdown {
  float: left;
  overflow: hidden;
}
/* Dropdown button */
.dropdown .dropbtn {
  font-size: 2.25vw;
  border: none;
  outline: none;
  color: white;
  padding: .25vw 5vw;
  background-color: inherit;
  font-family: inherit; /* Important for vertical align on mobile phones */
  margin: 0; /* Important for vertical align on mobile phones */
}
/* Add a red background color to navbar links on hover */
.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: red;
}
/* Dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 220px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 10;
}
/* Links inside the dropdown */
.dropdown-content a {
  float: none;
  color: #fff;
  padding: 1vw 2vw;
  text-decoration: none;
  display: block;
  background-color: black;
  text-align: left;
}
/* Add a grey background color to dropdown links on hover */
.dropdown-content a:hover {
  background-color: #585252;
}
.dropdown-content a:visited {
  color: darkturquoise;
}
/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}
.border {
  background-color: black;
  height: 1em;
}
.subheader {
  width: inherit;
  background-color: #993333;
  height: .5em;
  margin-left: 1em;
  margin-right: 1em;
}
.searchbox {
	background-color: #333;
	float:right;
	width:60%;
	height: auto;
	color: white;
	padding: .5% 5% .5% 0%
}
.border {
  background-color: black;
  height: 1em;
}

.blank{
	background-color: #F1D45E;
	height: 1em;
	margin-left: 1em;
	margin-right: 1em;
}

.environment{
	background-color: #ffcc33;
	height: auto;
	text-align: center;
	font-size: 3em;
	color: black;
	text-transform: capitalize;
	margin-left: .69em;
    margin-right: .5em;
	
	padding-bottom: .2em;
}
.environment-b{
	text-align: center;
	font-size: .5em;
	font-weight: 500;
	line-height: 1.1;
	text-transform: uppercase;
	
	color: #ffcc33;
}
.environment a:link {color: #ffcc33;}
.environment a:visited {color: #ffcc33;}
.environment-b a:link {color: #ffcc33;}
.environment-b a:visited {color: #ffcc33;}

.main-text {
	background-color: #ffcc33;
	margin-left: .25em;
	margin-right: .25em;
	padding-left: 5em;
	padding-right: 5em;
	padding-top: 2em;
	padding-bottom: 2em;
  font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
  font-size: .6em;
	font-weight: 300;
}
.main-text-center{
	text-align: center;
}

.main-text a:link {color: #993333;}
.main-text a:visited {color:#993333;}
.headline {
  height: auto;
  min-height: 10vw;
  width: auto;
  
  padding-top: 3vw;
  padding-bottom: 3.em;
  background-color: #000;
  text-align: center;
}
.headline2 {
  height: auto;
  min-height: 5vw;
  width: auto;
  margin-left: 1em;
  margin-right: 1em;
  padding-top: 1vw;
  padding-bottom: 1.5em;
  background-color: #ffcc33;
  text-align: center;
	color: #000;
}
.headline {
  height: auto;
  min-height: 10vw;
  width: auto;
  margin-left: 1em;
  margin-right: 1em;
  padding-top: 3vw;
  padding-bottom: 3.em;
  background-color: #000;
  text-align: center;
	border: 15px solid black;
}
.headline-content {
  font-family: 'acumin-pro-extra-condensed', sans-serif;
  color: #000;
  position: absolute;
  z-index: 10000;
  padding-top: 8em;
  top: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
}
.display-photo {
  height: auto;
  padding-left: 0em;
  padding-right: 0em;
  margin-left: 1em;
  margin-right: 1em;
}
.display-photo img {
  display: block;
  align-content: center;
  width: 99.9%;
  height: auto;
  border: 15px solid black;
  position: relative;
}

.secondary-photo img {
  display: block;
  align-content: center;
  width: 40%;
  height: auto;
  border: 1px solid black;
  position: relative;	
}
h2 {
  font-weight: 100;
  font-size: 2vw;
  line-height: 1.5;
  margin-bottom: -.35em;
  padding-top: 1%;
  padding-bottom: 1%;
  letter-spacing: .2em;
  text-transform: uppercase;
  font-style: italic;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, .2);
  text-align: center;
  color: #ffcc33
}
h1 {
  margin-bottom: .5%;
  text-transform: uppercase;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, .05);
  letter-spacing: 0em;
  margin-left: .0em;
	margin-right: .0em;
  font-size: 3.5vw;
  color: #ffcc33;
  line-height: 1.5;
  text-align: "center";
}
h3 {
  font-size: 2.5vw;
  font-weight: 100;
  line-height: 1.5;
  letter-spacing: 0em;
  text-transform: uppercase;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, .2);
  text-align: center;
  color: white;
}
h4 {
  font-size: 2.0vw;
  font-wwight: bold;
  color: aliceblue;
  line-height: normal;
  text-align: center;
}
h5 {
  font-size: 2vw;
  font-weight: 600;
  line-height: 2.75;
  text-align: center;
}
h6 {
  font-size: 3vw;
  font-weight: 300;
  line-height: 3.75;
  text-align: center;
  color: black;
}
/* Container holding the image and the text */
.container {
  position: relative;
  image-width: 50%;
  margin-left: 1em;
  margin-right: 5em;
  align-cotent: center;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  color: white;
  width: 98vw;
}
/* Bottom left text */
.bottom-left {
  position: absolute;
  bottom: 8px;
  left: 16px;
}
/* Top left text */
.top-left {
  position: absolute;
  top: 8px;
  left: 16px;
}
/* Top right text */
.top-right {
  position: absolute;
  top: 8px;
  right: 16px;
}
/* Bottom right text */
.bottom-right {
  position: absolute;
  bottom: 15px;
  right: 25px;
}
/* Centered text */
.centered {
  position: absolute;
  top: 30%;
  left: 30%;
  transform: translate(-50%, -50%);
}
.centered-text{
	text-align: center;
}
.core {
    background-color: #ffcc33;
	align-content: center;
    margin-left: .69em;
    margin-right: .5em;
	padding-left: 5vw;
	padding-right: 5vw;
	padding-bottom: 2em;
	font-size: 1.5em;
	line-height: 1.5;
	color:bk;

}
.core a:link{color:#993333;}

.core a:visited{color:#993333;}

* {
  box-sizing: border-box;
}
/* Create three equal columns that floats next to each other */
.column {
  float: left;
  width: 50%;
  padding-right: 20px;
  height: auto; /* Should be removed. Only for demonstration */
}

.column-thirds{
	float: left;
	width: 33%;
	padding-right: 20px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
  }
}

.element > ul{
	display: grid;
 grid-template-columns: repeat(2(auto-fit, minmax(400px, 100%)));
	grid-gap: 15px;
	
	
	
}

.element > ul > li{
	list-style-type: none;
	float: left;
	overflow: hidden;
}




.element > figure {
  border: 1px black solid;
  padding: 4px;
  margin: auto;
}

.element > ul > li > figure > img{
	align-content: center;
	background-color: black;
	max-width: 100%;
	height: auto;}

.element > ul >  li > figure > figcaption {
  background-color: black;
  color: #ffcc33;
  font-style: normal;
  font-size: 1.25em;
  padding: 2px;
	max-width:  100%;
 text-align: center;
}

.element > ul > li > figure > figcaption > txtover { position:relative } 
.element > ul > li > figure > figcaption > txtover figcaption { position:absolute; bottom:0; left:0 }
.element a:link{
	color:black;
}
.element a:visited{
	color: black;
}
.main {
  max-height: auto;
  max-width: none;
  margin-top: 0em;
  margin-left: .5em;
  margin-right: .5em;
  top: 0;
  background-color: #ffcc33;
  padding-top: 2vw;
  padding-left: 15vw;
  padding-right: 15vw;
}
.main-text {
  font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
  font-size: 2.5vw;
  line-height: 1.5;
}
.main a:link {
  color: #993333;
}
.main a:visited {
  color: #993333;
}

.gallery-sec {
	background-color: #917503;
    font-size: 2.5vw;
	text-align: center;
	font-weight: 800;
	 height: auto;
  width: auto;
  display: block;
  padding-bottom: 3em;
  padding-top: 0em;
  padding-left: 5vw;
  padding-right: 5vw;
  margin-left: .5em;
  margin-right: .5em;
  float: center;
}
.tour-2{
 height: auto;
  width: auto;
  display: block;
  padding-bottom: 3em;
  padding-top: 0em;
  padding-left: 5vw;
  padding-right: 5vw;
  margin-left: .5em;
  margin-right: .5em;
  float: center;
	
}
.tour {
  background-color: #ffcc33;
  height: auto;
  width: auto;
  display: block;
  padding-bottom: 3em;
  padding-top: 0em;
  padding-left: 5vw;
  padding-right: 5vw;
  margin-left: .5em;
  margin-right: .5em;
  float: center;
}
.tour a:link {
  color: #993333;
}
.tour a:visited {
  color: #993333;
}
.photo-gallery {
  background-color: #ffcc33;
  height: auto;
  padding-top: 0em;
  padding-bottom: 3em;
  margin-left: .5em;
  margin-right: .5em;
}
div.gallery img {
  width: 100%;
  height: auto;
}
div.desc {
  padding: 15px;
  text-align: center;
  font-size: 2em;
}

div.desc-2 {
	font-weight: 600;
	padding: 15px;
	test-align: center;
	font-size: 2em;
}
* {
  box-sizing: border-box;
}
.responsive {
  padding: 0 6px;
  float: left;
  width: 32.99999%;
}
.responsive-b {
  padding: 0 6px;
  float: left;
  width: 24.99999%;
}
@media only screen and (max-width: 700px) {
  .responsive {
    width: 49.99999%;
    margin: 6px 0;
  }
}
@media only screen and (max-width: 500px) {
  .responsive {
    width: 100%;
  }
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.linkbox-text ul {
  list-style-type: none;
  margin: 0;
  text-align: center;
}
.linkbox-text ul li a {
  font-family: 'acumin-pro-extra-condensed', sans-serif;
  font-size: 2.0em;
  line-height: 3.25em;
  text-decoration: none;
  list-style-type: none;
  text-transform: none;
  text-align: center;
}
.linkbox list ul li a {
  display: block;
  border: thin black;
  font-size: .85em;
  padding-bottom: .5em;
  list-style-type: none;
  text-decoration: none;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
}
/* unvisited link */
a:link {
  color: #ffffff;
}
/* visited link */
a:visited {
  color: #ffffff;
}
.bottom {
  background-color: #000000;
  height: auto;
  min-height: 5vw
}
.bottom-disclaimer {
  font-family: 'acumin-pro-extra-condensed', sans-serif;
  color: #ffffff;
  font-size: 1.25em;
  align-content: center;
  padding: 5% 5% 5% 5%;
}
.bottom-address {
  font-family: 'acumin-pro-extra-condensed', sans-serif;
  color: white;
  font-weight: bold;
  font-size: 1.25vw;
  line-height: 1.5;
  display: block;
  text-align: center;
}