.index-header-background {

    width: 100%;
    height: 200px;

    background-image: url('../images/backgrounds/ethandat-stars-background.png');


    margin: 0px 0px 0px 0px;

}






.latest-video-container {

    /*border: 2px solid green;*/

    display: flex;

    background-color: #166bcc;

}

.latest-video-title-and-blurb-container {

    display: flex;
    flex-direction: column;
    flex-grow: 1;

    overflow-wrap: break-word;
    text-align: center;
    align-items: center;

    margin: 20px 20px 20px 10px;


}

.latest-video-title-and-blurb-container h2 {

    font-size: 48px;
    color:whitesmoke;

}

.latest-video-title-and-blurb-container p {

    font-size: 32px;
    color:whitesmoke;

}

.latest-video-thumbnail {

    display: flex;

    margin: 20px 10px 20px 20px;

    transition: filter 0.3s ease

}

.latest-video-blurb {

    flex: 1;
    min-width: 0;

}

.latest-video-thumbnail:hover {

    filter: brightness(50%);

}

.latest-video-thumbnail img{

    max-width: 100%;
    height: fit-content;

}







.latest-book-box {

    /*border: 2px solid black;*/

    display: flex;
    justify-content: space-between;

    /*background-color: #198d75;*/
    background-color: #dc948c;

}

.latest-book-title-blurb-and-download-container {

    /*border: 2px solid red;*/

    display: flex;
    flex-direction: column;
    flex-grow: 1;

    overflow-wrap: break-word;
    text-align: center;
    align-items: center;
    

    margin: 20px 10px 20px 20px;

}

.latest-book-title-blurb-and-download-container h2{

    font-size: 48px;

}


.latest-book-content {

    /*border: 2px solid red;*/

    display: flex;
    
    margin: 20px 20px 20px 10px;

    transition: filter 0.3s ease;

}

.latest-book-blurb {

    /*border: 2px solid purple;*/

    flex: 1;
    min-width: 0;

}

.latest-book-blurb p {

    font-size: 32px;

}

.latest-book-download-button {

    /*border: 2px solid navy;*/

    background-color: #15b0ae;
    color: whitesmoke;

    border-radius: 6px;

    font-size: 48px;
    margin: 30px;
    padding: 20px;
    border-radius: 24px;
    text-align: center;
    align-self: center;

    cursor: pointer;
    transition: background-color 0.2s ease, transform 0.1s ease;

}

.latest-book-download-button:hover {

background-color: #0d6564;
transform: translateY(-2px);

}

.latest-book-content:hover {

    filter: brightness(50%);

}

.latest-book-content img {

    max-width: 100%;
    height: fit-content;

}









.economics-course-box {

    /*border: 2px solid black;*/

    background-color: #2b42c7;

    display: flex;
    justify-content: space-between;

}

.economics-video-thumbnail {

    /*border: 2px solid red;*/

    display: flex;

    margin: 20px 10px 20px 20px;

    transition: filter 0.3s ease;

}

.economics-video-title-blurb {

    /*border: 2px solid orange;*/

    display: flex;
    flex-direction: column;
    flex-grow: 1;

    margin: 20px 20px 20px 10px;

    align-items: center;

}

.economics-video-title-blurb h2 {

    font-size: 48px;
    color: whitesmoke;

}

.economics-video-title {

    /*border: 2px solid purple;*/

    display: flex;
    

}


.economics-video-blurb {

    /*border: 2px solid teal;*/

    display: flex;
    overflow-wrap: break-word;
    text-align: center;
    

}

.economics-video-blurb p {

    font-size: 32px;
    color: whitesmoke;
    

}

.economics-video-thumbnail:hover {

    filter: brightness(50%);

}

.economics-video-thumbnail img {

    max-width: 100%;
    height: fit-content;

}