*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}
html, body{
    height: 100%;
    width: 100%;
}
.page1{
    height: 100vh;
    width: 100%;
    background-image: url(ALH_Odisej_exterior_aerial_07-scaled-600x0.jpg);
    background-size: cover;
    
}
.page2{
    height: 100vh;
    width: 100%;
    background-color: #535D41;
    padding: 5vw;
}
.page1 #nav{
    height: 10%;
    /* background-color: red; */
    display: flex;
    justify-content: space-between;
    width: 100%;
}
#nav .left{
    padding: 5vh 7vh;
    
}
.left i{
    font-size: 6vh;
    
}

#nav .right{
    padding: 5vh 7vh;
}
.right button{
    padding: 1.5vh 3vh ;
    border-radius: 20px;
    text-align: center;
    color: #606B4C;
    font-weight: 600;
    background-color: transparent;
    margin-right: 1.5vw;
    border: 1px solid #606B4C;

}
#btn1:hover{
    background-color: #E3E3C4;
}
.right #btn2{
    background-color: #606B4C;
    color: white;
}
.page1 h1{
    text-align: center;
    font-size: 5vw;
    
}
.page1 p{
    text-align: center;
    font-size: 2vw;
}
.page3{
    height: 100vh;
    width: 100%;
    background-color: black;
}
@font-face {
    font-family: wood;
    src: url(PPWoodland-Regular.ttf);
}
.page2 h1{
    text-align: center;
    font-size: 3.5vw;
    color: #434B34;
    font-family: wood;
}
.page2 h1 span{
    font-family: wood;
}
.page3 p{
    padding-top: 32vh;
    text-align: center;
    font-size: 24vh;
    color: rgba(255, 255, 255, 0);
    -webkit-text-stroke-color: white;
    -webkit-text-stroke-width: 1px;
    font-family: wood;
    text-transform: uppercase;
    line-height: 24vh;
    
}