html {
    scroll-behavior: smooth;
}

body {
    background-color: #231f20 !important;
    color: white !important;
    font-family: 'Roboto', sans-serif;
}

.selection-item {
    padding: 10px 5px 10px 5px;
}

#map {
    padding-top: 60px;
}

#our-story {
    padding-top: 60px;
}

#contact {
    padding-top: 60px;
}

.explode-btn {
    margin-bottom: 60px;
}

.gallery-nav {
    background-color: #282828;
}

@font-face {
    font-family: mont;
    src: url(../fonts/Montserrat-Regular.ttf);
}

.mont-font {
    font-family: mont;
}

.gallery-btn {
    border-radius: 0;
    color: white;
}

.gallery-btn:hover {
    border-bottom: 1px solid white;
    border-top: 1px solid white;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
    color: white;
}

.btn-block {
    width: 100%;
}

.form-control {
    border-radius: 0;
    border: none;
}

.gallery-row > * {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.timeline-Widget {
    background-color: #333333;
}

.navbar-toggler {
    border: 1px solid white;
    color: white !important;
}

@media (min-width: 992px) {
    .model-container {
        height: 400px !important;
    }
}

.footer {
    background-color: #333333 !important;
}

.footer-row {
    background-color: #333333;
    color: white;
    padding: 60px;
}

@media (max-width: 448px) {
    .footer-row {
        background-color: #333333;
        color: white;
        padding: 20px;
    }
}

@media (max-width: 448px) {
    .explode-btn {
        margin-bottom: 10px;
    }
}

.model-logo {
    width: 50px;
}

.modal {
    position: fixed !important;
}