/* #### Generated By: http://www.cufonfonts.com #### */
@font-face {
  font-family: "Tiempos Headline Regular";
  font-style: normal;
  font-weight: normal;
  src: local("Tiempos Headline Regular"), url("../fonts/TiemposHeadline-Regular.woff") format("woff");
}
@font-face {
  font-family: "Tiempos Headline Light";
  font-style: normal;
  font-weight: normal;
  src: local("Tiempos Headline Light"), url("../fonts/TiemposHeadline-Light.woff") format("woff");
}
@font-face {
  font-family: "GT Walsheim Pro Regular";
  font-style: normal;
  font-weight: normal;
  src: local("GT Walsheim Pro Regular"), url("../fonts/GT-Walsheim-Pro-Regular.woff") format("woff");
}
@media screen and (max-width: 640px) {
  h2 {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 641px) {
  h2 {
    width: 80%;
    font-size: 4rem;
  }
}

.contact {
  transition: all 0.2s !important;
  height: 100vh;
  width: 100%;
  background-color: #282828;
  text-align: center;
  color: #FFF;
  font-family: "Tiempos Headline Light";
  font-size: 1.8rem;
}
.contact .contact-close {
  position: absolute;
  top: 30px;
  cursor: pointer;
}
@media screen and (max-width: 640px) {
  .contact .contact-close {
    width: 20px;
    top: 40px;
    right: 30px;
  }
}
@media screen and (min-width: 641px) {
  .contact .contact-close {
    width: 30px;
    right: 50px;
  }
}
.contact .caption {
  height: 100%;
}
@media screen and (max-width: 640px) {
  .contact {
    height: 100vh;
  }
}
.contact .caption {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.contact .cbre {
  width: 200px;
}
.contact ul, .contact li {
  list-style-type: none;
  margin: 0;
}
.contact .vcard {
  padding-top: 30px;
}
.contact .vcard-last {
  padding-bottom: 20px;
}
.contact a {
  font-family: "Tiempos Headline Light";
  color: #FFF;
}
.contact .download {
  display: block;
  width: fit-content;
  margin: 0 auto;
  padding-top: 30px;
  border-bottom: 0.1px solid #5b4926;
  font-size: 1.8rem;
  color: #5b4926;
}
.contact footer {
  font-size: 0.7rem;
}
.contact footer:hover {
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .contact footer {
    position: absolute;
    text-align: center;
    background-color: #282828;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 641px) {
  .contact footer {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.display {
  transition: all 0.2s;
  z-index: 4;
  visibility: visible;
  opacity: 1;
}

body {
  overflow-x: hidden;
}

#fullpage {
  z-index: 1;
}

.fp-tableCell {
  vertical-align: top !important;
}

nav {
  width: 100%;
  position: fixed;
  z-index: 3;
}
nav .nav-container {
  background-color: transparent;
  transition: all 0.4s;
  padding-bottom: 1vh;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 640px) {
  nav .nav-container {
    text-align: center;
  }
}
nav .logo {
  transition: all 0.1s;
  width: 200px;
  opacity: 1;
}
@media screen and (max-width: 640px) {
  nav .logo {
    text-align: center;
    padding-top: 30px;
  }
}
@media screen and (min-width: 641px) {
  nav .logo {
    position: absolute;
    left: 30px;
    top: 30px;
  }
}
nav .hamburger {
  width: 20px;
  position: absolute;
  top: 40px;
  right: 30px;
  cursor: pointer;
}
nav .desktop-nav {
  transition: all 0.1s;
  position: absolute;
  right: 30px;
  top: 30px;
  list-style-type: none;
}
nav .desktop-nav li {
  list-style-type: none;
  display: inline;
  padding-right: 20px;
}
nav .desktop-nav li a {
  color: #FFF;
  font-family: "GT Walsheim Pro Regular";
}
nav .desktop-nav li .homepage-a {
  transition: all 0.1s;
  color: #5b4926 !important;
}
nav .contact-li {
  padding-right: 0 !important;
}
nav .nav-expand {
  display: none;
  height: 100vh;
  width: 100%;
  position: absolute;
  top: 0;
  background-color: #5b4926;
}
nav .nav-expand .caption {
  height: 100%;
  align-items: center;
  text-align: center;
}
nav .nav-expand .caption ul {
  margin: 0;
  width: 100%;
}
nav .nav-expand .caption ul, nav .nav-expand .caption li {
  list-style-type: none;
}
nav .nav-expand .caption ul a, nav .nav-expand .caption li a {
  color: #FFF;
  font-size: 3rem;
  font-family: "GT Walsheim Pro Regular";
}
nav .hide {
  transition: all 0.1s;
  opacity: 0;
}
nav .active {
  transition: all 0.1s;
  transform: rotate(45deg);
}

.caption {
  display: flex;
}
.caption .wrapper {
  margin: 0 auto;
}

.hamburger-close {
  transition: all 0.1s;
  transform: rotate(45deg);
}

#buildingIntroduction img {
  object-fit: cover;
  display: inline;
}
@media screen and (max-width: 640px) {
  #buildingIntroduction img {
    float: unset;
    width: 100vw;
    height: 50vh;
  }
}
@media screen and (min-width: 641px) {
  #buildingIntroduction img {
    width: 50vw;
    height: 100%;
  }
}
#buildingIntroduction .caption {
  background-color: #282828;
  justify-content: center;
  flex-direction: column;
  align-self: center;
  text-align: center;
}
@media screen and (max-width: 640px) {
  #buildingIntroduction .caption {
    float: unset;
    width: 100%;
    height: 100%;
    padding: 40px 0;
  }
}
@media screen and (min-width: 641px) {
  #buildingIntroduction .caption {
    float: right;
    width: 50vw;
    height: 100%;
  }
}
#buildingIntroduction .caption h2 {
  font-family: "Tiempos Headline Regular";
  margin: 0 auto;
  color: #FFF;
  line-height: 1.2;
}
#buildingIntroduction .caption p {
  font-family: "GT Walsheim Pro Regular";
  color: #ab9f8b;
  margin: 0 auto;
  text-align: center;
  font-size: 1rem;
}
@media screen and (max-width: 640px) {
  #buildingIntroduction .caption p {
    padding: 10px 0;
    width: 90%;
  }
}
@media screen and (min-width: 641px) {
  #buildingIntroduction .caption p {
    padding: 30px 0;
    width: 70%;
  }
}
#buildingIntroduction .caption a {
  font-family: "GT Walsheim Pro Regular";
  color: #5b4926;
  border-bottom: 1px solid #5b4926;
  width: fit-content;
  margin: 0 auto;
}

