/*  ------- Articles -------  */
.white-body-text {
    color: white;
}
.card-box-shadow {
    box-shadow: 2px 2px 8px #a0a0a0;
}
.highlighted-articles-container {
    display: flex;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.highlighted-articles-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.highlighted-article-col {

}

.highlighted-articles {
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 600;
    font-size: 1.3rem;
    color: #FFFFFF;
}

.highlighted-article-card {
    background-color: #458082;
    color: #FFFFFF;
    position: relative;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border: 2px solid #458082;
    border-radius: 0.5rem;
    overflow: hidden;
    cursor: pointer;
}
.card-img-overlay-gradient{
    
}
.highlighted-article-card img {
    transition: 0.5s all ease-in-out;
}
.highlighted-article-card:hover > img{
    transform: scale(1.05);
    opacity: 0.75;
}
.highlighted-article-card-title{
    line-height: 100%;
}

/*  ------- Current Articles -------  */

.current-articles-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
} 

.current-article-card {
    background-color: #142229;
    color: #FFFFFF;
    position: relative;
    flex-direction: column;
    /* min-width: 0; */
    word-wrap: break-word;
    background-clip: border-box;
    border: 2px solid #458082;
    border-radius: 0.5rem;
    overflow: hidden;
    /* width: 275px;
    height: 375px; */
    cursor: pointer;
}
.current-article-img-wrapper {
    overflow: hidden;
}
.current-article-img {
    border-radius:0.5rem 0.5rem 0rem 0rem;
    transition: 0.5s all ease-in-out;
}
.current-article-card:hover > .current-article-img-wrapper > .current-article-img{
    transform: scale(1.05);
    opacity: 0.75;
}

.current-article-card-title{
    line-height: 100%;
}
/*  ------- Individual Article -------  */
.article-header {
    background-color: transparent;
}

.news-article-info-container {
    display: flex;
    justify-content: center;
    padding-top: 18px;
}

.news-article-image {
    max-width: 100%;
    
}

.news-article-meta-container {
    width: 20%;
    display: flex;
    flex-direction: column;
    font-family: 'Kanit';
    font-style: normal;
    color:#4b4b4b;
    position: absolute;
    left: 0;
}

.news-article-title-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 80%;
}

.article-title {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 800;
    font-size: 4rem;
    text-transform: uppercase;
    text-align: center;
    color: white;
}

.article-subtitle {
    font-family:'Kanit';
    font-style: normal;
    font-weight: 800;
    color: #e38d2d;
    font-size: 2.25rem;
    text-align: center;
}

.article-meta{
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 800;
    font-size: 1.75rem;
    color:white;
}

.article-body{
    font-family:'Kanit';
    font-style: normal;
    color: white;
}

.article-iframe {
    align-items: center;
    width:100%;
    height: 100% !important;
}

.article-iframe iframe {
    width: 100% !important;
    height: 100% !important;
}

.current-article-card-text {
    color: #FFD753;
}

.highlighted-article-card-text {
    color: #FFD753;
}
.article-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
}
.article-back-button {
     color: var(--dv-text);
    background: #E6A93D;
    border: none;
    font-family: "acumin-variable-800ec",sans-serif;  
    cursor: pointer;
    border-radius: 0.25em;

    font-size: 1.1em;
    white-space: nowrap;
    margin: 0.3em 0.5em;
    padding: 0.3em 0.5em;
    text-shadow: 0.05em 0.05em 0px rgba(0, 0, 0, 0.5);
    line-height: 1.1em;
}
/*  ------- Reactive Sizing -------  */


/* Mobile Screen */
@media screen and (max-width: 790px) {
    :root {
        --content-width: 300px;
    }

     
    .highlighted-articles-row {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        width: var(--content-width);
        gap:10px;
    }

    .highlighted-article-card{
        width: 320px;
        height: 320px;
    }

    .current-articles-row {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        width: var(--content-width);
        gap: 10px;
    } 

   
    .current-article-card{
        width: 275px;
        height: 375px;
    }

    .current-article-img {
        height: 275px;
        width: 275px;
    }
    
    .current-article-card-text {
        font-size: 1.25rem;
    }

    .current-article-card-title{
        font-size: 1.25rem;
        padding-left: 10px;
    }


  }


/* Small Screen */
@media screen and (min-width: 791px) and (max-width: 1049px) {
    :root {
        --content-width: 768px;
    }

    
    .highlighted-articles-row {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        width: var(--content-width);
        gap:10px;
    }
    
    .highlighted-article-card{
        width: 245px;
        height: 245px;
    }

  
    .highlighted-article-card-text {
        font-size: 1.5rem;
    }

    .highlighted-article-card-title{
        font-size: 1.5rem;
    }
    .current-articles-row {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        width: var(--content-width);
        gap: 10px;
    } 

    .current-article-card{
        width: 275px;
        height: 375px;
    }

    .current-article-img {
        height: 275px;
        width: 275px;
    }
    
    .current-article-card-text {
        font-size: 1.25rem;
    }

    .current-article-card-title{
        font-size: 1.25rem;
        padding-left: 10px;
    }

  }



/* Medium Screen */
@media screen and (min-width: 1050px) and (max-width: 1280px) {
    :root {
        --content-width: 969px;
    }
    .highlighted-articles-row {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        width: var(--content-width);
        gap:10px;
    }
    
    .highlighted-article-card{
        width: 300px;
        height: 300px;
    }

    .highlighted-article-card-text {
        font-size: 1rem;
    }

    .highlighted-article-card-title{
        font-size: 1.25rem;
    }

    .current-articles-row {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
        align-items: center;
        width: var(--content-width);
        gap: 10px;
    } 

    .current-article-card{
        width: 180px;
        height: 280px;
    }

    .current-article-img {
        height: 180px;
        width: 180px;
    }
    
    .current-article-card-text {
        font-size: 1.1rem;
    }

    .current-article-card-title{
        font-size: 1.1rem;
        padding-left: 10px;
    }

  }

/* Large Screen */
@media screen and (min-width: 1281px) and (max-width: 1680px) {
    :root {
        --content-width: 1200px;
    }
    
    .highlighted-articles-row {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        width: var(--content-width);
    }
    
    .highlighted-article-card{
        width: 375px;
        height: 375px;
    }

    .highlighted-article-card-text {
        font-size: 1.25rem;
    }

    .highlighted-article-card-title{
        font-size: 1.5rem;
    }


    .current-articles-row {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        width: var(--content-width);
        gap: 10px;
    } 

    .current-article-card{
        width: 220px;
        height: 320px;
    }

    .current-article-img {
        height: 220px;
        width: 220px;
    }
    
    .current-article-card-text {
        font-size: 1.25rem;
    }

    .current-article-card-title{
        font-size: 1.25rem;
        padding-left: 10px;
    }

  }  

  
/* XLarge Screen */
@media screen and (min-width: 1681px) {
    :root {
        --content-width: 1600px;
    }

    .highlighted-articles-row {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        width: var(--content-width);
    }

    .highlighted-article-card{
        width: 500px;
        height: 500px;
    }

    .highlighted-article-card-text {
        font-size: 1.5rem;
    }

    .highlighted-article-card-title{
        font-size: 2rem;
    }

    .current-articles-row {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        width: var(--content-width);
        gap: 10px;
    } 

    .current-article-card{
        width: 290px;
        height: 375px;
    }

    .current-article-img {
        height: 290px;
        width: 290px;
    }
    
    .current-article-card-text {
        font-size: 1.25rem;
    }

    .current-article-card-title{
        font-size: 1.25rem;
        padding-left: 10px;
    }

  }  
