.main-content
{
    top: 0px;
 width: 100%;
}

.main-content .content-topper
{
    width: 100vw;
    height: 5vh;
}

.main-content .page-section
{
    width: 100vw;
}

.main-content .page-section .section-intro
{
    width : 100%;
    height: 80vh;
    background-image: url(/images/building.png);
     /* Create the parallax scrolling effect */
     background-attachment: fixed;
     background-position: center;
     background-repeat: no-repeat;
     background-size: cover;

     filter: grayscale(10%) blur(2px) brightness(80%);
}


.main-content .page-section .section-intro2
{
    width : 100%;
    height: 80vh;
    background-image: url(/images/inclass04.jpg);
     /* Create the parallax scrolling effect */
     background-attachment: fixed;
     background-position: center;
     background-repeat: no-repeat;
     background-size: cover;

     filter: grayscale(10%) blur(2px) brightness(80%);
}

.main-content .page-section .section-programs
{
    width : 100%;
    height: 100%;
    background-image: url(/images/Hexagon.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.main-content .page-section .section-programs .overview-section
{
    padding-top: 8%;
    width : 100%;
    height: 92%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /*display: grid;
    grid-template-columns: 100%;
    justify-content: center;*/
}

.main-content .page-section .section-programs .overview-section .info-section-text
{
    text-align: center;
    font-family:RobotoCondensed-Regular;
    font-weight:600;
    font-size: 4em;
    vertical-align: top;
    width: 15em;
}

.main-content .page-section .section-programs .overview-section .info-section-img
{
 vertical-align: top;
 width: 32em;
 margin: 0.5em;
}

.main-content .page-section .section-programs .overview-section .info-section-lay-1
{
    font-family:RobotoCondensed-Regular;
    font-weight:1100;
    font-size: 1.5em;
    font-style: italic;
    text-align: center;
    padding: 2%;
    width: 100vw;
}

.main-content .page-section .section-programs .overview-section .info-section-img .info-img-container
{
 width: 90%;
 box-shadow: 0px 8px 8px 8px rgba(0, 0, 0, 0.35), 8px 0px 8px 8px rgba(0, 0, 0, 0.35);
}

.main-content .page-section .section-programs .overview-section .info-section-img img
{
 margin: 2%;
 width : 96%;
 height: auto;
}
