/**
 * Prefixer
 */
body {
  -moz-font-feature-settings: "liga", "kern";
  -moz-font-feature-settings: "liga=1, kern=1";
  -ms-font-feature-settings: "liga", "kern";
  -o-font-feature-settings: "liga", "kern";
  -webkit-font-feature-settings: "liga", "kern";
  font-feature-settings: "liga", "kern"; }

article .text:after {
  content: "";
  display: table;
  clear: both; }

@font-face {
  font-family: 'drogowskaz_lekki_owalnyRg';
  src: url("https://friisj.github.io/smallfry/assets/fonts/drogowskaz_lekki_owalny-webfont.woff2") format("woff2"), url("https://friisj.github.io/smallfry/assets/fonts/drogowskaz_lekki_owalny-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
/**
 * Reset some basic elements
 */
body, p, ul, ol, li, em, strong,
h1, h2, h3, h4, h5, h6, blockquote,
hr, dl, dd, figure, input, textarea,
button {
  font-style: normal;
  font-weight: normal;
  margin: 0;
  padding: 0; }

ul, ol {
  list-style: none; }

/**
 * Basic styling
 */
body {
  -webkit-text-size-adjust: 100%;
  font-family: 'drogowskaz_lekki_owalnyRg', 'Helvetica Neue', Arial;
  font-weight: 400;
  font-size: 24px;
  line-height: 18px; }

* {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

a {
  text-decoration: none; }
  a:visited {
    color: blue; }

em {
  font-style: normal; }

.text {
  font-size: 24px;
  line-height: 36px; }
  @media screen and (max-width: 800px) {
    .text {
      font-size: 14px;
      line-height: 22px; } }

h1, .text--h1 {
  font-size: 54px;
  line-height: 72px;
  text-align: center; }
  @media screen and (max-width: 800px) {
    h1, .text--h1 {
      font-size: 36px;
      line-height: 54px; } }

article {
  border-bottom: solid 2px #ffc200;
  display: block;
  margin-bottom: 21px;
  padding-bottom: 21px;
  position: relative; }
  @media screen and (max-width: 800px) {
    article {
      margin-bottom: 16px;
      padding-bottom: 16px; } }
  article::after, article::before {
    background-color: lime;
    content: '';
    display: none;
    height: 30px;
    left: 0;
    position: absolute;
    width: 100%; }
  article::after {
    top: 0; }
  article::before {
    bottom: 0; }
  article .text {
    margin-bottom: 0; }
  article .text--link {
    border-bottom: solid 2px blue; }

.pad--x {
  padding: 0 12px; }

.pull--left {
  float: left; }

.pull--right {
  float: right; }

.btn {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: blue;
  border: 0;
  border-radius: 4px;
  color: white;
  cursor: pointer;
  font-family: 'Oswald', 'Helvetica Neue', Arial;
  font-size: 12px;
  font-weight: 500;
  height: 36px;
  letter-spacing: 0.5px;
  line-height: 16px;
  padding: 10px 24px;
  text-transform: uppercase; }
  .btn.btn--primary {
    background-color: #2bead7;
    color: white; }
  .btn:focus {
    outline: none; }

.input {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  border: 0;
  border-bottom: solid 2px black;
  border-radius: 0;
  color: white;
  font-family: 'Oswald', 'Helvetica Neue', Arial;
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
  margin: 0;
  padding: 0; }
  .input::-webkit-input-placeholder {
    color: #ff7211; }
  .input:-moz-placeholder {
    color: #ff7211; }
  .input::-moz-placeholder {
    color: #ff7211; }
  .input:-ms-input-placeholder {
    color: #ff7211; }
  .input:focus {
    outline: 0; }

body {
  background-color: #ff7275;
  height: 100%;
  position: relative; }

.sf--video {
  background-color: black;
  height: 100%;
  overflow: hidden;
  position: relative; }
  .sf--video iframe {
    bottom: 0;
    left: 0;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%; }
  .sf--video .close {
    color: #ffc200;
    line-height: 30px;
    padding: 30px 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 1000; }
    @media screen and (max-width: 800px) {
      .sf--video .close {
        padding: 10px 0; } }

.sf__hero {
  background-color: #ffc200;
  background-image: url(https://friisj.github.io/smallfry/assets/images/smallfry__hero.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  padding: 0;
  position: relative; }
  .sf__hero .container {
    left: 50%;
    margin-left: -293px;
    position: absolute;
    width: 586px; }
    @media screen and (max-width: 800px) {
      .sf__hero .container {
        left: 0;
        margin-left: 0;
        width: 100%; } }
    .sf__hero .container.hero__top {
      height: 96px;
      top: 30px; }
      .sf__hero .container.hero__top .text {
        color: #ffc200;
        text-align: center; }
    .sf__hero .container.hero__middle {
      background-image: url(https://friisj.github.io/smallfry/assets/images/smallfry__hero.png);
      background-position: center 0;
      background-repeat: no-repeat;
      background-size: auto 100%;
      bottom: 168px;
      margin-left: -400px;
      top: 72px;
      width: 800px; }
      .sf__hero .container.hero__middle .text {
        bottom: -9px;
        color: #ffc200;
        position: absolute;
        right: 50%; }
      @media screen and (max-width: 800px) {
        .sf__hero .container.hero__middle {
          background-position: center 100%;
          background-size: auto 100%;
          bottom: 156px;
          left: 12px;
          margin-left: 0;
          right: 12px;
          width: initial; }
          .sf__hero .container.hero__middle .text {
            bottom: -2px; } }
    .sf__hero .container.hero__bottom {
      bottom: 28px; }
      .sf__hero .container.hero__bottom .hero__title {
        bottom: 50px;
        color: #ffc200;
        position: absolute;
        text-align: center;
        width: 100%; }
        @media screen and (max-width: 800px) {
          .sf__hero .container.hero__bottom .hero__title {
            bottom: 55px; } }
      .sf__hero .container.hero__bottom .toggle--video {
        color: #ffc200;
        display: block;
        padding-left: 36px;
        position: relative;
        text-align: center;
        width: 100%; }
        .sf__hero .container.hero__bottom .toggle--video::after {
          background-image: url(https://friisj.github.io/smallfry/assets/images/smallfry__play.svg);
          background-position: 0;
          background-repeat: no-repeat;
          background-size: auto;
          content: '';
          height: 24px;
          left: 50%;
          margin-left: -84px;
          position: absolute;
          top: 6px;
          width: 24px; }
        @media screen and (max-width: 800px) {
          .sf__hero .container.hero__bottom .toggle--video {
            padding-left: 28px; }
            .sf__hero .container.hero__bottom .toggle--video::after {
              height: 16px;
              margin-left: -48px;
              top: 3px;
              width: 16px; } }
      .sf__hero .container.hero__bottom .hero__tiff {
        background-image: url(https://friisj.github.io/smallfry/assets/images/smallfry__tiff.svg);
        background-position: 0;
        background-repeat: no-repeat;
        background-size: auto;
        bottom: 8px;
        height: 18px;
        position: absolute;
        right: 100px;
        text-indent: -9999em;
        width: 24px; }
        @media screen and (max-width: 800px) {
          .sf__hero .container.hero__bottom .hero__tiff {
            background-size: 20px auto;
            bottom: 3px;
            right: 48px; } }

.sf__base {
  background-color: #ff7275;
  color: #ffc200;
  padding: 101px 0;
  position: relative; }
  @media screen and (max-width: 800px) {
    .sf__base {
      padding: 50px 0; } }
  .sf__base .container {
    margin: 0 auto;
    width: 586px; }
    @media screen and (max-width: 800px) {
      .sf__base .container {
        padding: 0 20px;
        width: 100%; } }
  .sf__base .text {
    text-align: center; }

.sf__social {
  margin-bottom: 30px; }
  @media screen and (max-width: 800px) {
    .sf__social {
      margin-bottom: 20px; } }
  .sf__social > a {
    border: solid 2px #ffc200;
    border-radius: 50%;
    color: #ffc200;
    display: inline-block;
    line-height: 42px;
    text-align: center;
    margin: 0 15px;
    width: 60px; }
    @media screen and (max-width: 800px) {
      .sf__social > a {
        line-height: 30px;
        text-align: center;
        margin: 0 10px;
        width: 42px; } }
