* {
  margin: 0;
  padding: 0;
}

.color-primary {
  color: white;
}

.color-secondary {
  color: black;
}

.color-tertiary {
  color: #cd8460;
}

.bg-primary {
  background-color: white;
}

.bg-secondary {
  background-color: black;
}

.bg-tertiary {
  background-color: #cd8460;
}

img {
  max-height: 100%;
  max-width: 100%;
}

h1,
h2 {
  font-size: 2rem;
  line-height: 2.5rem;
}

h4 {
  font-size: 1.2rem;
  line-height: 1.7rem;
}

p,
footer {
  font-size: 0.9rem;
  line-height: 1.4rem;
}

.bullet {
  font-size: 1.2rem;
  font-weight: bold;
  margin-right: 5px;
}

.site-links {
  display: flex;
  gap: 8px;
  justify-content: center;
}
.site-links a {
  align-items: center;
  display: flex;
  justify-content: center;
  text-decoration: none;
}
.site-links a img {
  height: 30px;
  width: 30px;
}

.primary-button {
  display: flex;
}
.primary-button a {
  align-items: center;
  background-color: #cd8460;
  box-shadow: 0 0 1px rgb(151.3923444976, 81.8851674641, 47.6076555024);
  color: white;
  cursor: pointer;
  display: flex;
  font-family: ballinger-condensed, sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 22px;
  justify-content: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 250ms, box-shadow 250ms;
  padding: 8px 35px;
}
.primary-button a:hover {
  background-color: rgb(190.1913875598, 102.8708133971, 59.8086124402);
  box-shadow: 0 0 3px rgb(73.7942583732, 39.9138755981, 23.2057416268);
}

.padding-left {
  padding-left: 20px !important;
}

.padding-left-sm {
  padding-left: 20px !important;
}

.padding-right {
  padding-right: 20px !important;
}

.padding-right-sm {
  padding-right: 20px !important;
}

.margin-left {
  margin-left: 20px !important;
}

.margin-left-sm {
  margin-left: 20px !important;
}

.margin-right {
  margin-right: 20px !important;
}

.margin-right-sm {
  margin-right: 20px !important;
}

.black-line-1 {
  background-color: black;
  color: transparent;
  height: 5px;
}

.spacer {
  color: transparent;
  height: 40px;
}

