

body {
  background-color: #edecee !important;  
}

/*
Used for background color on section tag in image background on all pages
*/
.header-filter::before {
	background: rgba(79, 77, 77, 0.4) !important;
}

.logo-image {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    overflow: hidden;
    margin-top: -6px;
  }
  
  .navbar {
    background-color: #e6e3e3 !important;  
  } 

  .navbar-collapse::after {
    background-color: #e6e3e3 !important;
  }
  
  .card-img-overlay {
    position: absolute;
    top: 45px !important;
    width: 100% !important;
}

.maska-opacity-8 {
    opacity: 0.8;
}

.maska-opacity-75 {
  opacity: 0.75;
}

.maska-opacity-9 {
  opacity: 0.9;
}
/*  
  .header-filter::before {
    background-color: rgba(237, 236, 238, 0.06)!important;
  }
*/
