@font-face {
  font-family: "Gotham-Black";
  src: url("fonts/Gotham-Black.eot") format("eot"), url("fonts/Gotham-Black.woff") format("woff"), url("fonts/Gotham-Black.ttf") format("truetype");
}
* {
  padding: 0;
  margin: 0;
}

html {
  scroll-behavior: smooth;
  font-family: "Helvetica";
}

body {
  max-width: 100vw;
}

h1, h3, h4, h5, h6 {
  cursor: pointer;
  transition: all 0.2s;
}
h1:hover, h3:hover, h4:hover, h5:hover, h6:hover {
  background-color: white;
  color: #582B8C;
}

span {
  color: #000;
  font-family: "Helvetica";
  font-size: 14px;
  color: #000;
  width: 100%;
  transition: all 0.2s;
}
span:hover {
  background-color: #DDDBDB;
  color: #582B8C;
}
span.center {
  text-align: center;
}
span.spaced {
  letter-spacing: 4px;
}

a {
  text-decoration: none;
  color: #0000E4;
  font-family: "Helvetica";
  padding: 2px 0;
  font-size: 14px;
  cursor: pointer;
  width: 100%;
  transition: all 0.2s;
}
a:hover {
  background-color: #DDDBDB;
  color: #582B8C;
}
a.white-bg:hover {
  background-color: #fff;
}
a.center {
  text-align: center;
}
a.spaced {
  letter-spacing: 4px;
}
a.short {
  width: 35px;
  text-align: center;
  margin: 0 auto;
}

h4 {
  color: #582B8C;
  font-family: "Helvetica";
  font-weight: 600;
  font-size: 13px;
}

main {
  width: 980px;
  display: flex;
  margin: 0 auto;
  padding: 40px 0;
  gap: 15px;
  box-sizing: border-box;
}
main .sidebar {
  background-color: #F4F4F4;
  border: solid 1px #707070;
  border-top: none;
  border-bottom: none;
  width: 16%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
main .sidebar h1 {
  text-align: center;
  font-weight: 400;
  color: #0000E4;
  font-size: 31px;
  font-family: "Ibarra Real Nova", serif;
  transition: all 0.2s;
}
main .sidebar h1:hover {
  background-color: white;
}
main .sidebar div {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}
main .sidebar div a {
  text-align: center;
}
main .sidebar div.gap {
  gap: 6px;
}
main .sidebar .search {
  width: 80%;
  font-family: "Helvetica";
}
main .sidebar .search span {
  font-size: 0.9rem;
}
main .sidebar .search input {
  border: solid 1px #DDDBDB;
  border-radius: 3px;
  padding: 3px;
  width: 100%;
}
main .sidebar .search .row {
  width: 90%;
  display: flex;
  gap: 5px;
  flex-direction: row;
  margin-top: 2px;
}
main .sidebar .search .row select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: #DDDBDB;
  border-radius: 3px;
  border-color: white;
  width: 80%;
  font-size: 0.7rem;
  padding: 2px;
  background-image: url("../assets/arrows.png");
  background-repeat: no-repeat;
  background-position: 95%;
  background-size: auto 70%;
}
main .sidebar .search .row button {
  background-color: #3478F6;
  border-radius: 7px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  border: solid 1px white;
  padding: 2px 8px;
  width: 22%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 20px;
}
main .sidebar .calendar {
  margin-top: 15px;
}
main .sidebar .calendar h4 {
  width: 100%;
  text-align: center;
  color: #0000E4;
}
main .sidebar .calendar h4:hover {
  color: #582B8C;
}
main .sidebar .calendar table {
  margin-top: 0;
  font-family: "Helvetica";
  width: 95%;
}
main .sidebar .calendar table thead {
  background-color: #DDDBDB;
  border: none;
}
main .sidebar .calendar table thead tr {
  border: none;
}
main .sidebar .calendar table thead tr th {
  color: #707070;
  font-size: 14px;
  padding: 2px 0;
}
main .sidebar .calendar table tbody {
  background-color: white;
}
main .sidebar .calendar table tbody tr td {
  color: #0000E4;
  text-align: center;
  font-size: 13px;
  padding: 2px 0;
  transition: all 0.2s;
  cursor: pointer;
}
main .sidebar .calendar table tbody tr td.hl {
  background-color: #FAF69C;
  font-weight: 600;
}
main .sidebar .calendar table tbody tr td.hl:hover {
  background-color: #FAF69C;
  color: #582B8C;
}
main .sidebar .calendar table tbody tr td:hover {
  background-color: #F4F4F4;
  color: #582B8C;
}
main #right {
  gap: 0;
  padding: 20px 0;
  width: 16%;
}
main #right a {
  font-weight: 600;
  padding: 5px 0;
  font-size: 11px;
  text-align: center;
  width: fit-content;
  border-bottom: solid 1px #707070;
}
main #right a:hover {
  background-color: white;
}
main #right a:nth-of-type(1) {
  border-top: solid 1px #707070;
}
main #center {
  width: 64%;
}
main #center .top {
  padding: 10px;
  background-color: #EEEEEE;
  border: solid 1px #707070;
  border-left: none;
  border-right: none;
}
main #center .top .content {
  display: flex;
  width: 80%;
  margin: 0 auto;
  justify-content: center;
  gap: 10px;
}
main #center .top .content h2 {
  font-family: "Ibarra Real Nova", serif;
  font-weight: 500;
  font-size: 23px;
  align-self: flex-end;
  padding: 0;
  line-height: 23px;
}
main #center .top .content a {
  background-color: white;
  height: fit-content;
  padding: 2px 7px;
  width: fit-content;
  font-size: 12px;
  margin-bottom: 2px;
  align-self: flex-end;
}
main #center .top .content a.small {
  font-size: 9px;
  padding: 1px 3px;
  align-self: flex-start;
}
main #center .grid {
  display: flex;
  gap: 20px;
  margin-top: 15px;
}
main #center .grid .col {
  display: flex;
  flex-direction: column;
}
main #center .grid .col:nth-of-type(1) {
  width: 36%;
}
main #center .grid .col:nth-of-type(2) {
  width: 34%;
}
main #center .grid .col:nth-of-type(3) {
  width: 30%;
}
main #center .grid .col .block {
  display: flex;
  flex-direction: column;
  margin-top: 15px;
}
main #center .grid .col .block .title {
  background-color: #EEEEEE;
  padding: 3px 4px;
  border: solid 1px #707070;
  border-left: none;
  border-right: none;
}
main #center .grid .col .block .title.sub {
  border: none;
  background-color: #DDDBDB;
  margin: 2px 0;
}
main #center .grid .col .block .title.sub h6 {
  text-align: center;
  font-weight: 400;
  font-size: 13px;
}
main #center .grid .col .block .title h5 {
  width: 100%;
  cursor: pointer;
  text-align: center;
  color: #0000E4;
  transition: all 0.2;
  font-size: 14px;
}
main #center .grid .col .block .title h5.spaced {
  letter-spacing: 2px;
}
main #center .grid .col .block .title h5:hover {
  color: #582B8C;
  background-color: white;
}
main #center .grid .col .block .row {
  display: flex;
  gap: 10px;
  justify-content: flex-start;
}
main #center .grid .col .block .row .col {
  width: 40%;
}
main #center .grid .col .block a, main #center .grid .col .block span {
  border-bottom: solid 1px #EEEEEE;
  padding: 0.5px 0;
  font-size: 13px;
}

@media only screen and (max-width: 800px) {
  html {
    height: auto !important;
  }
}

/*# sourceMappingURL=style.css.map */
