  ﻿#studentResources {
    margin-top:2rem;
    background: #0B2404;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 3rem;
    font-weight: 700;
    color: #FFF;
    padding: 1rem;
    text-align: left;
}

#studentResourcesContentInner, #blogContentInner {
    background: url('/img/student_master/studentResourcesBkg.png');
    background-repeat: no-repeat;
    padding: 5rem 2rem;
}

#studentResourcesContent {
    background: url('/img/home_master/bkg_home_student_life.png') no-repeat;
    background-color: #76A226;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover !important;
    background-attachment: fixed !important;
    z-index: -10;
    border-top: 1px solid #0B2404;
}

#studentResourcesContentInner {
    background: url('/img/student_master/studentResourcesBkg.png');
    background-repeat: no-repeat;
    padding: 5rem 2rem;
}

#studentResourcesListBox {
    background: rgba(118,162,38,.9);
    padding: 1rem;
    border: 1px solid #FFF;
}
#major-cluster-container {
    background: #FFF;
    border: 1px solid #FFF;
}
.major-cluster-item {
    position: relative;
    margin: 0 auto;
    height: 13rem;
    overflow: hidden
}

.major-cluster-text {
    position: absolute;
    bottom: 1rem;
    padding: 0 1rem;
    font-size: 1.5rem;
    color: #0B2404;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.45rem;
    text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
    transition: all .25s ease-in-out;
    width: 100%;
    height: 3rem;
}

.major-cluster-item img {
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
    filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
    opacity: .3;
    transition: all .25s ease-in-out;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.major-cluster-item:hover img {
    -webkit-filter: grayscale(0);
    filter: none;
    opacity: 1;
}

.major-cluster-item:hover .major-cluster-text {
    color: #FFF;
}

@media(max-width:1460px) {
    .major-cluster-text {
        font-size: 1.35rem;
    }
}

@media(max-width:1350px) {
    .major-cluster-text {
        font-size: 1.15rem;
        bottom: 1.75rem;
    }
}


/* mobile nav time */
@media(max-width:1023px) {
    #studentResources {
        font-size: 2.5rem;
        padding: 1.5rem 3rem;
    }
    #studentResourcesListBox {
        padding: 1rem;
    }
}

@media(max-width:639px) {
    #studentResourcesContentInner {
        padding: 3rem 1rem;
    }
}