body{
    font-family: CaviarDreams;
}

h1,h2,h3,h4,h5,h6{
    font-family: CaviarDreamsBold;
}

.top-logo{
    height: 80px;
    max-height: 80px;
    display: flex;
    align-items: center;
    padding-top: 0px;
    padding-bottom: 0px;
    position: fixed;
    z-index: 10;
    width: 100%;
    background-color: white;
}

.top-logo a.active{
    color: red;
}

.top-logo > div{
    width: 50%;
}

.top-logo > div:first-child{
    margin-left: 5%;
}

.top-logo > div > img{
    height: 60px;
    max-height: 60px;
}

.top-logo > div:last-child{
    text-align: right;
    margin-right: 5%;
}

.banner{
    max-height: 90vh;
    overflow: hidden;
}

.banner .slick-prev{
    left: 5%;
    z-index: 1
}

.banner .slick-next{
    right: 5%;
}

#bike-tour{}

#bike-tour > .title{
    padding: 5% 0 5% 0;
    text-align: center;
}

#bike-tour > .bike-tour-description{
    display: flex;
    align-items: center;
    padding-left: 2%;
    padding-right: 2%;
    text-align: justify;
    font-size: 1.5vw;
}

#bike-tour .bike-tour-description h3{
    font-size: 1.2em;
}

#explore-mondego{}

#explore-mondego > .title{
    padding: 5% 0 5% 0;
    text-align: center;
}

#explore-mondego > .explore-mondego-description{
    display: flex;
    align-items: center;
    padding-left: 2%;
    padding-right: 2%;
    font-size: 2vw;
    text-align: justify;
}

#massage{}

#massage > .title{
    padding: 5% 0 5% 0;
    text-align: center;
}

#massage > .massage-description{
    display: flex;
    align-items: center;
    padding-left: 2%;
    padding-right: 2%;
    font-size: 2vw;
    text-align: justify;
}

#yoga > .title{
    padding: 5% 0 5% 0;
    text-align: center;
}

#yoga > .yoga-description{
    display: flex;
    align-items: center;
    padding-left: 2%;
    padding-right: 2%;
    font-size: 2vw;
    text-align: justify;
}

#contacts{
    background-color: #e3e3e359;
}

#contacts{
    padding: 5% 0 5% 0;
}

#contacts h5{
    font-size: 2em;
    margin-bottom: 3%;
}

#contacts > div > div > p > i{
    margin-right: 10px;
}

#contacts > div > div > p{
    font-size: 1.4em;
}

.more-info{
    text-align: right;
    font-size: 1em;
    cursor: pointer;
    color: #fa5353;
}

.more-info:hover{
    text-decoration: underline;
}

.activities img{
    margin: auto;
    max-height: 80vh;
}

#activities .cell{
    margin-bottom: 5%;
    max-height: 75vh;
    overflow: hidden;
    text-align: center;
}

#activities .cell img{
    height: 100%;
}

@media screen and (max-width: 640px) {
    body {}
    
    footer{
        text-align: center;
    }
    
    #banner{
        padding-top: 50px;
    }
    
    .top-logo {
        height: 50px;
        max-height: 50px;
    }
    
    .top-logo > div > img {
        height: 40px;
        max-height: 40px;
    }
    
    #bike-tour .bike-tour-description {
        padding-top: 3%;
        font-size: 1em;
    }
    
    #explore-mondego > .explore-mondego-description, #massage > .massage-description, #yoga > .yoga-description{
        font-size: 1em;
        padding-top: 3%;
    }
    
    #bike-tour .bike-tour-description h3 {
        font-size: 1em;
    }
    
    #contacts {
        margin-top: 10%;
    }
    
    
}