
body {
  display: block;
  width: 100vw;
  height: 100%;
  left: 0;
  font-family: 'Cabin', sans-serif;
}

@media screen and (max-width: 1600px) {
  body {
    width: 10%;
    height: auto;
    left: 50%;
    top: 50%;
    text-align: center;
    background: url('../img/bg.jpg') no-repeat fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
  }
}
@media screen and (min-width: 1386px) {
  body {
    width: 100%;
    height: auto;
    left: 0;
    top: 0;
    text-align: center;
    background: url('../img/bg.jpg') no-repeat fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
  }
}
    
/*
@media screen and (max-width: 1024px) {
  img.bg {
    left: 50%;
    margin-left: -512px; 
  }
}
*/

.headlines {
  color: white;
  position: absolute;
  right: 8%;
  top: 35%;
}

#box1 {
  position: absolute; 
  background-color: transparent; 
  border: 1px solid yellow;
  top: 2%;
  left: 20%;
  right: 60%;
  bottom: 80%;
}


#h1 {
  font-size: 5vw;
}

#h2 {
  color: white;
  font-size: 3vw;
}

a { 
  color: white;
  text-decoration: none;
} 

.nav-pills > li.active > a, .nav-pills > li.active > a:focus {
    background-color: #333;
    color: #fff;
}

.nav-pills > li.active > a:hover,
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
  color: #333;
}

ul > .nav-pills {
  height: 30px;
}
