
#header {
    position: absolute;
    z-index: 10;
    width: 100%;
  }
  
  .loader {
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .loader > img {
  width: 20%;
}


/*for mobile*/
@media (max-width: 991px) {
  .loader > img{
    width: 60% !important;
  }
}
  
  .loader.hidden {
    animation: fadeOut 1s;
    animation-fill-mode: forwards;
  }
  
  @keyframes fadeOut {
    100% {
        opacity: 0;
        visibility: hidden;
    }
  }
  
  
.navbar-dark {
    background-color: rgb(43, 41, 41) !important;
  }
  
  .nav-img {
    position: relative;
    top: 1px;
    margin-right: 5%;
  }
  
  .nav-title-div {
    visibility: visible;
    font-size: 200%;
  }
  
  main{
    margin-top: 105px;
  }

  .hr-white {
    border-top: 3px white solid;
  }
  
  .hr-black {
    border-top: 3px #313131 solid;
  }
  
  .mores{
    width: 90%;
    margin: 0 auto;
  }


  .mores h3 {
    text-align:center;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    grid-template-rows: 20px 0;
    grid-gap: 20px;
    }
    
    .mores h3:after,.mores h3:before {
    content: " ";
    display: block;
    border-bottom: 3px solid black;
    }
    
    
    .youtube iframe{
      width:100%;
      height:100%;
    }
    
      
  
  

  footer {
    background-color: #151414;
    /*height: 100%;*/
    /* padding: 3% 0 2% 0; */
  }
  
  .footer-div{
  padding-left: 3%;
  padding-right: 3%;
  }
  
  .footer-logo {
    background-color: #202020;
  
    margin-top: 15%;
    padding: 15% 10%;
    /*margin-bottom: 5%;*/
  }
  
  .footer-logo img{
    padding: 3%;
  }
  .link-heading{
    width: 90%;
    margin: 0 auto;
  }
  
  .subscribe{
    padding: 5% 5% 0 5%;
    margin-top: 5%;
  }
  
  .links{
    padding-top: 3%;
    padding-left: 5%;
  }
  
.links a{
  color: white;
}
.links a:hover{
  text-decoration: none;
}

  
  .social-media{
    margin-top: 3%;
  }
  @media (max-width: 575px) {
    .social-media, .links li, .subscribe {
      text-align: center;
    }  
  }
  
  .social-media p i{
    font-size: 100%;
    padding-top: 6%;
  }
  .social-media p {
    font-size: 100%;
    margin-bottom: 0;
  }
  .link-lists{
    font-size: 100%;
    
  }
  
  .link-lists ul{
    list-style-type: none;
    position: absolute;
  }
  
  .links ul {
    text-align: left !important;
    list-style-type: none;
    font-size: 120%;
    /* padding: 0;
    margin: 0; */
  }
  .links li {
    margin-bottom: 5%;
  }
  