body {
  font-family: "Oswald", sans-serif;
}
header {
  position: relative;
  display: flex;
  align-items: center;
  color: #fff;
  overflow: hidden;
  padding-top: 56.25%;
  h1 {
    display: block;
    font-size: inherit;
    font-weight: bold;
    padding-top: 0.5rem;
  }
  .fullscreen-video-wrap {
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    video {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      margin: auto;
      min-height: 50%;
      min-width: 50%;
      width: 100vw;
    }
  }
  .header-content {
    margin-top: -56.25%;
    z-index: 2;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    background: rgba(0, 0, 0, 0.2);
    max-width: 840px;
    width: 50vw;
    h2 {
      color: #fff;
      padding-top: 1rem;
      font-size: 50px;
      margin-bottom: 0;
    }
    img {
      max-width: 100%;
    }
  }
  //     //video
  //             min-height: 100vh
  //         //background:
  //             image: url("../images/ania_hd.jpg")
  //             size: cover
  //             position: top
  //             attachment: fixed
  //             -moz-background-size: cover
  //         position: fixed
  //         display: block
  //         width: 100%
  //         z-index: -4

  // //.video
  //         background: #fff
  //         min-height: 100vh
  //         position: fixed
  //         top: 0
  //         left: 0
  //         z-index: 1
  video {
    margin: 0;
    min-height: 100vh;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
  }
}
.foto1 {
  background-image: url(../images/ania_1.jpg);
}
.foto2 {
  background-image: url(../images/ania_2.jpg);
}
.foto3 {
  background-image: url(../images/ania_3.jpg);
}
.foto4 {
  background-image: url(../images/ania_4.jpg);
}

.foto {
  background-attachment: fixed;
  /*background-position: top*/
  background-repeat: no-repeat;
  background-size: cover;
  height: 70vh;
}
.socials {
  text-align: center;
  margin-bottom: 0;
  img {
    height: 40px;
    width: 40px;
  }
  li {
    display: inline-block;
    height: 40px;
    width: 40px;
    a {
      display: block;
      height: 40px;
    }
  }
  .fb {
    background: url("../images/fb.png");
    background-size: contain;
    transition: all 0.3s ease-in-out;
    &:hover {
      opacity: 0.8;
    }
  }
  .is {
    background: url("../images/is.png");
    background-size: contain;
    &:hover {
      opacity: 0.8;
    }
  }
  .pt {
    background: url("../images/pt.png");
    background-size: contain;
    &:hover {
      opacity: 0.8;
    }
  }
}
.nav-item {
  .socials {
    text-align: inherit;
    li {
      display: inline-block;
      height: 20px;
      width: 20px;
      a {
        display: block;
        height: 20px;
      }
    }
  }
}
#OfertaSection {
  ul {
    padding: 0;
  }
  li {
    list-style: none;
    i {
      border: solid #dc3545;
      border-width: 0 3px 3px 0;
      display: inline-block;
      padding: 4px;
      margin-right: 5px;
      transform: rotate(-45deg);
    }
  }
}
#PatroniteSection {
  a {
    color: white;
    background-color: #dc3545;
    &:hover {
      color: #c3c3c3;
    }
  }
}
#kontakt {
  background-image: url("../images/ania-kontakt.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom right;
}
.partners {
  list-style-type: none;
  padding: 0;
  font-weight: bold;
  a {
    color: white;
    &:hover {
      color: #dc3545;
      text-align: center;
    }
  }
  li {
    display: inline-block;
    margin: 10px;
  }
  img {
    max-width: 190px;
    max-height: 90px;
  }
}
#email,
#message {
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid #c3c3c3;
  padding: 5px 10px;
}
#submit {
  width: 100%;
  height: 76px;
}
#message {
  min-height: 100px;
}
.flex {
  display: flex;
  flex-direction: column;
  p {
    margin: auto 0;
  }
}
.ellipse {
  clip-path: ellipse(215px 135px at 50% 50%);
}

@media only screen and (max-width: 630px) {
  .partners {
    li {
      max-width: 100%;
    }
  }
}
/*overrides*/

.list-group-item {
  padding: 0.5rem 0.8rem;
  text-align: center;
}
.list-group-item.active {
  background-color: #f8f9fa;
  border-color: rgba(0, 0, 0, 0.125) !important;
}
#summary {
  font-size: 14px;
  line-height: 1.5;
  overflow: hidden;
}
#summary div.collapse:not(.show) {
  height: 150px !important;
  overflow: hidden;

  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}
#summary div.collapsing {
  min-height: 150px !important;
}
#summary a.collapsed {
  .more {
    display: inline;
  }
  .less {
    display: none;
  }
}
#summary a:not(.collapsed) {
  .more {
    display: none;
  }
  .less {
    display: inline;
  }
}
.bg-custom {
  background: #662904;
  h2,
  h3,
  h6,
  span,
  a {
    color: #ebbb16;
  }
}
.parallax {
  min-height: 50vh;
  background: transparent;
}
.pd-custom {
  padding: 150px 0;
}
.pd-custom2 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.help-block.with-errors {
  color: #ff5050;
  margin-top: 5px;
}
@media (max-width: 767px) {
  .fullscreen-video-wrap {
    min-height: 100vh;
    background-image: url("../images/ania_hd.jpg");
    background-size: cover;
    background-position: top;
    background-attachment: fixed;
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
  }
  video {
    display: none;
  }
  header {
    padding-top: 0;
    height: 100vh;
    .header-content {
      background: rgba(255, 255, 255, 0.2);
      margin-top: 0;
      width: 80vw;
      h2 {
        font-size: 30px;
      }
    }
  }
}
button.nav-link.active{
  h3{
    color:#662904
  }
}
