.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

p {
  margin-bottom: 14px;
  line-height: 28px;
}

.brand-image {
  width: 250px;
  color: #444;
}

.body {
  color: #000;
}

.navbar {
  margin: 40px auto 70px;
  background-color: transparent;
}

.content-1-wrapper {
  width: 1000px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

.content-section-1 {
  margin-right: auto;
  margin-bottom: 160px;
  margin-left: auto;
  opacity: 1;
}

.grid {
  justify-items: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -ms-grid-rows: auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto;
}

.footer-section {
  padding-bottom: 60px;
}

.footer-logo {
  display: block;
  width: 200px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
}

.copyright-text {
  width: 300px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.grid-1-wrapper {
  width: auto;
  height: auto;
  background-image: url('../images/BloomTF.jpg');
  background-position: 50% 50%;
  background-size: 495px;
  background-repeat: no-repeat;
  opacity: 1;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.grid-1-wrapper:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.text-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 370px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
  color: #fff;
  text-align: left;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
}

.text-content:hover {
  opacity: 1;
}

.grid-headings {
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: center;
}

.grid-sub-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 24px;
  text-align: center;
}

.grid-3-wrapper {
  background-image: url('../images/RLAGTF.jpg');
  background-position: 50% 50%;
  background-size: 495px;
  background-repeat: no-repeat;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.grid-3-wrapper:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.grid-4-wrapper {
  background-image: url('../images/GaloreTF.jpg');
  background-position: 50% 50%;
  background-size: 495px;
  background-repeat: no-repeat;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.grid-4-wrapper:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.grid-5-wrapper {
  background-image: url('../images/HGTF.jpg');
  background-position: 50% 50%;
  background-size: 495px;
  background-repeat: no-repeat;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: opacity 1000ms ease;
  transition: opacity 1000ms ease;
}

.grid-5-wrapper:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.grid-6-wrapper {
  background-image: url('../images/5BedroomsTF.jpg');
  background-position: 50% 50%;
  background-size: 495px;
  background-repeat: no-repeat;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.grid-6-wrapper:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.grid-7-wrapper {
  background-image: url('../images/BlakeTF.jpg');
  background-position: 50% 50%;
  background-size: 495px;
  background-repeat: no-repeat;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.grid-7-wrapper:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.grid-8-wrapper {
  background-image: url('../images/OddballTF.jpg');
  background-position: 50% 50%;
  background-size: 495px;
  background-repeat: no-repeat;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.grid-8-wrapper:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.grid-9-wrapper {
  background-image: url('../images/OffspringTF.jpg');
  background-position: 50% 50%;
  background-size: 495px;
  background-repeat: no-repeat;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.grid-9-wrapper:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.grid-10-wrapper {
  background-image: url('../images/INXSTF.jpg');
  background-position: 50% 50%;
  background-size: 495px;
  background-repeat: no-repeat;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.grid-10-wrapper:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.h4 {
  margin-top: 25px;
  margin-bottom: 20px;
  font-size: 18px;
  text-align: center;
}

.links-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  max-width: none;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.nav-link {
  margin-right: 40px;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-left: 0px;
  font-size: 16px;
  font-weight: 700;
}

.nav-link.w--current {
  margin-right: 40px;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-left: 0px;
  border-bottom: 1px solid #000;
  color: #000;
  text-decoration: none;
}

.nav-link-2 {
  margin-right: 40px;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-left: 0px;
  font-size: 16px;
  font-weight: 700;
}

.nav-link-2.w--current {
  border-bottom: 1px solid #000;
  color: #000;
}

.nav-link-3 {
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  font-family: 'Fa 400', sans-serif;
  color: #000;
  font-size: 20px;
  font-weight: 700;
}

.grid-2-wrapper {
  background-image: url('../images/OttoTF.jpg');
  background-position: 50% 50%;
  background-size: 495px;
  background-repeat: no-repeat;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.grid-2-wrapper:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.text-span {
  font-size: 22px;
}

.content-section-about {
  margin-bottom: 160px;
}

.content-1-wrapper-copy {
  width: 1000px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

.about-wrapper {
  width: auto;
  max-width: 750px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

.sub-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 14px;
}

.heading-about {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 20px;
}

.paragraph {
  line-height: 25px;
}

.line-rule {
  margin-top: 120px;
  margin-bottom: 120px;
  border-bottom: 1px solid #000;
}

.grid-1-text-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 370px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  -webkit-transition: opacity 1000ms ease;
  transition: opacity 1000ms ease;
  color: #fff;
  text-align: left;
}

.grid-1-text-content:hover {
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.div-block {
  display: block;
  width: 150px;
  height: 50px;
}

.div-block-2 {
  width: 150px;
  height: 50px;
}

@media screen and (max-width: 991px) {
  .content-1-wrapper {
    width: auto;
  }
  .content-section-1 {
    width: auto;
    margin-right: 20px;
    margin-bottom: 100px;
    margin-left: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .grid {
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    justify-items: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto;
  }
  .footer-div {
    padding-top: 0px;
  }
  .grid-1-wrapper {
    width: auto;
    height: auto;
    background-size: cover;
  }
  .text-content {
    height: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }
  .grid-headings {
    font-size: 24px;
    line-height: 34px;
  }
  .grid-sub-heading {
    font-size: 18px;
  }
  .grid-3-wrapper {
    background-position: 50% 50%;
    background-size: cover;
    text-align: left;
    white-space: normal;
  }
  .grid-4-wrapper {
    background-position: 50% 50%;
    background-size: cover;
  }
  .grid-5-wrapper {
    background-size: cover;
  }
  .grid-6-wrapper {
    background-size: cover;
  }
  .grid-7-wrapper {
    background-size: cover;
  }
  .grid-8-wrapper {
    background-size: cover;
  }
  .grid-9-wrapper {
    background-size: cover;
  }
  .grid-10-wrapper {
    background-size: cover;
  }
  .grid-11-wrapper {
    margin-top: 0px;
  }
  .links-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .nav-link-3 {
    background-image: none;
    text-align: left;
  }
  .grid-2-wrapper {
    background-size: cover;
  }
  .content-section-about {
    margin-bottom: 140px;
    padding-right: 25px;
    padding-left: 25px;
  }
  .image {
    padding-right: 0px;
  }
  .div-block {
    width: 80px;
  }
  .div-block-2 {
    width: 80px;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    padding-right: 20px;
    padding-left: 20px;
  }
  .content-section-1 {
    margin-right: 60px;
    margin-bottom: 60px;
    margin-left: 60px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .grid {
    grid-auto-rows: auto;
    grid-row-gap: 10px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto;
  }
  .text-content {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .grid-headings {
    font-size: 28px;
    line-height: 30px;
  }
  .grid-sub-heading {
    font-size: 18px;
  }
  .div-block {
    width: 100px;
  }
  .div-block-2 {
    width: 100px;
  }
}

@media screen and (max-width: 479px) {
  .brand-image {
    width: 200px;
  }
  .navbar {
    padding-right: 10px;
    padding-left: 10px;
  }
  .content-section-1 {
    margin-right: 30px;
    margin-bottom: 60px;
    margin-left: 30px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .grid {
    -ms-grid-rows: auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto;
  }
  .text-content {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .grid-headings {
    font-size: 22px;
    line-height: 28px;
  }
  .grid-sub-heading {
    font-size: 14px;
  }
  .div-block {
    width: 20px;
  }
  .div-block-2 {
    width: 20px;
  }
}

@media screen and (max-width: 767px) {
  #w-node-cc2182f14d1a-3744f6dc {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 7;
    -ms-grid-row: 6;
    grid-row-start: 6;
  }
}

@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}