@charset "UTF-8";

.topnav {
  overflow: hidden;
  background-color: #222222;
	color:#ffffff;
	  float: left;
	width: 100%;
}
.nav_about .navlink_about {color: #ffffff; background-color: #616263;}
.nav_home .navlink_home {color: #ffffff; background-color: #616263;}
.nav_archives .navlink_archives {color: #ffffff; background-color: #616263;}
.nav_handbook .navlink_handbook {color: #ffffff; background-color: #616263;}
.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  font-family: Arial, sans-serif;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 100px;
  height: 50px;
}
.topnav a:visited {
  color: #ffffff;
}
.active {
  background-color: #212121;
  color: #f2f2f2;
}

.topnav .icon {
  display: none;
}
.dropdown {
  float: left;
  overflow:auto !important;
  position: absolute !important;
      display: inline-grid !important;
	  background-color: #222222;
}

.dropdown .dropbtn {
   font-size: 17px;    
  border: none;
  outline: none;
  color: white;
  padding: 13px 16px;

  font-family: inherit;
  margin: 0;
	height:50px;
}

.dropdown-content {
  display: none;
  position: static !important;
  background-color: #222222;
	color:#ffffff;
  min-width: 250px;
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: #ffffff;
  padding: 9px 0px 0px 15px;
  text-decoration: none;
  display: block;
  text-align: left;
  font-size: 14px;
  background-color: #222222;
  height: 40px;
}

.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #cccccc;
  color: black;
}

.dropdown-content a:hover {
  background-color: #cccccc;
  color: black;
}
.navhide2 {cursor: pointer;}
@media screen and (max-width: 780px) {
    .navhide2 {
    display: none;
    }
}
.dropdown.click2 .dropdown-content  {
  display: block;
}
.dropdown3 {
    display: none;
}
@media screen and (max-width: 780px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
	font-size: 12px;
	height: 30px;
  }
  .topnav a.icon {
    float: right;
    display: block;
	  padding: 5px;
background-color: #222222;
  }
}

@media screen and (max-width: 780px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
	font-size: 12px;
    height: 30px;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn, .topnav.responsive .dropdown3 {
    display: block;
    width: 100%;
    text-align: left;
  }
}

article {
  max-width: 1000px;
  margin: 0 auto;
  padding: 10px;
}
