@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Text:ital@0;1&family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap');

html {
    scroll-behavior: smooth;
}

#cdnd-be-lf-mh-desk {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    background-color: #0b72b5;
    background-position: 50% 50%;
    background-size: cover;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    box-sizing: border-box;
    padding-bottom: 40px;
    background-image: url(images/be-bg.png);
}

.be-mh-head {
    width: 100%;
    height: auto;
    padding: 90px 0 0 0;
    margin: 0 auto;
}

.be-mh-head h1 {
    width: 100%;
    font-family: "DM Serif Text", serif;
    font-weight: 400;
    font-size: 98px;
    height: auto;
    font-style: normal;
    margin: 0 auto;
    color: #ffffff;
    text-shadow: 2px 2px 20px #000000;
    letter-spacing: 0.02em;
    line-height: 1.4em;
    text-align: center;
}

.be-sub-head {
    width: 100%;
    text-align: center;
    font-family: 'mallory';
    font-weight: 400;
    color: #ffffff;
    text-shadow: 2px 2px 20px #000000;
    font-size: 28px;
    letter-spacing: 0.02em;
}

.be-sub-head span {
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.4em;
}

.be-exc {
    width: 100%;
    text-align: center;
    font-family: 'mallory';
    font-weight: 400;
    color: #ffffff;
    text-shadow: 2px 2px 20px #000000;
    font-size: 16px;
    letter-spacing: 0.02em;
    width: 70%;
    margin: 20px auto;
    line-height: 1.4em;
}

.be-byline {
    width: 100%;
    text-align: center;
    margin: 0;
    font-family: 'mallory';
    font-size: 18px;
    letter-spacing: 0.02em;
    padding-top: 20px;
    color: #ffffff;
    text-shadow: 2px 2px 20px #000000;
}

.be-mh-nav {
    width: 100%;
    height: auto;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
}

.be-img-anch {
    width: 24%;
    height: auto;
    box-sizing: border-box;
    opacity: .8;
}

.be-img-anch:hover {
   opacity: 1;
   transition: ease-in-out .2s;
}

.be-img-anch img {
    width: 100%;
}

/* 1920 onward */
@media only screen and (min-width: 1921px) and (max-width: 2561px){


}


/* mobile */
@media only screen and (min-width: 320px) and (max-width: 768px){

    #cdnd-be-lf-mh-desk {
        width: 100%;
        height: auto;
        aspect-ratio: 16/9;
        background-color: #0b72b5;
        background-position: 50% 50%;
        background-size: cover;
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
        align-items: flex-start;
        position: relative;
        box-sizing: border-box;
        padding-bottom: 40px;
        background-image: url(images/be-bg-mobile.png);
    }
    
    .be-mh-head {
        width: 100%;
        height: auto;
        padding: 60px 0 0 0;
        margin: 0 auto;
    }
    
    .be-mh-head h1 {
        font-size: 28px;
    }
    
    .be-sub-head {
        width: 100%;
        font-size: 18px;
    }
    
    .be-exc {
        width: 100%;
        color: #ffffff;
        text-shadow: 2px 2px 20px #000000;
        font-size: 16px;
        width: 93%;
    }
    
    .be-byline {
        width: 100%;
        text-align: center;
        margin: 0;
        font-family: 'mallory';
        font-size: 14px;
        letter-spacing: 0.02em;
        padding-top: 20px;
        color: #333333;
        text-shadow: 2px 2px 20px #ffffff;
    }
    
    .be-mh-nav {
        width: 100%;
        height: auto;
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
        align-items: flex-start;
        position: relative;
        margin: 20px auto;
    }
    
    .be-img-anch {
        width: 43%;
        height: auto;
        box-sizing: border-box;
        opacity: .8;
    }
    
    .be-img-anch:hover {
       opacity: 1;
       transition: ease-in-out .2s;
    }
    
    .be-img-anch img {
        width: 100%;
    }

}