@import url("https://fonts.googleapis.com/css?family=Pacifico");
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700,900");
@import url("https://fonts.googleapis.com/css?family=Lato:300");
@import url("https://fonts.googleapis.com/css?family=Dancing+Script:700");
html, body {
  min-width: 1360px;
  margin: 0;
  padding: 0;
  font-family: "Source Sans Pro"; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: normal; }

a {
  color: inherit;
  text-decoration: none; }

::selection, ::-moz-selection {
  background: rgba(0, 0, 0, 0.9);
  color: #FFF; }

.topbar {
  color: #FFF !important;
  background: #222;
  height: 40px;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 10; }
  .topbar a:hover {
    color: #bbb; }
  .topbar .logo {
    display: inline-block;
    color: #FFF;
    font-family: "Big Caslon", Georgia, serif;
    line-height: 40px;
    padding-left: 14px;
    padding-right: 24px; }
  .topbar .link-commencement {
    display: inline-block;
    font-weight: 200;
    padding-right: 24px; }
  .topbar .link-seniors {
    display: inline-block;
    font-weight: 200; }

header {
  background: url(../img/header.jpg) no-repeat center;
  background-size: cover;
  overflow: auto; }
  header .header-content {
    padding-top: 60px; }
    header .header-content h1 {
      color: #FFF;
      font-family: "Dancing Script";
      font-size: 72px;
      text-align: center;
      text-shadow: 2px 2px 8px #000;
      line-height: 1em; }
      header .header-content h1 em {
        font-family: "Source Sans Pro";
        font-size: 48px;
        font-style: normal;
        font-weight: 200;
        text-shadow: 2px 2px 4px #000;
        text-transform: lowercase; }
    header .header-content h2 {
      color: #FFF;
      font-weight: 200;
      margin-top: -4px;
      text-align: center;
      text-shadow: 2px 2px 4px #000; }
      header .header-content h2 a {
        border-bottom: 1px dotted #FFF; }
        header .header-content h2 a:hover {
          border-bottom: 1px solid #FFF; }
    header .header-content h3 {
      font-size: 14px;
      font-weight: 200;
      width: 480px;
      margin: 40px auto 0;
      text-align: center;
      text-shadow: 2px 2px 8px #000; }
      header .header-content h3 .name {
        font-weight: 600;
        text-transform: uppercase; }
        header .header-content h3 .name a:hover {
          text-decoration: underline; }

.intro {
  background: white; }
  .intro .intro-content {
    width: 960px;
    margin: 0 auto;
    padding: 80px 0;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 60px;
    -moz-column-gap: 60px;
    column-gap: 60px;
    color: #554;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6em; }
  .intro p {
    margin-top: 0; }
  .intro a {
    color: #c20717; }
  .intro a:hover {
    text-decoration: underline; }

.sticky-wrapper {
  float: left; }

nav {
  position: absolute;
  width: 180px;
  padding: 80px 0 0 40px; }
  nav.stuck {
    position: fixed;
    top: 0; }
  nav ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  nav li {
    margin: 12px 0; }
  nav a {
    font-weight: 900;
    text-transform: uppercase; }
    nav a:hover {
      opacity: 0.7; }
    nav a.active {
      opacity: 0.7; }
  nav .link-commencement {
    box-sizing: border-box;
    margin-bottom: 20px;
    padding: 16px 12px;
    border: 1px solid #FFF;
    text-align: center; }
    nav .link-commencement:hover {
      opacity: 0.7; }
    nav .link-commencement .one {
      display: block;
      font-family: "Big Caslon", "Georgia";
      font-size: 16px;
      font-weight: 200;
      text-transform: none; }
    nav .link-commencement .two {
      display: block;
      font-family: "Lato";
      letter-spacing: 1px;
      padding-top: 4px;
      font-size: 11px;
      font-weight: 300; }
  nav .last-year {
    font-family: "Source Sans Pro";
    font-weight: normal;
    text-transform: none;
    margin-top: 30px;
    display: block; }
    nav .last-year em {
      font-size: 0.8em; }

footer {
  background: url(../img/footer.jpg) no-repeat center;
  background-attachment: fixed;
  background-size: cover;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  overflow: auto; }
  footer .footer-content {
    background: rgba(0, 0, 0, 0.7);
    padding: 5% 30%; }

#disqus_thread {
  margin-top: 50px; }

section {
  overflow: hidden;
  padding: 40px 0; }
  section .section-intro {
    float: left;
    margin-left: 280px;
    width: 420px; }
    section .section-intro .intro-title {
      margin: 8px 0 20px;
      font-size: 24px;
      font-weight: 900;
      text-transform: uppercase; }
    section .section-intro .intro-content {
      font-weight: 200;
      font-size: 18px; }
      section .section-intro .intro-content a {
        border-bottom: 1px dotted #FFF; }
        section .section-intro .intro-content a:hover {
          border-bottom: 1px solid #FFF; }
  section .section-viz {
    margin-left: 780px;
    width: 600px; }

body {
  background: white;
  color: white;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }

#section-4 {
  background: #c40009;
  color: white; }

#section-1 {
  background: #2b2b91;
  color: white; }

#section-3 {
  background: #c49100;
  color: black; }

#section-2 {
  background: #005e3c;
  color: white; }

#section-6 {
  background: #4d1a91;
  color: white; }

#section-7 {
  background: #c53200;
  color: white; }

#section-5 {
  background: #555555;
  color: white; }

.section-viz {
  min-height: 800px; }

.component {
  padding-bottom: 24px; }
  .component + .component {
    padding: 24px 0;
    border-top: 1px dotted rgba(255, 255, 255, 0.3); }

.numbers .numbers-title {
  font-style: italic;
  margin-bottom: 12px; }
.numbers .numbers-num {
  font-size: 48px;
  font-weight: 900; }
.numbers .numbers-desc {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600; }
.numbers .numbers-desc + .numbers-num {
  margin-top: 12px; }

.graph .graph-title {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase; }
.graph .graph-graph {
  margin: 20px 0 12px -10px; }
  .graph .graph-graph.todo {
    margin: 12px 0;
    padding: 20px;
    height: 200px;
    border: 1px solid rgba(0, 0, 0, 0.5); }
.graph .graph-graph.hasbg {
  margin: 20px 0 12px 0; }

@media (max-width: 720px) {
  html, body {
    min-width: 0px; }

  nav {
    display: none; }

  .topbar {
    display: none; }

  header .header-content h1 {
    font-size: 43px; }
    header .header-content h1 em {
      font-size: 36px; }
  header .header-content h3 {
    font-size: 14px;
    padding: 0 10px;
    width: auto; }

  .intro .intro-content {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    width: auto;
    padding: 10px;
    font-size: 16px; }

  section {
    padding: 0; }

  section .section-intro {
    float: none;
    margin: 0;
    width: auto;
    padding: 10px; }
    section .section-intro .intro-content {
      font-weight: normal;
      font-size: 16px; }

  section .section-viz {
    margin-left: 0;
    width: auto;
    padding: 0 10px; } }
