html {
  scroll-behavior: smooth;
}

body{
  font-family: bookmania, serif;
  font-weight: 300;
  font-style: normal;
  margin: 0px;
  margin-left: auto;
  margin-right: auto;
  color: #463e39;
  font-weight: 300;
  font-size: 20px;
  line-height: 38px;
  overflow-x: hidden;
  background-color: #fffff3;
  padding: 0px;
}

h1{
  font-family: le-monde-livre-classic-byol,serif;
  font-weight: 300;
  font-style: normal;
  margin: auto;
  font-size: 80px;
  line-height: 80px;
  color: inherit;
  line-height: auto;
}

h2{
  font-family: 'semplicitapro', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  letter-spacing: 16px;
  text-transform: uppercase;
  color: inherit;
  margin-bottom: 60px;
}

.all-caps{
  text-transform: uppercase;
  margin-bottom: 60px;
}

.home-intro{
  color: #698471;
  line-height: 90px;
}

blockquote{
  transition: all 0.5s ease;
  font-family: le-monde-livre-classic-byol,serif;
  font-weight: 300;
  font-style: normal;
  margin: auto;
  margin-bottom: 60px;
  font-size: 80px;
  line-height: 100px;
  color: inherit;
  line-height: auto;
}

blockquote::before{
  content: open-quote;
}

blockquote::after{
  content: close-quote;
}

cite {
  font-family: 'semplicitapro', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  letter-spacing: 16px;
  text-transform: uppercase;
  color: #463e39;
}

a{
  color: #a41e24;
}

div{
  width: auto;
  height: auto;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}

section {
  opacity: 0;
  transform: translate(0, 150px);
  transition: all .8s ease;
}

section.visible {
  opacity: 1;
  transform: translate(0, 0px);
  z-index: -1;
}

.move-up {
  transform: translate(0, calc(100% + 80px));
  transition: all .8s ease-out;
}

.move-up.visible {
  transform: translate(0, 0px);
  z-index: -1;
}

.animate-text{
  transform: translate(0, 100px);
  line-height: 80px;
  transition: all 1s ease-out;
  opacity: 0;
}

.animate-text.visible{
  transition: all 1s ease-out;
  transition-delay: 1s;
  opacity: 1;
  line-height: inherit;
  transform: translate(0, 0px);
}

.mask-animate{
  transition: all 1s ease-in;
  width: 100%;
  height: 0px;
  top: 0px;
  background-color: black;
  background-image: url('images/dc_home.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.mask-animate.visible{
  transition: all 1s ease-out;
  width: 100%;
  height: 100vh;
  transition-delay: .8s;
}

button{
  transition: all 0.3s ease;
  cursor: pointer;
  color: #fff;
  position: relative;
  margin-top: 60px;
  display: block;
  outline: none;
  font-family: 'semplicitapro', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  letter-spacing: 10px;
  text-transform: uppercase;
  border: 0px;
  background-color: transparent;
  padding: 0px;
}

button::after{
  transition: all 0.3s ease;
  position: absolute;
  bottom: calc(0px + 4px);
  margin-left: 10px;
  content: "";
  display: inline-block;
  background-color: #fff;
  width: 100px;
  height: 1px;
  min-height: 1px;
}

button:hover::after{
  transition: all 0.3s ease;
  width: 200px;
}

#homeVideo {
  position: relative;
  top: 0px;
  left: 0px;
  width: auto;
  height: 110%;
  display: block;
}

.hamburger-icon{
  text-align: right;
  cursor: pointer;
  box-sizing: border-box;
  display: block;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
  background-color: none;
  padding: 0px 0px;
  padding-left: 70px;
}

.hamburger-icon span{
  transition: all 0.5s ease;
  box-sizing: border-box;
  display: block;
  width: 50px;
  height: 1px;
  margin-bottom: 5px;
  position: relative;
  background: #fff;
  z-index: 1;
}

#navButton{
  margin-top: 0px;
}

