html {
  background: url("../img/bg-coming-soon.jpg") no-repeat center center fixed;;
 -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.header-bg.jpg', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='header-bg.jpg', sizingMethod='scale')";
}


body {
  font-family: "Droid Serif", Georgia, serif;
  height:100%;
  -webkit-tap-highlight-color: #f68f35; 
  background-color:transparent; }

p {
  line-height: 1.75; }

a {
  color: #f68f35;
  font-weight:700; }
  a.active, a:active, a:focus, a:hover {
  color: #e26100; }

button {
  cursor:pointer;
}

.btn.focus, .btn:focus {
  box-shadow:0 0 0 3px rgba(252,255,0,.25);
}

.btn-primary {
  border:none;
}

h1,h2,h3,h4,h5,h6 {
  font-weight: 700;
  font-family: "Oswald", Arial, sans-serif;
  text-transform: uppercase; }

h4 {
  font-size:2rem;
}

::-moz-selection {
  background: #f68f35;
  text-shadow: none; }

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

img::selection {
  background: transparent; }

img::-moz-selection {
  background: transparent; }

header.masthead {
  text-align: center;
 }
 header.masthead img {
  width:100px;
  margin-bottom:20px;
 }
  header.masthead .container {
    border-bottom:6px solid #ff9800;
    background-color:rgba(255,255,255,0.85);
    margin-top:5%;
    margin-bottom:5%;
    max-width:800px;
  }
  header.masthead .intro-text {
    padding-top: 5%;
    padding-bottom: 5%; }
    header.masthead .intro-text .intro-lead-in {
      font-size: 22px;
      font-style: italic;
      line-height: 22px;
      margin-bottom: 15px;
      font-family: "Droid Serif", Georgia, serif; }
    header.masthead .intro-text .intro-heading {
      font-size: 38px;
      font-weight: 700;
      line-height: 38px;
      margin-bottom: 25px;
      font-family: "Oswald", Arial, sans-serif;
      text-transform: uppercase;
      color:#333; }

    .intro-text p {
     
    }

@media (min-width: 768px) {
  header.masthead .intro-text {
    padding-top: 6%;
    padding-bottom: 6%; }
    header.masthead img {
     margin-bottom:40px;
     width:140px;
    }
    header.masthead .intro-text .intro-lead-in {
      font-size: 36px;
      font-style: italic;
      line-height: 36px;
      margin-bottom: 30px;
      font-family: "Droid Serif", Georgia, serif; }
    header.masthead .intro-text .intro-heading {
      font-size: 70px;
      font-weight: 700;
      line-height: 1.1;
      margin-bottom: 25px;
      font-family: "Oswald", Arial, sans-serif;
      text-transform: uppercase; } }
