
    /* Roboto - Regular */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body {
    margin: 0;
    height: 50vh;
}

.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:visited {
    background-color: #cd1a6f !important;
    border-color: #D0006F !important;
    border-radius: 0 !important;
}

.landing-nav-bar {
    height: 100px;
    background-color: #830051;
    border-bottom: 1px solid #C4CFCD;
    align-items: center;
    display: flex;
    padding: 0 70px;
    justify-content: center;
}

.landing-header-logo {
    content: url('https://d6ob9vs9lle3v.cloudfront.net/csdc-open-identity/aznurse-edstation/astrazeneca-logo-landing-header.png');
    width: 300px;
}

.landing-footer-logo {
    content: url('https://d6ob9vs9lle3v.cloudfront.net/csdc-open-identity/aznurse-edstation/astrazeneca-logo-landing-footer.png');
}

.landing-content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin: 40px 10% 40px;
    height: 100%;
}
.landing-content h2 {
    font-family: "Roboto";
    padding: 0 10px 30px;
    text-align: center;
    background: #fff;
    font-size: 36px;
}
.landing-button-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.landing-button {
    font-family: "Roboto";
    font-size: 24px;
    background: #F0AB00;
    border-radius: 0px;
    margin: 10px;
    padding: 15px;
    width: 250px;
    color: #000000;
}
.landing-footer {
    height: 250px;
    background-color: #830051;
    border-bottom: 1px solid #C4CFCD;
    align-items: flex-start;
    display: flex;
    padding: 0px 10px 30px;
    justify-content: space-evenly;
    flex-wrap: nowrap;
    flex-direction: column;
    color: #ffffff;
    font-size: 16px;
    font-family: 'Roboto';
}

.landing-footer a {
    color: #ffffff;
    margin-right: 30px;
}

.landing-footer-link-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-left: 0;
    margin-left: 0;
}

.landing-footer-base {
    height: 80px;
    background-color: #F0AB00;
    border-bottom: 1px solid #C4CFCD;
    align-items: flex-start;
    display: flex;
    padding: 0 10px;
    justify-content: space-evenly;
    flex-wrap: nowrap;
    flex-direction: column;
    color: #000000;
    font-size: 16px;
    font-family: "Roboto";
}

.roboto-bold {
    font-family: "Roboto", system-ui;
    font-weight: 700;
    font-style: normal;
}

@media (max-width: 767px) {
    /* .nav-bar, */
    .landing-nav-bar {
        padding: 0 30px;
    }
}

@media only screen and (min-width: 991px) and (max-width: 1199px) {
    .landing-nav-bar {
        padding: 0 60px;
    }
}

@media (max-width: 991px) {
    .landing-content {
        margin: 30px 5% 30px
    }
    .landing-content h2 {
        font-size: 18px;
    }
    .landing-button {
        font-size: 20px;
    }
    .landing-footer {
        font-size: 14px;
        height: 270px;
        padding: 0px 10px 10px;
    }
    .landing-footer-link-container {
        flex-direction: column;
    }
    .landing-footer-base {
        font-size: 14px;
    }
}