 /*index*/
 .home-slider {
      height: 200px;
    }

    .carousel-inner .item {
      opacity: 0;
      transition: none;
      transform: translate3d(0,0,0) !important;
    }
    
    .carousel-inner .active {
      transition: opacity 1s ease-in-out;
      opacity: 1;
    }

    @media (min-width: 768px) {
      .carousel-inner>.item>img, .carousel-inner>.item>a>img {
        width: 100%;
        height: 525px !important;
      }
    }

    .logo {
      height: auto;
      width: 100%;
      max-width: 720px;
    }

    .top-nav-bar {
      background-color: white;
      margin: 35px 0 10px 0;
      padding: 0;
    }

    #top-nav > ul > li > a{
        font-size: 20px;
        /*margin: 15px;*/
        font-weight: 400;
        color: #555;
        display: block;
        text-transform: uppercase;
        font-family: Serif;
        src: url(fonts/PlayfairDisplaySC-Regular.ttf);
    }

    #top-nav > ul > li > a.gallery{
        margin: 15px;
    }

    @media (max-width: 992px) {
     #top-nav > ul > li > a{
        font-size: 16px;
      }
    }

    ul.nav-pills {
        text-align: center;
    }
   .nav-pills>li {
        display: inline-block !important;
        float: none !important;
    }

    @media (max-width: 468px) {
    .nav-pills>li {
        display: block !important;
        float: none !important;
      }
    }

    .btn {
      margin: auto !important;
      width: 25%;
    }

      .row.display-flex {
        display: flex;
        flex-wrap: wrap;
      }
      .thumbnail.services {
        height: 100%;
      }

      .thumbnail.service_card {
        height: 50%;
      }

      .w-100 {
        width: 100%;
      }

      .thumbnail.gallery {
        box-shadow: 0 2px 6px 0 rgb(0, 0, 0, 0.18);
      }

      .thumbnail.gallery:hover {
        box-shadow: 0 4px 12px 0 rgb(0, 0, 0, 0.18);
      }

      .thumbnail.gallery img{
          width: 100% !important;
          min-height: 407px !important;
          display: block !important;
      }

      @media (max-width: 768px) {
        .thumbnail.gallery img{
          min-height: 0 !important;
      }
      }

      .thumbnail.social-card {
        min-height: 300px;
        padding: 15px;
      }

      .caption h3 {
        font-family: 'Economica',Arial,sans-serif;
        font-size: 30px;
      }

      a.gallery:hover {
        text-decoration: none;
      }

      /*.thumbnail > img {
        height: 150px !important;
      }*/

      .gallery-spacing {
        margin-bottom: 30px;
      }
  
  .footer-spacing {
    margin-top: 30px;
  }

    #top-nav > ul a:hover{color: #990033;}
    #top-nav .current{color: #990033 !important;}
    .carousel-caption {
      position: fixed;
      border: 2px solid #669933;
      padding: 10px;
      box-shadow: 3px 3px #990033;
      opacity: 0.6;
      border-radius: 10px;
      font-size: 24px;
      font-family: Serif;
      /*src: url(fonts/PlayfairDisplaySC-Regular.ttf);*/
      background: url(../img/skelatal_weave.png) repeat #FFFFFF;
      line-height: 1.0;
    }
    .carousel-caption {
      text-shadow: none !important;
      padding-top: 5px !important;
    }
    .carousel-caption h2 {
      margin-bottom: 5px;
      margin-top: 0;
      font-family: 'Economica',Arial,sans-serif;
      font-size: 40px;
      color: #000000;
    }
    .carousel-caption p {
      margin-bottom: 15px;
      font-family: 'Economica',Arial,sans-serif;
      color: #000000;
    }

    @media (max-width: 576px) {
      .carousel-caption h2 {
        font-size: 25px;
      }
      .carousel-caption p {
        font-size: 15px;
      }
    }

    blockquote {
      border-left: 3px solid #990033 !important;
    }

    .space40 {
      padding: 40px 0 40px 10px;
    }


    /*Gallery*/

    /*body {
      font-family: Verdana, sans-serif;
      margin: 0;
    }*/

    /** {
      box-sizing: border-box;
    }*/

    /*.row > .column {
      padding: 0 8px;
    }*/

    /*.row:after {
      content: "";
      display: table;
      clear: both;
    }*/

    .column {
      float: left;
      width: 25%;
    }

    /* The Modal (background) */
    .modal {
      display: none;
      position: fixed;
      z-index: 1;
      padding-top: 50px;
      left: 0;
      top: 0;
      margin: 0;
      width: 100%;
      height: 100%;
      overflow: auto;
      /*background-color: #990033;*/
      background: url(../img/skelatal_weave.png) repeat #FFFFFF;
    }

    /* Modal Content */
    .modal-content {
      position: relative;
      background-color: #fefefe;
      margin: auto;
      padding: 0;
      width: auto !important;
      max-width: 1200px;
    }

    /* The Close Button */
    .close {
      /*color: white;*/
      position: absolute;
      top: 10px;
      right: 10px;
      font-size: 35px;
      font-weight: bold;
    }

    .close:hover,
    .close:focus {
      color: #999;
      text-decoration: none;
      cursor: pointer;
    }

    .mySlides {
      display: none;
    }

    .cursor {
      cursor: pointer;
    }

    /* Next & previous buttons */
    .prev,
    .next {
      cursor: pointer;
      position: absolute;
      top: 50%;
      width: auto;
      padding: 16px;
      margin-top: -50px;
      color: white;
      font-weight: bold;
      font-size: 20px;
      transition: 0.6s ease;
      border-radius: 0 3px 3px 0;
      user-select: none;
      -webkit-user-select: none;
    }

    /* Position the "next button" to the right */
    .next {
      right: 0;
      border-radius: 3px 0 0 3px;
    }

    /* On hover, add a black background color with a little bit see-through */
    .prev:hover,
    .next:hover {
      background-color: rgba(0, 0, 0, 0.8);
    }

    /* Number text (1/3 etc) */
    .numbertext {
      color: #f2f2f2;
      font-size: 12px;
      padding: 8px 12px;
      position: absolute;
      top: 0;
    }

    img {
      margin-bottom: -4px;
    }

    .caption-container {
      text-align: center;
      background-color: black;
      padding: 2px 16px;
      color: white;
    }

    .demo {
      opacity: 0.6;
    }

    .active,
    .demo:hover {
      opacity: 1;
    }

    img.hover-shadow {
      transition: 0.3s;
    }

    .hover-shadow:hover {
      box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }

