@import '../../vendor/bootstrap/bootstrap.min.css';
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: local('Montserrat Thin'), local('Montserrat-Thin'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUQjIg1_i6t8kCHKm45_Qphzg.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Montserrat Medium'), local('Montserrat-Medium'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_ZpC7g4.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: local('Montserrat ExtraBold'), local('Montserrat-ExtraBold'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_c5H7g4.ttf) format('truetype');
}
#slider {
  max-height: 800px;
}
#slider .owl-stage-outer,
#slider .owl-item {
  max-height: 800px;
}
#slider .owl-item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
#slider .banner-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -75%);
}
#slider .banner-text h1 {
  font-size: 60px;
  color: #fff;
  font-weight: 900;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.75);
}
.map .container-fluid,
.map .row,
.map [class^="col-"] {
  margin: 0;
  padding: 0;
}
.map iframe {
  border: 0;
  width: 100%;
  height: 500px;
}
.odstavec_nadpis,
h2 {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  color: #2c2223;
}
h2:not(.odstavec_nadpis) {
  text-align: left;
  padding: 30px 0;
}
[class^="odstavec"] {
  padding: 30px 0;
}
.map {
  padding: 0;
  margin: 0;
}
.map p {
  margin: 0 0 -5px 0;
}
footer {
  padding: 30px 0;
  background: #3c2628;
}
footer * {
  color: #fff;
}
footer a {
  color: #fff;
  text-decoration: none;
}
footer a:hover {
  color: #fff;
  text-decoration: underline;
}
footer .col-md-4:nth-child(2) p {
  text-align: center;
}
footer img {
  max-height: 250px;
  display: inline-block;
  width: auto !important;
  margin: 0 auto;
}
footer .table td {
  padding: 0.25rem;
  border-top: 1px rgba(255, 255, 255, 0.2);
}
footer h3 {
  padding-bottom: 20px;
}
.navbar-collapse {
  align-items: right;
}
.navbar-brand {
  font-weight: 900;
  text-transform: uppercase;
}
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #3c2628;
  box-shadow: 0 3px 10px rgba(128, 128, 128, 0.5);
  z-index: 10;
}
.navbar * {
  color: #fff;
}
.navbar .nav-link,
.navbar .nav-item,
.navbar .navbar-brand {
  color: #fff;
}
@media (max-width: 901px) {
  footer * {
    text-align: center !important;
  }
  .navbar-toggler-icon {
    background: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
  }
  #slider .banner-text {
    transform: translate(-50%, -50%);
  }
  #slider .banner-text h1 {
    font-size: 42px;
  }
}
p {
  line-height: 30px;
  letter-spacing: 0.2px;
  text-align: justify;
  font-size: 18px;
}
