/*!
 * Start Bootstrap - Creative v3.3.7+1 (http://startbootstrap.com/template-overviews/creative)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */


html,
body {
  height: 100%;
  width: 100%;
}

section {
  padding: 100px 0;
}

header {
  position: relative;
  width: 100%;
  min-height: auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-position: center;
  background-image: url('../img/header.jpg');
  text-align: center;
  color: white;
}
header .header-content {
  position: relative;
  text-align: center;
  padding: 100px 15px 100px;
  width: 100%;
}

@media (min-width: 768px) {
  header {
    min-height: 100%;
  }
  header .header-content {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 50px;
  }
}

header .header-content h1 {
font-family: 'Roboto', sans-serif;
  letter-spacing: 0.1em;
  font-size: 6em;
  text-transform: uppercase;
  margin-bottom: 0px;
  line-height: 0.9;
  
}

#blockmd {
  z-index:-1;
  height:160px;
  padding-top: 50px;
}

#blockxs {
  z-index:-1;
  height:160px;
  padding-top: 10px;
}

#blocklg {
  z-index:-1;
  /*height:400px;*/
  padding-top: 30px;

}

header .header-content-inner p {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 2em;
  color: #fff;
}

@media (max-width: 700px) {

  header .header-content h1 {
  font-size: 3em;
}

  header .header-content-inner p {
  font-size: 2em;
}

.section-heading {
  font-size: 2em;
}

}

header .btn {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  margin-left: -40px;
  transform: translateY(-50%);
  font-size: 0.8em;

}

header .btn-primary:link, .btn-primary:visited, .btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:active:focus  {
  background-color: transparent;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 3px solid #fff;
}

.section-heading{
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  color: #c4610d;
  font-size: 1.em;
  letter-spacing: 0.2em;
  font-weight: 500;
}

.contact-content p {
  font-family: 'Montserrat', sans-serif;
  color: #939597;
  font-size: 1.2em;
  padding-bottom: 20px;
}

.contact-content a {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2em;
  color: #ad5527;
  text-decoration: none;

}

.intro{
  font-weight: 300;
  font-size: 1em;
}

hr {
  /*max-width: 85px;*/
  border-color: #ccc
}

.red{
  background-color: #eb0028;
}

.red:hover {
  background-color: #a0a0a0;
}


.text-facebook{
  color:#fff;
}

.text-facebook h2{
  font-size: 30px;
}

.red{ 
  padding: 50px 0;
 }
