<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body {
  overflow-x: hidden;
}

@media (max-width: 1040px) {
  .name a {
    top: 16px;
    font-size: 20px;
  }
}

@media (max-width: 1010px) {
  .name a {
    margin-left: -14px;
  }
}

@media (max-width: 993px) {
  .img-family {
    margin-top: 56px !important;
  }
}

@media (max-width: 916px) {
  .hero-welcome-caption {
    width: 0;
    height: 0;
    opacity: 0;
  }

  #hero-welcome {
    height: 500px;
  }

  .hero-welcome-caption-inner h1, .hero-welcome-caption-inner h2 {
    width: 0;
    height: 0;
    opacity: 0;
  }

  .hero-welcome-caption-inner button {
    margin: 0;
    position: absolute;
    top: 466px;
    left: 50%;
    transform:translate(calc(-50% - 30px), 0);
    width: 260px;
  }

  .slide-welcome-1, .slide-welcome-2, .slide-welcome-3, .slide-welcome-4 {
    height: 500px;
  }

  .name a {
    text-align: center;
    margin: 20px;
  }

  .navbar-nav {
    width: calc(100% + 40px);
    margin-left: -40px;
    text-align: center;
    position: relative;
    z-index: 10000;
    background-color: #2D5565;
  }

  .navbar {
    position: relative;
    z-index: 10001;
  }
}

@media (max-width: 756px) {
  .sub-footer {
    height: 120px;
  }

  .sub-footer .text-right, .sub-footer .text-left {
    text-align: center !important;
  }

  .footer-inner {
    padding-top: 20px !important;
    text-align: center !important;
  }

  .future-residents-inner {
  	padding: 20px;
  }

  .future-residents h3 {
  	font-size: 30px;
  	font-weight: 300;
  	padding-bottom: 10px;
  	color: white;
  	float: none;
    text-align: center;
  	line-height: 36px;
  }

  .future-residents h4 {
  	font-size: 17px;
  	padding-bottom: 0;
  	color: #DDD;
  	float: none;
  	line-height: 21px;
  	text-align: center;
  }

  .future-residents a {
  	width: 100%;
  	height: 100%;
  }

  #article-welcome h3 {
    font-size: 30px;
    line-height: 34px;
  }

  #main-area {
    text-align: center !important;
  }
}

@media (max-width: 400px) {
  #article-welcome h3 {
    font-size: 20px;
    line-height: 24px;
  }
}
</pre></body></html>