.main-cover{
    height: 600px;
      background: url('./img/slide.webp');      
    background-repeat: no-repeat;
    background-position: left center;
      background-size:cover;
}
.nav-item{
    text-transform: uppercase;
    font-weight: 700;
}
a{
  text-decoration: none;
  color: white;
}
.nav-link{

  color: white !important;
}
.contact-field {
  background-color: darkslategrey;
}
a {
  text-decoration: none;
  color: white;
}
.nav-pills>.active {
  background-color: #6cb015 !important;
}
.nav-pills > .active > a {
  background-color: #6cb015 !important;
}
.middle-a{
  text-decoration: none;
  color: white;
}