.header {
  background-color: #ddd;
  overflow: hidden;
}
.navpic {
  width: 225px;
  height: 104px;
  float: left;
}
.top {
  font-family: "Outfit", sans-serif;
  color: #192f59;
  float: left;
  margin-top: 26px;
  margin-bottom: 40px;
  margin-bottom: 50px;
  font-size: 40px;
}
.center {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: calc(100vh - 100px);
  margin-top: 5px;
}
.login {
  background-color: #dddddd;
  height: 300px;
  width: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.login form {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.loginButton {
  background-color: #192f59;
  border: none;
  color: white;
  border-radius: 3px;
}
h2, h3, .loginInput, .loginButton, p {
  font-family: "Google Sans Code", sans-serif;
}
h2, h3 {
  text-align: center;
}
.greet, .info {
  color: #ddd
}
table {
  border-collapse: collapse;
  width: 30%;
  background-color: #3e5786;
}
tr {
  border-bottom: 2px solid #ddd;
}
th {
  border-right: 2px solid #ddd;
}
th:nth-child(1){
  background-color: #0e1f3f;
}
.toptbl {
  background-color: #1d3664;
}
.toptbl-special {
  background-color: #1d3664;
  border: none;
}
.nobg {
  background-color: #192f59;
}
.noborder {
  border: none;
}
.topborder {
  border-top: 2px solid #ddd;
  border-right: none;
}
.atdc {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
a {
  text-decoration: none;
  color:#92929275;
}
.action {
  color: #e0e0e0;
  font-weight: bold;
}
.greyed {
  color: #92929275;
}
.foot {
  text-align: center;
  color: white;
  font-family: 'Outfit', sans-serif;
  font-size: 12px;
  margin-bottom: 10px;
}
.specfoot {
  margin-top: 200px;
}
.clmn {
  color: #ddd;
}
@media (max-width: 1100px) and (max-height: 2420px) {
  .foot {
    font-size: 1.5em;
  }
  .greet {
    font-size: 3em;
  }
  .attendance-requests {
    font-size: 2.5em;
  }
  html {
    overflow-x: hidden;
  }
  table {
    width: 95vw;
    height: 30vw;
    font-size: 2.5em;
    font-weight: bold;
  }
  .navpic {
    width: 450px;
    height: 208px;
    float: left;
  }
  .top {
    float: left;
    margin-top: 0;
    margin-left: 50px;
    margin-bottom: 20px;
    font-size: 60px;
  }
  .login {
    width: 45vw;
    height: 30vh;
    max-width: 99vw;
    min-height: 150px;
    padding: 40px;
  }
  .loginInput, .loginButton {
    width: 100%;
    font-size: 2em;
    padding: 18px;
  }
  h2 {
    font-size: 2.5em;
  }
}