/* COLOR PALETTE:
#ffeec9  Pale yellow
#ffe4aa  Darker pale yellow
#ffcf4d  Rich yellow
*/

/* GENERAL */
body {
  font-family:nunito-custom;
  font-weight:500;
  font-size:180%;
}
img {
  max-width:100%;
}
.mode-lg .col-md-9 {
    width: 72%;
}
.btn {
  font-variant:small-caps;
}
a, button {
  outline: none;
}
h1,h2,h3,h4,h5,h6 {
  font-family:montserrat-custom;
}

/* !BUTTONS */
.btn {
  font-family:montserrat-custom;
}
.shiny {
  font-family: Verdana;
  background: lightslategray;
  color: white;
  padding: 3px 15px 3px 18px;
  border-radius: 12px;
  display: inline-block;
  box-shadow: inset 0px -13px 0px darkslategray, inset 0 0 7px white, 1px 1px 2px #555;
  font-size: 13px;
  line-height: 22px;
  margin-bottom: 0;
  text-shadow: 0 1px black;
  text-decoration: none;
  vertical-align: middle;
  font-weight: bold;
  border: 1px solid lightslategray;
  white-space:nowrap;
}
.shiny:hover,
.shiny:active,
.shiny:focus {
  text-decoration:none;
  color:white;
  background: #8091a2;
  box-shadow: inset 0px -13px 0px #344242, inset 0 0 7px white, 1px 1px 2px #555;
}
.shiny.yellow {
  font-family: Verdana;
  background: #ffcc32;
  color: darkslategray;
  padding: 3px 17px 3px 20px;
  border-radius: 12px;
  display: inline-block;
  box-shadow: inset 0px -13px 0px #f9b700, inset 0 0 7px white, 1px 1px 1px #888;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 0;
  text-shadow: 0 -1px antiquewhite;
  text-decoration: none;
  font-weight: bold;
  vertical-align: middle;
  border: 1px solid #ffcc32;
}
.shiny.yellow:hover,
.shiny.yellow:active,
.shiny.yellow:focus {
  color:darkslategray;
  background: #ffd248;
  box-shadow: inset 0px -13px 0px #ffbb00, inset 0 0 7px white, 1px 1px 1px #888;
}


/* !NAVBAR */
.navbar-default {
  background:white;
  margin-bottom:0;
}
.mode-lg .navbar-nav,
.mode-md .navbar-nav,
.mode-sm .navbar-nav {
  float:right;
}
.mode-lg .dropdown:hover .dropdown-menu,
.mode-md .dropdown:hover .dropdown-menu,
.mode-sm .dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}
.nav>li>a {
  padding: 15px 14px;
}
.dropdown-menu {
  font-size:18px;
  border-radius:0;
  padding: 0;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
  text-decoration: none;
  outline: 0;
}
.navbar-nav .open .dropdown-menu>li>a {
  padding: 15px 30px;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
  text-decoration: none;
  background-color: transparent;
}
.dropdown-menu>li>a {
  padding-top: 15px;
  padding-bottom: 15px;
}
.navbar-default a {
  font-family: montserrat-custom;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}
/* navbar link animation */
.navbar a {
  background-image: linear-gradient(
    to right,
    #2a91b9,
    #2a91b9 50%,
    #000 50%
  );
  background-size: 200% 100%;
  background-position: -100%;
  display: inline-block;
  position: relative;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.3s ease-in-out;
}

.navbar a:before {
  content: '';
  background: #2a91b9;
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 2px;
  transition: all 0.3s ease-in-out;
}
.navbar a:hover {
  background-position: 0;
  text-decoration:none;
}
.navbar a:hover::before {
  width: 100%;
}

/* !COLORBOX */
#colorbox {
  background:#222;
}
#cboxContent {
  margin-top:28px;
}
#cboxLoadedContent {
  background:black;
  border:none;
}
#cboxTitle,
#cboxCurrent {
  padding: 0 10px;
  font-family: Nunito;
  font-size: 20px;
  font-variant: small-caps;
  top:-27px;
}
#cboxPrevious {
  left:0;
}
#cboxNext {
  right:0;
}
#cboxZoom {
  display: block;
  position: absolute;
  left: calc(50% - 25px);
  width: 50px;
  padding: 13px 12px 0 8px;
  z-index: 1000000000;
  background: #222;
  height: 50px;
  border-radius: 30px;
  margin-top: -8px;
}
#cboxZoom img {
  opacity:0.5;
}
#cboxZoom.active img {
  opacity:1;
}
/*#cboxTitle a {
  text-decoration:none;
  color:#ccc;
}*/
.cboxPhoto,
#cboxWrapper,
#cboxTitle {
  cursor: url("../images/cursor_close.png") 25 25, auto !important;
}
#cboxError {
  border: none;
  color: darkred;
}

