body{

    min-height:500px;
    
    background-image: url("../images/nmgb_hero.png");
    background-repeat: no-repeat;
    background-size: 100% ; 
    background-color: rgba(67, 92, 109,0.9);
}

#container{
  display: flex;
  justify-content: center;
  align-items: center;
}

#header{
    color: #fff;
    font-weight: 400;
    margin: 50px auto;
}

