@media only screen and (max-width : 3200px) {
    .nameheader img {
        max-height: 88px;
    }
}
@media only screen and (max-width : 1920px) {
    .nameheader img {
        max-height: 88px;
    }
}
@media only screen and (max-width : 1024px){
    .nameheader img {
        max-height: 80px;
    }
}
@media only screen and (max-width : 991px){
    .nameheader h2 {
        font-weight: 500;
        font-size: 26px;
        color: #fff;
        line-height: 26px;
        margin-left: 16px;
    }
    .nameheader h4 {
        font-weight: 400;
        font-size: 18px;
        color: #DFF2BF;
        line-height: 22px;
        margin-left: 16px;
    }
    .nameheader h5 {
        font-weight: 400;
        font-size: 14px;
        color: #BDE5F8;
        line-height: 20px;
        margin-left: 10px;
    }
    .nameheader img {
       max-height: 64px;
       padding:2px;
    }
}
@media only screen and (max-width : 767px){
    .nameheader h2 {
        font-weight: 400;
        font-size: 3.25vw;
        /*font-size: 22px;*/
        color: #fff;
        line-height: 28px;
        margin-left: 10px;
        margin: 2px;
    }
    .nameheader h4 {
        font-weight: 300;
        font-size: 2.5vw;
        color: #DFF2BF;
        line-height: 14px;
        margin-left: 10px;
    }
    .nameheader h5 {
        font-weight: 400;
        font-size: 14px;
        color: #BDE5F8;
        line-height: 16px;
        margin-left: 10px;
    }
    .nameheader img {
        max-height: 62px;
    }
}
@media only screen and (max-width : 508px) {
    .nameheader h2 {
        font-weight: 300;
        font-size: 20px;
        color: #fff;
        line-height: 26px;
        margin-left: 10px;
    }
    .nameheader h4 {
        font-weight: 200;
        font-size: 14px;
        color: #DFF2BF;
        line-height: 14px;
        margin-left: 10px;
    }
    .nameheader h5 {
        font-weight: 400;
        font-size: 14px;
        color: #BDE5F8;
        line-height: 20px;
        margin-left: 10px;
    }
    .nameheader img {
        max-height: 54px;
    }
}
