/* line 17, ../sass/style.scss */
* {
  margin: 0;
  padding: 0;
}

/* line 22, ../sass/style.scss */
html {
  height: 100%;
}

/* line 26, ../sass/style.scss */
body {
  margin: 0;
  padding: 0;
  width: 100%;
  background-image: url(../images/mesh.png);
  background-image: repeat;
}
/* line 32, ../sass/style.scss */
body .banner {
  background-image: url(../images/header.png);
  background-position: center top;
  background-repeat: repeat-x;
  background-size: contain;
  height: 116.5px;
  width: 100%;
  position: absolute;
  z-index: 0;
  font-size: 62.5%;
}
@media (min-width: 960px) {
  /* line 32, ../sass/style.scss */
  body .banner {
    height: 99px;
  }
}
/* line 46, ../sass/style.scss */
body .container {
  margin: 0 auto;
  box-shadow: inset 200px 0px 215px -200px black, inset -200px 0px 215px -200px black;
  /*Menu Header Styles*/
  /*li Styles*/
  /*ul Styles*/
}
/* line 49, ../sass/style.scss */
body .container .bulge, body .container #header-text, body .container #header-text-bold, body .container .main-menu {
  display: none;
}
/* line 52, ../sass/style.scss */
body .container .logo {
  width: 328px;
  position: relative;
  margin: 0 auto;
  z-index: 50;
  max-width: 100%;
}
/* line 58, ../sass/style.scss */
body .container .logo img {
  max-width: 90%;
  height: auto;
  padding-left: 15px;
}
/* line 65, ../sass/style.scss */
body .container .hamburger {
  position: relative;
  display: inline-block;
  width: 2em;
  height: .75em;
  margin-right: 1em;
  border-top: 0.19em solid #e3d9b6;
  border-bottom: 0.19em solid #e3d9b6;
}
/* line 74, ../sass/style.scss */
body .container .hamburger:before {
  content: "";
  position: absolute;
  top: .28em;
  left: 0px;
  width: 100%;
  border-top: 0.19em solid #e3d9b6;
}
/* line 82, ../sass/style.scss */
body .container .drop-menu {
  margin-top: -25px;
  padding-top: 15px;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  z-index: 40;
}
/* line 93, ../sass/style.scss */
body .container .drop-menu h4 {
  color: #e3d9b6;
  border: solid 0.125em #e3d9b6;
  border-radius: 10px;
  background-color: black;
  width: 276px;
  max-width: 75%;
  margin: 0 auto;
  font-family: "Quattrocento", serif;
  font-size: 1.125em;
  padding: 10px 0px;
  box-shadow: 0px 0px 40px black;
  padding-left: 25px;
}
/* line 108, ../sass/style.scss */
body .container .drop-menu ul a {
  text-decoration: none;
  color: #e3d9b6;
  font-size: 1.125em;
  background-color: black;
  display: block;
  width: 226px;
  text-align: left;
  padding-left: 25px;
}
/* line 119, ../sass/style.scss */
body .container .drop-menu li {
  border-bottom: solid 1px #e3d9b6;
  width: 276px;
}
/* line 123, ../sass/style.scss */
body .container ul:first-child {
  margin-left: 0px;
}
/* line 127, ../sass/style.scss */
body .container .drop-menu ul {
  margin: 0 auto;
  background: black;
  width: 226px;
  max-width: 75%;
  font-size: .8em;
  text-align: center;
  border-radius: 2px;
  border: solid 1px #e3d9b6;
  box-shadow: 0px 0px 40px black;
  line-height: 40px;
  height: 0px;
  list-style-type: none;
  overflow: hidden;
  padding: 0px;
  position: relative;
  margin: 0 auto;
  margin-top: -2px;
  -webkit-transition: height 1s ease;
  -moz-transition: height 1s ease;
  -o-transition: height 1s ease;
  -ms-transition: height 1s ease;
  transition: height 1s ease;
}
/* line 151, ../sass/style.scss */
body .container .drop-menu:hover ul {
  height: 160px;
  position: relative;
  margin: 0 auto;
}
/* line 157, ../sass/style.scss */
body .container .div-top {
  width: 100%;
  position: relative;
  margin-top: -49px;
  z-index: 10;
  height: 420px;
  background-image: linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.3, white), color-stop(0, white));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
  box-shadow: inset 0 200px 215px -200px black, inset 0 200px 215px -200px black,inset 200px 0px 215px -200px black, inset -200px 0px 215px -200px black;
}
/* line 170, ../sass/style.scss */
body .container .div-top img {
  max-width: 90%;
  height: auto;
}
/* line 174, ../sass/style.scss */
body .container .div-top .text-top {
  max-width: 500px;
  position: relative;
  margin: 0 auto;
  padding-top: 110px;
  text-align: center;
}
/* line 181, ../sass/style.scss */
body .container .div-top #text-top {
  max-width: 500px;
  position: relative;
  margin: 0 auto;
  padding-top: 115px;
  text-align: center;
}
/* line 190, ../sass/style.scss */
body .container .div-mid {
  width: 100%;
}
/* line 192, ../sass/style.scss */
body .container .div-mid #home-photo {
  position: relative;
  margin: 0 auto;
  margin-top: -123px;
  z-index: 20;
  text-align: center;
  max-width: 1200px;
}
/* line 199, ../sass/style.scss */
body .container .div-mid #home-photo img {
  width: 90%;
  height: auto;
}
/* line 204, ../sass/style.scss */
body .container .div-mid .banner-mid {
  position: absolute;
  margin-top: -32px;
  z-index: 25;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}
