/* Profitness CSS Overrides */

.navbar a {
    -o-transition: none;
    -ms-transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    transition: none;
}

.social-head {
    text-align: right;
}

.social-head > div {
    max-width: 80%; 
    float: right;
    width: 80%;
    position: relative;
}


/* Media Queries */
@media screen and (max-width: 1200px) {

    .email-head {
        font-size: 13px;
    }

}

/* @media screen and (max-width: 991px) {
    
    .new-hero .hero-center {
        top: 50%;
    }   
} */

@media screen and (max-width: 768px) {
    
    .new-hero .hero-center {
        top: 25%;
    }  
    
}

@media screen and (max-width: 500px) {

    .new-hero .hero-center {
        top: 25px;
    }  

}