body {
  font-family:'Quattrocento Sans', sans-serif;
  color: #5d6366;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
h1 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: Cabin, sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.5px;
}
h2 {
  font-family: Cabin, sans-serif;
  color: #5d6366;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.75px;
}
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}
h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}
p {
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 23px;
  text-align: justify;
  letter-spacing: 1px;
}
.button {
  display: inline-block;
  padding: 4px 15px;
  background-color: black;
  color: white;
  text-align: center;
  text-decoration: none;
}
.navbar {
  z-index: 1000;
  background-color: transparent;
}
.logo-header {
  width: 398px;
  height: 100px;
  margin-left: 5px;
  background-image: url('../images/logo.svg');
  background-position: 0px 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
}
.nav-sidebar {
  margin-left: 5px;
  float: left;
}
.footer-container {
  position: relative;
  margin-top: 100px;
}
.footer-text {
  float: right;
  font-family: Cabin, sans-serif;
  color: #d5d5d5;
  font-size: 12px;
  text-align: right;
  letter-spacing: 1px;
}
.main-div {
  position: relative;
  margin-top: 32px;
}
.link {
  letter-spacing: 1.25px;
  text-decoration: none;
  text-transform: none;
}
.link:hover {
  color: #d5d5d5;
}
.link.footer-link {
  color: #d5d5d5;
}
.link.footer-link:hover {
  color: #5d6366;
}
.link.nav-link {
  width: 75px;
  height: 30px;
  padding: 5px 0px;
  float: left;
  clear: both;
  font-family: Cabin, sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: none;
}
.link.nav-link:hover {
  background-color: transparent;
  color: #d5d5d5;
}
.link.nav-link.w--current {
  color: #5d6366;
}
.link.paragraph-link {
  font-family:'Quattrocento Sans', sans-serif;
  color: #5d6366;
  font-weight: 700;
  letter-spacing: 0.75px;
}
.link.paragraph-link:hover {
  color: #d5d5d5;
}
.link.h2-link {
  color: #5d6366;
}
.link.h2-link:hover {
  color: #d5d5d5;
}
.home-image {
  padding-right: 10%;
}
.footer-div {
  margin-bottom: 5px;
  padding-top: 5px;
  border-top: 1px solid #d5d5d5;
}
.header-div {
  height: 100%;
}
.project-listing-thumbnail {
  height: 200px;
  margin-bottom: 5px;
}
.project-listing-div {
  margin-bottom: 30px;
}
.gallery {
  margin-top: 30px;
  padding-bottom: 5px;
  border-bottom: 1px solid #d5d5d5;
  font-family:'Quattrocento Sans', sans-serif;
  font-weight: 400;
}
.date {
  text-align: right;
}
@media (max-width: 991px) {
}
@media (max-width: 767px) {
  h1 {
    padding-top: 25px;
    border-top: 1px solid #d5d5d5;
  }
  .logo-header {
    position: relative;
    width: 325px;
    height: 60px;
    margin-left: 6.25%;
  }
  .nav-sidebar {
    width: 500px;
    max-height: 170px;
    margin-top: 67px;
    border-bottom: 1px solid #d5d5d5;
    background-color: white;
  }
  .footer-container {
    margin-top: 25px;
  }
  .main-div {
    margin-top: 0px;
    margin-right: 3.5%;
    margin-left: 3.5%;
    padding-left: 0px;
  }
  .link.nav-link {
    margin-right: 10%;
    float: right;
    clear: both;
    text-align: right;
    text-transform: uppercase;
  }
  .home-image {
    padding-right: 0px;
  }
  .footer-div {
    margin-right: 3%;
    margin-left: 3%;
  }
  .project-listing-thumbnail {
    width: auto;
  }
  .nav-menu-button {
    height: 60px;
    margin-right: 10%;
    padding-right: 0px;
    float: right;
  }
  .nav-menu-button.w--open {
    background-color: white;
  }
  .nav-menu-icon {
    position: relative;
    left: 2px;
    top: 2px;
    width: 21px;
    height: 21px;
    color: #5d6366;
  }
  .nav-menu {
    position: absolute;
    z-index: auto;
    margin-top: 60px;
    background-color: white;
  }
  .gallery {
    margin-top: 0px;
    border-top-style: none;
  }
  .header-column-1 {
    height: 60px;
  }
}
@media (max-width: 479px) {
  .logo-header {
    height: 50px;
  }
  .header-container {
    height: 45px;
  }
  .nav-sidebar {
    margin-top: 61px;
  }
  .nav-menu-button {
    height: 50px;
  }
  .nav-menu-icon {
    top: -4px;
  }
  .nav-menu {
    margin-top: 50px;
  }
  .header-column-1 {
    height: 50px;
  }
  .header-row {
    height: 45px;
  }
}
/****************************************************************/
/****************************************************************/
/****************************************************************/
/****************************************************************/
/****************************************************************/
/****************************************************************/
/****************************************************************/
/****************************************************************/
/****************************************************************/
/************* START Daniel Echevarria Additional Webflow Styles *************/
/* Customer Service */
.w-lightbox-strip {display: none;}
.w-lightbox-backdrop {background: rgba(255,255,255,1.0);}

.w-lightbox-close { background-image: url('/images/close-icon.png');}
.w-lightbox-left { background-image: url('/images/arrow-left.png');}
.w-lightbox-right { background-image: url('/images/arrow-right.png');}

.w-lightbox-image {
max-width: 95vw;
}

.w-lightbox-caption {
position: absolute;
right: 0;
bottom: -20px;
left: 0;
padding: 0;
text-align: right;
background: #ffffff;
}

.w-lightbox-group, .w-lightbox-group .w-lightbox-view, .w-lightbox-group .w-lightbox-view:before {
height: inherit;
}

.w-lightbox-content {
margin-top: 0px;
}

.w-lightbox-backdrop {
font-family:'Quattrocento Sans', sans-serif;
color: #5d6366;
font-size: 14px;
line-height: 20px;
font-weight: 400;
}

.w-nav-overlay {
display: none; 
}
/************* END Daniel Echevarria Webflow Styles *************/