﻿body {
  background-color: #1e384b;
}

#container {
  max-width: none;
}

#container, #content {
  background-color: #ffffff;
}

.architectural-style-background {
  background-color: #1e384b;
}

.content {
  background-color: #ffffff;
}

.content.top {
  text-align: center;
}

.hero {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 100%;
  height: 630px;
  overflow: hidden;
}

.header {
  position: relative;
  z-index: 2;
  display: inline-block;
  max-width: 560px;
  margin: -200px auto 0 auto;
  padding: 30px 60px 20px 60px;
  background-color: #d5d0ca;
  text-align: center;
}

  .header h1 {
    margin-top: 0;
    padding-top: 0;
    font-family: utopia-std-display, sans-serif;
    font-size: 2.0625rem;
    font-weight: 100;
    color: #1e384b;
    text-transform: none;
  }

  .header h4 {
    margin-top: 12px;
    font-family: utopia-std-display, sans-serif;
    font-size: 1.1rem;
    color: #1e384b;
    font-weight: 400;
  }

  .header p {
    font-family: utopia-std-display, sans-serif;
    font-size: 1.1rem;
    color: #cf202e;
  }

.breadcrumbs {
  margin-top: 20px;
  margin-left: 40px;
  margin-right: 40px;
  margin-bottom: 20px;
  padding-top: 10px;
  font-family: acumin-pro, sans-serif;
  font-size: .75rem;
  font-weight: 400;
  border-top: 1px solid #d5d0ca;
}

  .breadcrumbs a:link, .breadcrumbs a:visited {
    color: #3d5567;
  }

.gallery-section {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}

  .gallery-section div {
    position: relative;
  }

    .gallery-section div p {
      position: absolute;
      bottom: 20px;
      left: 0;
      padding: 20px;
      font-size: .9rem;
      line-height: 1.1;
      color: #1e384b;
      background-color: #e4e1dc;
    }

    .gallery-section div p span {      
      font-size: .8rem;
    }

  .gallery-section img {
    width: 624px;
    height: 425px;
  }

  .slick-slide {
    opacity: .2;
  }

  .slick-current {
    opacity: 1;
  }

  .slick-dots {
    bottom: -30px !important;
  }

.nav button {
  margin: 0;
  padding: 0 4px;
  font-family: acumin-pro-wide;
  font-size: 1.5rem !important;
  color: #202020;
  background-color: transparent;
  border: none;
}

.content.gallery {
  position: relative;
}

.nav {
  position: absolute;
  bottom: -32px;
  right: 450px;
}

.custom-previous {
  position: absolute;
  left: -270px;
}

.exterior-interior-wrapper {
  position: relative;
  margin-top: 60px;
  padding-top: 20px;
}

  .exterior-interior-wrapper.exterior {
    background-color: #e4e1dc;
  }

.exterior-interior-wrapper.interior {
  margin-top: 0;
}

.icon-exterior-interior {
  position: absolute;
  top: -3px;
  left: 40px;
}

.icon-exterior-interior.interior {
  top: 0;
}

.exterior-interior-header {
  display: flex;
  justify-content: space-between;
  margin-left: 100px;
  margin-right: 80px;
}

.exterior-interior-header h3 {
  
  font-weight: 100;
  color: #3d5567;
  line-height: 1;
}

  .exterior-interior-header h3 span {
    font-family: acumin-pro-wide;
  }

  .exterior-interior-header h4 {
    font-family: acumin-pro-wide;
    font-weight: 900;    
  }

    .exterior-interior-header h4 a:link, .exterior-interior-header h4 a:visited {
      font-family: acumin-pro-wide;
      color: #d0202f;
      text-decoration: none;
      border-bottom: 2px solid #d0202f;
    }

.exterior-interior {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  column-gap: 40px;
  margin-top: 60px;
}

  .exterior-interior p {
    max-width: 120px;
    height: 5rem;
    margin-top: 6px;
    line-height: 1.2;
    font-size: .8rem;
    color: #1e384b;
  }

  .exterior-interior p span {
    font-weight: bold;
  }

  .exterior-interior p.wide {
    max-width: 170px;
  }

@media(max-width: 1200px) {
  .custom-previous, .custom-next {
    display: none !important;
  }
}

@media(max-width: 1080px) {
  .exterior-interior {
    flex-wrap: wrap;
  }
}

@media(max-width: 768px) {
  .exterior-interior-header {
    margin-right: 20px;
  }
}

@media(max-width: 600px) {
  .content {
    padding: 0;
  }
}

@media(max-width: 480px) {
  .header {
    padding: 30px 20px 20px 20px;
  }
}

@media(max-width: 450px) {
  .content {
    padding: 0;
  }

  .exterior-interior-header {
    margin-right: 0;
  }
}