html, body{
    color:#FFF;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-size: 20px;
  line-height: 24px;
  min-height: 100vh;
}

body{
    background-color: #000;
    background-image: url(media/bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;

}

.logo{
    width:100%;
    max-width: 250px;
}

.content{
    text-align: center;
    height: 90vh;
    display: flex;
    flex-direction: column;
    justify-content:center;
}
h1{
      font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 80px;
  line-height: 80px;
  
    text-transform: uppercase;;
}

h2{
    font-size: 28px;
    line-height: 36px;
    text-transform: uppercase;;
}

.orange{
    color: #F36A2E;
}
.lead{
font-size: 24px;
margin-bottom:10px;
display: block;;
}

a{
    color:#FFF;
    text-decoration: none;
    border-bottom: 1px solid #FFF;
}

@media(orientation: landscape){
    /* body{
        background-position: right 20vw bottom;
    } */
}

