@charset "UTF-8";

@media (max-width: 768px) {
     img#brand-img {
    height: 70px !important;
    }
}
img#brand-img {
    height: 70px;
}

#footer img {
    width: 18% !important;
    margin-bottom: 20px;
}

div#main-background{
    background-image: linear-gradient(85deg, #007bff, #0c0c0d) !important;
}

/*.h-100vh {*/
/*    height: 100vh !important;*/
/*}*/

#main .ah-words-wrapper {
    float: left;
    text-align: center!important;
    font-size: 30px !important;
    width: 100% !important;
}

@media (max-width: 768px){
    .row.h-100vh.vertical-center.banner_row {
      height: 72vh !important;
    }
   
   div#main-background {
         height: 68vh !important;
    }
   .navbar-light .navbar-toggler {
        background: #fff !important;
        margin-right: 20px;
    }
}


#main #login-button:hover, #main #login-button:focus {
    color: cornsilk;
}

.template-nav-menu-inner {
        width: -webkit-fill-available !important;
}