html {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #2c3e50;
}

body {
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.25rem;
  background-color: #282828;
}

.section-about {
  min-height: 60vh;
}

.bg-image {
  /* height: 100vh; */
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #282828;
  position: relative;
}

.bg-logo {
  background-image: url("../img/placeholder/hero.webp");
  background-size: contain;
}

.bg-building {
  background-image: url("../img/placeholder/paramount.webp");
}

.bg-glass {
  background-image: url("../img/placeholder/glass.webp");
  background-size: cover;
  background-position: center 23%;
}

@media screen and (max-width: 1024px) {
  .bg-image {
    background-attachment: local;
  }
  .bg-building {
    background-size: cover;
    height: auto;
  }
}

@keyframes MoveUpDown {
  0%, 100% {
    bottom: 3rem;
  }
  50% {
    bottom: 4rem;
  }
}

.scroll-down {
  animation: MoveUpDown 1s linear infinite;
  position: absolute;
  bottom: 3rem;
  left: 50vw;
}

div#cpb26076eabd {
  margin-top: -16px;
}

@media screen and (max-width: 425px) {
  .map {
    height: 300px;
  }

  div#cpb26076eabd {
    margin-top: 5rem;
  }
}

.feather {
  height: 24px;
  width: 24px;
}

.feather-chevron-down {
  left: calc(50% - 24px);
}

#mc_embed_signup {
  background: #fff;
  clear: left;
}

.btn-modal:hover {
  color: #282828;
}

.menu {
  transition: all .2s ease-in-out;
}

.menu:hover {
  transform: scale(1.05);
}
