
/*
                  __   __ 
            ___  / /__/_/
           / _ \/ //_/ / 
          /  __/ .< / /  
          \___/_/|_/_/  
       ___           ___
     /     \       /     \
    /  :::  \_____/  :::  \
   |                       |
   |                       |
   |   ===           ===   |
   |                       |  _____
   |    ~      Y      ~    | / ||| \
   |           |           ||       |
    \          ^          /.|       |.
     \___________________/ /        /
     /________(o)________\/        /
    /                     \       /
   |                       |     /
   |                       |    /
   | ______         ______ |___/
   |/      \       /      \|
   |        |     |        |
   |        |     |        |
   |__||||__|_____|__||||__|  
       
   designed by esmé kim-ison

                 			*/




@charset "UTF-8";




@font-face {
  font-family: Bebas Neue;
  src: url(../fonts/Bebas_Neue/BebasNeue-Regular.ttf) format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Roboto Mono;
  src: url(../fonts/Roboto_Mono/RobotoMono-Light.ttf) format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: Roboto Mono;
  src: url(../fonts/Roboto_Mono/RobotoMono-Medium.ttf) format('truetype');
  font-weight: 500;
  font-style: normal;
}



* {
  margin: 0;
  padding: 0;
}


/* Start Basic CSS */

html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}
html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}
body{margin:0}
article,aside,details,figcaption,figure,footer,header,main,menu,nav,section{display:block}
summary{display:list-item}
sub{bottom:-0.25em}
sup{top:-0.5em}
figure{margin:1em 4%}
img{border-style:none}

hr {
  border:0;
  border-top: 1px solid #641D03;
  margin:2% 0
}

/* End Basic CSS */

/* Start text styles */


body {
	background-color: #FEFCF5;
	}

h1 {
  font-size: 550%;
  font-weight: 400;
	font-family: 'Bebas Neue', sans-serif;    
	color: #641D03;
    }

h2 {
  font-size: 450%;
  font-weight: 400;
	font-family: 'Bebas Neue', sans-serif;    
	color: #641D03;
    }

h3 {
  font-size: 350%;
  font-weight: 400;
	font-family: 'Bebas Neue', sans-serif;    
	color: #641D03;
  margin-top: 1%;
    }

h4 {
  font-size: 250%;
  font-weight: 400;
  font-family: 'Bebas Neue', sans-serif;    
  color: #641D03;
  margin-top: 2%;
    }

h6 {
  font-size: 130%;
  font-weight: 500;
  font-family: 'Roboto Mono', monospace;
  color: #641D03;
  margin-top: 1%;
  line-height: 2.5em;
}

p {
	font-size: 115%;
	font-weight: 300;
	font-family: 'Roboto Mono', monospace;
	color: #641D03;
  margin-top: 1%;
  line-height: 2.5em;
	}

.uppercase-spaced {
  text-transform: uppercase;
  letter-spacing: .2em
}

.x-large-white {
  font-size: 8.5vh !important;
  color: white !important;
  text-align: center !important;
  text-shadow: 0 0 2vh #000000 !important;
}

.small-white {
  font-size: 3.5vh !important;
  color: white !important;
  text-align: center !important;
  text-shadow: 0 0 2vh #000000 !important;
}

.white-text {
  color: white !important;
}


.text-center{
  text-align:center!important
}

.menu-nav {
  color: white !important;
}

.menu-nav:hover{
  color: #641D03 !important;
}

 ul {
	list-style-type: square;
	font-size: 110%;
	line-height: 2.5em;
	font-weight: 300;
	font-family: 'Roboto Mono', monospace;
	color: #641D03;
	}

li {
	display: list-item
	}

ul.navigation > li {
	list-style-type: none;
	font-size: 110%;
	line-height: .2em;
	font-weight: 300;
	font-family: 'Roboto Mono', monospace;
	color: #641D03;
	text-align: center;
  display: inline-block;
  margin: 1%;
  padding-top: 2%;
  padding-bottom: 2%;
	}

ul.footer-navigation > li {
  list-style-type: none;
  font-size: 110%;
  line-height: .2em;
  font-weight: 300;
  font-family: 'Roboto Mono', monospace;
  color: #641D03;
  text-align: center;
  display: inline-block;
  margin: 1.5%;
  padding: 2% 1%;
  }

.text-small {
  font-size: 90% !important;
}


a:link {
    color: #5379CA;
    text-decoration: underline;
    }
    
a:visited {
    color:#641D03;
    text-decoration: none;
    }
    
a:hover {
    color:#641D03;
    text-decoration: underline;
    }
    
a:active {
    color:#5379CA;
    text-decoration: underline;
    }
   

li a {

    display: block;

    }
 
li a:link {
    color: #641D03;
    text-decoration: none;
    }
    
li a:visited {
    color:#641D03;
    text-decoration: none;
    }
    
li a:hover {
    color:#641D03;
    text-decoration: underline;
    }
    
li a:active {
    color:#641D03;
    text-decoration: underline;
    } 

/* End text styles */

