:root{
  --dark: #404040;
--orange: #F39325;
}
    
    section{
     display: none;
    }
    
     .nav-list{
      visibility: hidden;
    }
    
    #section11, #section9{
      display: block;
    }
    .customStyle{
      margin-top: 10px;
      padding-top: 0;
      display: flex;
      justify-content: center;
      align-items: center;
      height: 40px;
      border-radius: 20px;
    }
    html{
      background-color: #000;
    }

h1,h2,h3,h4,h5,h6, p, div, span, label, input, a, ul li, nav ul li a, nav ul li a:visited{
  font-family: Poppins !important;
}
    
    h2.sectionTitle{
      color: white;
      font-size: 60px;
      font-weight: 800;
    }
    
    @media only screen and (max-width: 767px){
      
      .nav-list{
        background-color: rgba(0,0,0, 0.87);
      }
   
  h2.sectionTitle{
    
      font-size: 38px;
  
    }
}

#navigation.transparentMenu, #navigation{
  background-color: rgba(0,0,0, 0.3);
}
p.textMain{
  font-weight: 300;
  font-size: 14px;
  
  strong{
    font-weight: 700;
  }
}
.white{
  color: white;
}

    .dark{
      color: var(--dark) !important;
    }