.modal-container.welcome-message-active {
    position: fixed;
    display: block;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 50;
    background-color: #fffffff0;
}
.welcome-message-modal.active {
    background-color: var(--welcome-message-background-color);
    height: 100vmax;
}
.welcome-message-modal .welcome-message-content {
    padding: 1rem;
}
.welcome-message-modal.modal .modal-content .close-button {
    right: 2rem;
    top: 0rem;
    color: #54000a;
}
.welcome-message-modal.modal .modal-content .welcome-message-title {
    margin-top: 4rem;
}
.welcome-message-modal .welcome-message-content img {
    max-height: 400px;
    width: 95%;
    margin: 0 auto;
}
.welcome-message-modal.modal .modal-content a {
    color: #54000a;
    font-weight: var(--bold);
}
/* Mobile devices (phones, 768px and up) */
@media only screen and (min-width: 500px) {
    .welcome-message-modal.active {
        height: 100vh;
    }
}
/* Mobile devices (phones, 768px and up) */
@media only screen and (min-width: 768px) {
    .welcome-message-modal.modal .modal-content .welcome-message-title {
        margin-top: 0;
    }
}

/* Small devices (tablets, 992px and up)
@media only screen and (min-width: 992px) {
}
/* Medium devices (Laptop, 1280px and up)
@media only screen and (min-width: 1280px) {
}

/* Large devices (Monitors, 1440px and up)
@media only screen and (min-width: 1440px) {
}*/