#buildingImages {
  position: relative;
}
@media screen and (max-width: 640px) {
  #buildingImages .arrow {
    cursor: pointer;
    position: absolute;
    top: 50%;
    z-index: 2;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  #buildingImages .arrow {
    width: 35px;
  }
}
@media screen and (max-width: 640px) and (min-width: 641px) {
  #buildingImages .arrow {
    width: 75px;
  }
}
@media screen and (max-width: 640px) {
  #buildingImages .slider {
    background-color: #FFF;
    margin: 0;
    height: 50%;
  }
  #buildingImages .slider .slider-img {
    height: 50vh;
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (max-width: 640px) {
  #buildingImages .caption {
    background-color: #282828;
    height: 50vh;
  }
  #buildingImages .caption p {
    font-family: "GT Walsheim Pro Regular";
    color: #ab9f8b;
    margin: 0 auto;
    text-align: center;
    font-size: 1rem;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  #buildingImages .caption p {
    padding: 10px 0;
    width: 90%;
  }
}
@media screen and (max-width: 640px) and (min-width: 641px) {
  #buildingImages .caption p {
    padding: 30px 0;
    width: 70%;
  }
}
@media screen and (max-width: 640px) {
  #buildingImages .caption a {
    font-family: "GT Walsheim Pro Regular";
  }
}
@media screen and (min-width: 641px) {
  #buildingImages .slider {
    background-color: #FFF;
    margin: 0;
    height: 100vh;
  }
  #buildingImages .slider .slider-img {
    height: 100vh;
    width: 100%;
    object-fit: cover;
  }
  #buildingImages .arrow {
    cursor: pointer;
    position: absolute;
    top: 50%;
    z-index: 2;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 641px) and (max-width: 640px) {
  #buildingImages .arrow {
    width: 35px;
  }
}
@media screen and (min-width: 641px) and (min-width: 641px) {
  #buildingImages .arrow {
    width: 75px;
  }
}
#buildingImages .arrow-left {
  left: 20px;
}
#buildingImages .arrow-right {
  right: 20px;
}

