
nav .navbar .links li:first-child a{
  color: #ffffff;
}
nav .navbar .links li:nth-child(7) a{
  color: #f6dc69;
}

.header-banner{
  max-width: 1800px;
  margin: auto;
  height: 300px;
  background: linear-gradient(to top, rgba(3, 56, 72, 0.968), rgba(3, 60, 122, 0), rgba(4, 68, 104, 0.889)), url(../images/get\ support.jpg);
  background-position: center;
  background-size: 100% 200%;
  text-align: center;
  color: rgb(10, 73, 116);
  position: relative;
  padding-top: 80px;

}

.header-banner h1{
  font-size: 45px;
  font-weight: bold;
  place-items: center;
}


.map{
  max-width: 1800px;
  margin: auto;
}

.map iframe{
  width: 100%;
}




  @media screen and (max-width: 900px) {

    .header-banner{
      background-size: 120% 100%;
      height: 220px;
      margin-top: -50px;
      padding-top: 150px;
    }
    .header-banner h1{
      font-size: 30px;
      color: #fefefe;
    }

}
