/*DEBUG MODE
#header-wrap{
    display:none!important;
}
*/
#activities-page {

    padding-top:200px;
    flex-direction: column;
    font-family:Viga;
}
h1.activities-page{
    color:var(--orc-green-2);
    font-size:36px;
}
.activities-page.flex-wrap{
max-width:100vw;
}
.activities-flex{
display: flex;
    height: auto;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: stretch;
    justify-content: center;
    align-items: center;
}
.activities-image{
    min-height:200px;
    width:auto;
    height:350px;
    max-width:60vw;

}
.activities-image::before{
    display:block;
    content:'';
    height:100%;
    width:100%;
    background-color:rgba(0,0,0,0.3);
    backdrop-filter: blur(5px);
}
.activities-item{
    text-align:center;
    height:450px;
    width:70vw;
}
.activities-info{
    position:relative;
    top:-150px;
    background-color:var(--orc-green-2);
    border-radius:25px;
    font-size:24px;
    color:white;
    backdrop-filter: blur(5px);
}
/*IMAGE LIGHTBOX*/

/*BUTTONS*/
.activities-booking-button{
    justify-self:center;
    color:white;
    background-color:var(--theme-green-shade2);
    border-radius: 25px;
    box-shadow:5px 5px 5px #888888;
    text-align:center;
    width:150px;
    padding:10px 0px 10px 0px;
        transition: all 1s ease;

}
#activities-page a{
    color:white;
    text-decoration: none;
        transition: all 1s ease;
}
#activities-page .activities-booking-button:hover{
    background: var(--theme-green-shade1);
    color: #000!important;
    border:2px solid black;

    transition: all 1s ease;
}
#activities-page .activities-booking-button:hover a{
    color:black;
    transition: all 1s ease;
}
/*FOOTER TWEAK*/
#nexusfooter{

}