.presentation {
    font-family: 'EncodeSans-regular';
    font-size: 27px;
}
.presentation ul {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background-color: #f9f9f9f6;
    display: flex;
    margin: 10px;
    list-style-type: none;
    justify-content: space-between;
    width: 30rem;
    height: 15rem;
    padding-top: 7px;
    padding-bottom: 50px;
    align-items: center;
}

.presentation h3 {      /* project title */
    font-family: 'EncodeSans-bold';
    margin-bottom: 0px;
}

.presentation h4 {      /* student name */
    /* margin: 15px 0 15px 0; */
    font-family: 'EncodeSans-medium';
    width: 140px;
    font-size: medium;
}

.majors{
    margin-top:17px;
    margin-right: 27rem;
}

.presentation li {
    justify-content: left;
    width: 60%;
    /* background-color: pink; */
}

.presentation img {     /* poster image */
    border: 4px double rgb(0 0 0 / 0.6);
    max-height: 202px;
    min-width: 300px;
    max-width: 300px;
}



/* Applied Computing 
    referencing: https://www.uwb.edu/
*/

.acContent_Block {
    background-color: #fff;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
    margin: auto;
    width: 100rem;
    --height: 100%;
}

.gray-box {
    background-color: #F2F2F2;
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    height: auto;
    text-align: center;
}

#cols{
    position: relative;
    display: flex;
    background-color: #fff;
    justify-content: space-evenly;
    width: 100%;

}


#col1,
#col2{
    width: 100%;

}




#col3-alternate {
    padding-top: 160px;
}

#col3-alternate2 {
    padding-top: 140px;
}

@media screen and (max-width: 1792px){
    .acContent_Block {

        width: 50rem;
    
    }

    .presentation img {     /* poster image */
        border: 4px double rgb(0 0 0 / 0.6);
        /* height: 100%; */
        max-height: 119px;
        min-width: 78%;
        max-width: 200px;
    }
    
    #cols{
       background-color: #fff;
       display: inline;
    }

    .info-box{
        width: 100%;
    }

    
    
}