html {
    scroll-behavior: smooth;
}

html, body, button, input, optgroup, select, textarea {
    font-family: Montserrat, 'sans-serif';
}

.media-icon {

    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e5e7eb;
    padding: 0.4rem;

}

.media-icon img {
    width: 50px;
    height: 50px;
}

.media-center .media-content {
    padding-top: 1rem;
}

.mySwiper, .swiper-wrapper, .swiper-slide, .swiper-slide img {
    max-height: 600px;
}

.swiper-slide {
    height: 100%;
    max-height: 100%;
    display: flex;
    justify-content: center;
    cursor: grab;
}

.swiper-slide:active {
    cursor: grabbing;
}

.swiper-slide img {
    height: 100%;
}

.swiper-button-next, .swiper-button-prev {
    color: #46484a;
}

.navbar-start {

    display: flex;
    justify-content: space-between;
    gap: 5rem;
}

.navbar-start a {
    font-weight: 600;
}

.navbar-menu .button {
    font-weight: 500;
    font-size: 1rem;
    border-width: 0.1rem;
    border-color: #0a0a0a;
}

header {
    border-bottom: 1px solid #f3f4f6;
}

.hero_title {
    font-size: 3.5rem;
}

.footer .columns {
    padding: 0 10%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer .separator {
    font-size: 1.5rem;
}

.footer a {
    color: #404654;
}


.line {
    width: 60px;
    height: 1px;
    background-color: #404654;
    margin: 2rem auto;
}

@media screen and (max-width: 768px) {
    .footer .separator {
        display: none;
    }
    .footer .column.is-narrow {
        width: 100% !important;
    }
}