/*=========FOR ABOUT PAGE=======*/
#hero-wave-about svg text{
    font-family: 'Novecento-sans-wide';
    color:#F4F4F4;
}
#hero-wave-about {
    height: 80vh !important;
    background-position: center !important;
}

#hero-wave-about .row {
    bottom: 0 !important;
}

#hero-wave-about .row .bottom h3 {
    color: #FFF;
    letter-spacing: 56px;
    font-size: 40px;
    font-weight: 400;
}

@media screen and (max-width: 780px) {
    #hero-wave-about .row .bottom h3 {
        letter-spacing: 25px;
        font-size: 20px;
    }
}

@media screen and (max-width: 460px) {
    #hero-wave-about .row .bottom h3 {
        letter-spacing: 13px;
        font-size: 20px;
    }
}


/*=========FOR CONTACT PAGE=======*/
#hero-wave-contact svg text{
    font-family: 'Novecento-sans-wide';
    color:#F4F4F4;
}
#hero-wave-contact svg {
    width: 100%;
    height: auto;
    color: white;
}

#hero-wave-contact .row {
    bottom: -3%;
}

@media screen and (max-width: 1700px) {
    #hero-wave-contact .row {
        bottom: -2%;
    }
}

@media screen and (max-width: 991px) {
    #hero-wave-contact .row {
        bottom: -1%;
    }
}
