/* Murthy-Responsive */
.by-banner {
    font-family: "Mayor";
    font-size: 49pt;
    font-style: italic;
}

.hero-title{
    font-family: "Mayor" !important;
}



/*-------------------------------
        LARGE SCREENS ONLY
---------------------------------*/

@media screen and (min-width: 769px){ 
    .hero-section-version1 .hero-v1-content {
        top: 58px;
        left: 300px;
    }

    

}

/*-------------------------------
        LAPTOP SCREEN - 1366
---------------------------------*/

@media screen and (max-width: 1366px){ 

 .hero-section-version1 .hero-v1-content .hero-title {
        margin-bottom: 0rem !important;
    }

.tagline{
    margin-bottom: 1rem !important;
}

.hero-section-version1 .hero-v1-content {
    top: 58px;
    left: 300px;
}

.bn-arrowv1 {
        right: 289px !important;
        top: 124px !important;
    }


}
/* End */


/*--------------------------------
    TABLET SCREENS AND SMALLER
--------------------------------*/

@media screen and (max-width: 768px){ 

    .hero-section-version1 .hero-v1-content {
        top: 48px;
        left: 69px;
    }

}