* {
  margin: 0;
  padding: 0;
}

html {
  font-family: arboria, sans-serif;
  letter-spacing: 1px;
  scroll-behavior: smooth;
}

.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-family: ballinger-condensed, sans-serif;
  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: 6px;
  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-top {
  padding-top: 60px !important;
}

.padding-bottom {
  padding-bottom: 60px !important;
}

.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;
}

form input,
form textarea {
  font-family: arboria, sans-serif;
  padding: 8px;
  width: 100%;
}

.gallery {
  display: grid;
  gap: 20px;
}
.gallery img {
  border: 3px solid black;
}

.yoink {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

@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;
  }
  .gallery {
    grid-template-columns: repeat(3, 1fr);
  }
}
@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 {
  font-family: ballinger-condensed, sans-serif;
  position: fixed;
  top: 0;
  z-index: 10;
  width: 100%;
}
header + * {
  margin-top: 102px;
}
header.active .hamburger {
  transform: rotateZ(360deg);
}
header.active nav {
  top: 102px;
}
header section {
  align-items: center;
  background-color: white;
  box-shadow: 0 0 3px gray;
  display: grid;
  grid-template-areas: "topbar topbar" "logo hamburger";
  grid-template-columns: 210px 55px;
  grid-template-rows: auto 60px;
  justify-content: space-between;
}
header section .logo {
  grid-area: logo;
  margin-left: 10px;
}
header section .logo a {
  display: flex;
}
header section .logo a img {
  max-height: 100%;
  max-width: 100%;
}
header section .topbar {
  align-items: center;
  background-color: black;
  display: flex;
  gap: 20px;
  grid-area: topbar;
  justify-content: center;
  padding: 6px 0;
}
header section .topbar > div.site-links a img {
  filter: invert(90%) sepia(21%) saturate(5904%) hue-rotate(312deg) brightness(86%) contrast(85%);
}
header section .topbar > div:not(.site-links) {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
header section .topbar > div:not(.site-links) a {
  color: white;
  font-family: ballinger-condensed, sans-serif;
  font-weight: 700;
  text-decoration: none;
}
header section .topbar > div:not(.site-links) a.estimate {
  padding: 8px 10px;
  border-bottom: 2px solid white;
  border-top: 2px solid white;
}
header section .hamburger {
  background-color: black;
  border: 0;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  grid-area: hamburger;
  height: 45px;
  justify-content: center;
  margin-right: 10px;
  padding: 10px;
  transition: transform 500ms;
}
header section .hamburger span {
  background-color: white;
  border-radius: 1.5px;
  height: 3px;
  width: 25px;
}
header section > nav {
  display: none;
  grid-area: navbar;
}
header > nav {
  align-items: center;
  background-color: white;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 0 3px gray;
  display: grid;
  grid-area: nav;
  padding: 20px 0;
  overflow: hidden;
  width: calc(100% - 20px);
  top: -300%;
  left: 10px;
  position: absolute;
  z-index: -1;
  transition: top 500ms;
}
header > nav > ul {
  list-style-type: none;
  display: grid;
  gap: 8px;
}
header > nav > ul > li {
  display: flex;
  justify-content: center;
}
header > nav > ul > li > a, header > nav > ul > li > span {
  color: black;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
}
header > nav > ul > li.dropdown {
  align-items: center;
  flex-direction: column;
  gap: 10px;
  justify-content: flex-start;
}
header > nav > ul > li.dropdown.active > span svg {
  transform: rotateZ(0deg);
}
header > nav > ul > li.dropdown.active > ul {
  height: 100%;
  display: block;
}
header > nav > ul > li.dropdown > span {
  display: flex;
}
header > nav > ul > li.dropdown > span svg {
  height: 17px;
  width: 17px;
  transform: rotateZ(-90deg);
  transition: transform 500ms;
}
header > nav > ul > li.dropdown > ul {
  border: 2px solid #cd8460;
  border-radius: 10px;
  list-style-type: none;
  width: calc(100% - 40px);
  overflow: hidden;
  display: none;
  height: 0px;
  transition: height 500ms, display 500ms;
}
header > nav > ul > li.dropdown > ul > li {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
header > nav > ul > li.dropdown > ul > li:last-of-type {
  margin-bottom: 10px;
}
header > nav > ul > li.dropdown > ul > li > a {
  font-size: 0.9rem;
  color: black;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
}

@media screen and (min-width: 1024px) {
  header + * {
    margin-top: 125px;
  }
  header section {
    border-bottom: 5px solid #cd8460;
    grid-template-columns: 40% 1fr;
    grid-template-rows: 60px 60px;
    grid-template-areas: "logo topbar" "logo navbar";
  }
  header section .logo {
    align-items: center;
    border-right: 3.8px solid #cd8460;
    display: flex;
    grid-area: logo;
    height: 100%;
  }
  header section .logo img {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  header section .topbar {
    height: 100%;
    gap: 20px;
    justify-content: flex-end;
    padding: 0;
  }
  header section .topbar > div:not(.site-links) {
    flex-direction: row;
    gap: 20px;
  }
  header section .hamburger {
    display: none;
  }
  header section nav {
    display: block;
    height: 100%;
  }
  header section nav > ul {
    display: flex;
    height: 100%;
    justify-content: flex-end;
    list-style-type: none;
  }
  header section nav > ul > li {
    display: flex;
    justify-content: center;
  }
  header section nav > ul > li > a, header section nav > ul > li > span {
    color: black;
    cursor: pointer;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    color: #cd8460;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 0 12px;
    transition: background-color 300ms, color 300ms;
  }
  header section nav > ul > li > a:hover, header section nav > ul > li > span:hover {
    background-color: #0071b9;
    color: white;
  }
  header section nav > ul > li.dropdown {
    align-items: center;
    flex-direction: column;
    gap: 10px;
    justify-content: flex-start;
    position: relative;
  }
  header section nav > ul > li.dropdown.active > span {
    background-color: black;
  }
  header section nav > ul > li.dropdown.active > span svg {
    fill: white;
    transform: rotateZ(0deg);
  }
  header section nav > ul > li.dropdown.active > ul {
    top: 63px;
  }
  header section nav > ul > li.dropdown > span svg {
    fill: #cd8460;
    height: 17px;
    width: 17px;
    transform: rotateZ(-90deg);
    transition: transform 500ms;
  }
  header section nav > ul > li.dropdown > ul {
    background-color: white;
    box-shadow: 0 0 3px gray;
    list-style-type: none;
    width: 200%;
    position: absolute;
    top: -300%;
    left: 0;
    z-index: -1;
    transition: top 500ms;
  }
  header section nav > ul > li.dropdown > ul > li {
    display: flex;
    justify-content: flex-start;
  }
  header section nav > ul > li.dropdown > ul > li:first-of-type {
    margin-top: 10px;
  }
  header section nav > ul > li.dropdown > ul > li:last-of-type {
    margin-bottom: 10px;
  }
  header section nav > ul > li.dropdown > ul > li > a {
    display: block;
    color: black;
    font-weight: bold;
    padding: 8px 12px;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
    transition: background-color 300ms, color 300ms;
  }
  header section nav > ul > li.dropdown > ul > li > a:hover {
    background-color: #cd8460;
    color: white;
  }
}
.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: 0 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-family: ballinger-condensed, sans-serif;
  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: 330px;
  }
  .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: 400px;
  }
}
.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-family: ballinger-condensed, sans-serif;
  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);
}

