body {
  background: #fff;
  color: #212525;
}

a {
  color: #212121;
  background: inherit;
}

/*a:hover {*/
/*  color: #626262;*/
/*  background: inherit;*/
/*}*/
a.nohover:hover { color: inherit;  }
.bd-content>h1 {
    margin-top: 2rem;
}
ul.pagination a.page-link{
    color: #212121;
}
ul.pagination .page-item.active .page-link {
    background-color: #212121;
    border-color: #212121;
}
.leaflet-container {
    height: 600px;
    /* width: 940px; */
    max-width: 100%;
    max-height: 100%;
}

.navbar-brand{
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 30px;
}
main .nav-item {
  font-weight: 500;
}
main .nav-item .active{
  background-color: #403f3f;
}
main .nav-item:hover{
  background-color: #403f3f;
}

.zoom{
    overflow:hidden;
}
.zoom img{
  transition: transform .3s;
  margin: 0 auto;
}

.zoom:hover img{
  transform: scale(1.03);
}

img.lighter{
  transition-duration: .4s;
  transition-property: opacity;
}
img.lighter:hover{
  opacity: 0.7;
}

.event-main-image {
    min-height: 150px;
}
.event-side-image {
    min-height: 190px;
}

@media (min-width: 768px){
    .card-vertical {
        max-height: 250px;
        object-fit: cover;
    }

    .sidebar {
        max-height: 150px;
    }

    .event-vertical {
      max-height: 210px;
      object-fit: cover;
    }

    .event-main-image {
        min-height: 400px;
    }
    .event-side-image {
       min-height: 230px;
    }
}

.bg-wyprawa {
    background-color: #77AB19;
}
.bg-zawody {
    background-color: #FFC300;
}
.bg-szkolenie {
    background-color: #FF5733;
}
.bg-spotkanie {
    background-color: #2A81CB;
}
.bg-przejazd {
    background-color: #9C2BCB;
}
a.fc-daygrid-event{
    border-color: #FFFFFF;
    border-width: 2px;
}
a.fc-daygrid-event-hover, a.fc-daygrid-event:hover {
    filter: brightness(115%);
    border-color: #000000;
}
