/* AOS / ABSURD */

@media(max-width: 500px) {
    .reverse-columns {
        flex-direction: column-reverse;
        display: flex;
    }

    .a21-non-reverse-columns {
        flex-direction: column;
        display: flex;
    }
}

.subtitled {
  font-family: 'Merriweather', serif !important;
  font-size: 22px !important;
  font-weight: 400 !important;
  line-height: 36px !important;
}


/* Navigation */

.navbar-item img {
    max-height: 2rem;
}

.select:not(.is-multiple):not(.is-loading)::after, .navbar-link:not(.is-arrowless)::after {
    border: 0px solid transparent;
}

.navbar-divider {
    background-color: rgba(10,10,10,.1);
    border: none;
    display: block;
    height: 1px;
    margin: 5px;
}

.navbar-divider-1 {
    background-color: transparent;
    border: none;
    display: block;
    height: 3px;
    margin: 5px;
}

.navbar-divider-2 {
    background-color: rgba(10,10,10,.1);
    border: none;
    display: block;
    height: 3px;
    margin: 5px;
}

.button.is-primary {
    background-color: transparent;
    border-color: rgba(234,86,81,1);
    color: rgba(234,86,81,1);
}

.button.is-primary.is-hovered, .button.is-primary:hover {
    background-color: rgba(234,86,81,1);
    color: #f8f8f8;
    border-color: rgba(234,86,81,1);
}

.button.is-primary.is-active, .button.is-primary:active {
    background-color: rgba(234,86,81,1);
}

.button.is-primary.is-focused:not(:active), .button.is-primary:focus:not(:active) {
    box-shadow: 0 0 0 0.125em rgba(234,86,81,1);
}

.button.is-primary.is-focused, .button.is-primary:focus {
    border-color: transparent;
    color: rgba(234,86,81,1);
}

.button {
    border-radius: 0px;
}

@media screen and (min-width: 1024px) {
	.navbar>.container {
	    display: inline-block;
	}
    .navbar-dropdown {
        background-color: rgba(248,248,248,.97);
        border: 1px solid rgba(10,10,10,.1);

        border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;

        box-shadow: 0 8px 8px rgba(10,10,10,.1);

    }
    .navbar.is-transparent .navbar-dropdown a.navbar-item:focus, .navbar.is-transparent .navbar-dropdown a.navbar-item:hover {
        color: #312c2d;
        background-color: rgba(10,10,10,.05)!important;
    }

}

/*
@media screen and (min-width: 1024px) and (min-height: 1000px) {

    .navbar-dropdown {
        background-color: rgba(248,248,248,.75);
    }

}
*/

/* Modal */

.modal-background {
    background-color: rgba(10,10,10,0.5);
}

.modal-card-head {
    border-bottom: 0;
    padding: 0 20px;
}

.modal-card-body {
    padding: 0 10px 10px 10px;
}

.modal-card-foot {
    display: inline-block;
    border-top: 0;
    text-align: center;
    padding: 5px;
}

/* Hero */

/*
.hero-body {
    padding: 2rem 1.5rem;
}
*/

@media screen and (min-width: 2101px) {

    .container:not(.is-max-desktop):not(.is-max-widescreen),
    .container.a-20_hero-container {
        max-width: 2560px;
        padding: 0 8rem;
    }

}

@media screen and (min-width: 1801px) and (max-width: 2100px) {

    .container:not(.is-max-desktop):not(.is-max-widescreen),
    .container.a-20_hero-container {
        max-width: 2560px;
        padding: 0 3rem;
    }

}

@media screen and (min-width: 1408px) and (max-width: 1800px) {

    .container:not(.is-max-desktop):not(.is-max-widescreen),
    .container.a-20_hero-container {
        max-width: 2560px;
        padding: 0 1rem;
    }

}

@media screen and (max-width: 768px) {

    .hero.is-fullheight {
        min-height: 50vh;
    }

}

@media screen and (min-width: 769px), print {
    .hero.is-medium .hero-body {
        padding: 9rem 1.5rem 0 1.5rem;
    }
}


/* Divider */

.is-divider, .is-divider-vertical {
    border-top: .15em solid #312c2d;
}

.is-divider-2 {
    display: block;
    position: relative;
    border-top: .15em solid #312c2d;
    height: .1rem;
    margin: 0 0 2rem 0;
    text-align: center;
}

.is-divider-3 {
    display: block;
    position: relative;
    border-top: .15em solid #312c2d;
    height: .1rem;
    margin: 3rem 0 2rem 0;
    text-align: center;
}

.is-divider-4 {
    display: block;
    position: relative;
    border-top: .15em solid #312c2d;
    height: .1rem;
    margin: 3rem 0 0 0;
    text-align: center;
}

.is-divider-footer {
    display: block;
    position: relative;
    border-top: .15em solid #312c2d;
    height: .1rem;
    margin: 3rem 0 0rem 0;
    text-align: center;
}

.tabs a {
    align-items: center;
    border-bottom-color: #dbdbdb;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    color: #4a4a4a;
    display: flex;
    justify-content: start;
    margin-bottom: -1px;
    padding: 0;
    vertical-align: top;
}

/* Footer */

.footer {
    background-color: #f8f8f8;
    padding-top: 3rem;
    padding-right: 1.5rem;
    padding-bottom: 1rem;
    padding-left: 1.5rem;
}

@media screen and (max-width: 768px) {
    .footer {
        padding-top: 0rem;
}

/* Message Title */

.message {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
}

@media screen and (max-width: 414px) {

    .message {
        font-size: 1.3rem;
        font-weight: 700;
    }
    
}

.title:not(:last-child) {
    margin-bottom: 0;
}