/* !HONEYCOMB */
.honeycomb{
	position: relative;
	overflow: hidden;
	width: 100%;
	text-align: center;
  cursor: url("../images/cursor_plus.png") 25 25, auto;
  padding-top: 10px;
  /*background: url(../images/bg-noise.png) #1a1a1a;*/
}
.honeycomb img {
  height:290px; /* important for intersection observer */
}
.honeycomb a {
  text-decoration:none;
  color:white;
  cursor: url("../images/cursor_plus.png") 25 25, auto;
  outline:none;
}
.honeycomb .honeycomb-inner-wrapper{
	display: inline-block;
	overflow: hidden;
	width: 700px;
	position: relative;
	height: 1200px;
}
.honeycomb .comb{
	position: absolute;
	display: inline-block;
  -webkit-clip-path:polygon(0 50%, 25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%);
	clip-path:polygon(0 50%, 25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%);
	background:#1d1d1d;
}

.honeycomb .hex {
  -webkit-clip-path:polygon(0 50%, 25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%);
	clip-path:polygon(0 50%, 25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%);
	transform:scale(0.98);
}

.honeycomb .hex_inner{
	display: block;
	visibility: visible;
	
	background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.honeycomb .inner_span{
	display: block;
  height: 100%;
  width: 100%;
  color: #fff;
  padding-top: 194px;
  position:absolute;
}
.honeycomb .inner-text{
	background: linear-gradient(90deg, transparent, rgba(0,0,0,0.3), transparent);
	text-shadow: 0px -1px 0px #222;
  font-family: Nunito;
  font-variant: all-small-caps;
  line-height:110%;
  font-size:14px;
  padding-top:2px;
  padding-bottom:30px;
  letter-spacing:1px;
}
.honeycomb b {
  font-size:18px;
}

/* !CONTACT */
#contact input,
#contact textarea {
  padding:5px 8px;
  max-width:100%;
}
#contact .btn {
  padding:5px 30px;
}


/* !CONTAINERS */
.full-width {
  /* width: 100vw; */
  width:100%;
  position: relative;
  left: 50%;
  right: 50%;
  /* margin-left: -50vw;
  margin-right: -50vw; */
  margin-left: -50%;
  margin-right: -50%;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center center;
  text-align:center;
}
.white-box {
  background: white;
  border-radius: 5px;
  margin: 100px auto;
  display: inline-block;
  box-shadow: 0 0 10px #999;
}
.mode-xs .white-box {
  width: calc(100% - 30px);
}
/* two box */
.two-box {
  margin: 50px auto;
  box-shadow: 0 0 30px #ccc;
  border-radius: 5px;
  text-align: center;
  padding: 0;
  overflow: hidden;
}
.mode-lg .two-box,
.mode-md .two-box,
.mode-sm .two-box {
  display: flex; display: -webkit-flex; /* make equal height */
}
.two-box .col-sm-6 {
  background-size:cover;
  min-height:200px;
}
/* three boxes */
.three-boxes {
  padding:0;
  margin-bottom:30px
}
.three-boxes div.col-sm-4 {
  box-shadow: 0 0 30px #ccc;
  border-radius: 5px;
  text-align: center;
  padding: 0;
  overflow: hidden;
  width: 30%;
  margin-left: 4.995%;
}
.three-boxes div.col-sm-4:nth-child(1) {
  margin-left:0;
}
.mode-xs .three-boxes .col-sm-4 {
  width: 100%;
  margin: 20px 0;
}
/* white-no-box */
.white-no-box {
  color:white;
  text-shadow:0 -1px black;
}
.white-no-box h2 {
  font-weight:700;
  font-size:40px;
  letter-spacing:2px;
  margin-bottom:20px;
}
.white-no-box .btn {
  width:200px;
  font-weight:bold;
  padding: 10px 30px;
  border-color:white;
}
.white-no-box .btn-transparent {
  border:2px solid white;
  color:white;
}
.white-no-box .btn-transparent:hover {
  color:black;
  background:white;
  text-shadow:none;
}
.white-no-box .btn-default:hover {
  background:#2a91b9;
  border-color:#2a91b9;
  color:white;
}
/* black-no-box */
.black-no-box {
  color:black;
}
.black-no-box h2 {
  font-weight:700;
  font-size:40px;
  letter-spacing:2px;
  margin-bottom:20px;
}
.black-no-box .btn {
  width:200px;
  font-weight:bold;
  padding: 10px 30px;
}
.black-no-box .btn-transparent {
  border:2px solid white;
  color:black;
}
.black-no-box .btn-transparent:hover {
  color:black;
  background:white;
}
.black-no-box .btn-default:hover {
  background:#2a91b9;
  border-color:#2a91b9;
  color:white;
}

/* !VIDEO EMBED BOX */
.fluid-width-video-wrapper {
  width: 100%;
  position: relative;
  padding: 0;
}
.fluid-width-video-wrapper iframe, .fluid-width-video-wrapper object, .fluid-width-video-wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}



