body, html {
    font-family: 'Quattrocento', serif;
    margin: 0;
  }
  
  body a, html a {
    text-decoration: none;
  }
  
  header {
    padding: 2em;
    background: transparent;
  }
  
  /* Landing */
  header .menu-btn {
    width: 18px;
    float: right;
    cursor: pointer;
    margin: none;
  }
  
  
  .intro {
    padding: 4em 0;
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: 40% 60%;
    padding: 0;
    margin: -4em -2em 0 0;
  }
  
  .intro .portrait {
    object-fit: cover;
    grid-area: 1/2/3/3;
    height: 100vh;
    width: 100%;
    margin-right: -2em;
  }
  
  .intro .logo {
    object-fit: cover;
    grid-area: 1/1/3/2;
    font-size: 4em;
    width: 100%;
    height: 85vh;
    margin: 10% 2em 0 0;
    background-blend-mode: luminosity;
    
  }


  /* Nav */
  nav {
    z-index: 1;
    position: absolute;
    background: black;
    padding: 2em;
    width: calc(100% - 4em);
    height: 100vh;
    display: none;
    transform: scaleX(0);
    transform-origin: right;
  }
  
  nav .close-btn {
    width: 18px;
    float: right;
    cursor: pointer;
    opacity: 0;
  }
  
  nav ul {
    list-style-type: none;
    margin: 10% auto 0 auto;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(4, auto);
    grid-template-rows: repeat(4, 10em);
    width: 80%;
  }
  
  nav a {
    width: 100%;
    color: white;
    font-weight: bold;
    font-size: 2.8em;
  }

  
  nav span {
    color: white;
    display: block;
    font-size: 1em;
    margin-top: 5px;
    margin-left: 5px;
  }
  
  nav li {
    opacity: 0;
    background-color: rgb(37, 37, 37, 0.7);
    cursor: pointer;
  }
  

  /* Galleries */
  .salon {
    z-index: 1;
    position: absolute;
    background: black;
    padding: 2em;
    width: calc(100% - 4em);
    height: calc(auto -4em);
    display: none;
  }
  
  .topiary {
    z-index: 1;
    position: absolute;
    background:white;
    padding: 2em;
    width: calc(100% - 4em);
    height: calc(auto - 4em);
    display: none;
  }

  .video-container {
      width: 100%;
      display: flex;
      flex-direction: row;
  }

  .row {
    display: flex;
    flex-wrap: wrap;
    padding: 0 4px;
  }
  

  .column {
    flex: 32%;
    max-width: 33%;
    padding: 0 4px;
  }
  
 .column img {
    margin-top: 8px;
    vertical-align: middle;
    width: 100%;
  }

  .container {
    position: relative;
    width: 100%;
  }
  
  .image {
    display: block;
    width: 100%;
    height: auto;
  }
  
  .quote {
      width: 40%;
      height: 500px;
      display: flex;
      text-align: center;
      justify-content: center;
      align-content: center;
      flex-direction: column;
      
  }

  .salon-text {
    color: white;
    font-size: 35px;
    padding: 10%;
    opacity: 0;
  } 

  .topiary-text {
    color: black;
    font-size: 35px;
    padding: 10%;
    opacity: 0;
  } 
  
@media screen and (max-width: 1024px) {
    .column {
      flex: 48%;
      max-width: 51%;
    }
  }

@media screen and (max-width: 600px) {
    .column {
      flex: 100%;
      max-width: 100%;
    }
  }


  /*About Page */
  .about-me {
    z-index: 1;
    position: absolute;
    background-image: url(images/bioPic.jpg);
    background-size: fill;
    padding: 2em;
    width: calc(100% - 4em);
    height: calc(100vh - 4em);
    height: 100vh;
    display: none;
  }

  .bio {
      color: black;
      font-size: 20px;
      width: 49%;
      height: 600px;
      float: right;
      padding-top: 2em;
      opacity: 0;
  }

  p {
      padding: 0 1em;
  }



  /* Contact Page */
  .contact {
    z-index: 1;
    position: absolute;
    background-image: url(images/contactImage.jpg);
    background-size: cover;
    color: white;
    padding: 2em;
    width: calc(100% - 4em);
    height: calc(100vh + 2em);
    display: none;
  }
  
  .contact .form {
    width: 40%;
    margin: auto auto auto 60%;
    position: relative;
  }
  
  .contact .form .input-box {
    width: 80%; 
    cursor: pointer;
  }
  
  .contact .form .form-button {
    color: white;
    font-family: 'Quattrocento', serif;
    font-weight: bold;
    font-size: 1em;
    background: none;
    border: solid 1px white;
    cursor: pointer;
  }

  .contact .date-time {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
  }

  .contact .thank-you h1{
    padding: 50% 0 50% 0;
  }



  /* Close Button */
  .close-btn {
    width: 18px;
    float: right;
    cursor: pointer;
    opacity: 0;
  }



  /* Animations */
  .contact .thank-you {
    padding: 0 0 0 4em;
    opacity: 0;
    animation: appear 2s 0s ease-in forwards;
  }
  
  .show-menu {
    display: block;
    animation: show-menu 1s ease-in forwards;
  }
  
  .show-menu li:nth-of-type(2) {
    background-image: url(images/image12.jpg);
    background-size: cover;
    background-position: center;
    width: 90%;
    height: 84.9vh;
    animation: menu-items .6s forwards 1.5s ease-in-out;
  }
  
  .show-menu li:nth-of-type(3) {
    background-image: url(images/topiary6.jpg);
    background-size: cover;
    width: 90%;
    height: 84.9vh;
    animation: menu-items .6s forwards 1s ease-in-out;
  }
  
  .show-menu li:nth-of-type(4) {
    background-image: url(images/edwardMain3.jpg);
    background-size: cover;
    background-position: center;
    width: 90%;
    height: 84.9vh;
    animation: menu-items .6s forwards 1.4s ease-in-out;
  }
  
  
  .show-menu li:nth-of-type(1) {
    background-image: url(images/bioPic2.jpg);
    background-size: cover;
    background-position: right;
    width: 90%;
    height: 84.9vh;
    animation: menu-items .6s forwards 1.2s ease-in-out;
  }
  
  .exit-menu {
    display: block;
    animation: exit-menu .3s ease-out forwards;
  }
  
  .close-btn {
    animation: appear 2s 1s forwards;
  }

  .salon-text {
    animation: appear 2s 1s forwards;
  }
  
  .topiary-text {
    animation: appear 2s 1s forwards;
  }
  
  .bio {
    animation: appear 2s 1s forwards;
  }
  
  .page-active {
    display: block;
    animation: show-content 0s ease-in forwards;
  }
  
  .show-content {
    display: block;
    animation: show-content 1s ease-in forwards;
  }
  
  .exit-content {
    display: none;
    animation: exit-content 1s ease-out forwards;
  }
  
  .content-fade-in {
    visibility: visible;
    opacity: 1;
    transition: visibility 0s 10s, opacity 10s linear;
  }

  @keyframes show-menu {
    from {
        transform: scaleX(0);
    }
    to {
        transform: scaleX(1);
    }
  }

  @keyframes exit-menu {
    from {
        transform: scaleX(1);
    }
    to {
        transform: scaleX(0);
    }
  }

  @keyframes show-content {
    from {
      top: 100%;
    }
    to {
      top: 0;
    }
  }

  @keyframes exit-content {
    from {
        top: 0;
    }
    to {
        top: 0;
    }
  }
  
  @keyframes appear {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  
  
  @keyframes menu-items {
    from {
        transform: translateY(100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
  }