* {
  box-sizing: border-box;
}

body {
  font-family: "Basic", sans-serif;
}
h4 {
  color: #262626;
  font-weight: 700;
  font-size: 24px;
}
h3 {
  color: #262626;
  font-weight: 700;
  font-size: 22px;
}
h2 {
  font-weight: 700;
  font-size: 3rem;
padding: 20px 0px;
}
h6 {
  color: #262626;
  font-size: 18px;
}

p {
  color: #8f8f8f;
  font-size:18px;
}
.velky {
  color: #8f8f8f;
  font-size: 26px;
}
.stredni {
  color: #8f8f8f;
  font-size: 18px;
}
.card-columns {
  @include media-breakpoint-only(lg) {
    column-count: 4;
  }
  @include media-breakpoint-only(xl) {
    column-count: 5;
  }
}
/* title */
#title {
  color: #fff;
  text-align: left;
}
.title-image {
  background-image: url("images/helen.png");
  background-color: #cccccc;
  height: 400px;
  min-width: 600px !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 0px 0px;
}

.title-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}
/* navbar */
.navbar {
  background-color: #EF5350;
}

.navbar-brand {
  font-family: "Ubuntu", sans-serif;
  font-size: 2rem;
  font-weight: bold;
  color: rgba(255,255,255,.87);
}

.nav-item {
  padding: 0px 8px;
}

nav .navbar-nav li a{
  color: rgba(255,255,255,.87) !important;
  }
nav .navbar-nav li a:hover{
    color: rgba(255,255,255,.5) !important;
  }
.nav-link {
  font-size: 1.7rem;
  font-weight: 300;
}

/* about */
#about {
  padding: 1% 15%;
  background-color: #fff;
  min-width: 600px !important;
}

#novinky {
  padding: 1% 15%;
  background-color: #fff;
  min-width: 600px !important;
}
.feature-box {
  padding: 5%;
}

.features-icon {
  color: #262626;
  margin-bottom: 1rem;
}

.features-icon:hover {
  color: #b3b3b3;
  transition: all 0.2s;
}

/* chov */

#chov {
  text-align: center;
  background-color: #E57373;
  color: rgba(0, 0, 0, 0.87);
    min-width: 600px !important;
}

.chov-image {
  max-height: 375px !important;
  max-width: 666px !important;
}
.carousel-item {
  padding: 7% 15%;
}
.carousel-inner {
  width: 100%;
  max-height: 600px !important;
}
#galerie {
  padding: 100px;
  text-align: center;
  min-width: 600px !important;
}

.galerie-text {
  text-align: center;
  padding: 20px;
  min-width: 600px !important;
}

#kontakt {
  background-color:#E57373;
  color: rgba(0, 0, 0, 0.87);
  min-width: 600px !important;
}
.rezervace{
  color: #ff0066;
}
.volny{
  color: #33cc33;
}
.save {
  margin: 1% 3% 5% 200px;
  width: 150px;
  height: 75px ;
  font-size: 25px;
}
.post-form textarea,
.post-form input {
  width: 60%;
}

.top-menu,
.top-menu:hover,
.top-menu:visited {
  color: #ffffff;
  float: right;
  font-size: 26pt;
  margin-right: 20px;
}

.post {
  margin-bottom: 70px;
}

.post h1 a,
.post h1 a:visited {
  color: #000000;
}
/****************************/
/* Style the Image Used to Trigger the Modal */
.myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

.myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)}
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)}
    to {transform:scale(1)}
}

/* The Close Button */
.close {
    position: absolute;
    bottom: 30px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}
/*      {% for slidy in slidy %}
      {% if slidy.id == 3%}
      {% else %}
      <li data-target="#carouselExampleIndicators" data-slide-to="{{slidy.id}}"></li>
      {% endif %}
      {% endfor %}
    </ol>
    <div class="carousel-inner">
      {% for slidy in slidy %}
      <div class="carousel-item active">
        <img
          class=" w-100 chov-image"
          src="{{ slidy.photo.url }}"
          alt="{{ slidy.titul }}"
        />
      </div>
{% endfor %}*/
