/* VARIABLES ________________________________________*/
/* Font Weights */
/* Base Font */
/* SIZING */
/* COLORS ___________________________________________*/
/* MIXINS ___________________________________________*/
html, body, p, ol, ul, li, dl, dt, dd, blockquote, figure, fieldset, legend, textarea, pre, iframe, hr, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

ul {
  list-style: none; }

button, input, select, textarea {
  margin: 0; }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

img, embed, iframe, object, audio, video {
  height: auto;
  max-width: 100%; }

iframe {
  border: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0;
  text-align: left; }

body {
  background-color: #ffffff;
  /* border:2em solid $white; */
  color: #333333;
  font-family: "Merriweather", "helvetica neue", arial, helvetica, sans-serif;
  font-size: 1em;
  line-height: 1.5; }

a {
  border-bottom: 1px solid #f1f1f1;
  color: #f39c12;
  text-decoration: none; }
  a:hover, a:focus, a:active {
    border-bottom: 1px solid #f39c12; }

img {
  display: block;
  max-width: 100%;
  width: 100%; }

figure {
  margin: 0;
  position: relative; }

.home-hero {
  background-color: pink;
  background-image: url("https://farm5.staticflickr.com/4213/35823481735_6a89fda837_o.jpg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: calc(100vh - 80px); }

.hero {
  background-color: #464d53;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
  color: #ffffff;
  position: relative; }

/* .hero-tall {
	padding:1em 0 12em 0;
} */
.hero-full {
  min-height: 100vh; }

.home .hero {
  background-image: url("https://farm5.staticflickr.com/4213/35823481735_6a89fda837_o.jpg"); }

.dirty-boar .hero {
  background-image: url("https://farm5.staticflickr.com/4357/36288625084_890232690b_o.jpg"); }

.dirty-boar-2019 .hero {
  background-image: url("../images/gridnik-dirty-boar-hero.jpg"); }

.strada-campina .hero {
  background-image: url("https://farm2.staticflickr.com/1752/41845616014_b65e722e57_o.jpg"); }

.byway-bash .hero {
  background-image: url("https://live.staticflickr.com/65535/48029364432_0ce07a5916_h.jpg"); }

.hero-header {
  margin: 0 auto;
  padding: 4rem 1.5rem 0 1.5rem;
  position: relative; }
  @media (min-width: 62em) {
    .hero-header {
      max-width: 1040px;
      padding: 4rem 0 0 0; } }

.section {
  padding: 3rem 1.5rem;
  position: relative; }

.section-full {
  padding: 0; }

.container {
  margin: 0 auto;
  max-width: 1040px;
  position: relative; }

.container-text {
  max-width: 820px; }

.columns {
  width: 100%; }
  .columns:before, .columns:after {
    display: table;
    content: ""; }
  .columns:after {
    clear: both; }

.column {
  display: block;
  float: left;
  width: 100%; }

@media (min-width: 62em) {
  .columns-two .column {
    width: 50%; }
  .columns-three .column {
    width: 33.33%; }
  .columns-four .column {
    width: 25%; }
  .columns-five .column {
    width: 20%; } }

.header {
  background-color: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  padding: 2rem;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1; }

.logo {
  border: none;
  color: #222;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase; }

.primary-navigation {
  line-height: 1;
  position: absolute;
  right: 0;
  top: 0; }
  .primary-navigation a {
    margin: 0 0 0 1rem; }

h1 {
  font-size: 3em;
  font-weight: 900;
  line-height: 1.2em;
  margin: 0;
  width: 80%; }
  h1 em {
    display: block;
    font-size: 2rem;
    font-style: normal;
    font-weight: 300; }

h2 {
  font-size: 2em;
  margin: 0; }

p {
  font-weight: 300;
  margin: 2rem 0; }

.tag {
  border: none;
  color: #ffcc00;
  font-size: 12px;
  text-transform: uppercase; }
  .tag em {
    color: #ffffff;
    font-style: normal; }

.entry {
  margin-top: 2rem;
  font-size: 1.6rem; }
  .entry a {
    border-color: rgba(255, 255, 255, 0.1);
    color: #ffffff; }

.ride-stats {
  background-color: #f1f2f3;
  padding: 4rem 0;
  text-align: center; }
  .ride-stats img {
    display: block;
    height: 48px;
    margin: 0 auto 1rem auto;
    width: 48px; }
  .ride-stats figcaption {
    font-size: 24px;
    font-weight: 300; }
    .ride-stats figcaption h4 {
      color: #ffcc00;
      font-size: 12px;
      font-weight: 900;
      margin: 0;
      text-transform: uppercase; }

.festive-500 {
  background-color: #002857;
  color: #e1e71b;
  padding-bottom: 25%;
  position: relative; }

.festive-500-map,
.festive-500-intro,
.festive-500-metrics,
.festive-500-image {
  display: block;
  height: 100%;
  position: absolute;
  width: 100%; }

.festive-500-metrics {
  background-color: #ff3db4;
  color: #ffffff; }
  .festive-500-metrics ol {
    list-style: none;
    margin: 0;
    padding: 2em; }
    .festive-500-metrics ol li {
      font-size: 1.6em;
      padding: 0 0 .5em 0; }
      .festive-500-metrics ol li em {
        display: block;
        font-size: 11px;
        font-style: normal;
        text-transform: uppercase; }

.festive-500-intro {
  background-color: #002857;
  color: #e1e71b;
  padding: 0;
  text-align: center; }
  .festive-500-intro figcaption {
    text-transform: uppercase; }
  .festive-500-intro em {
    border-bottom: 1px solid #e1e71b;
    font-size: .4em;
    vertical-align: top; }
  .festive-500-intro sup {
    font-size: .4em;
    vertical-align: middle; }
  .festive-500-intro h3, .festive-500-intro h4 {
    font-size: 22px;
    font-weight: 300;
    letter-spacing: -0.03em;
    line-height: 1em;
    margin: 0; }
  .festive-500-intro h3 {
    padding: 1.2em 0;
    position: relative; }
    .festive-500-intro h3:before, .festive-500-intro h3:after {
      background-color: rgba(225, 231, 27, 0.6);
      content: '';
      display: block;
      height: 1px;
      left: 50%;
      margin-left: -3.5em;
      position: absolute;
      top: .5em;
      width: 7em; }
    .festive-500-intro h3:after {
      bottom: .5em;
      top: auto; }
  .festive-500-intro h4 {
    font-size: 1.8em; }
  .festive-500-intro .rapha-wordmark {
    padding: 3em 2em 1em 2em; }

.rapha-icon {
  padding: 2em; }

.footer {
  font-size: 1rem;
  padding: 3rem 1.5rem;
  text-align: center; }

.top {
  display: none; }
