main{
  margin-top: 85px;
} 

.navbar{
  border-bottom:1px solid rgba(255, 255, 255, 0.125);

}

footer {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

footer p {
  margin-bottom: .25rem;
}

.text-success{
  color: #EF7F22 !important;
}

.bg-success{
  background-color: #EF7F22 !important;
}

.btn-success{
  background-color: #EF7F22 !important;
}

.bg-dark{
  background-color: #2f2f2f !important;
}

.bg-secondary{
  background-color: #242424 !important;
}



@media(max-width:767px) {

  main{
    margin-top: 85px;
  } 
/* 
  .navbar-brand img{
    width:200px;
  } */
}


.card-img-top{

  filter: saturate(80%);
  transition: all 0.5s ease;
}

.card:hover img{

  filter: none !important;
  transition: all 0.5s ease;
}
  

.card{
  border-radius: 0;
}

.btn{
  border-radius: 0;
}

.card-img-top{
  border-radius: 0;
}