@font-face { 
    font-family: Glacial; 
    src: url('GlacialIndifference-Regular.otf'); 
  } 
body {
    font-family: Glacial; 
}

div.nav-header {
    position: fixed;
  top: 0;
  width: 100%;
}

table, th, td {
    border: 1px solid black;
    border-collapse: collapse;
  }

.release-title {
    font-size: 30px;
}

@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  .mobile-hide {
    display: none;
  }
  
}
@media only screen and (min-width: 769px) {

}

.dropdown-header {
  background-color: grey;
  width: 100%;
}
.dropdown-button {
  background-color: grey;
  width: 100%;
  color: white;
}
.dropdown-button:hover {
  background-color: black;
}