/* Start positioning and sizing*/


nav {
  list-style-type: none;
  padding-top: 1vh;
  padding-bottom: 3vh;
  width: 100%;
  left: 0;
  top: 0;
  background-color: #FEFCF5;
  color: white;
  text-align: center;
}

footer {
  width: 100%;
  left: 0;
  top: 0;
  background-color: #F4EDD3;
}

img {
  max-width: 100%;
  height: auto;
  padding-top: 2%;
  padding-bottom: 2%;
}


.row:after {
  content: "";
  display: table;
  clear: both;
}


.review-container {
  background-color: #F4EDD3;
  padding: 2% 3% 2% 3%;
  margin: 2% 3% 2% 3%;
}


.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
	}



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

  footer nav ul li {
      display: block !important;
  }
}

/* End positioning and sizing*/






/* Start Keyframe Rule Animations*/

.animate-zoom {
  animation:animatezoom 0.6s
  } 

@keyframes animatezoom {
  from {
    transform:scale(0)
  } 

  to {
    transform:scale(1)
  }
}

/* End Keyframe Rule Animations*/



/* Start Transitions and Transforms */


.transformed-tag {
  -ms-transform: skewX(20deg);
  transform: skewX(20deg);
}


.transition-right {
  width: 20vh;
  height: 20vh;
  background: #47442F;
  transition: width 2s;
}

.transition-right:hover {
  width: 40vh;
}


/*Dimensions in px to achieve desired style*/

.flip-card {
  background-color: transparent;
  width: 480px;
  height: 320px;
  perspective: 1000px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;

}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-front {
  background-color: #FEFCF5;
}

.flip-card-back {
  background-color: #F4EDD3;
  transform: rotateY(180deg);
}


.column {
  float: left;
  width: 50%;
  padding: px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width: 992px) {
  .column {
    width: 100%;
  }
}


.overlay-container {
  position: relative;
  width: 50%;
}

.overlay-image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #641D03;
}

.overlay-container:hover .overlay {
  opacity: 1;
}

.overlay-text {
  color: white;
  font-size: 120%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

/* End Transitions and Transforms */




.image{
  max-width:100%;
  height:auto
}

img {
  vertical-align: middle
} 

a {
  color:inherit
}



.main-button {
  border-radius: 4vh;
  border: none;
  display: inline-block;
  padding: .75% 8%;
  vertical-align: middle;
  overflow: hidden;
  text-decoration: none !important;
  color: white;
  background-color: #641D03;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
}

.main-button:hover {
  background-color: #F4EDD3 !important;
  color: #641D03 !important;
}


.display-container {
  position:relative;
}


.dropdown-hover:hover > .main-button:first-child,.dropdown-click:hover > .main-button:first-child { 
  background-color: #FEFCF5;
  border: #641D03;
  color: #641D03;
}




/* Start @media */

.col,.half,.third,.twothird,.threequarter,.quarter{float:left;width:100%}
.col.s1{width:8.33333%}
.col.s2{width:16.66666%}
.col.s3{width:24.99999%}
.col.s4{width:33.33333%}
.col.s5{width:41.66666%}
.col.s6{width:49.99999%}
.col.s7{width:58.33333%}
.col.s8{width:66.66666%}
.col.s9{width:74.99999%}
.col.s10{width:83.33333%}
.col.s11{width:91.66666%}
.col.s12{width:99.99999%}

@media (min-width:601px) {
  .col.m1{width:8.33333%}
  .col.m2{width:16.66666%}
  .col.m3,.quarter{width:24.99999%}
  .col.m4,.third{width:33.33333%}
  .col.m5{width:41.66666%}
  .col.m6,.half{width:49.99999%}
  .col.m7{width:58.33333%}
  .col.m8,.twothird{width:66.66666%}
  .col.m9,.threequarter{width:74.99999%}
  .col.m10{width:83.33333%}
  .col.m11{width:91.66666%}
  .col.m12{width:99.99999%}
}

@media (min-width:993px) {
  .col.l1{width:8.33333%}
  .col.l2{width:16.66666%}
  .col.l3{width:24.99999%}
  .col.l4{width:33.33333%}
  .col.l5{width:41.66666%}
  .col.l6{width:49.99999%}
  .col.l7{width:58.33333%}
  .col.l8{width:66.66666%}
  .col.l9{width:74.99999%}
  .col.l10{width:83.33333%}
  .col.l11{width:91.66666%}
  .col.l12{width:99.99999%}
}

  .rest{overflow:hidden}
  .stretch{margin-left:-16px;margin-right:-16px}
  .content,.auto{margin-left:auto;margin-right:auto}
  .content{max-width:980px}.auto{max-width:1140px}
  .cell-row{display:table;width:100%}
  .cell{display:table-cell}
  .cell-top{vertical-align:top}
  .cell-middle{vertical-align:middle}
  .cell-bottom{vertical-align:bottom}
  .hide{display:none!important}
  .show-block,.show{display:block!important}
  .show-inline-block{display:inline-block!important}

@media (max-width:1205px){
  .auto{max-width:95%}
}

@media (max-width:600px) {
 .main-button{width:100%}
}

/* End @media */


/* Start navigation drawer styles */

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #641D03;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #FEFCF5 !important;
  display: block;
  transition: 0.3s;
}

