.text-small {
  font-size: 18px; }

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

.text-big {
  font-size: 60px; }

.text-bold {
  font-weight: bold; }

text-underline {
  text-decoration: underline; }

.height100 {
  height: 100vh; }

.inner-mask {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 30px;
  margin: 30px; }

html {
  scroll-behavior: smooth; }

body {
  margin: 0;
  padding: 0;
  background-image: url("/Images/bga.jpg");
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
  font-family: "Fauna One", Arial;
  overflow-x: hidden; }

.bg-nav {
  background-image: url("/Images/bga.jpg");
  background-size: cover;
  background-attachment: fixed;
  color: #FFFFFF; }

.area-padding {
  padding: 20px; }
  .area-padding .fa {
    color: #485479; }

.list-group-borderless .list-group-item {
  border: none; }

.grid-box-container label[for] {
  cursor: pointer; }

.grid-box-container input[type="checkbox"] {
  display: none; }

.lightbox {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  min-height: 100%;
  z-index: 1;
  overflow: auto;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform .75s ease-out;
  transition: transform .75s ease-out; }

.lightbox img {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 96%;
  max-height: 96%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25); }

input[type="checkbox"]:checked + .lightbox {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

input[type="checkbox"]:checked ~ .grid {
  opacity: .125; }

.grid {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #f3f3f3;
  z-index: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  padding: 16px;
  overflow: auto;
  text-align: center;
  -webkit-transition: opacity .75s;
  transition: opacity .75s;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.grid .grid-item {
  width: 25%;
  display: inline-block;
  padding: 16px;
  opacity: 1;
  -webkit-transition: opacity .5s;
  transition: opacity .5s; }

.grid .grid-item:hover {
  opacity: 1; }

@media screen and (max-width: 1024px) {
  .grid .grid-item {
    width: 50%; } }

@media screen and (max-width: 480px) {
  .grid .grid-item {
    width: 100%; } }

.grid img {
  max-width: 100%;
  max-height: 100%;
  box-shadow: 0 2px 8px rgba(10, 10, 10, 0.68); }

.vpanel {
  padding-top: 50px;
  padding-bottom: 50px; }

.vpanel1 {
  padding-left: 100px;
  padding-right: 50px; }
  .vpanel1 .header {
    padding-top: 40px;
    padding-bottom: 100px;
    list-style-type: none;
    padding-left: 0; }
    .vpanel1 .header .realtor-name {
      float: left; }
    .vpanel1 .header .realtor-name-only {
      letter-spacing: 2px; }
  .vpanel1 .title-text {
    display: block;
    width: 600px;
    padding-bottom: 40px; }
  .vpanel1 .address {
    padding-bottom: 20px; }
  .vpanel1 .quick-facts {
    padding-bottom: 80px; }
  .vpanel1 .price {
    padding-bottom: 80px; }
  .vpanel1 .down-arrow {
    width: 30px;
    height: 15px;
    cursor: pointer; }

.vpanel2 {
  background-color: #fff;
  color: #212121;
  padding-top: 0;
  width: 100vw; }
  .vpanel2 .gallery-container {
    display: flex;
    flex-wrap: wrap;
    width: 90vw;
    padding-left: 5vw;
    padding-right: 5vw; }
    .vpanel2 .gallery-container .gallery-item {
      margin-bottom: 20px; }

.vpanel3 {
  color: #212121;
  background-color: #fff;
  width: 100vw; }
  .vpanel3 .info-content {
    width: 50vw;
    margin-left: 25vw; }
    .vpanel3 .info-content .highlights {
      width: 50vw;
      padding-top: 50px;
      padding-bottom: 50px; }
      .vpanel3 .info-content .highlights .highlight-items {
        width: 50vw;
        display: flex;
        flex-direction: row;
        justify-content: space-between; }
        .vpanel3 .info-content .highlights .highlight-items .highlight-item {
          text-align: center; }
          .vpanel3 .info-content .highlights .highlight-items .highlight-item .highlight-text {
            padding-top: 10px; }
    .vpanel3 .info-content .info-paragraph {
      width: 35vw;
      padding-bottom: 50px; }
    .vpanel3 .info-content .learn-more {
      padding-bottom: 170px;
      text-decoration: underline; }

.vpanel4 {
  height: 90vh;
  background-image: url("../images/homevideobg.png");
  background-size: cover; }
  .vpanel4 .home-video-title {
    display: block;
    width: 100vw;
    text-align: center;
    padding-top: 30vh; }
  .vpanel4 .play-button-wrap {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-top: 5vh; }
    .vpanel4 .play-button-wrap .play-button {
      display: block;
      text-align: center;
      text-decoration: underline;
      color: #fff;
      padding-left: 5px;
      height: 22px; }

.vpanel5 {
  background-color: #fff;
  width: 100vw;
  color: #212121; }
  .vpanel5 .contact-content {
    width: 50vw;
    margin-left: 25vw; }
    .vpanel5 .contact-content .contact-us {
      padding-bottom: 100px;
      padding-top: 100px; }
    .vpanel5 .contact-content .form-wrapper {
      display: flex;
      flex-wrap: wrap; }
      .vpanel5 .contact-content .form-wrapper .input-section a {
        display: block; }
      .vpanel5 .contact-content .form-wrapper .input-section br {
        height: 0px;
        margin: 0;
        display: block; }
      .vpanel5 .contact-content .form-wrapper .input-section input {
        border: none;
        border-bottom: 2px #6e6e6e solid;
        margin-bottom: 10px;
        margin-top: 0;
        font-size: 18px; }
      .vpanel5 .contact-content .form-wrapper .input-section input:focus {
        outline: none; }
      .vpanel5 .contact-content .form-wrapper .input-half {
        width: 20vw;
        padding-right: 5vw; }
        .vpanel5 .contact-content .form-wrapper .input-half input {
          width: 20vw; }
      .vpanel5 .contact-content .form-wrapper .input-whole {
        width: 50vw; }
        .vpanel5 .contact-content .form-wrapper .input-whole input {
          width: 45vw; }
    .vpanel5 .contact-content .submit {
      text-decoration: underline;
      margin-top: 20px; }
    .vpanel5 .contact-content .extra-info {
      padding-top: 50px;
      padding-bottom: 50px; }
      .vpanel5 .contact-content .extra-info a {
        width: 50vw; }

.vpanel6 {
  background-color: #212121;
  height: 110px;
  width: 100vw;
  padding-bottom: 0;
  padding-top: 0; }
  .vpanel6 .footer-text {
    padding-top: 50px;
    color: #6E6E6E; }

.nav-buttons {
  float: right; }
  .nav-buttons .nav-list {
    padding: 0; }
    .nav-buttons .nav-list .nav-item {
      padding-right: 50px;
      list-style-type: none;
      display: inline; }
      .nav-buttons .nav-list .nav-item a {
        text-decoration: none;
        color: #fff;
        cursor: pointer; }
        .nav-buttons .nav-list .nav-item a:hover {
          color: rgba(255, 255, 255, 0.5); }

.tour-schedule {
  background-color: #F7F286;
  padding: 25px 70px 25px 70px;
  position: fixed;
  bottom: 0;
  right: 0;
  margin-right: 15px;
  margin-bottom: 15px; }
  .tour-schedule .tour-schedule-text {
    color: #212121; }
