/* font */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");

body {
    font-family: "Open Sans", sans-serif;
}

/* Carousel Wide and Mobile*/
#carouselMobile {
    display: none !important;
}

#carosuelAccommodationMobile {
    display: none !important;
}

/* navbar toggler */
.navbar-toggler {
    border: none;
}

@media screen and (max-width: 700px) {
    #carouselWide {
        display: none !important;
    }

    #carouselMobile {
        display: block !important;
    }

    #carouselAccommodation {
        display: none !important;
    }

    #carosuelAccommodationMobile {
        display: block !important;
    }

    #pa {
        display: none !important;
    }
}

/* Icons */
#icons {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly;
    gap: 10px;
}

.icon-item {
    color: black;
    background-color: #cfe1b9;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    border: 1px solid black;
    text-align: center;
}

/* facebook */
#fbContainer {
    width: 500px;
}

@media screen and (max-width: 1000px) {
    #fbContainer {
        width: 330px !important;
        margin-bottom: 25px;
    }
}

/* google maps contact */
@media screen and (max-width: 1000px) {
    #googleMaps {
        margin-bottom: 25px;
    }
}
