@font-face {
  font-family: "plus8Regular";
  src: url('font/8bitOperatorPlus8-Regular.ttf');
}
@font-face {
  font-family: "plus8Bold";
  src: url('font/8bitOperatorPlus8-Bold.ttf');
}
a {
  text-decoration: none;
}
body {
  background-color: black;
  font-family: 'Times New Roman', Times, serif;
  cursor: url("../media/cursor/spellBook.ani"), auto;
}
#idSysMsg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 2px;
  text-align: center;
  background-color: white;
  z-index: 19;
  visibility: hidden;
}
.row {
  width: 100%;
  text-align: center; // center the content of the container
}
.header1 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  padding: 8px 8px 0;
  background-color: black;
}
.header2 {
  text-align: center;
  margin-bottom: 8px;
  font-size: 1.5rem;
  font-family: Arial;
  color: white;
  display: inline-block;

}
.header2 a:link{
font-size: 1rem;
font-family: Arial;
text-decoration: underline;
color: #0053D2;


}
.header2 a:visited{
font-size: 1rem;
color: #0053D2;
text-decoration: underline;
font-family: Arial;


}
.header2 a:hover{
font-size: 1rem;
color: #0053D2;
text-decoration: underline;
font-family: Arial;
}
.header2 a:active{
font-size: 1rem;
color: #0053D2;
text-decoration: underline;
font-family: Arial;
}
.header3 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.header3 a {
  float: left;
  font-size: 16px;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}
.header4 {
  border: 1px solid rgb(27, 0, 0);
  border-radius: 8px;
  background-color: white;
  margin-right: 8px;
  margin-bottom: 8px;
  padding: 8px 16px;
  color: black;
  display: flex;
  align-items: center;
}
.header4:last-child {
  margin-right: 0;
}
.header4:hover {
  background-color: #fff99e;
}
.header5 {
  width: 32px;
  height: 32px;
}
.headerIcon {
  vertical-align: bottom;
}
.directory {
  cursor: default;
  caret-color: transparent;
  user-select: none;
  float: left;
}
.dropdownIcon {
  width: 20px;
  height: 20px;
  margin-left: 10px;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  top: 92%;
}
.dropdown-content a {
  width: 100%;
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: flex;
  text-align: left;
  background-color: white;
  margin-right: 8px;
  padding: 8px 16px;
  align-items: center;
}
.dropdown-content a:hover {
  background-color: #fff99e;
}
.directory:hover .dropdown-content {
  display: block;
}
.header6 {
  font-family: plus8Bold;
  font-size: 1.25rem;
  margin-left: 16px;
}
.header7 {
  margin-left: 10px;
}
@media screen and (max-width: 546px) {
  #visitorCounter {
    display: none;
  }
  .header2 {
    font-size: 1.125rem;
  }
  .header4 {
    padding: 4px 8px;
  }
  .header5 {
    display: none;
  }
  .dropdownIcon {
    display: none;
  }
  .header6 {
    margin-left: 0;
  }
  .header7 {
    margin-left: 0;
  }
}
@media screen and (min-width: 877px) {
  .c1, .cl1 {
    margin-top: 166px !important;
  }
}
@media screen and (min-width: 547px) and (max-width: 876px) {
  .c1, .cl1 {
    margin-top: 224px !important;
  }
}
@media screen and (max-width: 546px) {
  .c1, .cl1 {
    margin-top: 169px !important;
  }
}