@media screen and (min-width: 1024px) {
  .section-2 {
    justify-content: center;
  }
  .section-2 > div {
    width: 1000px;
  }
}
@media screen and (min-width: 1280px) {
  .section-2 h2 {
    padding-top: 15px;
  }
}
.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 {
  font-family: ballinger-condensed, sans-serif;
  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-family: ballinger-condensed, sans-serif;
  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;
  }
}
.section-6 {
  align-items: center;
  display: grid;
  gap: 30px;
  grid-template-areas: "details" "image";
  grid-template-columns: 1fr;
  grid-template-rows: auto auto;
  padding: 0 20px;
  text-align: center;
}
.section-6 > div:first-of-type {
  border: 3px solid black;
  grid-area: image;
  display: flex;
}
.section-6 > div:first-of-type img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.section-6 > div:last-of-type {
  grid-area: details;
}
.section-6 > div:last-of-type h2 {
  margin-bottom: 10px;
}
.section-6 > div:last-of-type .sub-title {
  color: #cd8460;
  font-family: ballinger-condensed, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.section-6 > div:last-of-type .primary-button {
  justify-content: center;
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .section-6 {
    grid-template-areas: "details details details" ". image .";
    grid-template-columns: 1fr 400px 1fr;
  }
}
@media screen and (min-width: 1024px) {
  .section-6 {
    text-align: left;
    grid-template-columns: 45% 55%;
    grid-template-rows: 1fr auto;
    grid-template-areas: "image details" ". details";
    gap: 0;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .section-6.alt {
    grid-template-columns: 55% 45%;
    grid-template-areas: "details image" "details .";
  }
  .section-6.alt > div:first-of-type {
    border: 6px solid black;
    border-right: 0;
  }
  .section-6 > div:first-of-type {
    border: 6px solid black;
    border-left: 0;
    height: 300px;
  }
  .section-6 > div:last-of-type h2 {
    background-color: black;
    border-bottom: 6px solid #cd8460;
    color: #cd8460;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .section-6 > div:last-of-type .primary-button {
    justify-content: flex-start;
  }
}
@media screen and (min-width: 1536px) {
  .section-6 > div:first-of-type {
    height: 380px;
  }
}
footer {
  background-color: black;
  color: white;
  padding: 30px 20px;
  text-align: center;
}
footer a {
  color: #cd8460;
  text-decoration: none;
}/*# sourceMappingURL=styles.css.map */