/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/****** HF START **********/
body {
  font-size: 16px;
  line-height: 1.4;
}

img {
  max-width: 100%;
}

p, pre {
  margin: .5em 0;
}

a {
  text-decoration: none;
}

#home {
  width: 100%;
  height: 792px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 80;
  background: url(../img/home_bg_full.jpg) center center fixed;
  background-size: cover;
}
@media screen and (max-width: 1024px) {
  #home {
    position: relative;
  }
}

.main-nav-inner {
  max-width: 1200px;
  min-height: 40px;
  margin: 0 auto;
  font-family: "Cinzel", serif;
  font-size: 1em;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
}
.main-nav-inner ul {
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
  text-align: center;
  width: 100%;
  height: 40px;
  padding-top: 30px;
}
@media screen and (max-width: 600px) and (min-width: 401px) {
  .main-nav-inner ul {
    padding-top: 12px;
  }
}
@media screen and (max-width: 400px) {
  .main-nav-inner ul {
    padding-top: 12px;
  }
}
.main-nav-inner li {
  padding-left: 50px;
  display: inline;
  list-style: none;
}
.main-nav-inner li a {
  color: #fff;
  text-decoration: none;
}
.main-nav-inner li a:hover {
  color: #e4a761;
  text-decoration: none;
}

ul li:first-child {
  padding-left: 0;
}

#main-content-holder {
  position: relative;
  z-index: 90;
  background: url(../img/hf_lower_background.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  background-size: cover;
}

#inner-home {
  max-width: 1200px;
  margin: 0 auto;
  /*height:750px;*/
  position: relative;
}

.logo {
  margin: 0 auto;
  text-align: center;
  /*margin-top: 14%;*/
}
@media screen and (max-width: 400px) {
  .logo {
    width: 60%;
  }
}

@media screen and (max-width: 330px) {
  .logo {
    margin-top:20px;
    width: 60%;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) and (orientation: landscape) {
  .logo {
    width: 60%;
  }
}

#inner-intro {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  *zoom: 1;
  height: 1300px;
}

@media screen and (max-width: 400px) {
  #inner-intro {
    height: 1000px;
  }
}

#inner-mail {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  *zoom: 1;
  height: 550px;
}
@media screen and (max-width: 400px) {
  #inner-mail {
    height: 500px;
  }
}

#inner-intouch {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  *zoom: 1;
  height: 750px;
}
@media screen and (max-width: 400px) {
  #inner-intouch {
    height: 500px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  #inner-mail, #inner-intouch {
    height: 650px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
   #inner-intouch {
    height: 750px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .logo {
    width: 40%;
  }
}
#main-nav-outer {
  width: 100%;
  height: 80px;
  background-color: #000;
  border-bottom: 2px solid #262523;
  z-index: 100;
}
@media screen and (max-width: 1024px) {
  #main-nav-outer {
    position: fixed;
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 600px) {
  #main-nav-outer {
    height: 40px;
  }
}

.touch, .mail {
  width: 95%;
  margin: 0 auto;
  font-family: "Cinzel", serif;
  font-size: 1em;
  text-align: center;
}

@media screen and (max-width: 400px) {
  .touch {
    width: 70%;
  }
}

.email {
  margin-bottom: 50px;
}
.email a {
  color: #000;
  text-decoration: none;
  padding-bottom: 2px;
}
.email a:hover {
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid #000;
}

.touch h3, .mail h3 {
  font-size: 1.125em;
  text-transform: uppercase;
  margin: .5em 0;
}

.margin-top40 {
  margin-top: 40px;
}

.monogram {
  margin-bottom: 45px;
}

.social {
  margin: 0 auto;
}
.social ul {
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
  text-align: center;
}
.social li {
  padding-left: 10px;
  display: inline;
  list-style: none;
}

form#mailList {
  padding-top: 25px;
  width: 100%;
  margin: 0 auto;
}

