/* line 8, ../sass/style.scss */
body {
  font-family: Gudea, sans-serif;
}

/* line 11, ../sass/style.scss */
header {
  text-transform: uppercase;
  padding-top: 2%;
}
/* line 14, ../sass/style.scss */
header div.top-left {
  text-align: right;
  margin-top: 30px;
}
@media screen and (max-width: 876px) {
  /* line 14, ../sass/style.scss */
  header div.top-left {
    text-align: center;
  }
}
/* line 20, ../sass/style.scss */
header div.logo-box img {
  display: block;
  margin: 0 auto;
}
/* line 25, ../sass/style.scss */
header div.top-right {
  text-align: left;
  margin-top: 30px;
}
@media screen and (max-width: 876px) {
  /* line 25, ../sass/style.scss */
  header div.top-right {
    text-align: center;
  }
}

/* line 33, ../sass/style.scss */
div.container.middle img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 0; margin-top:-50px;
}
/* line 39, ../sass/style.scss */
div.container.middle h2 {
  position: relative;
  margin-top: -30%;
  text-align: center;
  z-index: 999;
  color: white;
  text-shadow: 0px 0px 20px black;
  font-family: "Lobster Two", cursive;
  font-style: italic;
  font-weight: normal;
  font-size: 60px;
}
@media screen and (max-width: 876px) {
  /* line 39, ../sass/style.scss */
  div.container.middle h2 {
    font-size: 32px;
  }
}

/* line 55, ../sass/style.scss */
div.container.info {
  padding: 0% 0 0%;
}
/* line 58, ../sass/style.scss */
div.container.info section a.button.alert, div.container.info section input.button.alert {
  display: block;
  margin: 0 20%;
  border: none !important;
  font-family: Gudea, sans-serif;
  text-transform: uppercase;
  padding-top: 5px;
  padding-bottom: 5px;
}
/* line 67, ../sass/style.scss */
div.container.info section input.button.alert {
  float: right;
  margin-right: 0;
}
/* line 71, ../sass/style.scss */
div.container.info section input:submit {
  float: left;
}
/* line 74, ../sass/style.scss */
div.container.info section dl {
  padding-left: 70px;
  background-image: url("../images/clock.jpg");
  background-position: 0% 30%;
  background-repeat: no-repeat;
}
/* line 79, ../sass/style.scss */
div.container.info section dl dt {
  padding-top: 20px;
  text-transform: uppercase;
  font-weight: bold;
}
/* line 83, ../sass/style.scss */
div.container.info section dl dt:first-child {
  padding-top: 0;
}
/* line 86, ../sass/style.scss */
div.container.info section dl dt em {
  text-transform: none;
  font-weight: normal;
}
/* line 91, ../sass/style.scss */
div.container.info section dl dd {
  padding: 5px 0 0;
  font-style: italic;
}
/* line 96, ../sass/style.scss */
div.container.info section ul.menus {
  padding-top: 0px;
  text-align: center;
}
/* line 99, ../sass/style.scss */
div.container.info section ul.menus a {
  color: #000;
}
/* line 101, ../sass/style.scss */
div.container.info section ul.menus a li {
  display: inline-block;
  padding: 50px 10px 0;
  height: 90px;
  background-image: url("../images/menu.jpg");
  background-position: 50% 0%;
  background-repeat: no-repeat;
}
/* line 120, ../sass/style.scss */
div.container.info section ul.contact li.email {
  background-position: 50% 0%;
  height: 60px;
  width: 60px;
  margin: 10px auto;
  text-align: center;
list-style-type: none;
  background-image: url("../images/contact.jpg");
}
/* line 124, ../sass/style.scss */
div.container.info section ul.contact li.twitter {
  background-position: 50% 50%;
  height: 60px;
  width: 60px;
  margin: 10px auto;
  text-align: center;
list-style-type: none;
  background-image: url("../images/contact.jpg");
}
/* line 128, ../sass/style.scss */
div.container.info section ul.contact li.facebook {
  background-position: 50% 100%;
  height: 60px;
  width: 60px;
  margin: 10px auto;
  text-align: center;
list-style-type: none;
  background-image: url("../images/contact.jpg");
}
/* line 134, ../sass/style.scss */
div.container.info h3 {
  font-family: "Lobster Two", cursive;
  font-style: italic;
  font-weight: normal;
  color: #166a9b;
  text-align: center;
  margin-top: 50px;
}

/* line 143, ../sass/style.scss */
div.container.drury {
  background: #9b9b9b;
  background-image: url("../images/bg-top.jpg"), url("../images/bg-bottom.jpg");
  background-position: 0% 0%, 0% 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  height: 500px;
  padding: 10%;
}
@media only screen and (max-width: 876px) {
  /* line 143, ../sass/style.scss */
  div.container.drury {
    background-image: none;
    background: #9b9b9b;
    min-height: 700px;
  }
}
/* line 156, ../sass/style.scss */
div.container.drury h2 {
  font-family: 'DeadSecretary', sans-serif;
  text-transform: lowercase;
  font-size: 48px;
  color: white;
  font-weight: normal;
  text-align: center;
  letter-spacing: 2px;
}
/* line 165, ../sass/style.scss */
div.container.drury h4 {
  font-family: Gudea, sans-serif;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
}
/* line 171, ../sass/style.scss */
div.container.drury ul.drury-menu {
  padding-bottom: 60px;
  height: 60px;
  text-align: center;
}
/* line 175, ../sass/style.scss */
div.container.drury ul.drury-menu li {
  width: 50%;
  display: inline;
  height: 60px;
  padding-bottom: 60px;
  background-image: url("../images/menu-distressed.png");
  background-position: 50% 100%;
  background-repeat: no-repeat;
  color: white;
  text-transform: lowercase;
  font-family: DeadSecretary, sans-serif;
  font-size: 24px;
  letter-spacing: 2px;
}
/* line 188, ../sass/style.scss */
div.container.drury ul.drury-menu li:first-child {
  margin-right: 10%;
}
@media only screen and (max-width: 876px) {
  /* line 175, ../sass/style.scss */
  div.container.drury ul.drury-menu li {
    display: block;
    height: 100px;
    padding-bottom: 50px;
    margin: 0 auto;
  }
  /* line 196, ../sass/style.scss */
  div.container.drury ul.drury-menu li:first-child {
    margin-right: auto;
  }
}
@media only screen and (max-width: 600px) {
  /* line 175, ../sass/style.scss */
  div.container.drury ul.drury-menu li {
    padding-bottom: 150px;
    height: 150px;
  }
}

/* line 210, ../sass/style.scss */
.flexslider {
  margin-top: 50px !important;
  border: none !important;
  box-shadow: none !important;
}

/* line 216, ../sass/style.scss */
.reviews {
  text-transform: uppercase;
  text-align: center;
}
/* line 219, ../sass/style.scss */
.reviews h2 {
  font-family: "Lobster Two", cursive;
  font-style: italic;
  font-weight: normal;
  color: #166a9b;
  text-transform: none !important;
}
/* line 226, ../sass/style.scss */
.reviews dt {
  margin-top: 10px;
  font-weight: bold;
}

@font-face {
  font-family: 'DeadSecretary';
  src: url("../webfonts/DeadSecretary.eot");
  src: local("☺"), url("../webfonts/DeadSecretary.woff") format("woff"), url("../webfonts/DeadSecretary.ttf") format("truetype"), url("../webfonts/DeadSecretary.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
