* {
  font-family: 'Work Sans', sans-serif;
  line-height: 1.5em;
  box-sizing: border-box;
}
a {
  cursor: pointer;
}
h1 {
  font-size: 60px;
  color: #e67e22;
}
body,
html {
  margin: 0;
  background-color: #e67e22;
}
#page {
  width: 100%;
  background-color: #fff;
  position: absolute;
}
.boxed {
  display: block;
  max-width: 960px;
  padding: 0 40px;
  margin: 0 auto;
}
.section {
  padding: 100px 0;
}
.section h2 {
  display: inline-block;
  border-bottom: 4px solid #e67e22;
}
.section-inverted {
  background-color: #2c3e50;
  color: #fff;
}
.section-inverted h2 {
  display: inline-block;
  border-bottom: 4px solid #e67e22;
}
.section-inverted a {
  color: #e67e22;
  text-decoration: none;
  border-bottom: 2px solid #e67e22;
}
.fa {
  color: #fff;
}
.contenders *:first-child {
  border: none;
}
.contender {
  display: flex;
  border-top: 2px dotted #efefef;
  padding: 80px;
}
.contender .contender-image {
  border-radius: 100%;
  margin-right: 30px;
  width: 120px;
  height: 120px;
  border: 1px solid #efefef;
}
.contender .no-border {
  border: none;
}
.contender .cta a {
  color: #2980b9;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
}
.contender .cta a:hover {
  border-bottom: 2px solid #2980b9;
}
.contender-image-container {
  flex-grow: 1;
}
.contender-description-container {
  flex-grow: 2;
}
.contender-description-container h3 {
  margin-bottom: 0;
}
.contender-description-container .tagline {
  margin-top: 0;
  color: #e67e22;
}
.hero {
  background: url("../img/class-bg.png");
  background-size: cover;
  border-bottom: 10px solid #e67e22;
  text-shadow: 1px 2px 0px rgba(0,0,0,0.5);
  text-align: center;
  padding: 140px 0 100px 0;
  background-color: #2c3e50;
  color: #fff;
}
.hero .boxed {
  max-width: 700px;
}
.hero .boxed .hero-logo {
  height: 250px;
}
.hero h1 {
  margin: 0;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 2px 3px 0px rgba(0,0,0,0.5);
}
.hero .cta {
  margin-top: 40px;
}
.hero .cta button {
  box-sizing: border-box;
  padding: 20px 30px;
  background-color: #e67e22;
  border: 4px solid #2c3e50;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
}
.hero button {
  cursor: pointer;
}
.howContainers {
  display: flex;
  flex-wrap: wrap;
}
.howContainer {
  margin-right: 50px;
  flex-grow: 1;
  flex-basis: 250px;
}
.howContainer:last-of-type {
  margin-right: 0;
}
.how-image {
  height: 150px;
}
.mobile-nav {
  display: none;
}
.headroom {
  z-index: 999;
  display: block;
  width: 100%;
  position: fixed;
  background-color: #e67e22;
  transition: all 0.2s;
}
.headroom--pinned {
  background-color: #e67e22;
  transition: all 0.2s;
}
.headroom--unpinned {
  background-color: #e67e22;
  transition: all 0.2s;
}
.headroom--top {
  background: none;
  transition: all 0.2s;
}
.navi {
  text-align: center;
  list-style: none;
  margin-top: 10px;
  padding: 0;
}
.navi li {
  display: inline-block;
}
.navi .navi-logo {
  height: 20px;
}
.navi a {
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  margin: 0 20px;
}
.navi a:hover {
  border-bottom: 2px solid #fff;
}
.footer {
  padding: 10px 0;
  text-align: center;
  color: #fff;
  background-color: #e67e22;
}
@media (max-width: 700px) {
  .navi a {
    margin: 0 5px;
    font-size: 12px;
  }
}
@media (max-width: 500px) {
  .hero {
    padding: 60px 0;
    background-image: none;
  }
  .section {
    padding: 30px 0;
  }
  h1 {
    line-height: 1em;
    padding: 20px 0;
  }
  .boxed {
    padding: 0 20px;
  }
  .contender {
    flex: none;
    flex-wrap: wrap;
    padding: 40px 0;
  }
  .contender .contender-image {
    margin: 0;
  }
  .contender-image-container {
    text-align: center;
  }
  .contender-image-container,
  .contender-description-container {
    flex: none;
    width: 100%;
    position: relative;
  }
  .headroom {
    display: none;
  }
  .mobile-navi-button {
    transform: translateY(4px);
  }
  .mobile-nav {
    z-index: 9999;
    position: fixed;
    width: 100%;
    background-color: #e67e22;
    display: block;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
  }
  .mobile-nav ul {
    display: none;
    list-style: none;
    padding: 0;
  }
  .mobile-nav ul li {
    display: block;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
  }
}
