.content-banner {
    max-width: 1280px;
    width: 100%;
    height: 300px;
    margin: auto;
    background-size: cover;
}

.no-background-body {
    background: none;
}

.custom-row {
    margin-left: 0;
    margin-right: 0;
}

.custom-row > div {
    padding-left: 15px;
}

.main-dir-box {
    background-color: #404040;
}

.main-dir-box img {
    transition: 0.2s opacity;
}

.main-dir-box:hover img {
    opacity: 0.5;
}

.main-dir-box:hover .main-dir-box-text {
    background-color: #000;
}

.main-dir-box-text {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    padding: 15px;
    background-color: rgba(0,0,0,0.75);
    color: #fff;
    transition: 0.2s;
}

.committee-title, .committee-subtitle {
    color: #2d2d2d;
}

.member-role {
    border-top: 1px solid #000;
    padding: 15px 0;
}

.member-role h3 {
    color: #1da7c3;
}

.president .member-role h3 {
    font-size: 16px;
}


.member-name, .member-role h3 {
    font-size: 16px;
    font-weight: bold;
}

.president .member-name {
    font-size: 16px;
}

.president .member-role {
    font-size: 18px;
    padding-top: 20px;
    padding-bottom: 40px;
    width: 80%
}

.president .member-role p {
    width: 80%
}

.col-sm-one-fifth, .col-one-fifth {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}


.members .member img {
    box-shadow: 0 0 4px 2px #d0d1d2;
}

.president-wrapper {
    margin: auto;
    background-color: #e7e8e9;
}

.scrolls {
    border-bottom: 1px solid #2d2d2d;
    margin-bottom: 5rem;
    margin-top: 3rem;
}

.scrolls a {
    padding: 15px 30px;
    font-size: 16px;
    color: #939598 !important;
    cursor: pointer;
    border-bottom: 3px solid transparent;
}

.scrolls a:hover {
    color: #1ba7c2 !important;
    border-bottom: 3px solid #1ba7c2;
}

.stick-top {
    position: fixed;
    z-index: 99;
    left: 0;
    right: 0;
    background-color: #fff;
    margin: 0 5%;
    border-bottom: none;
    max-width: 1280px;
}

@media screen and (min-width: 1200px) {
    .custom-row {
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media screen and (min-width: 768px) {
    .about-us-wrapper {
        margin-top: 150px;
    }

    .content-banner-wrapper, .about-us-content {
        position: relative;
        top: -150px;
    }

    .about-us-content {
        margin-bottom: -150px !important;
    }

    .president-wrapper {
        margin-top: 150px;
    }

    .president-wrapper > div {
        position: relative;
        top: -150px;
    }

    .members-wrapper {
        margin-top: -158px !important;
        margin-bottom: -100px !important;
    }

    #scrolls.stick-top {
        top: 150px;
    }

    .stick-top + div {
        margin-top: 15rem;
    }

    #breadCrumb.white.mt-4, #breadCrumb.custom-bc.white {
        padding-bottom: 30px;
    }

    .about-us-wrapper {
        background-color: #004098;
    }

    .custom-bc.white a {
        color: #fff !important;
    }

    #board h4 {
        padding-top: 25px;
    }

}

@media screen and (max-width: 767px) {
    .members-wrapper {
        margin-top: 3rem !important;
    }

    .scrolls a {
        font-size: 16px;
        padding: 15px 5px;
    }

    #scrolls.stick-top {
        top: 50px;
        margin: 0;
    }

    .stick-top + div {
        margin-top: 20rem;
    }

    .main-dir-box-text {
        padding-top: 7px;
        padding-bottom: 7px;
    }

    .president-wrapper {
        background: none;
    }

    #board h4, #board h5, .committee-title, .committee-subtitle {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media screen and (min-width: 576px) {
    .col-sm-one-fifth {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media screen and (max-width: 575px) {
    .president .member-role {
        width: 100%
    }

    .president .member-role h3 {
        width: 100%
    }


    .col-sm-one-fifth {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .scrolls a {
        font-size: 14px;
        padding: 13px 0;
    }
}
