header {
  overflow: hidden;
background: rgba(0, 0, 0, 0.5);
  backgro5und-color: #08090b;
    -webkit-box-shadow: rgb(0 0 0 / 20%) 0 2px 10px;
    box-shadow: rgb(0 0 0 / 20%) 0 2px 10px;
    border-top: 1px solid rgba(0,0,0,0.1);
-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;

}

header a, header label {
  display: block;
  padding: 20px;
  color: #fff;
  text-decoration: none;
  line-height: 20px;
}

header a:hover, header label:hover { color: #aaa; }

header label {
  float: right;
  padding: 18px 20px;
  cursor: pointer;
}

header label:after {
  content: "\2261";
 font-family: 'Nunito Sans', sans-serif;
    font-size: 13px;
    font-weight: 800;
}

.logo {
  float: left;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 18px;
    font-weight: 900;
  color: #fff !important;

}
  
nav {
  width: 100%;
  float: right;
  max-height: 0;
  -webkit-transition: max-height 0.3s; 
     -moz-transition: max-height 0.3s;
       -o-transition: max-height 0.3s;
          transition: max-height 0.3s;
}

nav ul {
  margin: 0;
  padding: 0;
   padding-bottom: 10px;
}
  
nav li {
  display: block;
  text-align: center;
  color: #ccc !important;
 font-family: 'Nunito Sans', sans-serif;
    font-size: 13px;
    font-weight: 600;

}
  
nav a {
  padding: 10px;
  width: 100%;
  color: #ccc !important;
}

  
nav a:hover {
  padding: 10px;
  width: 100%;
  color: #fff !important;
}

#nav { display: none; }

#nav:checked ~ nav {
  max-height: 200px; /* This can be anything bigger than your nav height. The transition duration works with this */
}

@media only screen and (min-width: 700px) {
  
  header label { display: none; }
  
  nav {
    width: auto;
    max-height: none;
  }
  
  nav ul {
    padding: 0;
    padding-right: 10px;
  }
  
  nav li {
    display: inline-block;
    text-align: left;
  }
  
  header nav a {
    display: inline-block;
    padding: 20px 10px;
    width: auto;
  }
  
}


.container {
  margin: 0 auto;
}

.arrow-down {
  border-top: 5px solid #505050;
  position: absolute;
  top: 20px;
  right: 10px;
}

.cover-bg {
  position: fixed;
  width: 100%; 
  height: 100%;
  top: 0; 
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.7;
}

@media only screen and (max-width:1199px) {
.container {
 width: 96%;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
}


		
		
		
		
		
		
/*
     FILE ARCHIVED ON 19:14:10 Mar 20, 2023 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 18:05:33 Jun 21, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.91
  exclusion.robots: 0.028
  exclusion.robots.policy: 0.013
  esindex: 0.016
  cdx.remote: 7.771
  LoadShardBlock: 211.948 (3)
  PetaboxLoader3.datanode: 134.483 (4)
  PetaboxLoader3.resolve: 126.44 (2)
  load_resource: 109.572
*/