/* #teacherStripe{
    background-position: 0px -200px;
}

.overlay{
    height:360px;
}

#teacherStripe__title h1{
    line-height: 1.1;
    font-size: 48px;
    letter-spacing: .5px;
}

#teacherStripe__title p{
    line-height: 1.4;
    font-size: 23px;
    letter-spacing: .5px;
} */

@media only screen and (max-width: 361px){
    /* #teacherStripe{
        background-position: 0px 0px;
    }
    .overlay{
        height:160px;
    }

    #teacherStripe__title{
        padding-top:50px;
    }

    #teacherStripe__title h1{
        line-height: 1.1;
        font-size: 28px;
        letter-spacing: .5px;
        text-align: center;
    }

    #teacherStripe__title p{
        
        line-height: 1.4;
        font-size: 13px;
        letter-spacing: .5px;
        text-align: center;
    } */
}

@media only screen and (min-width: 361px) and (max-width: 576px) {
    /* #teacherStripe{
        background-position: 0px 0px;
    }

    .overlay{
        height:160px;
    }
    
    #teacherStripe__title{
        padding-top:35px;
    }

    #teacherStripe__title h1{
        line-height: 1.1;
        font-size: 30px;
        letter-spacing: .4px;
        text-align: center;
    }

    #teacherStripe__title p{
        
        line-height: 1.4;
        font-size: 15px;
        letter-spacing: .3px;
        text-align: center;
    } */
}

@media only screen and (min-width: 576px) and (max-width: 768px) {
    /* #teacherStripe{
        background-position: 0px 0px;
    }

    .overlay{
        height:180px;
    }

    #teacherStripe__title{
        padding-top:60px;
        
    }

	#teacherStripe__title h1{
        line-height: 1.1;
        font-size: 40px;
        letter-spacing: .5px;
        text-align: center;
    }

    #teacherStripe__title p{
        
        line-height: 1.4;
        font-size: 20px;
        letter-spacing: .4px;
        text-align: center;
    } */
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    /* #teacherStripe{
        background-position: 0px 0px;
    }
    #teacherStripe__title{
        padding-top:82px;
        padding-left:150px;
    } */
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	/* #teacherStripe__title{
        padding-top:82px;
        padding-left:150px;
    } */
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
	/* #teacherStripe__title{
        padding-top:82px;
        padding-left:150px;
    } */
}

@media only screen and (min-width: 1400px) {
    
}