/* Add custom CSS styles below */ 
@media(max-width:768px){
  div#mainnav {
    height: 95px!important;
}
  .the-logo {
    height: 65px !important;
}
}
.banner--fixed img {
    background: unset !important;
  margin-bottom: 50px;
}
.NG-hero-section-6 .banner-wrapper  .wrapper {
    height: 100% !important;
    justify-content: center;
    align-items: center;
    top: 0px;
    width: 100% !important;
    margin-right: 0px;
}
.NG-hero-section-6 p.subtext {
    display: none !important;
}
.NG-hero-section-6 h1.block-title {
    font-weight: 400;
    width: 40%;
    text-align: center;
    font-size: 41px;
}
@media (max-width:768px){
  .NG-hero-section-6 h1.block-title {
    width: 80%;
    font-size: 21px;
}
footer *{
margin-left:auto;
margin-right:auto ;
text-align: center!important;
}
}