@media screen and (max-width:1000px) {
    #histGradPic {
        font-size: 100px;
        color: #2B0334;
    }

    .leftHist{
        text-align: center;
    }

    .leftHist a {
        background: #2B0334;
        font-size: 12px;
        padding: 1rem 2rem;
        text-decoration: none;
        color: white;
        letter-spacing: 2px;
        cursor: pointer;
        display: inline-block;
        margin-top: 20px;
        border-radius: 8px;
    }

    .histCont {
        display: flex;
        justify-content: center;
        max-width: 1400px;
        margin: 60px auto 30px auto;
        padding: 50px 50px;
        height: 400px;
    }

    .histText h1 {
        text-align: center;
        padding: 10px;
        background-color: #2B0334;
        color: #fff;
    }

    .leftGirlRoll {
        width: 50%;
        padding: 0 10px 0 0;
    }
    .rightGirlRoll {
        width: 50%;
        padding: 0 0 0 10px;
    }

    #principalRoll h1 {
        font-size: 30px;
        padding-bottom: 20px;
    }

    #hGirlRollSect h1 {
        font-size: 30px;
    }

}

@media screen and (max-width:770px) {


    .histCont {
        margin: 70px auto 0px auto;
        padding: 50px 20px;
        height: 350px;
    }

    #histGradPic {
        font-size: 60px;
    }

    .leftHist{
        padding: 0 20px;
    }

    .leftHist p {
        padding: 10px 0;
    }

    .leftHist a {

        font-size: 12px;
        padding: 0.8rem 2rem;
        text-decoration: none;
        color: white;
        letter-spacing: 2px;
        cursor: pointer;
        display: inline-block;
        margin-top: 20px;
        border-radius: 8px;
    }

    .histPDiv p {
        line-height: 25px;
    }

    .histText h1 {
        
        font-size: 14px;
    }

    .leftGirlRoll {
        width: 50%;
        padding: 0 10px 0 0;
    }
    .rightGirlRoll {
        width: 50%;
        padding: 0 0 0 10px;
    }

    #principalRoll h1 {
        font-size: 20px;
        padding-bottom: 20px;
    }

    #hGirlRollSect h1 {
        font-size: 20px;
    }

   
}

@media screen and (max-width:632px) {

    .leftHist a {

        font-size: 12px;
        padding: 0.8rem 2rem;
        text-decoration: none;
        color: white;
        letter-spacing: 2px;
        cursor: pointer;
        display: inline-block;
        margin-top: 20px;
        border-radius: 8px;
        margin-bottom: 20px;
    }

    #histGradPic {
        font-size: 130px;
    }

    .histCont{
        flex-direction: column;
        margin: 70px auto 10px auto;
        height: fit-content;
    }

    .leftHist {
        padding: 10px 20px;
        width: 100%;
        order: 2;
    }
    .rightHist {
        width: 100%;
        height: 100%;
        order: 1;
    }

    .histPDiv {
        padding: 30px 0;
    }    
}