:root {
  --steel-blue: #2d2420;
  --blue: #1d68a4;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.nav-bar {
  z-index: 200;
  background-color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 24px;
  padding-right: 20px;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.nav-bar.sample-website {
  flex-direction: column;
  position: fixed;
}

.menu-button-2.w--open {
  color: rgba(9, 106, 208, .2);
  background-color: #fff;
}

.wrapper {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
  top: 0;
  left: 0;
  right: 0;
}

.wrapper.navbar-2 {
  flex-direction: row;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.nav-menu-2 {
  background-color: #fff;
  flex-direction: row;
  flex: 0 auto;
  justify-content: space-around;
  align-items: center;
  display: flex;
  position: relative;
}

.div-block-8 {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-link-2 {
  color: #096ad0;
  cursor: pointer;
  padding: 16px 20px 18px;
  font-size: 15px;
  line-height: 24px;
  transition: opacity .15s;
  position: relative;
}

.nav-link-2:hover {
  opacity: 1;
  color: #096ad0;
}

.nav-link-2.w--current {
  color: #096ad0;
  font-weight: 700;
  transition-property: none;
}

.nav-link-2.full-opacity {
  opacity: 1;
  color: var(--steel-blue);
  padding: 10px 16px;
}

.nav-link-2.full-opacity:hover, .nav-link-2.full-opacity.w--current {
  color: var(--blue);
}

.nav-link-2.border {
  opacity: 1;
  border: 1px solid #096ad0;
  border-radius: 50px;
  padding-top: 6px;
  padding-bottom: 6px;
  transition: background-color .2s;
}

.nav-link-2.border:hover {
  color: #fff;
  background-color: #096ad0;
}

.nav-link-2.border.cta {
  background-color: var(--steel-blue);
  color: #fff;
  border-style: none;
}

.nav-link-2.border.cta:hover {
  background-color: var(--blue);
}

.nav-logo-2 {
  height: 50px;
}

.feature-info-icon {
  height: 60px;
  float: left;
  margin-right: 15px;
}

.feature-info-column {
  padding-right: 20px;
}

.text-block {
  text-align: left;
  padding-bottom: 20px;
  font-family: Great Vibes, cursive;
  font-size: 33px;
  font-weight: 400;
}

.image-section-overlay {
  width: 100%;
  height: 100%;
  color: #fff;
  background-color: rgba(44, 46, 49, .7);
  padding-top: 145px;
  padding-bottom: 105px;
}

.image-section-overlay.color {
  height: auto;
  background-image: linear-gradient(rgba(0, 0, 0, .45), rgba(0, 0, 0, .45)), url('../images/Montažne-hiške-Jamnikar-1.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  margin-top: 70px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.image-section-overlay.color.mizarstvo {
  height: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, .75), rgba(0, 0, 0, .75)), url('../images/Mizarstvo.webp');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.image-section-overlay.color.hiske {
  background-image: linear-gradient(rgba(0, 0, 0, .75), rgba(0, 0, 0, .75)), url('../images/Montažne-hiške-Jamnikar-1.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.feature-info-block {
  text-align: justify;
  position: relative;
}

.feature-info-row {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}

.link {
  color: #fff;
  font-size: 15px;
  text-decoration: none;
}

.container {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: relative;
}

.container.footer {
  height: auto;
  text-align: center;
  display: block;
}

.section-title-wrapper {
  width: 60%;
  text-align: center;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section-title-wrapper.full {
  width: 100%;
  text-align: left;
  flex-direction: row;
}

.feature-info-paragraph {
  opacity: .7;
  text-align: left;
  margin-top: 10px;
  font-size: 14px;
  display: block;
}

.feature-info-paragraph.why {
  color: #fff;
  margin-right: 10px;
}

.feature-info-paragraph.o-nas {
  color: #fff;
}

.section-title {
  margin-top: 0;
  font-size: 46px;
  font-weight: 600;
  line-height: 39px;
}

.section-title.title {
  font-weight: 300;
}

.footer-logo {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  padding-bottom: 5px;
  font-size: 19px;
  font-weight: 700;
  line-height: 17px;
  display: block;
}

.footer-logo.subtitle {
  opacity: .5;
  color: #fff;
  text-transform: none;
  font-size: 11px;
  font-weight: 400;
}

.feature-info-title {
  text-align: left;
  margin-top: 8px;
  margin-bottom: 30px;
  font-size: 21px;
  font-weight: 700;
  display: block;
}

.feature-info-title.why {
  color: #fff;
  margin-bottom: 10px;
  font-weight: 700;
}

.simple-footer {
  background-color: #2d2420;
  padding: 45px 20px;
}

.button {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #1d68a4;
  border-radius: 3px;
  margin-top: 0;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 15px;
  font-weight: 600;
  transition: background-color .2s, background-position .2s, color .2s, border .2s, box-shadow .2s;
}

.button:hover {
  color: #fff;
  background-color: #0b4fc9;
  box-shadow: 0 8px 16px 4px rgba(0, 0, 0, .3);
}

.button.pot {
  color: #2d2420;
  text-transform: none;
  background-color: #fff;
  margin-right: 5px;
  display: inline-block;
}

.button.pot:hover {
  background-color: var(--blue);
  color: #fff;
}

.footer-menu-column {
  justify-content: flex-end;
  display: flex;
}

.div-block-9 {
  flex: 1;
}

.container-2, .container-3, .container-4 {
  margin-bottom: 20px;
}

.container-5 {
  margin-bottom: 60px;
}

.container-6, .container-7, .container-8 {
  margin-bottom: 20px;
}

.div-block-10 {
  margin-bottom: 40px;
}

.text-block-2 {
  color: #fff;
  text-align: left;
  font-size: 18px;
}

.text-block-3 {
  color: #fff;
  text-align: left;
  font-size: 22px;
}

.section {
  flex-wrap: nowrap;
  justify-content: center;
  display: flex;
}

.image {
  flex: 0 auto;
}

.o-nas {
  color: #fff;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 16px;
}

.div-block-11 {
  text-align: left;
  justify-content: flex-end;
  margin-top: 10px;
  display: flex;
}

.div-block-12 {
  text-align: center;
}

.image-3 {
  width: 50px;
  display: block;
}

.image-4 {
  width: 125px;
  margin-left: auto;
  margin-right: auto;
}

.page-padding {
  margin-top: 120px;
  margin-bottom: 40px;
  padding-left: 5%;
  padding-right: 5%;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.piskotki-naslov {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 18px;
}

.container-10 {
  text-align: center;
}

.container-11 {
  margin-top: -12px;
}

.section-2 {
  margin-top: 60px;
  padding-bottom: 20px;
}

.text-block-4 {
  padding-right: 30px;
  display: inline-block;
}

.dropdown-link:hover {
  color: var(--blue);
}

.dropdown-list {
  background-color: #d2cece;
}

.dropdown-list.w--open {
  background-color: #fff;
}

.div-block-13 {
  margin-top: 2%;
  margin-bottom: 2%;
}

.lightbox-link-2 {
  padding-bottom: 0;
}

.lightbox-link-3 {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 991px) {
  .burger-icon {
    color: var(--steel-blue);
    font-size: 35px;
  }

  .nav-bar {
    background-color: #fff;
    justify-content: space-between;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-button-2 {
    color: #2e323c;
    position: relative;
  }

  .menu-button-2.w--open {
    color: #096ad0;
    background-color: rgba(0, 0, 0, 0);
  }

  .wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .nav-menu-2 {
    background-color: #fff;
  }

  .nav-link-2 {
    text-align: center;
    background-color: #fff;
    flex: 1;
    padding-top: 24px;
    padding-bottom: 24px;
    display: block;
  }

  .nav-link-2.border {
    flex: 0 auto;
  }

  .nav-cta-button-container {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .nav-logo-2 {
    flex: 1;
  }

  .image-section-overlay {
    padding: 90px 45px;
  }

  .image-section-overlay.color {
    margin-top: 102px;
    padding: 90px 45px;
  }

  .section-title-wrapper {
    width: 85%;
    margin-bottom: 40px;
  }

  .section-title-wrapper.full {
    margin-bottom: 20px;
    padding-right: 40px;
  }

  .feature-info-paragraph {
    text-align: left;
    display: inline-block;
  }

  .section-title {
    margin-bottom: 4px;
    font-size: 31px;
    line-height: 30px;
  }

  .feature-info-title {
    margin-top: 0;
    font-size: 17px;
  }

  .footer-menu-column {
    justify-content: center;
  }

  .div-block-9 {
    margin-left: 1%;
    margin-right: 1%;
  }

  .o-nas {
    margin-top: 20px;
  }

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

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .container-9 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .burger-icon {
    color: var(--steel-blue);
    font-size: 35px;
  }

  .menu-button-2 {
    margin-right: 4px;
  }

  .feature-info-icon {
    margin-top: -12px;
  }

  .feature-info-column {
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-section-overlay {
    padding: 60px 25px;
  }

  .image-section-overlay.color {
    padding: 25px;
  }

  .feature-info-block {
    margin-bottom: 10px;
  }

  .feature-info-row {
    margin-top: 0;
  }

  .feature-info-row.why {
    margin-top: 20px;
  }

  .section-title-wrapper {
    width: 95%;
    margin-bottom: 40px;
  }

  .section-title-wrapper.full {
    margin-bottom: 30px;
  }

  .section-title {
    margin-bottom: 10px;
    line-height: 30px;
  }

  .footer-logo-column-left {
    padding-left: 0;
    padding-right: 0;
  }

  .button.pot {
    margin-top: 5px;
  }

  .footer-menu-column {
    flex-direction: column;
    justify-content: center;
    padding: 20px 0 10px;
  }

  .footer-row {
    padding-left: 25px;
    padding-right: 25px;
  }

  .section {
    flex-direction: column;
  }

  .page-padding {
    padding-left: 1%;
    padding-right: 1%;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 479px) {
  .burger-icon {
    color: var(--steel-blue);
    font-size: 30px;
  }

  .nav-bar {
    position: relative;
  }

  .menu-button-2 {
    flex: 0 auto;
    margin-right: 0;
  }

  .wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .wrapper.navbar-2 {
    padding-right: 8px;
  }

  .nav-logo-2 {
    padding-left: 5px;
  }

  .feature-info-icon {
    margin-top: -3px;
  }

  .image-section-overlay {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .image-section-overlay.color {
    padding: 20px;
  }

  .feature-info-block {
    margin-bottom: 30px;
  }

  .section-title-wrapper {
    width: 100%;
    margin-bottom: 30px;
  }

  .section-title-wrapper.full {
    margin-bottom: 20px;
    padding-right: 0;
  }

  .section-title {
    line-height: 26px;
  }

  .feature-info-title {
    margin-bottom: 12px;
  }

  .simple-footer {
    padding-top: 35px;
  }

  .footer-logo-column-left {
    padding-bottom: 10px;
  }

  .button {
    margin-top: 10px;
    padding-left: 19px;
    padding-right: 19px;
  }

  .footer-menu-column {
    flex-direction: column;
    justify-content: center;
  }

  .footer-row {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-11 {
    flex-direction: column;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }
}


