/*
* MAIN STYLESHEET
*
* Main Stylesheet built on Bootstrap by Twitter, 
* relies on bootstrap.css
*
*
*
*/
body#splash, html#splash {
  overflow: hidden;
}

body#splash, body#guestcontactinfo {
  background: url(../img/bg.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.ie-only {
  display: none;
}

.overlay {
  background: rgba(0,0,0,0.7);
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}

.about-container {
  position: absolute;
  top: 80px;
  left: 50%;
  margin-left: -160px;
  z-index: 20;
  width: 320px;
}
#about h2, #about h3, #about h4 {
  color: #fff;
  font-family: "futura-pt",sans-serif;
  text-align: center;
}
#about h2 {
  font-size: 55px;
  font-weight: 400;
}
#about h3 {
  line-height: 34px;
  margin-top: 0;
  margin-bottom: 30px;
}
#about h4 {
  font-size: 20px;
  font-style: italic;
  font-weight: 300;
}

h1.page-title {
  font-family: "futura-pt",sans-serif;
  font-weight: 400;
  margin-top: 60px;
}
header {
  margin: 20px auto;
  max-width: 850px;
  padding-bottom: 10px;
}
header h1, header h2, header h3 {
  font-family: "futura-pt",sans-serif;
  font-weight: 400;
  text-align: center;
}
header h2 {
  font-size: 20px;
  margin-top: 0;
}
header h3 {
  font-size: 18px;
  margin-top: 0;
}
header a, header a:hover {
  color: #000;
}
header a:hover {
  text-decoration: none;
}

#subpage-nav {
  margin: 0 auto;
  padding: 20px 0 10px;
  width: 742px;
}
#subpage-nav li {
  float: left;
  list-style: none;
  margin-right: 50px;
}
#subpage-nav li:last-child {
  margin-right: 0;
}
#subpage-nav li a {
  color: #000;
  font-family: "futura-pt",sans-serif;
  font-size: 30px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}
#subpage-nav li.active a, #subpage-nav li a:hover {
  border-bottom: 4px solid rgb(110,39,79);
  text-decoration: none;
}

.intro-text-wrapper p {
  font-size: 18px;
  line-height: 24px;
  padding: 20px 0 0;
}


/*
| 
| Home
|
#####################################################*/


p#home-intro, .intro-text {
  font-size: 22px;
  line-height: 32px;
  text-align: center;
  margin: 0 auto;
  padding: 50px 0;
  max-width: 720px;
}


#homepage-carousel {
  margin: 0 auto;
  max-width: 100%;
  width: 900px;
}





/*
| 
| Footer
|
#####################################################*/

footer {
  padding: 100px 0 30px;
  text-align: center;
}
body#home footer {
  padding-top: 50px;
}
footer h3 {
  font-family: "futura-pt",sans-serif;
  font-size: 25px;
  font-weight: 400;
  margin: 0 auto;
  max-width: 850px;
  padding-top: 30px;
}
footer h3 a {
  color: #333;
}
footer h3 a:hover, footer h3 a:focus {
  color: #000;
}
body#guestcontactinfo footer, body#splash footer {
  display: none;
}


/*
| 
| RESPONSIVE STYLES
|
#####################################################*/

@media (max-width: 992px) {
  .intro-text-wrapper {
    padding-bottom: 50px;
  }
  #step2 {
    padding-top: 20px;
  }
}

/* Smartphones to Tablets
---------------------------- */
@media (max-width: 767px) {
  #about h2 {
    font-size: 48px;
  }
  #about h4 {
    font-size: 16px;
  }
  .about-container .col-md-12 {
    padding-right: 0;
  }
  body#guestcontactinfo {
    background: none;
  }
  body#guestcontactinfo .overlay {
    display: none;
  }
  body#guestcontactinfo .container {
    background: none;
    margin: 0 auto;
    position: static;
    max-width: 540px;
    width: auto;
  }
  #sending #spinner {
    background-image: url(../img/spinner_96_white.gif);
  }
}

@media (max-width: 806px) {
  #home-icons {
    width: auto;
  }
  #home-icons .icon-wrapper, #home-icons .icon-wrapper:last-child {
    margin: 20px auto;
    width: 50%;
  }
  #home-icons .icon-wrapper:last-child {
    /*width: 100%;*/
  }
}

@media (max-width: 740px) {
  #subpage-nav {
    border-bottom: 1px solid #000;
    padding-left: 15px;
    width: auto;
  }
  #subpage-nav li {
    float: none;
    line-height: 60px;
  }
}