@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
    background: url(https://nxmcdn.com/images/sul/webinar/webinar_background.jpg) center no-repeat fixed padding-box content-box;
    background-size: cover;
    color: #EFEBE6;
    font-family: "Montserrat", sans-serif;
}

#logo {
    max-width: 125px;
}

.btn-enroll {
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: center;
    border-radius: 8px;
    background: #960202;
    color: #EFEBE6;
    width: 100%;
    max-width: 239px;
    height: 49px;
    box-shadow: none;
    border: 0;
}

.btn-enroll:hover,
.btn-enroll:focus,
.btn-enroll:active,
.btn-enroll:focus-visible {
    background-color: #b51c1f !important;
    color: #EFEBE6 !important;
}

@media (max-width: 1199.98px) {
    body {
        background: url(https://nxmcdn.com/images/sul/webinar/webinar_background_tablet.png) 100% no-repeat fixed;
        background-size: cover;
        padding: 0 0 3rem 0;
    }
}

@media (max-width: 767.98px) {
    body {
        background: url(https://nxmcdn.com/images/sul/webinar/webinar_background_mobile.png) 100% fixed no-repeat;
        background-size: cover;
    }
}