

.top-layer {
    position:relative;
    z-index:9999999;
  }
  
  
  /* font sizes */
  
  body {
  font-family: 'Muli-Regular', sans-serif; 
  font-size: 16px;
      line-height: 1.4;    
      color:#29363e;
  }
  
  p {
          padding-top:5px;
  }
  
  .large-text {
      font-size: 19px;
      line-height: 1.2; 
  }
  
  /* shadow effects */
  
  .video-shadow {
    box-shadow: 0px 0px 30px gray;
      margin-left:20px;
      margin-right:20px;
  }
  
  .fl-slide-content{
        text-shadow: 2px 2px black;
  }
  
  .shadow {
    text-shadow: 2px 2px black;
  }
  
  /* standard h tags */
  
  h1 {
  font-family: 'Noto Sans', sans-serif;
  line-height: 1.1;
  font-size: 60px;
  }
  
  h2 {
  font-family: 'Noto Sans', sans-serif;
  font-size: 34px;
  line-height: 1.1;
  }
  
  h3 {
  font-family: 'Noto Sans', sans-serif;
  font-size: 28px;
  line-height: 1.1;
  }
  
  h4 {
  font-family: 'Noto Sans', sans-serif;
  font-size: 24px;
  line-height: 1.1;
  }
  
  h5 {
  font-family: 'Noto Sans', sans-serif;
  font-size: 22px;
  line-height: 1.1;
  }
  
  h6 {
  font-family: 'Noto Sans', sans-serif;
  font-size: 18px;
  line-height: 1.1;
  }
  
  
  /* menu settings */
  
  /* .menu > li:hover  {
      border-bottom: 1.5px solid #6daf16;
  }
  */
  
  
  .fl-node-5f8f5309a5f5d .fl-menu .menu > li {
      font-family: 'Muli-Regular', sans-serif;
      font-size: 14px;
      line-height: 1;
      letter-spacing: .5px;
      text-transform: uppercase;
  }
  
  .quotes {
  font-family: 'Playfair Display', sans-serif;
  font-size: 22px;
  line-height: 2.2;
      font-style: italic;
  }
  
  .fl-post-info-sep {
      padding-left:5px;
      padding-right:5px;
  }
  
  
  /* Blog Post styles */
  
  .fl-node-content h3 {
      font-size: 22px;
          padding-top:15px;
              font-weight:500;
      letter-spacing: 1px !important;
  }



  

  .fluid-width-video-wrapper {
    width: 100%;
    position: relative;
    padding: 0;
}

.fluid-width-video-wrapper iframe,
.fluid-width-video-wrapper object,
.fluid-width-video-wrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.crjs .phoneswap {
    visibility: hidden;
}


