﻿span.inner-hero-title {
    font-size: 2em;
}

span.inner-hero-title-block {
    width: 100%;
}

@media screen and (max-width: 760px) {
    div#dvHero {
        padding: 12rem 0 !important;
    }
.nav-link {
  font-size: 0.5em;
}

body {
    overflow: hidden !important;
}
html {
        overflow-x: hidden !important;
}

}

@media screen and (min-width: 769px) {

    .col-12.col-md-11.col-lg-9.col-xl-7.col-xxl-6.text-center.text-white {
        width: 50%;
    }

    span.inner-hero-title {
        font-size: 3em !important;
    }
    .top-nav-right {
  overflow: hidden !important;
}


}

@media screen and (max-width: 1000px) {
    .top-nav-left, .top-nav-right {
  gap: 10px !important;

}

}

@media screen and (min-width: 760px) and (max-width: 1100px){
    a.nav-link{
        font-size: 0.7em;
}
}



@media screen and (min-width: 768px) {
    span.inner-hero-title {
        font-size: 3em;
    }
}

@media screen and (min-width: 1024px) {
nav.top-nav-right {
    display: flex !important;
    justify-content: center !important;
}
}