/* =======================================================
   index.cleaned.css

   Page-specific home page styles.
   Shared visual system should be loaded before this file:
   praz.cleaned.css
   mods-2025-style.cleaned.css
   components.praz.css
   forms.praz.css
   ======================================================= */

/* -------------------------------------------------------
   HERO / FACADE
------------------------------------------------------- */
.facade {
  background: url("../graphics/bg-mountain-effect.png") no-repeat center top 128px / cover;
}

.facade img {
  margin-top: 60px;
  position: relative;
  width: 100%;
}

.facade-lower {
  background-color: #eff4f5;
  padding-bottom: 50px;
  padding-top: 20px;
  position: relative;
}

.facade-lower-panel {
  background-color: #8b231f;
  color: #fff;
  float: left;
  height: 120px;
  padding: 2%;
  position: relative;
  text-align: left;
  top: -20px;
  width: 29%;
}

.facade-lower-panel-short {
  background-color: #f02e2c;
  color: #fff;
  height: 120px;
  padding: 0 2%;
  position: relative;
  text-align: left;
  top: -20px;
  width: 13%;
}

.bg-facade-lower {
  background-color: #8b231f;
  color: #fff;
  padding: 10px 0;
}

.panel-icon {
  float: left;
  padding-bottom: 20px;
}

.panel-text {
  font-family: 'urw-din';
  font-size: 16px;
  line-height: 20px;
}

/* -------------------------------------------------------
   SERVICES
------------------------------------------------------- */
.services-block {
  background-color: #fbfbfb;
}

.services-title {
  padding-bottom: 42.5px;
  padding-top: 42.5px;
}

.service-block {
  background: #fff;
  border-radius: 1px;
  box-shadow: 0 11px 16px #00657929;
  margin-bottom: 50px;
  padding: 0 0 20px;
}

.service-photo img {
  width: 100%;
}

.service-text-txt {
  color: #8b231f;
  font-family: 'urw-din';
  font-size: 14px;
  height: 75px;
  letter-spacing: 0;
  padding: 0 10px;
  text-align: center;
}

.service-title {
  padding-bottom: 34px;
  padding-top: 21px;
}

.service-title-txt {
  color: #8b231f;
  font-family: kallisto;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2.16px;
  text-align: center;
  text-transform: uppercase;
}

/* -------------------------------------------------------
   FEEDBACK
------------------------------------------------------- */
.feedback {
  background-color: #8b231f;
  margin-bottom: 50px;
  max-height: 500px;
  overflow: hidden;
}

.fb-photo img {
  width: 100%;
}

.fb-nav {
  background-color: #f02e2c;
  border: 1px solid;
  border-radius: 50%;
  color: #efedde;
  height: 24px;
  padding-left: 0;
  padding-top: 2px;
  width: 24px;
}

.cite,
.cite-author,
.cite-text {
  color: #fff;
  text-align: center;
}

.cite-author {
  font-family: 'urw-din';
  font-size: 16px;
}

.cite-text {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 20px;
  font-style: italic;
  line-height: 30px;
}

blockquote {
  border: none;
  font-family: Georgia, "Times New Roman", Times, serif;
  margin-bottom: -30px;
  quotes: "\201C""\201D""\2018""\2019";
}

blockquote h3,
blockquote .cite {
  font-size: 21px;
}

blockquote .cite::before {
  color: #fff;
  content: open-quote;
  font-size: 100px;
  font-weight: bold;
}

/* -------------------------------------------------------
   HOME CONTACT FORM
------------------------------------------------------- */
#contact .praz-form {
  margin-bottom: 40px;
}

#contact .field-praz {
  background-color: #fcf8f7;
  border: 2px solid #d9b7b5;
  border-radius: 3px;
  color: #1d1d1b;
  min-height: 48px;
}

#contact .field-praz:focus {
  background-color: #fff;
  border-color: #f02e2c;
  box-shadow: 0 0 0 0.15rem rgba(240, 46, 44, 0.18);
}

/* -------------------------------------------------------
   SOCIAL
------------------------------------------------------- */
.social-icon {
  color: #8b231f;
}

.social-icon-footer {
  background-color: #cddfe3;
}

.social-txt {
  color: #8b231f;
  font: normal normal normal 18px/23px urw-din;
  letter-spacing: 0;
  opacity: 1;
  padding-bottom: 30px;
  padding-top: 50px;
  text-align: center;
}

.text-outline {
  -webkit-text-stroke: 2px #8b231f;
  text-stroke: 2px #8b231f;
}

.text-outline-footer {
  -webkit-text-stroke: 2px #8b231f;
  color: #8b231f;
}

/* -------------------------------------------------------
   RESPONSIVE
------------------------------------------------------- */
@media only screen and (min-width: 992px) {
  .mobile-show {
    display: none;
  }
}

@media only screen and (max-width: 992px) {
  .mobile-hide {
    display: none;
  }

  .mobile-show {
    display: block;
  }

  .panel-icon img {
    width: 80%;
  }

  .panel-text {
    padding-left: 10px;
  }

  .sub-title-txt {
    font-size: 3.2vw;
    line-height: 3.2vw;
  }

  .title-txt {
    font-size: 3vw;
  }
}

@media only screen and (max-width: 575px) {
  .facade img {
    margin-top: 30px;
  }
}