/* line 214, ../sass/style.scss */
body .container .div-mid .banner-mid .banner-text-phone {
  color: black;
  font-family: "Ultra", serif;
  position: relative;
  margin-top: -30px;
  text-align: center;
  z-index: 30;
}
/* line 222, ../sass/style.scss */
body .container .div-mid .banner-mid .banner-text {
  display: none;
  bottom: 0.7em;
}
/* line 228, ../sass/style.scss */
body .container .div-bottom {
  position: relative;
  margin: 0 auto;
  z-index: 30;
  width: 80%;
  max-width: 1200px;
  margin-top: 30px;
}
/* line 235, ../sass/style.scss */
body .container .div-bottom .banner-text {
  color: white;
  font-family: "Quattrocento", serif;
  font-size: 1.8em;
  text-align: center;
  padding: 10px;
  margin-top: 10px;
}
/* line 243, ../sass/style.scss */
body .container .div-bottom .body-text {
  color: white;
  font-family: "Quattrocento", serif;
  font-size: 1.25em;
  position: relative;
  padding: 25px;
}
/* line 250, ../sass/style.scss */
body .container .div-bottom .text-bold {
  color: white;
  font-family: "Ultra", serif;
  font-size: 1.25em;
  text-align: center;
}
/* line 255, ../sass/style.scss */
body .container .div-bottom .text-bold a:link, body .container .div-bottom .text-bold a:visited, body .container .div-bottom .text-bold .div-main .errors a, body .container .div-main .errors .div-bottom .text-bold a, body .container .div-bottom .text-bold a:hover {
  text-decoration: none;
  color: #e3d9b6;
}
/* line 261, ../sass/style.scss */
body .container .banner-bottom {
  text-align: center;
  padding-top: 25px;
}
/* line 265, ../sass/style.scss */
body .container .footer {
  width: 100%;
}
/* line 267, ../sass/style.scss */
body .container .footer .footer-text {
  font-family: "Quattrocento", serif;
  font-size: .75em;
  color: white;
  text-align: center;
  padding-top: 18px;
  padding-bottom: 22px;
}
/* line 274, ../sass/style.scss */
body .container .footer .footer-text a:link, body .container .footer .footer-text a:visited, body .container .footer .footer-text .div-main .errors a, body .container .div-main .errors .footer .footer-text a, body .container .footer .footer-text a:hover {
  text-decoration: none;
  color: white;
}
/* line 280, ../sass/style.scss */
body .container .div-main {
  width: 100%;
  margin-top: -295px;
  position: relative;
  z-index: 20;
}
/* line 285, ../sass/style.scss */
body .container .div-main .content {
  width: 90%;
  color: white;
  text-align: center;
  margin: 0 auto;
  max-width: 350px;
}
/* line 291, ../sass/style.scss */
body .container .div-main .content img {
  padding-top: 70px;
  max-width: 100%;
  height: auto;
}
/* line 296, ../sass/style.scss */
body .container .div-main .content .content-title {
  font-family: "Ultra", serif;
  font-size: 1.25em;
  text-align: left;
  padding-left: 5px;
  padding-top: 20px;
}
/* line 303, ../sass/style.scss */
body .container .div-main .content .content-body {
  font-family: "Quattrocento", serif;
  font-size: 1.13em;
  text-align: left;
  padding-left: 5px;
  padding-top: 25px;
}
/* line 310, ../sass/style.scss */
body .container .div-main .column-right {
  display: none;
}
/* line 314, ../sass/style.scss */
body .container .div-main.contact-info {
  color: #FFF;
  padding-top: 1em;
  font-size: 1.2em;
}
/* line 318, ../sass/style.scss */
body .container .div-main.contact-info .left {
  float: left;
  max-width: 410px;
  text-align: center;
  padding: 4em 0 0 4em;
}
/* line 325, ../sass/style.scss */
body .container .div-main .errors {
  color: red;
  width: 100%;
  max-width: 800px;
  margin: 2em auto;
  font-size: 1.2em;
}
/* line 331, ../sass/style.scss */
body .container .div-main .errors a {
  color: red;
}
/* line 336, ../sass/style.scss */
body .container form {
  width: 90%;
  text-align: center;
  position: relative;
  z-index: 10;
  margin: 0 auto;
  max-width: 350px;
  padding-top: 25px;
}
/* line 344, ../sass/style.scss */
body .container form .contactbox {
  font-family: "Quattrocento", serif;
  font-size: 1.2em;
  padding: 4px;
  margin: 12px;
  width: 80%;
  border-radius: 5px;
  overflow: auto;
}
/* line 353, ../sass/style.scss */
body .container form #requestbox {
  font-family: "Quattrocento", serif;
  font-size: 1.2em;
  padding: 4px;
  margin: 12px;
  width: 80%;
  border-radius: 5px;
  height: 125px;
  overflow: auto;
  padding-top: 10px;
}
/* line 364, ../sass/style.scss */
body .container form .button {
  float: right;
  padding-right: 15%;
  font-family: "Quattrocento", serif;
  color: #e3d9b6;
  margin-top: 5px;
}
/* line 372, ../sass/style.scss */
body .container #map, body .container #men {
  display: none;
}
/* line 375, ../sass/style.scss */
body .container .about {
  width: 90%;
  color: white;
  text-align: left;
  margin: 0 auto;
  max-width: 350px;
  margin-top: 35px;
}
/* line 382, ../sass/style.scss */
body .container .about p {
  font-size: 1.2em;
  font-family: "Quattrocento", serif;
  color: white;
  padding: 15px;
}
@media (min-width: 960px) {
  /* line 391, ../sass/style.scss */
  body .container .drop-menu {
    display: none;
  }
  /* line 394, ../sass/style.scss */
  body .container .bulge {
    display: block;
    position: relative;
    z-index: 20;
    text-align: center;
  }
  /* line 401, ../sass/style.scss */
  body .container #header-text {
    position: relative;
    z-index: 25;
    display: block;
    font-family: "Quattrocento", serif;
    color: #422a10;
    font-size: 1.87em;
    margin-top: -130px;
    text-align: center;
    padding-right: 25px;
  }
  /* line 412, ../sass/style.scss */
  body .container #header-text-bold {
    position: relative;
    z-index: 25;
    display: block;
    font-family: "Ultra", serif;
    color: #422a10;
    font-size: 1.3em;
    margin-top: 18px;
    text-align: center;
    padding-left: 31px;
  }
  /* line 423, ../sass/style.scss */
  body .container .logo {
    margin-top: -100px;
  }
  /* line 425, ../sass/style.scss */
  body .container .logo img {
    max-width: none;
    padding-left: 0;
  }
  /* line 430, ../sass/style.scss */
  body .container .main-menu {
    display: inline-block;
    position: absolute;
    margin-right: auto;
    margin-left: auto;
    left: 0;
    right: 0;
    width: 707px;
    height: 37.5px;
    border: solid 0.125em #e3d9b6;
    border-radius: 10px;
    box-shadow: 0px 0px 40px black;
    background-color: black;
    text-align: center;
    z-index: 25;
    margin-top: -65px;
    padding: 0 0 0 1.5em;
  }
  /* line 448, ../sass/style.scss */
  body .container .main-menu ul {
    margin-top: 9px;
    position: relative;
    z-index: 55;
  }
  /* line 452, ../sass/style.scss */
  body .container .main-menu ul a {
    display: inline-block;
    text-decoration: none;
    font-family: "Quattrocento", serif;
    font-size: 1.125em;
    color: #e3d9b6;
    font-size: 1.125em;
    white-space: pre-wrap;
  }
  /* line 462, ../sass/style.scss */
  body .container ul:first-child {
    margin-left: -35px;
  }
  /* line 466, ../sass/style.scss */
  body .container .main-menu li {
    display: inline-block;
    text-decoration: none;
    color: #e3d9b6;
    font-size: 1.125em;
  }
  /* line 472, ../sass/style.scss */
  body .container .div-top {
    margin-top: -82px;
  }
  /* line 474, ../sass/style.scss */
  body .container .div-top .text-top {
    max-width: 1200px;
    text-align: left;
  }
  /* line 477, ../sass/style.scss */
  body .container .div-top .text-top img {
    padding-top: 30px;
    padding-right: 48px;
    padding-left: 48px;
    width: 33%;
  }
  /* line 484, ../sass/style.scss */
  body .container .div-top #text-top {
    max-width: 1200px;
    text-align: center;
  }
  /* line 487, ../sass/style.scss */
  body .container .div-top #text-top img {
    padding-top: 30px;
    padding-right: 48px;
    padding-left: 48px;
    width: 33%;
  }
  /* line 496, ../sass/style.scss */
  body .container .div-mid #home-photo {
    width: 90%;
    max-width: 1100px;
  }
  /* line 500, ../sass/style.scss */
  body .container .div-mid .banner-mid {
    margin-top: -65px;
  }
  /* line 502, ../sass/style.scss */
  body .container .div-mid .banner-mid img {
    height: 62.5px;
  }
  /* line 505, ../sass/style.scss */
  body .container .div-mid .banner-mid .banner-text-phone {
    display: none;
  }
  /* line 508, ../sass/style.scss */
  body .container .div-mid .banner-mid .banner-text {
    font-family: "Quattrocento", serif;
    font-size: 1.7em;
    color: black;
    display: inline-block;
    text-align: center;
    margin-top: -49px;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
  }
  /* line 523, ../sass/style.scss */
  body .container .div-main {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    margin-top: -245px;
  }
  /* line 528, ../sass/style.scss */
  body .container .div-main .content {
    display: block;
    margin: 0;
    width: 60%;
    max-width: 54%;
    padding-left: 5%;
  }
  /* line 535, ../sass/style.scss */
  body .container .div-main .column-right {
    color: white;
    font-family: "Quattrocento", serif;
    display: block;
    float: right;
    padding-right: 5%;
    margin-top: -35px;
  }
  /* line 542, ../sass/style.scss */
  body .container .div-main .column-right li {
    padding: 5px;
    padding-top: 5px;
    max-width: 235px;
  }
  /* line 547, ../sass/style.scss */
  body .container .div-main .column-right img {
    height: 330px;
    width: auto;
    margin-top: 30px;
  }
  /* line 552, ../sass/style.scss */
  body .container .div-main .column-right p {
    font-family: "Ultra", serif;
    font-size: 1.15em;
    margin-left: -30px;
    margin-bottom: -10px;
    margin-top: 35px;
    padding-bottom: 20px;
  }
  /* line 561, ../sass/style.scss */
  body .container .div-main form {
    display: block;
    float: left;
    padding-left: 5%;
    max-width: 500px;
  }
  /* line 567, ../sass/style.scss */
  body .container .div-main #map {
    display: block;
    float: right;
    padding-right: 7%;
    margin-top: 35px;
    width: 35%;
  }
}
@media (min-width: 960px) and (min-width: 1100px) {
  /* line 567, ../sass/style.scss */
  body .container .div-main #map {
    width: 42%;
  }
}
@media (min-width: 960px) {
  /* line 577, ../sass/style.scss */
  body .container .div-main #men {
    display: block;
    text-align: center;
  }
  /* line 580, ../sass/style.scss */
  body .container .div-main #men img {
    padding: 5%;
  }
  /* line 583, ../sass/style.scss */
  body .container .div-main #men p {
    font-family: "Quattrocento", serif;
    font-size: 1.5em;
    color: white;
    text-align: center;
    margin-top: -50px;
    padding-left: 20px;
  }
  /* line 593, ../sass/style.scss */
  body .container .div-main .about {
    max-width: 1200px;
    padding-top: 490px;
  }
  /* line 596, ../sass/style.scss */
  body .container .div-main .about img {
    padding-bottom: 15px;
  }
  /* line 603, ../sass/style.scss */
  body .container .div-bottom .banner-text {
    display: none;
  }

    body .container form .button-1 {
        border: 1px solid #d5d9d9;
        border-radius: 5px;
        box-sizing: border-box;
        cursor: pointer;
        display: inline-block;
        font-family: "Quattrocento", serif;
        font-size: 1.2em;
        line-height: 20px;
        padding: 4px;
        margin: 12px;
        position: relative;
        text-align: center;
        vertical-align: bottom;
        width: 100px;
    }
}
