@media screen and (min-width: 796px) {
div.animContainer{
    /* background-image: url(../img/heroFoto.jpg);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    overflow: hidden;
    text-align: center;*/
    
    width:100%;
    height:100vh;
    border:0px solid Black;
    
    padding-top: 10vh;
}
    

li.mainButton{
    background: none;
    border: 1px solid white;
    margin-left:50px;
    font-family: 'Montserrat', sans-serif; 
}
}

@media screen and (max-width: 795px) {
  div.animContainer{
  /* background-image: url(../img/heroFoto.jpg);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    overflow: hidden;
    text-align: center;*/
    background: none;
    width:100%; 
    height:100vh;
    /* border:1px solid Black; */
    
    padding-top: 100px;
  }  
}
