﻿
@media (max-width: 560px) {
    .EducationMenu {
        height: 210px;
        background-color: #36B710;
        color: white;
        width: 100%;
        padding-top: 10px;
        padding-left: 10px;
        padding-right: 10px;
        margin-top: 10px;
    }

    .EducationHeader {
        font-size: 30pt;
        color: white;
        font-weight: bold;
        border-bottom: 0px white solid;
    }

    .color {
        color: #36B710;
    }

    .navbar {
        margin: 0px !important;
        padding: 0px !important;
    }

    .edMenuItems {
        margin-top: 0px;
    }
}

@media (min-width: 561px) {
    .EducationHeader {
        margin-top: 10px;
        font-size: 30pt;
        color: white;
        font-weight: bold;
        border-bottom: 0px white solid;
    }

    .EducationMenu {
        height: 170px;
        background-color: #36B710;
        color: white;
        width: 100%;
        padding-top: 10px;
    }

    .color {
        color: #36B710;
    }

    .navbar {
        margin: 0px !important;
        padding: 0px !important;
    }

    .edMenuItems {
        margin-top: 10px;
    }
}
