body {
    margin: 0;
    font-family: 'Cormorant Garamond', serif;
    font-size: 20px;
    overflow-x: hidden;
  }
 
  h1, h2, h3 {
    line-height: 1;
    margin: 0;
    text-transform: uppercase;
    font-weight: normal;
  }
  
  h2 {
    font-size: 40px;
  }
  
  a {
    color: #000;
    font-size: 14px;
    text-decoration: underline;
    text-transform: uppercase;
    font-family: 'Darker Grotesque', sans-serif;
    letter-spacing: 1px;
    font-weight: 600;
    cursor: pointer;
  }
  
  p {
    line-height: 150%;
  }
  
  nav {
    z-index: 1;
    top: 0;
  }
  
  nav ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
  }
  
  nav li {
    font-size: 16px;
    color: black;
    margin: 25px 12.5px 25px 12.5px;
    display: inline-block;
  }
  
  nav li a {
    color: #fff;
    background: none;
    font-family: 'Darker Grotesque', sans-serif;
    font-weight: 400;
    letter-spacing: 2px;
    text-decoration: none;
  }
  
  header h1 {
    font-size: 150px;
    color: white;
    letter-spacing: 1px;
    font-weight: 900;
    position: relative;
  }
  
  .plant {
    position: absolute;
    right: 0;
    top: 150px;
    overflow: hidden;
    width: 300px;
    transform: rotate(-15deg);
  }
  .character {
    height: 500px;
    position: absolute;
    bottom: 0;
    right: 90px;
    z-index: 0;
    animation: character 3s infinite;
    transform: translateY(50px);
  }
  
  .plant-background {
    transform: rotate(-240deg);
    position: absolute;
    left: -80px;
    width: 500px;
    top: 260px;
  }
  
  .plant-background.bottom {
    top: 530px;
    transform: rotate(-170deg);
  }
  
  .plant-background.bottom.right {
    right: 0;
    transform: rotate(20deg);
    left: auto;
    top: 2000px;
  }
  
  .plant.right {
    top: 2200px;
  }
  
  @keyframes plant-shadow {
    50% {
      margin-top: -10px;
    }
  }
  
  @keyframes character {
    50% {
      transform: translateY(-20px);
    }
  }
  
  @keyframes plant-move {
    50% {
      margin-top: 10px;
    }
  }
  

  
  .intro {
    font-weight: 400;
    margin-top: 10px;
    text-align: left;
  }
  
  .centered {
    margin: 0 auto;
    max-width: 600px;
  }
  
 
  
  p.shortened {}
  

  
  p.intro:first-letter {}
  

  
  header {
    height: 800px;
    text-align: center;
    position: relative;
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-attachment: fixed;
    position: relative;
    background-color: #f3b70f;
  }
  
  header span {
    color: #fff;
    position: absolute;
    bottom: 40px;
    font-size: 12px;
  }
  
  img {
    max-width: 100%;
  }
  
  ul {
    padding: 0;
  }
  
  footer {
    width: 100%;
    padding: 60px 0;
    margin-top: 60px;
    text-align: center;
    border-top: 2px solid #000;
  }
  .img-responsive1{
    margin-top: -95px;
  }
  }
  
  /*text stroke*/
  .divider h2 {
    margin-top: 50px;
    text-align: center;
    font-size: 100px;
    padding-bottom: 30px;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 0%;
    animation: heading 2s 1;
    animation-fill-mode: forwards;
    height: 380px;
    font-family: 'Darker Grotesque', sans-serif;
    z-index: 1;
    position: relative;
    overflow: hidden;
  }
  
  @keyframes heading {
    100% {
      line-height: 100%;
    }
  }
  
  .contact {
    text-align: center;
    margin: 50px 0;
  }
  
  /*text stroke and gradient background text + max width in characters*/
  
  h2.contact-heading .quote .fun-facts {
    font-size: 150px;
    position: relative;
    margin: 100px;
    line-height: 80%;
    padding: 60px 0;
    margin: 0 auto;
    font-family: 'Darker Grotesque', sans-serif;
    font-weight: 900;
  }
  
  .contact {
    border-radius: 50%;
  }
  footer {
    width: 100%;
    padding: 60px 0;
    margin-top: 60px;
    text-align: center;
    border-top: 2px solid #000;
  }
  footer h3 {
    font-family: 'Darker Grotesque', sans-serif;
    font-weight: 900;
    font-size: 70px;
    letter-spacing: 1px;
  }

  
/* responsive media layout */
  @media (max-width: 980px) {
    .container {
      width: 100%;
    }
    
  }
  @media (max-width: 768px) {
      .container {
      width: 100%;
    }
    
    
  }
  
  @media (max-width: 640px) {
    #header1 {
      position: static;
    }
    .container {
     width: 100%;
    }
    .divider {
      width: 100%;
    }
   
  }

  .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    padding: 50px;}

    /* ----------------------------------------------
 * Generated by Animista on 2020-3-25 23:18:45
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

@-webkit-keyframes shadow-drop-center{0%{-webkit-box-shadow:0 0 0 0 transparent;box-shadow:0 0 0 0 transparent}100%{-webkit-box-shadow:0 0 20px 0 rgba(0,0,0,.35);box-shadow:0 0 20px 0 rgba(0,0,0,.35)}}@keyframes shadow-drop-center{0%{-webkit-box-shadow:0 0 0 0 transparent;box-shadow:0 0 0 0 transparent}100%{-webkit-box-shadow:0 0 20px 0 rgba(0,0,0,.35);box-shadow:0 0 20px 0 rgba(0,0,0,.35)}}
    .shadow-drop-center {
      -webkit-animation: shadow-drop-center 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
              animation: shadow-drop-center 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
              float: left;
              width: 450px;
              margin-top: 10px;
              margin-right: 25px;
    }