#gallery img {
  height: 75vw;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 576px) {
  #gallery img {
    height: 35vw;
  }
}

.carousel-item img {
  height: 60vw;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 576px) {
  .carousel-item img {
    height: 350px;
  }
}

* {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#gallery.custom {
  padding: 0 15px;
}
#gallery.custom img {
  display: block;
  margin: 15px 0;
  border-radius: 300px 30px 300px 300px;
}
#gallery.custom img:hover {
  border-radius: 30px 90px 30px 30px;
}



/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}
@media (min-width: 576px) {
  .switch {
    margin: 0;
  }
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #2196f3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.switch-wrap {
  text-align: center;
  background-color: #b1fbc1;
  padding: 30px;
  border-radius: 3px;
  margin: 30px 0 0;
}
@media (min-width: 576px) {
  .switch-wrap {
    position: fixed;
    bottom: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
            align-items: center;
    width: 100%;
    -webkit-box-pack: center;
            justify-content: center;
    padding: 10px;
  }
}

.switch-text {
  display: block;
  margin: 0.5em;
}
@media (min-width: 576px) {
  .switch-text {
    margin: 0 1em 0 0;
  }
}

.info-disclaimer {
  text-align: center;
  padding: 15px;
}

.btn-primary {
  background-color:#990033 !important;
}

/* .btn-default {
  background-color: #669933 !important;
  color:#fff !important;
} */

.index-cards {
  box-shadow: 0 2px 6px 0 rgb(0, 0, 0, 0.18);
}

.form-i {
  margin-bottom: 25px;
}

.service-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.houzz-img {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
}