html{
    margin: 0;
    padding: 0;
}

head{
    margin:0;
    padding:0;
}

body{
    margin:0;
    padding: 0;
}

.u-max-full-width {
    width: 100vw;
    margin: 0;
    padding: 0;
}

.menu {
    position: fixed;
    width: 100%;
    max-height: 40px;
    background-color: white; 
    z-index: 100;
    text-align: left;
    padding: 7px;
    overflow: hidden;
    display: block;
}

.menu li{
    display: inline;
    padding: 30;
}

.menu a{
    text-decoration: none;
    color: black;
    font-family: serif;
    font-size: 18;
}

a:hover{
    text-decoration: underline;
}


#head {
    height: 900;
    position: relative;
    text-align: center;
    background-image: url("../images/Alps.jpg");
    background-attachment: fixed;
    width: 100vw;
}

#head h1{
    position: absolute;
    top: 30%;
    width: 100%;
    font-family: "garamond";
    color: floralwhite;
    font-size: 50px;
}

#head h5{
    position: absolute;
    top: 37%;
    width: 100%;
    font-family: "helvetica"; 
    color: floralwhite;
    font-size: 12px;
}

#bio{
    max-height: 6000px;
    margin-top: 60px;
    margin-left: 30px;
    
}

#bio p{
    font-family: serif;
    font-size: 20px;
    max-width: 600px;
    
}

#bio a{
    
    text-decoration: none;
        color:black;
    }
#bio a:hover{
    text-decoration: none;
    color: fuchsia;
    
}
#gallery {
    max-height: 6000px;
    display:flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items:center;
	align-content:center; 
    padding-left: 0px;
    padding-top: 30px;

    
}

.thumbnail {
    width: 400px;
    height: 400px;
    padding: 20px;
    
    
}

.thumbnail img{
    width:400px;
    height: 400px;
   position: relative;
    opacity: 1;
    z-index: 10;
       
}

.thumbnail p{
    width: 400;
    height: 400;
    position: relative;
    top: -10px;
    margin:20;
    margin-left: 0;
    font-size: 15px;
    line-height: 14px;
    font-family: serif;
}

.records{
  margin-top: 200px; 
    margin-bottom: 100px;
    
}

.records p{
    font-family: "garamond";
    padding-top: 30;
    font-size: 18;
    max-width: 500px;
}

.records img{
    max-width: 400px;
    width: 100%;
}


#records1 img{
    margin-left: 50px;
}

#records2 p{
    text-align: left;
}

#records2 img{
    max-width: 400px;
}


#text p{
    max-width: 500px;
    font-family: "garamond";
    font-size: 18px;
    margin: 30px;
    padding-top: 30px;
    margin-left: 150px;
}

.img-container{
    height: 700px;
    position: relative;
}


.img-container img{
    width: 800px;
    height: 600px;
    object-fit: cover;
    object-position: center;
    opacity:0;
    position: absolute;
    z-index: -1;
    margin-left: 80px;
    margin-top: 30px;
    
}

.img-container img.next{
    opacity: 1;
    z-index: 1;

}

.img-container img.prev{
    opacity: 1;
    z-index: 1;
    
}

.img-container img.fade-out{
    opacity: 0;
    transition: visibility 0s, opacity 0s linear;
    visibility: hidden;
}



footer{
    font-family: "helvetica";
    font-size: 10px;
    margin-bottom: 30px;
    text-align: center;
    color: grey;
}




@media only screen and (max-width: 900px){
    
    
    .menu{
      
    }
    
    #menudati p{
        font-size:75%;
    }
    
    #menudati li{
    border: solid 1px black;
    width: 190px;
    height:20px;
    display: inline-block;
    margin: 5px;
    
}
    
    #bio p{
    font-family: serif;
    font-size: 20px;
    max-width: 500px;
    
}
    
    .info{
        margin: 0;
    
}
    
    .info p{
        font-size: 10px;
    }
    
    .legenda{
         margin-top: -20px;
    }

    .legenda p{
    font-size: 75%;
        
} 
    #names{
    max-height: 3000px;
    padding: 0;
    
    
  } 
    
    #names h5{
        width: 40%;
    margin-left: 35px;
    }
    
    #gallery {
        padding:0;
    }
    
    div.sticky p{
    padding: 30px;
    
    }
    
    .thumbnail {
    width: 500px;
    height: 500px;
    margin: 15px;
    padding-bottom: 20px;
        padding-top: 20px;
    
    
}
    .thumbnail img{
    width:500px;
    height: 500px;
    }
    
    .thumbnail p{
    width: 500;
    height: 100;
    font-size: 15px;
    line-height: 12px;
     margin-top: 30;
        margin-left: 0;
    
        
    }
    
    .records img{
        margin-bottom:30px;
    }
    
    .records p{
        padding:30px;
    }
    
    #records1 img{
        margin:0;
    }
    
    #text p{
    margin-left:30px;
    margin-top: -10px;
    
    
}

    
    .img-container{
    height: 300px;
    margin-left:37px; 
    padding: 0;
    width:300;
    }
    
    .img-container img{
    width: 300px;
    height: 200px;
    margin-left: 0;
    margin-top: -30px;
    }
    


@media only screen and (max-width: 1300px){
    
    .menu li{
    display: inline;
    padding: 50px;
}
    
}