body {
  padding: 0;
  margin: 0;
  background: #d8d5db;
}
/*--- navigation bar M. T. ---*/
.navbar {
  background:#2D3142;
}
.nav-link,
.navbar-brand {
  color: #b0d7ff;
  cursor: pointer;
}
.nav-link {
  margin-right: 1em !important;
}
.nav-link:hover {
  color: #000;
}
.navbar-collapse {
  justify-content: flex-end;
}
.header {
  background-image: url('images/bckgcam.jpg');
  background-size: cover;
  background-position: center;
  position: relative;
}
.page-footer{
    background:#2D3142;
    color:white;
}
.overlay {
  position: absolute;
  min-height: 100%;
  min-width: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
}
.description {
  left: 50%;
  position: absolute;
  top: 45%;
  transform: translate(-50%, -55%);
  text-align: center;
}
.description h1 {
  color: #b0d7ff;
}
.description p {
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.5;
}
.description button {
  border:1px solid #2D3142;
  background:#2D3142;
  border-radius: 0;
  color:#fff;
}
.description button:hover {
  border:1px solid #fff;
  background:#fff;
  color:#000;
}
.features {
  margin: 4em auto;
  padding: 1em;
  position: relative;
}
.feature-title {
  color: #333;
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.features img {
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
  margin-bottom: 16px;
}
.logo {
    max-height:70px;
}
.ess {
    margin-top:3px;
    max-height: 70px;
}
.karta {

  max-width: 800px;
  
}

.mapa {
    width:900px;
    height: 450px;
    
}
@media only screen and (max-width: 1024px) {
  .mapa {
    max-width:350px;
    height: 450px;
  }
 
}
   
    .row {margin-bottom:5px;}
.card {
    background:#2D3142;
    color: white;
}

.list-group{
    background: white;
    color: white;
    
}
.list-group-item {
    background: #2D3142;
    margin-top:2px;
    min-width: 200px;
    
}