body {
    font-family: 'Poppins', sans-serif;
    color: #9c9c9c;
}

h1, h2, h3 {
    color: #333333;
    font-weight: bold;
    word-break: break-all;
}

b {
    color: #333333;
    font-size: 1.2em;
    font-weight: heavy;
    word-break: break-word;
}

p {
    word-break: break-word;
}

#map {
    width: 100%;
    height: 500px;
    border-radius: 10px;
    margin-bottom: 2em;
}

.navbar {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9;
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .5) !important;
}

.navbar-nav {
    /* display: block; */
}

.navbar-nav .nav-item {
    display: inline-block;
}

.navbar-nav .nav-item .nav-link {
    transition: background .5s;
    padding: 0.4em;
}

.navbar-brand {
    font-size: 2em;
}

.navbar-brand img {
    max-height: 3em;
}

.nav-group {
    border: 1px solid #eaeaea;
    border-radius: 5px;
    display: inline-block;
    margin: 0 0 0 1em;
}

.nav-group.above {
    border: none;
    display: block;
    margin: 0 0 0 1em;
}

.nav-group.above .nav-item {
    line-height: 1;
}

.nav-group.below {
    width: fit-content;
    float: right;
}

.banner {
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 10em 10em;
    min-height: 75vh;
    -webkit-transition: background-image 0.5s ease-in-out;
    transition: background-image 0.5s ease-in-out;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    background-color: #3490dc !important;
    border: 0 !important;
}

.content {
    padding: 3em 7em;
}

.col p {
    column-count: 2;
}

.image {
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.article, .card {
    border-radius: 15px 15px 7px 7px;
    box-shadow: 5px 5px 10px #888888;
    margin-bottom: 2em;
}

.article img, .card img {
    border-radius: 15px 15px 0px 0px;
}

.article .body {
    padding: 1em;
}

.fa-star {
    color: gold;
    font-size: 1.2em;
}

.banner iframe {
    width: 100%;
    border: 0;
    height: 100vh;
    box-shadow: 0;
}

.siema_image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
}

.modal-content {
    border-radius: 0 !important;
}

.modal-header {
    background: #13122c;
    color: white;
    border-radius: 0 !important;
    border: 0;
}

.modal-header .close {
    color: #eaeaea;
}

.modal-header .close:hover, .modal-header .close:active, .modal-header .close:focus {
    color: white !important
}

.card-count-4 {
    column-count: 4;
}

.nav-item {
    line-height: 2.4em;
    font-size: 1.2em;
}

.btn-primary {
    border-radius: 10px;
    line-height: 1.5em;
}

.list-group {
    flex-direction: row;
    flex-wrap: wrap;
    padding: .2em;
}

.overview {
    padding: 1em;
    background-color: white;
}

.overview h5 {
    margin: 0;
}

.overview b {
    font-size: 1em;
}

.footer-links {
    list-style-type: none;
}

.footer-links li {
    margin-right: 1em;
}

footer {
    padding: 0 7em 1em 7em;
}

footer a {
    color: #9c9c9c;
}

.table.alt thead {
    background-color: #13122c !important;
    color: white;
    font-weight: heavy;
}

.table.alt tbody tr:hover {
    background: #13122c;
    -webkit-backface-visibility: hidden;
    transition: background 300ms linear;
}

.table.alt tbody tr b {
    color: inherit;
}

@media only screen and (max-width: 1200px) {
    .navbar-brand img {
        display: block;
    }
}

@media only screen and (max-width: 1000px) {
    .navbar {
        background: white;
    }

    .nav-group {
        margin: 0 !important;
    }

    .nav-group.below {
        width: 100%;
        float: inherit;
    }

    .navbar-collapse.show, .navbar-collapse.collapsing {
        background: white;
        padding: 1em;
    }

    .nav-group .nav-item {
        display: block;
        text-align: center;
    }
}

@media only screen and (max-width: 768px) {
    .banner {
        background-attachment: initial;
        padding: 10em 2em;
    }

    .navbar-brand {
        width: 75%;
        text-align: left;
    }

    .navbar-brand img {
        height: 5em;
        max-width: 100%;
        width: auto;
        display: block;
    }

    .banner .quote {
        max-width: 100vw;
    }

    .banner .confirmation {
        margin-top: 1em;
        max-width: 100%;
        width: 100%;
    }

    .overview .text-right {
        text-align: center !important;
    }

    .content {
        padding: 2em;
        text-align: center;
    }

    .card-count-4 {
        column-count: 2;
    }

    .col p {
        column-count: 1;
    }


    .footer-links {
        flex-direction: column;
    }

    .footer-links li {
        margin-right: inherit;
    }

    footer {
        text-align: center;
        padding: 1em;
    }

    footer .text-right {
        text-align: center !important;
    }

}

@media screen and (min-width: 1200px) {
    .bricklayer-column-sizer {
        /* divide by 3. */
        width: 33.3%;
    }
}

@media screen and (min-width: 768px) {
    .bricklayer-column-sizer {
        /* divide by 2. */
        width: 50%;
    }
}
