body {
  background-color: rgba(128, 128, 128, 0.429);
}

img, picture, video, iframe {
  max-width: 100%;
  height: auto;
}

h1 {
  font-family: 'Special Gothic Expanded One', sans-serif;
  color: rgb(149, 31, 31);
  text-align: center;
  margin-left: 15px;
}

h2 {
  font-family: 'Special Gothic Expanded One', sans-serif;
  margin-left: 15px;
}

.container {
  display: flex;
}

#textOne {
  margin: 10px;
}

aside {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px;
  width: 50%;
}

p {
  font-size: 18px;
  font-family: "Roboto Mono", monospace;
}

img {
  border-radius: 9%;
}

header {
  display: flex;
  justify-content: space-between;
  background-color: rgba(63, 63, 66, 0.614);
}

nav {
  display: flex;
  align-items: center;
  margin-right: 50px;
}

#logo {
  display: flex;
  align-items: center;

}

a {
  padding: 0 10px;
}

footer {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-right: 20px;
  margin-bottom: 10px;
}

button {
  background-color: #222;
  border-radius: 4px;
  border-style: none;
  box-sizing: border-box;
  color: rgb(201, 18, 18);
  cursor: pointer;
  display: inline-block;
  font-family: 'Special Gothic Expanded One', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
  max-width: none;
  min-height: 44px;
  min-width: 10px;
  outline: none;
  overflow: hidden;
  padding: 9px 20px 8px;
  position: relative;
  text-align: center;
  text-transform: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: 100%;
}

button:hover,
button:focus {
  opacity: 0.75;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: rgb(108, 103, 103);
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  color: rgb(201, 18, 18);
  font-family: 'Special Gothic Expanded One', sans-serif;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: rgba(213, 213, 213, 0.429);
}

.dropdown:hover .dropdown-content {
  display: block;
}

table {
  border: 2px black solid;
  border-collapse: collapse;
  overflow: auto;
  border-spacing: 0;
  empty-cells: show;
}

tbody tr:nth-child(odd) {
  background: #b3abab;

}

.textTwo {
  display: flex;
  flex-direction: column;
}

#hamburger {
  display: none;
}

#hamMenu {
  writing-mode: vertical-lr;
}

figcaption > a {
  color: black;
}

.background {
  background-color: black;
}

caption {
  caption-side: top;
  margin-bottom: 5px;
  font-size: 24px;
  font-family: 'Special Gothic Expanded One', sans-serif;
}

#classTable {
  font-size: large;
  text-align: center;
}

td {
  padding: 5px;
}

th {
  border: solid black 2px;
  border-collapse: collapse;

}

#classCol {
  font-weight: 800;
}

#form {
  display: flex;
  background-color: #b3abab;
  padding: 20px;
}

#formSection {
  flex-direction: column;
}

.btn-primary {
  appearance: none;
  background-color: transparent;
  border: 2px solid #1a1a1a;
  border-radius: 15px;
  box-sizing: border-box;
  color: #3b3b3b;
  cursor: pointer;
  display: inline-block;
  font-family: Roobert, -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica,
    Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  margin: 0;
  min-height: 60px;
  min-width: 0;
  outline: none;
  padding: 16px 24px;
  text-align: center;
  text-decoration: none;
  transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: 30%;
  will-change: transform;
  margin-top: 5px;
}

.btn-primary:disabled {
  pointer-events: none;
}

.btn-primary:hover {
  color: #fff;
  background-color: #1a1a1a;
  box-shadow: rgba(0, 0, 0, 0.25) 0 8px 15px;
  transform: translateY(-2px);
}

.btn-primary:active {
  box-shadow: none;
  transform: translateY(0);
}

.btn-secondary {
  appearance: none;
  background-color: #fafbfc;
  border: 1px solid rgba(27, 31, 35, 0.15);
  border-radius: 6px;
  box-shadow: rgba(27, 31, 35, 0.04) 0 1px 0,
    rgba(255, 255, 255, 0.25) 0 1px 0 inset;
  box-sizing: border-box;
  color: #24292e;
  cursor: pointer;
  display: inline-block;
  font-family: -apple-system, system-ui, 'Segoe UI', Helvetica, Arial,
    sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  list-style: none;
  padding: 6px 16px;
  position: relative;
  transition: background-color 0.2s cubic-bezier(0.3, 0, 0.5, 1);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: middle;
  white-space: nowrap;
  word-wrap: break-word;
}

.btn-secondary:hover {
  background-color: #f3f4f6;
  text-decoration: none;
  transition-duration: 0.1s;
}

.btn-secondary:disabled {
  background-color: #fafbfc;
  border-color: rgba(27, 31, 35, 0.15);
  color: #959da5;
  cursor: default;
}

.btn-secondary:active {
  background-color: #edeff2;
  box-shadow: rgba(225, 228, 232, 0.2) 0 1px 0 inset;
  transition: none 0s;
}

.btn-secondary:focus {
  outline: 1px transparent;
}

.btn-secondary:before {
  display: none;
}

.btn-secondary:-webkit-details-marker {
  display: none;
}

.btnContainer {
 display: flex;
 justify-content: space-between;
}


@media (max-width:768px){
  .container{
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  aside{
    width: 90%;
  }

  #hamburger {
    display: flex;
  }

  #full {
    display: none;
  }

  p {
    font-size: 14px;
  }

}

@media (max-width:992px){
  #hamburger {
  display: flex;
}

#full {
  display: none;
}

p {
  font-size: 16px;
}

}