@font-face {
  font-family: "aarde";
  src: url("aarde.woff");
}

body.belmont {
  background-color: #6dc86f;
  color: #000;

  font-size: 18px;

  background-image: url("/img/sky10.jpg ");
  background-repeat: repeat-x;
  background-size: 333px;
  font-family: "Roboto", sans-serif;
  margin: 0;
}
body.belmont.short {
  background-size: 111px;
}
.belmont {
  a {
    color: black;
  }
  .content {
    padding: 28px;
  }

  .sponsors {
    .texty,
    .texty a {
      color: white;
      background-color: #84c28b;
      font-size: 30px;
    }
  }

  .topbar {
    display: flex;
    align-items: center;
  }
  .topbar img {
    width: 140px;
    height: auto;
    margin-left: 50px;
  }

  .hand {
    font-family: "Gochi Hand", cursive;
  }
  .topbox {
    height: 100px;
    width: 500px;
    margin: auto;
  }
  .topbox div {
    line-height: 80%;
  }
  .topbox .first {
    font-size: 40px;
  }
  .topbox .main {
    font-size: 60px;
    text-align: center;
  }
  .topbox .date {
    font-size: 30px;
    text-align: right;
  }
  .topbox .date .sub {
    font-size: 10px;
  }

  .nav {
    margin: 20px auto 0;
    display: flex;
    font-size: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .nav li {
    margin: 4px;
    border-radius: 20px;
    display: flex;
    background-color: #8576b8;
    color: white;

    align-items: center;
    height: 64px;
    a {
      color: white;
    }
  }

  .nav .checked li,
  .nav li:hover li {
    background-color: #5b469f;
  }
  .nav .checked a,
  .nav li:hover a {
    text-decoration: none;
  }
  .nav a {
    text-decoration: none;
    color: #545454;
    margin: 0px;
    display: block;
    margin: 0px 40px;
    border-bottom: 7px solid transparent;
  }

  .titlebar {
    background-color: #5fbddb;
  }

  .widecontent {
    max-width: 1200px;
    margin: auto;
    padding: 8px;
  }
  .titlebarstuff {
    display: flex;
    align-items: center;
    color: #545454;
  }
  .titlebarstuff img {
    width: 350px;

    padding: 12px;
    padding-right: 40px;
  }

  .titlebarstuff h1 {
    font-weight: 500;
    font-size: 34px;
  }
  .titlebarstuff h2 {
    font-size: 20px;
  }

  h2 {
    font-weight: 500;
  }

  .donate {
    background-color: #34ab52;
    color: white;
    font-size: inherit;
    border-radius: 8px;
    padding: 4px 14px;
    width: auto;
    height: auto;
  }

  .frontpage_sponsors {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin: 50px 0px;
  }
  .frontpage_sponsors img {
    max-height: 100px;
    margin: 8px;
  }

  .about {
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
  }

  .borderbot {
    border-bottom: 2px solid #9d9d9d;
  }

  .bordertop {
    border-top: 2px solid #9d9d9d;
  }

  .frontcontent {
    margin: 40px 0px;
  }

  .committee {
    background-color: #70c486;
    position: relative;
    top: -24px;
    width: 100%;
  }

  .committee .guts {
    padding: 50px 0px;
    max-width: 900px;
    margin: auto;
  }
  .committee .guts .col3 {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
  .inst {
    width: 100%;
  }

  .yellowfooter {
    background-color: #f9d797;
  }
  .yellowfooter .guts {
    padding: 30px 50px;
    display: flex;
    justify-content: space-between;
  }

  button {
    cursor: pointer;
  }

  .abovefooter {
    flex: 1 0 auto;
  }
  .yellowfooter {
    flex-shrink: 0;
    position: relative;
    top: 4px;
  }

  .onecol {
    height: 100%;
    box-sizing: border-box;
  }
  .inner {
    height: 100%;
    box-sizing: border-box;
  }

  dt {
    font-weight: bold;
  }
  dd {
    margin-bottom: 28px;
  }
}