@media screen and (min-width: 768px) {
  .padding-left {
    padding-left: 50px !important;
  }
  .padding-left-md {
    padding-left: 50px !important;
  }
  .padding-right {
    padding-right: 50px !important;
  }
  .padding-right-md {
    padding-right: 50px !important;
  }
  .margin-left {
    margin-left: 50px !important;
  }
  .margin-left-md {
    margin-left: 50px !important;
  }
  .margin-right {
    margin-right: 50px !important;
  }
  .margin-right-md {
    margin-right: 50px !important;
  }
}
@media screen and (min-width: 1024px) {
  .padding-left {
    padding-left: 40px !important;
  }
  .padding-left-lg {
    padding-left: 40px !important;
  }
  .padding-right {
    padding-right: 40px !important;
  }
  .padding-right-lg {
    padding-right: 40px !important;
  }
  .margin-left {
    margin-left: 40px !important;
  }
  .margin-left-lg {
    margin-left: 40px !important;
  }
  .margin-right {
    margin-right: 40px !important;
  }
  .margin-right-lg {
    margin-right: 40px !important;
  }
  .spacer {
    height: 50px;
  }
}
@media screen and (min-width: 1280px) {
  html {
    font-size: 17px;
  }
  h1,
  h2 {
    font-size: 2.4rem;
  }
  .padding-left {
    padding-left: 120px !important;
  }
  .padding-left-xl-1 {
    padding-left: 120px !important;
  }
  .padding-right {
    padding-right: 120px !important;
  }
  .padding-right-xl-1 {
    padding-right: 120px !important;
  }
  .margin-left {
    margin-left: 120px !important;
  }
  .margin-left-xl-1 {
    margin-left: 120px !important;
  }
  .margin-right {
    margin-right: 120px !important;
  }
  .margin-right-xl-1 {
    margin-right: 120px !important;
  }
}
@media screen and (min-width: 1366px) {
  h2 {
    font-size: 2.6rem;
    line-height: 3.1rem;
  }
  h4 {
    font-size: 1.3rem;
    line-height: 1.7rem;
  }
  p,
  footer {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media screen and (min-width: 1440px) {
  .padding-left {
    padding-left: 150px !important;
  }
  .padding-left-xl-3 {
    padding-left: 150px !important;
  }
  .padding-right {
    padding-right: 150px !important;
  }
  .padding-right-xl-3 {
    padding-right: 150px !important;
  }
  .margin-left {
    margin-left: 150px !important;
  }
  .margin-left-xl-3 {
    margin-left: 150px !important;
  }
  .margin-right {
    margin-right: 150px !important;
  }
  .margin-right-xl-3 {
    margin-right: 150px !important;
  }
}
@media screen and (min-width: 1536px) {
  html {
    font-size: 18px;
  }
  .padding-left {
    padding-left: 190px !important;
  }
  .padding-left-xl-4 {
    padding-left: 190px !important;
  }
  .padding-right {
    padding-right: 190px !important;
  }
  .padding-right-xl-4 {
    padding-right: 190px !important;
  }
  .margin-left {
    margin-left: 190px !important;
  }
  .margin-left-xl-4 {
    margin-left: 190px !important;
  }
  .margin-right {
    margin-right: 190px !important;
  }
  .margin-right-xl-4 {
    margin-right: 190px !important;
  }
}
@media screen and (min-width: 1600px) {
  .padding-left {
    padding-left: 220px !important;
  }
  .padding-left-xl-5 {
    padding-left: 220px !important;
  }
  .padding-right {
    padding-right: 220px !important;
  }
  .padding-right-xl-5 {
    padding-right: 220px !important;
  }
  .margin-left {
    margin-left: 220px !important;
  }
  .margin-left-xl-5 {
    margin-left: 220px !important;
  }
  .margin-right {
    margin-right: 220px !important;
  }
  .margin-right-xl-5 {
    margin-right: 220px !important;
  }
}
@media screen and (min-width: 1900px) {
  html {
    font-size: 20px;
  }
  h2 {
    font-size: 3rem;
  }
  .padding-left {
    padding-left: 300px !important;
  }
  .padding-left-xl-6 {
    padding-left: 300px !important;
  }
  .padding-right {
    padding-right: 300px !important;
  }
  .padding-right-xl-6 {
    padding-right: 300px !important;
  }
  .margin-left {
    margin-left: 300px !important;
  }
  .margin-left-xl-6 {
    margin-left: 300px !important;
  }
  .margin-right {
    margin-right: 300px !important;
  }
  .margin-right-xl-6 {
    margin-right: 300px !important;
  }
}
header .logo {
  padding: 10px;
}
header .logo a {
  display: flex;
}
header .logo a img {
  padding-bottom: 10px;
}
header .topbar {
  background-color: black;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 30px 0;
  font-family: ballinger-condensed, sans-serif;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 3px;
}
header .topbar > div.site-links a img {
  filter: invert(90%) sepia(21%) saturate(5904%) hue-rotate(312deg) brightness(86%) contrast(85%);
}
header .topbar > div:not(.site-links) {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
header .topbar > div:not(.site-links) a {
  color: white;
  text-decoration: none;
}
header .topbar > div:not(.site-links) a.estimate {
  padding: 8px 10px;
  border-bottom: 2px solid white;
  border-top: 2px solid white;
}
header .navbar {
  border-top: 5px solid #cd8460;
}

@media screen and (min-width: 1024px) {
  header {
    border-bottom: 5px solid #cd8460;
    display: grid;
    grid-template-columns: 40% 1fr;
    grid-template-rows: 60px 60px;
    grid-template-areas: "logo topbar" "logo navbar";
  }
  header .logo {
    align-items: center;
    border-right: 3.8px solid #cd8460;
    display: flex;
    grid-area: logo;
    height: 100%;
    padding-bottom: 0;
    padding-top: 0;
  }
  header .topbar {
    flex-direction: row;
    gap: 20px;
    grid-area: topbar;
    justify-content: flex-end;
    letter-spacing: 1.5px;
    padding: 15px;
  }
  header .topbar > div:not(.site-links) {
    flex-direction: row;
    gap: 20px;
  }
  header .navbar {
    background-color: white;
    border-top: 0;
    grid-area: navbar;
  }
  header .navbar .mainnav > li > a {
    align-items: center;
    display: flex;
    height: 100%;
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 1280px) {
  header .topbar {
    letter-spacing: 2.5px;
  }
}
@media screen and (min-width: 1366px) {
  header .topbar {
    letter-spacing: 3px;
  }
}
.highlight-1 {
  align-items: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  height: 300px;
}
.highlight-1 > div {
  width: calc(100% - 40px);
  text-align: center;
}
.highlight-1 > div p {
  background-color: black;
  color: white;
  font-size: 1.1rem;
  padding: 5px 0;
}
.highlight-1 > div h1 {
  background-color: rgba(255, 255, 255, 0.9);
  color: black;
  padding: 10px 0 30px 0;
}
.highlight-1 > div .primary-button {
  transform: translateY(-20.5px);
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .highlight-1 {
    height: 400px;
  }
  .highlight-1 > div {
    width: 600px;
  }
}
@media screen and (min-width: 1024px) {
  .highlight-1 {
    height: 500px;
  }
  .highlight-1 > div p {
    font-size: 1.2rem;
    padding: 6px 0;
  }
}
@media screen and (min-width: 1280px) {
  .highlight-1 {
    height: 550px;
  }
}
@media screen and (min-width: 1536px) {
  .highlight-1 {
    height: 600px;
  }
  .highlight-1 > div {
    width: 740px;
  }
}
.section-1 {
  align-items: center;
  display: grid;
  gap: 30px;
  grid-template-areas: "details" "image";
  grid-template-columns: 1fr;
  grid-template-rows: auto auto;
  padding: 60px 20px;
  text-align: center;
}
.section-1 > div:first-of-type {
  border: 3px solid black;
  grid-area: image;
  display: flex;
}
.section-1 > div:first-of-type img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.section-1 > div:last-of-type {
  grid-area: details;
}
.section-1 > div:last-of-type .sub-title {
  color: #cd8460;
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.section-1 > div:last-of-type .primary-button {
  justify-content: center;
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .section-1 {
    grid-template-areas: "details details details" ". image .";
    grid-template-columns: 1fr 400px 1fr;
  }
}
@media screen and (min-width: 1024px) {
  .section-1 {
    text-align: left;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr auto;
    grid-template-areas: "image details" ". details";
    row-gap: 0;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .section-1 > div:first-of-type {
    border: 6px solid black;
    border-left: 0;
    height: 300px;
  }
  .section-1 > div:last-of-type .primary-button {
    justify-content: flex-start;
  }
}
@media screen and (min-width: 1536px) {
  .section-1 > div:first-of-type {
    height: 380px;
  }
}
.section-2 {
  background-color: black;
  display: grid;
  text-align: center;
}
.section-2 h2 {
  border-bottom: 5px solid #cd8460;
  color: white;
  padding: 7px 0;
}
.section-2 > div {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 50px;
       column-gap: 50px;
  justify-content: center;
  margin: 30px 0 15px 0;
  row-gap: 10px;
}
.section-2 > div article {
  display: grid;
  grid-template-columns: 1fr;
  width: 250px;
}
.section-2 > div article div {
  border-radius: 50%;
  height: 250px;
  width: 250px;
}
.section-2 > div article div img {
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 100%;
  width: 100%;
}
.section-2 > div article a {
  background-color: white;
  border: 3.5px solid #cd8460;
  color: black;
  cursor: pointer;
  font-weight: 900;
  padding: 8px;
  text-decoration: none;
  transform: translateY(-180%);
  transition: background-color 250ms, border 250ms;
}
.section-2 > div article a:hover {
  background-color: rgb(229.5, 229.5, 229.5);
  border: 3.5px solid rgb(190.1913875598, 102.8708133971, 59.8086124402);
}

.section-3 {
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}
.section-3 > div:last-of-type {
  background-color: rgba(255, 255, 255, 0.75);
  padding: 60px 20px;
}
.section-3 > div:last-of-type h2 {
  margin-bottom: 30px;
  text-align: center;
}
.section-3 > div:last-of-type aside {
  border-left: 3.5px solid #cd8460;
}
.section-3 > div:last-of-type aside div {
  border-top: 3.5px solid #cd8460;
  width: 12px;
}
.section-3 > div:last-of-type aside h4,
.section-3 > div:last-of-type aside p {
  transform: translate(17px, -26px);
}
.section-3 > div:last-of-type aside h4 {
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .section-3 > div:last-of-type {
    display: grid;
    grid-template-columns: auto;
    justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .section-3 {
    display: grid;
    grid-template-columns: calc(50% - 15px) calc(50% + 15px);
  }
  .section-3 > div:last-of-type {
    justify-content: flex-start;
    padding-left: 30px;
  }
  .section-3 > div:last-of-type h2 {
    text-align: left;
  }
}
.section-4 {
  background-color: white;
  color: black;
  padding: 60px 20px;
}
.section-4 h2 {
  margin-bottom: 20px;
  text-align: center;
}
.section-4 > div {
  -moz-column-gap: 60px;
       column-gap: 60px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 60px;
}
.section-4 > div article {
  border-left: 6px solid #cd8460;
  border-bottom: 6px solid #cd8460;
  width: 300px;
}
.section-4 > div article .image-container {
  display: flex;
  height: 330px;
}
.section-4 > div article .image-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.section-4 > div article p {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: -20px;
  padding: 7px 10px;
}
.section-4 > div article .primary-button {
  justify-content: flex-end;
  transform: translateY(calc(50% + 3px));
}

.section-5 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.section-5 > div {
  background-color: rgba(255, 255, 255, 0.75);
  display: flex;
  color: black;
  flex-direction: column;
  gap: 20px;
  padding: 60px 20px;
  text-align: center;
}
.section-5 > div .site-links {
  display: flex;
  gap: 8px;
  justify-content: center;
}
.section-5 > div .site-links a {
  align-items: center;
  display: flex;
  justify-content: center;
  text-decoration: none;
}
.section-5 > div .site-links a img {
  height: 30px;
  width: 30px;
}
.section-5 > div > p a {
  color: black;
  text-decoration: none;
}
.section-5 .contact-form {
  display: grid;
  gap: 8px;
  padding: 60px 30px;
}
.section-5 .contact-form input,
.section-5 .contact-form textarea {
  border: 1px solid rgb(105, 105, 105);
  box-shadow: 0 0 1px rgb(79.5, 79.5, 79.5);
  font-size: 0.9rem;
}
.section-5 .contact-form textarea {
  resize: none;
}
.section-5 .contact-form .primary-button {
  justify-content: center;
}

@media screen and (min-width: 1024px) {
  .section-5 {
    display: grid;
    grid-template-columns: 55% 45%;
  }
  .section-5 > div {
    text-align: left;
  }
  .section-5 > div .site-links {
    justify-content: flex-start;
  }
}
@media screen and (min-width: 1366px) {
  .section-5 > div {
    padding-right: 120px;
  }
  .section-5 .contact-form {
    padding-left: 50px;
  }
}
footer {
  background-color: black;
  color: white;
  padding: 30px 20px;
  text-align: center;
}
footer a {
  color: #cd8460;
  text-decoration: none;
}/*# sourceMappingURL=styles.css.map */