body{


  background:  url(img/Throwback1_altered_2.jpg) center -200px   #000 no-repeat;
  height: 100vh;
  min-height: 80vh;
    background-size: cover;



  }

@media (min-width: 576px) {
    body{
        background:  url(img/Throwback1_altered_2.jpg) center -300px   #000 no-repeat;
          background-size: cover;
  }





  @media (min-width: 768px) {
    body{
      background: url(img/Throwback1_altered_2.jpg) center -600px  #000 no-repeat;
        background-size: cover;

    }
  }


  @media (min-width: 992px) {
    body{
      background: url(img/Throwback1_altered_2.jpg) center -500px  #000 no-repeat;
        background-size: cover;

    }

  }


  @media (min-width: 1200px) {
    body{
      background: url(img/Throwback1_altered_2.jpg) center -600px  #000 no-repeat;
        background-size: cover;
    }
  }

}


header{
  background: #000;
  padding: 15px 0;
  position: fixed;
  right: 0;
  top: 0;


}

.contact{
  color: #fff;
}

.logo{
  width: 40px;
}
