.hero{
    background-image: url('assets/port-crocs.jpeg');
    background-size: cover;
    background-position: center;
    min-height: 80vh;
    text-align: center;
}

.img-fixed{
    height: 300px;
    object-fit: cover;
    width: 100%;
}

.img-activities{
    height: 30vh;
    object-fit: cover;
    width: 100%;
}