@import url("https://fonts.googleapis.com/css?family=Quicksand:400,700|Roboto+Condensed:300,400,700|Contrail+One&display=swap");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
.material-icons, .main-menu li.main-menu-external:after {
  direction: ltr;
  display: inline-block;
  font-family: "Material Icons";
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 1;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  font-size: inherit;
  position: relative;
  top: 3px;
}

body {
  font-family: "Quicksand";
  line-height: 1.8;
  margin: 0;
  background: #fff url(../img/course.svg) scroll top center/100% repeat-y;
}

h1 {
  font-family: "Roboto Condensed";
  font-size: 1.6em;
  margin-top: 1.6em;
  margin-bottom: 0.8em;
  font-weight: bold;
  color: #c0f;
}

h2 {
  font-family: "Roboto Condensed";
  font-size: 1.48em;
  margin-top: 1.6em;
  margin-bottom: 0.8em;
  font-weight: bold;
  color: #c0f;
}

h3 {
  font-family: "Roboto Condensed";
  font-size: 1.36em;
  margin-top: 1.6em;
  margin-bottom: 0.8em;
  font-weight: bold;
  color: #c0f;
}

h4 {
  font-family: "Roboto Condensed";
  font-size: 1.24em;
  margin-top: 1.6em;
  margin-bottom: 0.8em;
  font-weight: bold;
  color: #c0f;
}

h5 {
  font-family: "Roboto Condensed";
  font-size: 1.12em;
  margin-top: 1.6em;
  margin-bottom: 0.8em;
  font-weight: bold;
  color: #c0f;
}

hr {
  border: none;
  border-bottom: solid 1px #ddd;
}

a {
  color: #c0f;
}

.page {
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: 40px;
  padding: 0 30px;
}
@media (max-width: 700px) {
  .page {
    padding: 0 20px;
  }
}
.page-cols {
  display: flex;
  flex-direction: row-reverse;
}
.page-cols > div {
  box-sizing: border-box;
  overflow: hidden;
}
.page-cols > div:nth-child(1) {
  flex-grow: 1;
}
.page-cols > div:nth-child(2) {
  flex-shrink: 0;
  width: 30%;
  margin-right: 50px;
}
@media (max-width: 800px) {
  .page-cols {
    display: block;
  }
  .page-cols > div:nth-child(1) {
    width: 100%;
  }
  .page-cols > div:nth-child(2) {
    width: auto;
    margin-right: 0;
  }
}
.page-content {
  margin-top: 20px;
}

.head-inner {
  position: relative;
}
.head a {
  text-decoration: none;
  color: inherit;
  font-family: "Contrail One";
  margin: 70px 10px 0 10px;
  font-size: 2.2rem;
  color: #333;
  display: inline-block;
}
.head img {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 3rem;
  max-width: 10rem;
  margin: 10px;
}
@media (max-width: 1000px) {
  .head img {
    display: none;
  }
}

.main-menu {
  font-family: "Roboto Condensed";
  font-size: 18px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.main-menu li {
  display: inline-block;
  font-weight: lighter;
  color: #999;
  margin: 0 10px;
}
.main-menu li a {
  text-decoration: none;
  color: inherit;
}
.main-menu li.main-menu-current {
  font-weight: bold;
  color: #c0f;
}
.main-menu li.main-menu-external:after {
  content: "launch";
}

.sponsors {
  margin-bottom: 40px;
  margin-top: 50px;
  list-style: none;
  text-align: center;
  box-sizing: border-box;
}
.sponsors-title {
  font-size: 0.96em;
  font-family: "Roboto Condensed";
  font-style: italic;
  color: #c0f;
  margin-bottom: 20px;
}
.sponsors-title:before {
  content: url("../img/drink.svg");
  width: 1em;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  top: 2px;
  width: 1.2rem;
  margin-right: 8px;
}
.sponsors li {
  display: block;
}
.sponsors li img {
  display: block;
  margin: 30px auto;
  max-width: none !important;
  height: auto !important;
  width: 180px !important;
}
.sponsors li img.sponsors-img-tall {
  height: 90px !important;
  width: auto !important;
}
.sponsors li a {
  display: block;
}

.tweets {
  font-size: 0.96em;
  list-style: none;
  margin-top: 40px;
}
@media (max-width: 800px) {
  .tweets {
    display: none;
  }
}

.post h1 {
  position: relative;
  top: -4px;
}
.post-details {
  color: #888;
  position: relative;
  top: -20px;
}
.post-details > span {
  margin-right: 20px;
  white-space: nowrap;
}
.post-updated {
  text-align: right;
  font-style: italic;
  color: #c0f;
  margin-right: 2px;
}
.post-updated:before {
  content: url("../img/first-aid.svg");
  width: 1em;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  top: 2px;
  margin-right: 8px;
}
.post a.read-more {
  margin-top: 10px;
  display: block;
  font-weight: bold;
  font-family: "Roboto Condensed";
  text-decoration: none;
  white-space: nowrap;
}
.post a.read-more:hover {
  text-decoration: underline;
}
.post a.read-more:before {
  content: url("../img/taped-start.svg");
  width: 1em;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  top: 2px;
  width: 60px;
  margin: 0 10px;
  top: 4px;
}
.post a.read-more:after {
  content: url("../img/taped-end.svg");
  width: 1em;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  top: 2px;
  width: 60px;
  margin: 0 10px;
  top: 4px;
}
.post a.post-link {
  text-decoration: none;
}
.post img.post-thumbnail {
  display: block;
  max-height: 320px;
  max-width: 100%;
}

/*# sourceMappingURL=style.css.map */
