body {
  background-color: #E0E0E0;
  margin: 0px;
  font-family: sans-serif;
}
#title-bar {
  padding: 20px 20px 0px 40px;
  color: gray;
}
.big-title {
  font-size: 32pt;
  font-family: sans-serif;
  font-weight: 200;
  border-right: 2px solid gray;
  padding-right: 25px;
  height: 70px;
}
.small-bar {
  display: inline-block;
  font-size: 100%;
  padding: 0 10px 0 0;
  position: relative;
  top: -40%;
  transform: translateY(-50%);
}
@media (max-width: 457px) {
  #title-bar {
    text-align: center;
    padding: 20px 0 0 0;
  }
  .big-title {
    border-right: none;
    width: 100%;
    display: inline-block;
    padding-right: 0px;
  }
  .small-bar {
    padding: 0 0 0 0;
  }
}
.big-title a:hover {
  text-decoration: none;
}
a {
  color:gray;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  text-decoration: underline;
}
.navbar-link {
  padding: 10px;
}
.offsite {
  height: 15px;
  width: 15px;
}
#content {
  padding: 10px 20% 0 20%;
  font-size: 12pt;
}
#content p {
  margin: 1.5em 0;
}