form#mailList input[type="text"], form#mailList input[type="email"] {
  color: #bdbec1;
  text-align: center;
  font-family: "Cinzel", serif;
  text-transform: uppercase;
  font-size: 14px;
  border: 1px solid #ffddb9;
  width: 350px;
  height: 58px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  /* future proofing */
}
@media screen and (max-width: 400px) {
  form#mailList input[type="text"], form#mailList input[type="email"] {
    width: 280px;
  }
}

form#mailList input[type="email"] {
  margin-top: 10px;
}

::-webkit-input-placeholder, ::-moz-placeholder, placeholder {
  color: #bdbec1;
  text-align: center;
  font-family: "Cinzel", serif;
  text-transform: uppercase;
  font-size: 14px;
}

input:focus, textarea {
  outline: none !important;
}

form#mailList input[type="submit"] {
  color: #000;
  text-align: center;
  font-family: "Cinzel", serif;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  border: none;
  width: 130px;
  height: 60px;
  background: url(../img/submit_button.png) no-repeat 0 0;
  margin-top: 25px;
}

form#mailList input[type="submit"]:hover {
  background: url(../img/submit_button_hvr.png) no-repeat 0 0;
}

.introduction {
  width: 464px;
  float: left;
  font-family: "Cedarville Cursive", cursive;
  margin-left: 21%;
  margin-top: 37%;
}
.introduction p {
  font-size: 1.2em;
}
@media screen and (max-width: 768px) and (min-width: 601px) {
  .introduction {
    margin-top: 60%;
    margin-left: 5%;
    width: 60%;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) and (orientation: landscape) {
  .introduction {
    margin-left: 12%;
    margin-top: 43%;
    width: 50%;
  }
}
@media screen and (max-width: 800px) {
  .introduction {
    margin-top: 53%;
    margin-left: 4%;
    width: 62%;
  }
}
@media screen and (max-width: 600px) {
  .introduction {
    margin-top: 16%;
    margin-left: 8%;
    width: 85%;
  }
}
@media screen and (max-width: 400px) {
  .introduction {
    margin-top: 16%;
    margin-left: 8%;
    width: 85%;
  }
}
.introduction h1 {
  font-family: "Monsieur La Doulaise", cursive;
  font-size: 2.500em;
  font-weight: normal;
  line-height: 1em;
}
.introduction p {
  margin: 1.2em 0;
}

#intro-wrap {
  width: 100%;
  height: 1300px;
  background: url(../img/intro_bg_full.jpg) no-repeat center center;
}

@media screen and (max-width: 400px) {
  #intro-wrap{
  height: 1000px;
  }
}


@media screen and (max-width: 600px) {
  #intro-wrap {
    background: none;
  }
}

a .go-to-questions {
  width: 100%;
  height: 60px;
  margin: 0 auto;
  background: url(../img/question_button.png) no-repeat center center;
  font-family: "Cinzel", serif;
  font-size: 0.875em;
  text-align: center;
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
  margin-top: 22px;
}
@media screen and (max-width: 400px) {
  a .go-to-questions {
    background-size: 100%;
  }
}
a .go-to-questions p {
  padding-top: 20px;
}
@media screen and (max-width: 400px) {
  a .go-to-questions p {
    font-size: 0.97em;
  }
}

a .go-to-questions:hover {
  background: url(../img/question_button_hvr.png) no-repeat center center;
}
@media screen and (max-width: 400px) {
  a .go-to-questions:hover {
    background-size: 100%;
  }
}

.sticky {
  position: fixed;
  top: 0;
}

.not-sticky {
  position: relative;
}

#mail-anchor, #touch-anchor {
  width: 100%;
  height: 170px;
  overflow: hidden;
  *zoom: 1;
}

@media screen and (max-width: 400px) {
  #mail-anchor, #touch-anchor {
    height: 50px;
  }

#intro-anchor {
  width: 100%;
  height: 40px;
  overflow: hidden;
  *zoom: 1;
}


@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  #page-header-spacer {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  #page-header-spacer {
    display: none;
  }
}
