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

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

body {
  background-color: white;
  color: #545454;

  font-size: 18px;

  font-family: "Roboto", sans-serif;
  margin: 0;
}

.topbar {
  background-color: #f7fafb;
  display: flex;
  align-items: center;
}
.topbar img {
  width: 82px;
  height: auto;
  margin-left: 50px;
}

.nav {
  display: flex;
  font-size: 20px;
  flex-wrap: wrap;
}
.nav li {
  display: flex;

  border-right: 1px solid #545454;
  align-items: center;
  height: 64px;
}
.nav li:last-of-type {
  border-right: none;
}
.nav .checked a {
  border-bottom: 7px solid #feb92b;
}
.nav a {
  text-decoration: none;
  color: #545454;
  margin: 0px;
  display: block;
  margin: 0px 40px;
  border-bottom: 7px solid transparent;
}
.nav a:hover {
  border-bottom: 7px solid #feb92b;
}
a {
  color: #2c8aa8;
}

.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: auto;
  text-align: center;
}

.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;
}
