/* Add custom CSS styles below */ 

.navbar-brand img{
  border-radius: 50%;
}


@media (max-width: 768px) {
 
  .inner.bg-inherit{
    margin-top:-1rem;
  }
  .dynamic-banner--0{
    margin-top: 6rem !important;
  }
 .navbar-brand img{
    width:70px !important ;
    height: 70px !important;
  }
  #mainnav{
    height: 63px;
    margin-top: -1.7rem;
  }
}
@media (max-width: 768px) {
  * {
    animation: none !important;
    transition: none !important;
  }
}