#location img {
  object-fit: cover;
  display: inline;
}
@media screen and (max-width: 640px) {
  #location img {
    height: 50vh;
    width: 100%;
  }
}
@media screen and (min-width: 641px) {
  #location img {
    height: 100%;
    width: 50%;
  }
}
#location .caption {
  justify-content: center;
  flex-direction: column;
  align-self: center;
  text-align: center;
}
@media screen and (max-width: 640px) {
  #location .caption {
    float: unset;
    width: 100%;
    height: 100%;
    padding: 30px 0;
  }
}
@media screen and (min-width: 641px) {
  #location .caption {
    float: left;
    width: 50vw;
    height: 100%;
  }
}
#location .caption h2 {
  font-family: "Tiempos Headline Regular";
  color: #5b4926;
  margin: 0 auto;
}
#location .caption p {
  font-family: "GT Walsheim Pro Regular";
  color: #ab9f8b;
  margin: 0 auto;
  text-align: center;
  font-size: 1rem;
  font-family: "GT Walsheim Pro Regular";
  color: #ab9f8b;
  margin: 0 auto;
  text-align: center;
  font-size: 1rem;
}
@media screen and (max-width: 640px) {
  #location .caption p {
    padding: 10px 0;
    width: 90%;
  }
}
@media screen and (min-width: 641px) {
  #location .caption p {
    padding: 30px 0;
    width: 70%;
  }
}
#location .caption a {
  font-family: "GT Walsheim Pro Regular";
  color: #5b4926;
  border-bottom: 1px solid #5b4926;
  width: fit-content;
  margin: 0 auto;
}

#locationImages {
  position: relative;
}
@media screen and (max-width: 640px) {
  #locationImages .slider-2 {
    margin: 0;
    height: 50%;
    background-color: #FFF;
  }
  #locationImages .slider-2 img {
    height: 50vh;
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (min-width: 641px) {
  #locationImages .slider-2 {
    margin: 0;
    height: 100vh;
    background-color: #FFF;
  }
  #locationImages .slider-2 img {
    height: 100vh;
    width: 100%;
    object-fit: cover;
  }
}
#locationImages .arrow {
  cursor: pointer;
  position: absolute;
  z-index: 2;
  transform: translateY(-50%);
}
@media screen and (max-width: 640px) {
  #locationImages .arrow {
    top: 50%;
  }
}
@media screen and (min-width: 641px) {
  #locationImages .arrow {
    top: 50%;
  }
}
@media screen and (max-width: 640px) {
  #locationImages .arrow {
    width: 35px;
  }
}
@media screen and (min-width: 641px) {
  #locationImages .arrow {
    width: 75px;
  }
}
#locationImages .arrow-left-2 {
  left: 20px;
}
#locationImages .arrow-right-2 {
  right: 20px;
}

@media screen and (max-width: 640px) {
  #map {
    height: 50vh;
    width: 100vw;
  }
}
@media screen and (min-width: 641px) {
  #map {
    height: 100vh;
    width: 100%;
  }
}

#splash {
  height: 100vh;
}
#splash .white-space {
  width: 100%;
  height: 25vh;
  background-color: #FFF;
}
#splash .home-slider {
  height: 75vh;
  width: 100%;
  background-color: #FFF;
  margin: 0;
}
#splash .home-slider .slider-img {
  height: 75vh;
  width: 100%;
  object-fit: cover;
}
.column {
  width: 49%;
  position:absolute;
  left: 0;
}
.second {
  float: right;
  right: 0;
  left: auto;
}
.download {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5rem;
}
/*# sourceMappingURL=app.css.map */
