.toast-header:not([class*='bg-']) {
    border-bottom: 1px solid rgba(231, 231, 231, 0.75)
}

.toast-container {
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    z-index: 1040
}

@media (max-width: 575.98px) {
    .toast-container {
        padding-right: 1rem;
        padding-left: 1rem
    }
}

.toast-top-left,
.toast-top-center,
.toast-top-right {
    top: 1.5rem
}

.toast-bottom-left,
.toast-bottom-center,
.toast-bottom-right {
    bottom: 1.5rem
}

.toast-top-left .toast,
.toast-bottom-left .toast {
    margin-right: auto;
    margin-left: 0
}

.toast-top-center .toast,
.toast-bottom-center .toast {
    margin-right: auto;
    margin-left: auto
}

.toast-top-right .toast,
.toast-bottom-right .toast {
    margin-right: 0;
    margin-left: auto
}

.toast {
    display: none;
    opacity: 0
}

.toast-top-left .toast.show,
.toast-top-center .toast.show,
.toast-top-right .toast.show {
    -webkit-animation: slideBottom .25s ease-in-out;
    animation: slideBottom .25s ease-in-out
}

.toast-bottom-left .toast.show,
.toast-bottom-center .toast.show,
.toast-bottom-right .toast.show {
    -webkit-animation: slideTop .25s ease-in-out;
    animation: slideTop .25s ease-in-out
}

@-webkit-keyframes slideBottom {
    from {
        -webkit-transform: translateY(-0.875rem);
        transform: translateY(-0.875rem);
        opacity: 0
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes slideBottom {
    from {
        -webkit-transform: translateY(-0.875rem);
        transform: translateY(-0.875rem);
        opacity: 0
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@-webkit-keyframes slideTop {
    from {
        -webkit-transform: translateY(0.875rem);
        transform: translateY(0.875rem);
        opacity: 0
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes slideTop {
    from {
        -webkit-transform: translateY(0.875rem);
        transform: translateY(0.875rem);
        opacity: 0
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}
@media (max-width: 768px) {
    .navbar-brand {
        margin: 0 auto;
        width: 270px;
    }
}
@media (max-width: 345px) {
    .navbar-brand {
        width: 200px;
    }
}
.info-img{
    max-height: 300px;
    max-width: 500px;
}
.dark-bg{
    background: #1b1c20;
}
.fixed-headers-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 160px;
}
.fixed-headers-img{
    max-height: 400px;
}
/*Location Modal*/
.modal .modal-content {
    border: 0;
    border-radius: 20px
}
.modal .overlay {
    background-color: rgba(0, 0, 0, .35)
}
.modal .overlay-light {
    background-color: rgba(0, 0, 0, .15)
}
.modal .pull-up-lg {
    margin-top: -70px
}
.modal .border-thick {
    border-width: .3rem !important
}
.bg-img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 10px 10px 0 0;
}
.m-h-20 {
    min-height: 20vh
}
.buttons {
    white-space: nowrap;
    min-height: 33px;
    position: relative;
    width: 200px;
    margin: 0 auto;
    transform: scale(2);
}

@media (max-width: 575.98px) {
    .buttons {
        transform: scale(1.6);
    }
}
@media (max-width: 345px) {
    .buttons {
        transform: scale(1.2);
    }
}
.buttons a {
    animation: bounceInDown 900ms 200ms ease-in-out both;
    width: 50px;
    height: 40px;
    position: absolute;
    top: 0;
    text-decoration: none;
    outline-width: 0px;
    z-index: 990;
    color: #a675b3;
    text-align: center;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.buttons a svg {
    width: 41px;
}
.buttons a {
    background-image: linear-gradient(#9055a2, #271739);
    text-shadow: 0 0 21px rgba(223, 206, 228, 0.5), 0 -1px 0 #311d47;
}
.buttons a:not(.active):hover,
.buttons a:not(.active):focus {
    transition: color 200ms linear, text-shadow 500ms linear;
    color: #caadd2;
    text-shadow: 0 0 21px rgba(223, 206, 228, 0.5),
    0 0 10px rgba(223, 206, 228, 0.4), 0 0 2px #2a153c;
}
.buttons a:not(.active):active {
    color: #e4e3ce !important;
}
.buttons a:last-of-type {
    border-radius: 0 7px 7px 0;
}
.buttons a:first-of-type {
    border-radius: 7px 0 0 7px;
    left: 0;
}
.buttons a:nth-of-type(2) {
    left: 51px;
}
.buttons a:nth-of-type(3) {
    left: 102px;
}
.buttons a:nth-of-type(4) {
    left: 153px;
}
.buttons a:nth-of-type(5) {
    left: 204px;
}
.buttons a:nth-of-type(6) {
    left: 255px;
}
.buttons a:nth-of-type(7) {
    left: 306px;
}
.buttons a:nth-of-type(8) {
    left: 357px;
}