/*!
 * Start Bootstrap - Grayscale v3.3.7+1 (http://startbootstrap.com/template-overviews/grayscale)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */
  body,html{
    height:100%;width:100%
  }

  body{
    background-color:#000
  }

  .intro,body,html{
    width:100%
  }
  body{
    font-family:Lora,"Helvetica Neue",Helvetica,Arial,sans-serif;
    color:#fff;
    webkit-tap-highlight-color:rgba(255,255,255,.2)
  }

  .btn,h1,h2,h3,h4,h5,h6{
    text-transform:uppercase;
    font-family:Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif
  }
  
  h1,h2,h3,h4,h5,h6{
    margin:0 0 35px;font-weight:700;letter-spacing:1px
  }

  p{
    margin:0 0 25px;font-size:18px;line-height:1.5
  }

  .light{
      font-weight:400
  }

  .intro{
    display:table;
    height:auto;
    padding:100px 0;
    text-align:center;
    color:#fff;
    background:url(../img/intro-bg.jpg) bottom center no-repeat #000;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    background-size:cover;
    -o-background-size:cover
  }

  .intro .intro-body{
    display:table-cell;
    vertical-align:middle
  }

  .intro .intro-body .brand-heading{
    font-size:60px;
    color:white;
  }

  .intro .intro-body .intro-text{
    font-size:18px
  }
    
  .content-section{
    padding-top:50px
  }

  .download-section{
    width:100%;
    padding:50px 0;
    color:#fff;
    background:url(../img/downloads-bg.jpg) center center no-repeat #000;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    background-size:cover;
    -o-background-size:cover
  }

  @media (min-width:767px){
    .content-section{padding-top:200px}
    .download-section{padding:100px 0}
   }

  .btn{
    font-weight:400;
    -webkit-transition:all .3s ease-in-out;
    -moz-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out;
    border-radius:0
  }


  .btn-default:focus,.btn-default:hover{
    border:1px solid #42DCA3;
    outline:0;color:#000;
    background-color:#42DCA3;
  }

  ul.banner-social-buttons{
    margin-top:0
  }


  footer{
    padding:50px 0
  }

  footer p{
    margin:0
  }
  
  
 h2{
 	color:#E8BFA6;
 }

 .btn-default{
 	  border: 1px solid #E8BFA6;
    color: #E8BFA6;
    font-weight: bold;
    background-color: transparent;
}
 
  .btn-default:hover,
  .btn-default:focus {
    border: 1px solid #E8BFA6;
    outline: none;
    color: black;
    background-color: #E8BFA6;
  }

  a {
  	color:#E8BFA6;
   }

  .fa-heart{
  	color:red;
  }

  .introapp{
  	width:169px;
  	height: 50px;
  }

  .navbar-brand {
  	color:#E8BFA6;
  }

  a:hover,
  a:focus {
    text-decoration: none;
    color:#E8BFA6;
  }