/* Show it is fixed to the top */
body {
    min-height: 75rem;
    padding-top: 3.5rem;
    background-color: #f5f6f7;
  }



 /*Translucent nav
 /* navbar-light bg-light */
 .site-header {
  background-color: rgba(255, 255, 255);
}
.site-header a {
  color: rgb(55,55,55);
  transition: ease-in-out color .15s;
}
.site-header a:hover {
  color:blue;
  text-decoration: none;
}



.shadow{
  box-shadow: 0 1rem 5rem rgba(0,0,0,.1)!important;
}     
.shadow:hover{
  box-shadow: 0 1rem 5rem rgba(0,0,0,.4)!important;
  transform: scale(1.05, 1.05);
  transition: all 0.2s ease-in-out;
  z-index:1;
}      
.shadow::after{
  transition: all 0.6s;
}      
.card{
  border:none;
  border-radius:0px;
}

.btn-primary{
  background-color: #144872;
  border-color: #144872;
}

.btn-outline-success a{
  color:#28a745;
}

.btn-outline-success a:hover, .btn-outline-success a:active{
  color:white;
}