.bg-gray-7 {
  background-image: url('../img/pitchbg.jpeg') !important;
  background-size: cover;
}
.banner-title{
    font-weight: 900 !important;
    color: #fed700 !important;
    font-size: 5em !important;
    line-height: 1em;
}
.small-title{
    font-weight: 400 !important;
    color: #fff !important;
    font-size: 22px !important;
    line-height: 0em !important;
}
.topbar-text{
    color: #ffffff !important;
    font-weight: 900 !important;
    font-size: 0.8em !important;
    text-transform: uppercase !important;
}
.main-menu-item{
    font-size: 1em !important;
    font-weight: 800 !important;
}
.bg-gray-13{
    background: #fed700 !important;
}
.widget-title{
    color: #D50D09 !important;
}


    .mobile-menu {
        display: none;
    }

@media only screen and (max-width: 768px) {
    .mobile-menu {
        display: block;
    }
}