main{
  margin-top: 85px;
} 

/* .navbar{
  border-bottom:1px solid #6c757d;
} */

footer {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

footer p {
  margin-bottom: .25rem;
}

.text-success{
  color: #357033 !important;
}

.bg-success{
  background-color: #357033 !important;
}

.btn-success{
  background-color: #357033 !important;
}



@media(max-width:767px) {

  main{
    margin-top: 60px;
  } 

  .navbar-brand img{
    width:200px;
  }
}
  