#bottomBun{
  margin-bottom: 0px;
}

.site-wrapper{
  width: 100vw;
  height: auto;
  max-width: 100%;
  background-color: none;
}

.hero-wrapper{
  display: flex;
  position: relative;
  color: #fff;
  width: 100%;
  height: 100vh;
  max-height: 100%;
  background-color: black;
}

.hero-wrapper a{
  color: inherit;
  text-decoration: none;
}

.hero-content-wrapper{
  text-align: center;
  position: absolute;
  top: 0px;
  display: flex;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.hero-content-container{
  margin: auto;
  width: auto;
  height: auto;
  max-width: 75%;
  background-color: none;
}

.hero-content-container button{
  overflow: visible !important;
  margin: auto;
  padding: 30px 0px;
}

.hero-content-container button::after{
  overflow: visible !important;
  margin: auto;
  width: 50%;
  height: 1px;
  bottom: 0px;
  left: 25%;
}

.hero-content-container button:hover::after{
  width: 100%;
  left: 0px;
}

.blur-background{
  transition: all 0.3s ease;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  min-width: 100vw;
  min-height: 100vh;
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  background-color: rgba(0,0,0,0.2);
}

.nav-menu-wrapper{
  transition: all 0.3s ease;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  position: relative;
  font-size: 16px;
  z-index: 999;
  position: fixed;
  top: 0px;
  right: 0px;
  display: block;
  width: 50vw;
  max-width: 50vw;
  height: 100vh;
  overflow-y: scroll;
  background-color: red;
  padding: 0px;
  background-color: #fffff3;
}

.nav-menu-container{
  padding: 0px 100px;
  width: 100%;
  height: auto;
  background-color: none;
}

.nav-menu-holder{
  width: 100%;
  height: auto;
  background-color: none;
}

.nav-menu-holder a {
	color: inherit;
	text-decoration: none;
}

.nav-menu-nav-wrapper{
  display: flex;
  position: sticky;
  top: 0px;
  flex-wrap: nowrap;
  justify-content: space-between;
  z-index: 999;
  width: 100%;
  max-width: 100%;
  height: auto;
  background-color: #fffff3;
  padding: 50px 50px;
}

.nav-menu-nav{
  width: auto;
  height: auto;
  margin: auto 0px;
  background-color: none;
}

.nav-menu-nav-wrapper button{
  color: inherit;
  margin-top: 0px;
}

.nav-menu-content{
  border-bottom: 1px solid rgba(0,0,0,0.2);
  padding: 50px 0px;
  display: flex;
  width: 100%;
  height: auto;
  background-color: none;
}

.nav-menu-flex{
  margin: 0px auto;
  width: auto;
  height: auto;
  background-color: none;
}

.menuPics, .menuPicsAbout {
  margin-left: 0px;
  width:50%;
  max-width: 50%;
  padding-bottom: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.nav-menu-holder h1{
  font-size: 50px;
  text-align: left;
}

.site-nav{
  transition: all 0.3s ease;
  text-align: center;
  z-index: 990;
  color: #fff;
  position: absolute;
  top: 0px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  position: fixed;
  width: 100vw;
  height: auto;
  max-width: 100vw;
  background-color: none;
  background-image: linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0));
  padding: 20px 60px;
  overflow: visible;
}

.nav-bar-item-container{
  text-align: center;
  margin: auto 0px;
  width: auto;
  height: 100%;
  max-height: 100%;
  background-color: none;
  overflow: visible;
}

#londonLogo{
  order: 1;
}

#mainLogo{
  order: 2;
}

#menuButton{
  order: 3;
}

.nav-logo{
  transition: all 0.3s ease;
  width: auto;
  height: 130px;
}

.london-nav-logo{
  height: auto;
  max-width: 120px;
}

.nav-logo-script{
  position: relative;
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-family: le-monde-livre-classic-byol, serif;
  font-weight: 300;
  font-style: normal;
}

