body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    background-color: #aca298;
}

/* Flash messages */
.message {
    padding: 1rem;

    background: #eff8ff;
    color: #2779bd;

    border-color: #6cb2eb;
    border-width: 1px;
    border-style: solid;
    border-radius: 4px;
    margin-bottom: 2rem;
}

.message.hidden {
    display: none;
}

.message.success {
    background: #e3fcec;
    color: #1f9d55;
    border-color: #51d88a;
}

.message.error {
    background: #fcebea;
    color: #cc1f1a;
    border-color: #ef5753;
}

/*---------------------------------------------------------------------*/


#mapid {
    margin-top: 3vh;
}

#banner img.logo {
    display: block;
    width: 100%;
}

#banner {
    margin-bottom: 4vh;
    position: relative;
    overflow: hidden;
}

.main .column {
    text-align: center;

    color: #fafcfb;

    padding: 0.5vh 0.5vw;
    margin: auto 0.6vw;
}

.main .column {
    font-size: 1.2em;

}

.main .column.header {
    background-color: #b1b7b5;
    border-radius: 25px;
    font-size: 1.5em
}

.view .column .title {
    color: #fafcfb;

}

.view .column .description {
    font-size: 1em !important;

}

.view .column .pill {
    background-color: #5c534a;
    border-radius: 25px;
    font-size: 1.5em;
    margin: 1vh 0px;
    text-align: right;
    color: #fafcfb;
    padding: 0px 1em;
}
.view .column .pill.counter{
    display: flex;
    justify-content: space-between;
}

.row {
    padding: 0.5vh 0px;
    border-bottom: solid 1px white;
}

.row a {
    color: #fafcfb;
    text-decoration: underline;
}

.container {
    max-width: 90vw;;

}

a.image-link {
    font-size: 1.5em;
    color: #fafcfb;
}

a.image-link img {
    vertical-align: middle;
}

.vertical-center {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 1.5em;
    color: #fafcfb;
}

.video-frame {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 5%;
    width: 40%;
}


.link-icon {
    height: 50px;
    min-width: 50px;
}


.icon-left {
    float: left
}

.icon-right {
    float: right
}

.div-margin {
    margin: 2vh 0px;
}

/* Paginator */
.paginator {
    text-align: right;
}

.pagination {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0 0 1rem;
}

.pagination li {
    margin: 0 0.5rem;
}

.prev.disabled a,
.next.disabled a {
    cursor: not-allowed;
    color: #606c76;
}

.asc:after {
    content: " \2193";
}

.desc:after {
    content: " \2191";
}

@media (max-width: 639px) {
    .column.header {
        display: none;
    }

    .video-frame {
        position: unset;
        width: 80%;
        transform: unset;
        margin: auto;
    }

    .icon-left {
        float: unset;
    }

    .icon-right {
        float: unset
    }

    .row .column.column-33 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row .column.column-10 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .row .column.column-offset-66, .row .column.column-offset-67 {
        margin-left: 0px;
    }
}

@media (min-width: 1024px) {
    .main .column {
        font-size: 1.5em;

    }

}

@media (min-width: 1200px) {
    .link-icon {
        height: 100px;
    }
}


.center{
    text-align: center;
}


/*Just to keep some space at the bottom*/

footer {
    margin-top: 10vh;
}

.modal {
    z-index: 10000;
}