.sidenav li {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #FEFCF5 !important;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color:#F4EDD3;
  text-decoration: underline;
}

.closebtn a:hover {
  color:#F4EDD3;
  text-decoration: none !important;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 35px;
  margin-left: 50px;
}

.hamburger-button {
    padding-left: 3%
  }



@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}


@media screen and (max-width: 992px) {
  .hamburger-button {
    padding-left: 3%
  }
  .sidenav a.icon {
    float: right;
    display: block;
  }
  .navigation {
    display: none;
  }

}


@media screen and (min-width: 993px) {
  .hamburger-button {
    display: none;
  }
  .sidenav a.icon {
    float: right;
    display: block;
  }
}



/* End navigation drawer styles */



.display-middle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%)
}



.display-container:hover .display-hover{
  display:block
}

.display-container:hover span.display-hover{
  display:inline-block
}

.display-hover{
  display:none
}

.display-position{
  position:absolute
}

.row-padding,.row-padding>.half,.row-padding>.third,.row-padding>.twothird,.row-padding>.threequarter,.row-padding>.quarter,.row-padding>.col{
  padding:0 8px
}

.container
{
  padding:0.01em 1.5%
}

.container:after,.container:before, {
  content:"";
  display:table;
  clear:both
}


.padding-large {
  padding: 2% 3%!important
}


.padding-top-bottom {
  padding-top: 3% !important;
  padding-bottom: 3% !important
}


.padding-top-xlarge {
  padding-top:4%!important
}

.padding-bottom-xlarge {
  padding-bottom:4%!important
}

.padding-top-large {
  padding-top:3%!important
}

.padding-bottom-large {
  padding-bottom:3%!important
}


/* Start Floats */

.left {
  float:left!important
}

.right {
  float:right!important
}

/* End Floats */




/* Colors and tags*/


.red {
  color:#ffffff!important;
  background-color:#641D03!important;
}

.drk-green {

  color:#ffffff!important;
  background-color:#47442F!important;
}

.hover-red:hover {
  background-color:#F4EDD3!important
}

.border-red,.hover-border-red:hover {
  border-color:#641D03!important
}

.border{
  border:1px solid #641D03!important
}

.tag {
  background-color:#000;
  color:#fff;
  display:inline-block;
  padding-left:8px;
  padding-right:8px;
  text-align:center
}

.round {
  border-radius:4px
}

/*End colors and tags*/



/* Start map */

section#map {
  width: 100%;
  height: 50vh;
}

/* End map */



/*Contact page*/

form {
  text-align: left;
}

  ul {
    list-style-type: none;
  }

  h4,li {
    text-indent: 0;
    margin-bottom: 2vh;
  }

  input.comment-field {
    height: 30vh;
  }

  input {
    padding: 0.5vh;
    width: 30vw;
    color: #641D03;
    font-weight: normal;
    border: 1px solid #641D03;
    background-color: white;
  }

    input:hover {
      color: #000;
      border: 1px solid #641D03;
      background-color: #Ffffff;
    }

    input:focus { 
        background-color: #Ffffff;
    }


#contact-form {
  width: 50vw;
  margin: auto;
  padding-top: 10vh;
  padding-bottom: 10vh;
}

#contact-form input, #contact-form textarea {
  padding: 1rem;
  width: 50vw;
  font-family: "Roboto Mono", sans-serif;
  margin: 0px 0px 20px 0px;
  border: 1px solid #641D03;
  background-color: #ffffff;
}


#contact-form label {
  font-family: "Roboto Mono", sans-serif;
  color: #641D03;
  text-align: left;
}


#contact-form input.submit-button {
  display: block;
  width: 50vw;
  border: none;
  background-color: #641D03;
  color: #ffffff;
  padding: 14px 14px;
  font-size: 16px;
  border-radius: 20em;
  cursor: pointer;
  text-align: center;
}


/*End of contact page*/





/* Start review slideshow */



* {box-sizing: border-box}

body {
 font-family: Roboto Mono, sans-serif;
 margin:0;
}


.slideshow-container {
  position: relative;
  background: #F9F5E4;
}

.review-slides {
  display: none;
  padding: 6rem;
  text-align: center;
}

.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -30px;
  padding: 16px;
  color: #641D03;
  font-weight: normal;
  font-size: 3em;
  user-select: none;
  text-decoration: none !important;
}

.next {
  position: absolute;
  right: 0;
}

.prev:hover, .next:hover {
  color: #B69B66;
}

.dot-container {
    text-align: center;
    padding: 20px;
    background: #F4EDD3;
}

.dot {
  cursor: pointer;
  height: .5em;
  width: .5em;
  margin: 0 2px;
  background-color: #B69B66;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #ffffff;
}



/* End review slideshow */