.nav-logo-script::after{
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: -20px;
  content: "REALTOR®";
  font-family: 'semplicitapro', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 10px;
  letter-spacing: 16px;
  text-transform: uppercase;
}

.static-bg{
  background-color: none;
}

.content-container-wrapper{
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: 100%;
  height: auto;
  display: inline-block;
  text-align: center;
  background-color: none;
  padding: 100px 0px 0px 0px;
}

#fullSection{
  display: flex;
  position: relative;
  height: 100vh;
  max-height: 100vh;
}

.content-wrapper{
  flex-direction: row;
  text-align: left;
  margin: 0px auto;
  display: inline-block;
  width: 1200px;
  max-width: 1200px;
  height: auto;
  background-color: none;
}

#fullWidth{
  padding: 0px 60px;
  display: flex;
  width: 100%;
  max-width: 100%;
  background-color: #463e39;
}

#featuredProperties{
  padding: 0px 60px;
  display: flex;
  width: 100%;
  max-width: 100%;
  background-color: #e3e2d8;
}

#testimonialSection{
  padding: 0px 60px;
  display: flex;
  width: 100%;
  max-width: 100%;
  background-color: #none;
}

.title-content-container{
  padding: 0px;
  text-align: left;
  width: 75%;
  height: auto;
  background-color: none;
  overflow: visible !important;
}

.content-container{
  padding: 60px 0px 0px 120px;
  width: 100%;
  height: auto;
  text-align: left;
  background-color: none;
}

.home-bio-image{
  width: 50%;
  height: 100%;
  min-height: 100vh;
  background-color: black;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

#propImage{
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.home-bio-content-wrapper{
  display: flex;
  flex-wrap: nowrap;
  position: relative;
  width: 50%;
  height: auto;
  background-color: none;
}

.home-bio-content{
  color: #fff;
  padding: 0px 120px;
  margin: auto 0px;
  display: inline-block;
  width: 100%;
  height: auto;
  background-color: none;
}

#propertyBio{
  color: #463e39;
}

#propertyBio button{
  color: inherit;
}

#propertyBio button::after{
  background-color: #463e39;
}

.testimonial-container{
  margin: auto;
  text-align: center;
  width: 100%;
  max-width: 1200px;
  height: auto;
  background-color: none;
  color: #698471;
}


footer{
  font-size: 14px;
  padding: 20px 60px;
  display: flex;
  justify-content: space-between;
  background-color: none;
}

footer img{
  height: 24px;
  max-height: 24px;
  width: auto;
  vertical-align: middle;
  margin-right: 30px;
  margin-bottom: 30px;
}

.footer-containers{
  width: auto;
  height: auto;
  background-color: none;
}

#rightFoot{
  text-align: right;
}

#londonLogoFooter{
  width: 120px;
  height: auto;
  max-width: 700px;
  max-height: 300px !important;
}


@media only screen and (max-width: 1330px) {

  .nav-menu-wrapper{
    width: 60vw;
    max-width: 60vw;
    height: 100vh;
  }

  .content-wrapper{
    padding: 0px 50px;
    width: 100%;
    max-width: 100%;
    height: auto;
    background-color: none;
  }

  .home-bio-content{
    width: 100%;
    max-width: 100%;
    padding: 100px 30px;
  }

  #fullWidth{
    flex-wrap: nowrap;
    padding: 0px 50px;
  }

  .home-bio-image{
    height: auto;
    min-height: auto;
  }

  #propertyBio{
    padding-left: 50px;
  }

}

@media only screen and (max-width: 1170px) {

  .hero-content-container{
    padding: 0px 50px;
    max-width: 100%;
  }

  .nav-menu-wrapper{
    width: 75vw;
    max-width: 75vw;
    height: 100vh;
  }


}


