.w-embed-youtubevideo {
  width: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.body {
  font-family: Montserrat, sans-serif;
}

.sklop-vsebina {
  justify-content: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.sklop-vsebina.kitica {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.tekst {
  width: 30%;
  margin-left: 20px;
  margin-right: 20px;
}

.tekst.kitica {
  margin-bottom: 20px;
}

.tekst.colophon {
  width: 60%;
  text-align: center;
}

.slika {
  width: 30%;
  margin-left: 20px;
  margin-right: 20px;
}

.podnapis {
  margin-top: 4px;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 18px;
}

.heading {
  color: #5c7aae;
  margin-top: 0;
}

.heading.kitica {
  text-align: center;
}

.sklop-naslov {
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.sklop-naslov.meni {
  padding-top: 40px;
  padding-bottom: 40px;
}

.sklop-naslov.glavni {
  background-color: #f8f8f8;
  flex-direction: column;
  align-items: center;
  font-family: Adagio Slab Medium, sans-serif;
}

.glavni-naslov {
  color: #3c2415;
  font-family: Adagio Slab Medium, sans-serif;
}

.glavni-naslov.glavni {
  color: #5c7aae;
  margin-bottom: 30px;
  font-size: 54px;
  line-height: 60px;
}

.glavni-naslov.meni {
  color: #3c2415;
  font-size: 30px;
}

.glavni-naslov.meni:hover {
  color: #966140;
}

.sklop-podnaslov {
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.podnaslov {
  color: #5c7aae;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  line-height: 34px;
}

.bold-text {
  font-family: Adagio Slab Medium, sans-serif;
}

.paragraph {
  text-align: left;
}

.paragraph.kitica {
  text-align: center;
  line-height: 24px;
}

.paragraph.pisave {
  letter-spacing: 1px;
  font-weight: 700;
}

.paragraph.pisave.zamik {
  margin-left: 4px;
}

.bold-text-2 {
  font-family: Adagio Slab Medium, sans-serif;
  text-decoration: none;
}

.bold-text-3 {
  font-family: Adagio Slab Medium, sans-serif;
}

.link-block {
  color: #3c2415;
  text-decoration: none;
}

.link-block:hover {
  color: #966140;
}

.link-block.menu {
  justify-content: center;
  align-items: center;
  display: flex;
}

.naslovni-tekst {
  width: 60%;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.glavni-tekst {
  text-align: center;
}

.back {
  width: auto;
  height: 30%;
  background-color: #5c7aae;
  border-radius: 100px;
  position: absolute;
  top: 40%;
  bottom: 30%;
  left: 10%;
  right: auto;
}

.back:hover {
  background-color: #80a0d8;
}

.image {
  height: 100%;
  border-radius: 0;
}

.footer-dark {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  max-width: 900px;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: rgba(26, 27, 31, .75);
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  width: 100%;
  height: 1px;
  background-color: #e4ebf3;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.footer-section {
  color: #fff;
  background-color: #f8f8f8;
  flex-direction: column;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.paragraph-2 {
  color: #3c2415;
}

.footer-text {
  color: #3c2415;
  margin-bottom: 0;
}

.space {
  margin-top: 10px;
}

.button {
  border-radius: 30px;
  margin-top: 15px;
}

.button:hover {
  background-color: #56a8f1;
}

.menu-img {
  width: 120px;
  border-radius: 60px;
  margin-right: 30px;
}

.supra {
  color: #3c2415;
  letter-spacing: 2px;
  margin-bottom: 0;
  text-decoration: none;
}

.supra:hover {
  color: #966140;
}

.video {
  width: 65%;
  margin-left: 20px;
  margin-right: 20px;
}

.video.kitica {
  margin-bottom: 20px;
}

.video.colophon {
  width: 60%;
  text-align: center;
}

.youtube {
  margin-bottom: 40px;
}

.view-button {
  background-color: #5c7aae;
  border-radius: 16px;
  padding-left: 20px;
  padding-right: 20px;
}

.view-button:hover {
  background-color: #80a0d8;
}

.view-button.short {
  width: 100px;
  text-align: center;
}

.div-block {
  align-items: flex-start;
  display: flex;
}

.image-2 {
  margin-left: 3px;
}

@media screen and (max-width: 991px) {
  .sklop-vsebina {
    flex-direction: column;
    align-items: center;
    padding-bottom: 20px;
  }

  .tekst {
    width: 60%;
    margin-bottom: 20px;
  }

  .slika {
    width: 60%;
  }

  .podnapis, .heading {
    text-align: center;
  }

  .sklop-naslov {
    flex-direction: column;
    align-items: center;
    padding-bottom: 20px;
  }

  .glavni-naslov {
    width: 60%;
    text-align: center;
  }

  .glavni-naslov.glavni, .glavni-naslov.meni {
    width: auto;
  }

  .sklop-podnaslov {
    flex-direction: column;
    align-items: center;
    padding-bottom: 20px;
  }

  .podnaslov {
    width: 60%;
    text-align: center;
  }

  .bold-text, .paragraph {
    text-align: center;
  }

  .naslovni-tekst {
    width: 80%;
  }

  .back {
    top: 50%;
    left: 5%;
  }

  .container {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .video {
    width: 60%;
    margin-bottom: 20px;
  }

  .youtube {
    margin-bottom: 20px;
  }

  .div-block {
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .heading {
    text-align: center;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: rgba(26, 27, 31, .75);
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .video {
    width: 80%;
  }
}

@media screen and (max-width: 479px) {
  .body {
    background-color: #fff;
  }

  .sklop-vsebina {
    padding-top: 40px;
  }

  .tekst, .slika {
    width: 80%;
  }

  .heading {
    text-align: center;
    font-size: 28px;
    line-height: 32px;
  }

  .sklop-naslov {
    padding-top: 40px;
  }

  .glavni-naslov {
    width: 80%;
  }

  .glavni-naslov.glavni {
    font-size: 40px;
    line-height: 50px;
  }

  .glavni-naslov.meni {
    width: 100%;
  }

  .sklop-podnaslov {
    padding-top: 40px;
  }

  .podnaslov {
    width: 80%;
  }

  .bold-text-2 {
    font-size: 24px;
    line-height: 32px;
  }

  .link-block {
    max-width: 90%;
  }

  .link-block.menu {
    flex-direction: column;
  }

  .back {
    position: static;
  }

  .container {
    max-width: none;
  }

  .menu-img {
    margin-right: 0;
  }

  .video {
    width: 90%;
  }
}


@font-face {
  font-family: 'Adagio Slab Medium';
  src: url('../fonts/BORUTTA-GROUP---Adagio_Slab-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Adagio Slab Medium Italic';
  src: url('../fonts/BORUTTA-GROUP---Adagio_Slab-Medium_italic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}