@media only screen and (max-width: 850px) {

  body{
    font-size: 18px;
    line-height: 30px;
  }

  h1{
    font-size: 40px;
    line-height: 60px;
  }

  h2 {
    font-size: 12px;
    letter-spacing: 14px;
  }

  blockquote{
    font-size: 40px;
    line-height: 60px;
  }

  cite {
    font-size: 12px;
    letter-spacing: 14px;
  }

  button {
    font-size: 12px;
    letter-spacing: 14px;
  }

  .nav-logo{
    max-height: 100px !important;
  }

  .hero-content-container{
    text-align: center;
    padding: 0px 20px;
  }

  .home-intro{
    line-height: 60px;
  }

  .nav-menu-wrapper{
    width: 100vw;
    max-width: 100vw;
  }

  .nav-menu-nav-wrapper{
    text-align: center;
    padding: 20px;
    flex-wrap: wrap;
  }

  .nav-menu-nav-wrapper button{
    color: inherit;
    margin-top: 0px;
    text-align: center;
    width: 100%;
  }

  .nav-menu-nav-wrapper button::after{
    transition: all 0.3s ease;
    position: absolute;
    bottom: 0px;
    margin-left: 0px;
    content: "";
    display: inline-block;
    background-color: #fff;
    width: 0px;
    height: 0px;
    min-height: 0px;
    }

  .nav-menu-nav{
    margin: auto;
    width: 100%;
  }

  .nav-menu-container{
    padding: 0px 20px;
    width: 100%;
    height: auto;
    background-color: none;
  }

  .nav-menu-flex{
    max-width: 100%;
    width: 100%;
  }

  .menuPics, .menuPicsAbout {
    display: none;
  }

  #homeVideo {
    height: 100%;
  }

  #navMainLogo{
    order: 2;
    padding-top: 20px;
  }

  #navCloseButton{
    order: 1;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0,0,0,0.3);
  }

  .london-nav-logo{
    height: auto;
    max-width: 80px;
  }

  .hamburger-icon{
    margin-top: -17px;
    padding-left: 0px;
  }

  .site-nav{
    text-align: center;
    padding: 20px 20px;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .nav-logo-script{
    font-size: 20px;
  }

  .nav-logo-script::after{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: -15px;
    content: "REALTOR®";
    font-family: 'semplicitapro', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 10px;
    letter-spacing: 16px;
    text-transform: uppercase;
  }

  .content-wrapper{
    flex-direction: row;
    width: 100%;
    max-width: 100%;
  }

  #firstSection{
    padding-left: 20px;
    padding-right: 20px;
  }

  .title-content-container{
    width: 100%;
    max-width: 100%;
    padding: 0px 20px;
  }

  .content-container{
    padding: 30px 20px 0px 20px;
  }

  .content-wrapper{
    height: auto;
      padding: 0px 0px;
    }

    .home-bio-image{
      padding-bottom: 100%;
      min-width: 100%;
      min-height: auto;
    }

    .home-bio-content{
      width: 100%;
      max-width: 100%;
      padding: 0px 20px;
    }

    .home-bio-content-wrapper{
      padding: 50px 20px;
      order: 2;
      width: 100%;
    }

    #fullWidth{
      flex-wrap: wrap;
      padding: 0px;
    }

    #featuredProperties{
      flex-direction: row;
      flex-wrap: wrap;
      padding: 0px;
    }

    #fullSection{
      height: 100vh;
      padding: 0px;
    }

    .testimonial-container{
      width: 100%;
      max-width: 100%;
    }

    #testimonialSection{
      padding: 0px 20px;
      max-height: auto;
    }

    #propImage{
      order: 1;
      width: 100%;
      max-width: 100%;
      background-image: url('images/559635.jpg');
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
    }

    #propertyBio{
      padding-left: 20px;
      order: 2;
    }

  footer{
    text-align: center;
    flex-wrap: wrap;
    padding: 20px 20px;
  }

  .footer-containers{
    justify-content: flex-start;
    max-width: 100%;
    width: 100%;
    height: auto;
    background-color: none;
  }

}
