/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/9/2014
* Sass Version by Seth Coelen https://github.com/whatsnewsaes
*/
/* Base files. */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active {
  outline: 0; }
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/9/2014
* Sass Version by Seth Coelen https://github.com/whatsnewsaes
*/
html {
  font-size: 62.5%; }

body {
  font-size: 1.5em;
  line-height: 1.6;
  font-weight: 400;
  font-family: -apple-system, BlinkMacSystemFont, "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #222; }

a {
  color: #E99367;
  text-decoration: none; }
  a:hover {
    color: #e68351; }

hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #e1e1e1; }

.u-full-width {
  width: 100%;
  box-sizing: border-box; }

.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }

.u-pull-right {
  float: right; }

.u-pull-left {
  float: left; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 300; }

h1 {
  font-size: 4.0rem;
  line-height: 1.2;
  letter-spacing: -.1rem; }

h2 {
  font-size: 3.6rem;
  line-height: 1.25;
  letter-spacing: -.1rem; }

h3 {
  font-size: 3.0rem;
  line-height: 1.3;
  letter-spacing: -.1rem; }

h4 {
  font-size: 2.4rem;
  line-height: 1.35;
  letter-spacing: -.08rem; }

h5 {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: -.05rem; }

h6 {
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0; }

@media (min-width: 550px) {
  h1 {
    font-size: 5.0rem; }

  h2 {
    font-size: 4.2rem; }

  h3 {
    font-size: 3.6rem; }

  h4 {
    font-size: 3.0rem; }

  h5 {
    font-size: 2.4rem; }

  h6 {
    font-size: 1.5rem; } }
p {
  margin-top: 0; }

/* Modules */
/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/9/2014
* Sass Version by Seth Coelen https://github.com/whatsnewsaes
*/
.container {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box; }

.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box; }

@media (min-width: 400px) {
  .container {
    width: 85%;
    padding: 0; } }
@media (min-width: 550px) {
  .container {
    width: 80%; }

  .column,
  .columns {
    margin-left: 4%; }

  .column:first-child,
  .columns:first-child {
    margin-left: 0; }

  .one.column,
  .one.columns {
    width: 4.66667%; }

  .two.columns {
    width: 13.33333%; }

  .three.columns {
    width: 22%; }

  .four.columns {
    width: 30.66667%; }

  .five.columns {
    width: 39.33333%; }

  .six.columns {
    width: 48%; }

  .seven.columns {
    width: 56.66667%; }

  .eight.columns {
    width: 65.33333%; }

  .nine.columns {
    width: 74%; }

  .ten.columns {
    width: 82.66667%; }

  .eleven.columns {
    width: 91.33333%; }

  .twelve.columns {
    width: 100%;
    margin-left: 0; }

  .one-third.column {
    width: 30.66667%; }

  .two-thirds.column {
    width: 65.33333%; }

  .one-half.column {
    width: 48%; }

  .offset-by-one.column,
  .offset-by-one.columns {
    margin-left: 8.66667%; }

  .offset-by-two.column,
  .offset-by-two.columns {
    margin-left: 17.33333%; }

  .offset-by-three.column,
  .offset-by-three.columns {
    margin-left: 26%; }

  .offset-by-four.column,
  .offset-by-four.columns {
    margin-left: 34.66667%; }

  .offset-by-five.column,
  .offset-by-five.columns {
    margin-left: 43.33333%; }

  .offset-by-six.column,
  .offset-by-six.columns {
    margin-left: 52%; }

  .offset-by-seven.column,
  .offset-by-seven.columns {
    margin-left: 60.66667%; }

  .offset-by-eight.column,
  .offset-by-eight.columns {
    margin-left: 69.33333%; }

  .offset-by-nine.column,
  .offset-by-nine.columns {
    margin-left: 78%; }

  .offset-by-ten.column,
  .offset-by-ten.columns {
    margin-left: 86.66667%; }

  .offset-by-eleven.column,
  .offset-by-eleven.columns {
    margin-left: 95.33333%; }

  .offset-by-one-third.column,
  .offset-by-one-third.columns {
    margin-left: 34.66667%; }

  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns {
    margin-left: 69.33333%; }

  .offset-by-one-half.column,
  .offset-by-one-half.column {
    margin-left: 52%; } }
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  min-height: 50px;
  padding: 0 30px;
  color: #371A08;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  border: 4px solid #371A08;
  border-radius: 0;
  background-color: transparent;
  cursor: pointer;
  box-sizing: border-box;
  transition: all 0.2s ease-in-out; }
  .button:hover,
  button:hover,
  input[type="submit"]:hover,
  input[type="reset"]:hover,
  input[type="button"]:hover {
    background-color: #371A08;
    color: #ffffff; }
  .button:focus,
  button:focus,
  input[type="submit"]:focus,
  input[type="reset"]:focus,
  input[type="button"]:focus {
    outline: none; }

input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"] {
  height: 50px;
  padding: 6px 10px;
  background-color: #ffffff;
  color: #666666;
  border-radius: 0;
  font-size: 16px;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  text-align: center;
  transition: all 0.2s ease-in-out; }
  input[type="email"].error, input[type="number"].error, input[type="search"].error, input[type="text"].error, input[type="tel"].error, input[type="url"].error, input[type="password"].error {
    background-color: #FFD6D6; }

textarea,
select {
  height: 38px;
  padding: 6px 10px;
  background-color: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 0px;
  box-shadow: none;
  box-sizing: border-box; }

input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px; }

input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="text"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="password"]:focus {
  border: 1px solid #1a1a1a;
  outline: 0; }

textarea:focus,
select:focus {
  border: 1px solid #1a1a1a;
  outline: 0; }

label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600; }

fieldset {
  padding: 0;
  border-width: 0; }

input[type="checkbox"], input[type="radio"] {
  display: inline; }

label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }

ul {
  list-style: circle inside; }

ol {
  list-style: decimal inside;
  padding-left: 0;
  margin-top: 0; }

ul {
  padding-left: 0;
  margin-top: 0; }
  ul ul, ul ol {
    margin: 1.5rem 0 1.5rem 3rem;
    font-size: 90%; }

ol ol, ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%; }

li {
  margin-bottom: 1rem; }

code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #f1f1f1;
  border: 1px solid #e1e1e1;
  border-radius: 0px; }

pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre; }

th,
td {
  padding: 12px 15px;
  text-align: left; }

input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem; }

pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 2.5rem; }

/*

functional.scss contains a bit of experimental CSS architecture
based on the idea of immutability within CSS. The idea is that
instead of single-class semantic in HTML, we become more open to
a multi-class semantic.

So e.g. if I wish to have a heading that is centered and all upper case,
********************************************************************
Instead of writing:

<h1 class="centered-heading">Centered Heading</div>

.centered-heading {
  text-align: center;
  text-transform: uppercase
}
********************************************************************
********************************************************************
I'll write:

<h1 class="ttu tac">Centered Heading</div>

.ttu {
  text-transform: uppercase;
}

.tac {
  text-align: center
}
********************************************************************

This approach ensures that whenver we wish to use uppercase, we just add the 'ttu' class to
the element wihtin HTML, without having to declare that styling again and again.

This file contains a collection of classes that have been written to achieve this approach.

This is an experiment I'm running

*/
.ttu {
  text-transform: uppercase; }

.tac {
  text-align: center; }

.tar {
  text-align: right; }

.tal {
  text-align: left; }

.tr {
  letter-spacing: 0.2em; }

.tr0-4 {
  letter-spacing: 0.2em; }

.tcw {
  color: #ffffff; }

.tcpablo {
  color: #E99367; }

.flex {
  display: flex; }

.db {
  display: block; }

.dib {
  display: inline-block; }

.w100p {
  width: 100%; }

.w400 {
  width: 400px; }

.w600 {
  width: 600px; }

.maxw450 {
  max-width: 450px; }

.h100p {
  height: 100%; }

.h600 {
  height: 600px; }

.ma {
  margin: auto; }

.mt1 {
  margin-top: 1em; }

.mt2 {
  margin-top: 2em; }

.mr1 {
  margin-right: 1em; }

.mr2 {
  margin-right: 2em; }

.mr3 {
  margin-right: 3em; }

.mb0 {
  margin-bottom: 0; }

.mb1 {
  margin-bottom: 1em; }

.mb2 {
  margin-bottom: 2em; }

.pdt5 {
  padding-top: 5em; }

.pdb5 {
  padding-bottom: 5em; }

.pdt10 {
  padding-top: 10em; }

.pdb10 {
  padding-bottom: 8em; }

@media screen and (max-width: 480px) {
  .pd20m480 {
    padding: 60px 20px; } }

.fw700 {
  font-weight: 700; }

.fw500 {
  font-weight: 500; }

.fw400 {
  font-weight: 400; }

.fs0-8 {
  font-size: 0.8em; }

.fs1-8 {
  font-size: 1.8em; }

.fs1-5 {
  font-size: 1.5em; }

.fs2 {
  font-size: 2em; }

.fs2-4 {
  font-size: 2.4em; }

.fs3 {
  font-size: 3em; }

.fs4 {
  font-size: 4em; }

.lh1-5 {
  line-height: 1.5em; }

.lh2 {
  line-height: 2em; }

.bg-pablo {
  background-color: #E99367; }

.bg-b20 {
  background-color: #333333; }

.bg-b60 {
  background-color: #999999; }

.bg-white-hover:hover {
  background-color: #ffffff; }

.brcw {
  border-color: #ffffff; }

.fb-row-center {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center; }
  @media screen and (max-width: 959px) {
    .fb-row-center {
      flex-direction: column; } }

.k-cursor {
  cursor: url(/img/kanye-face.png), auto; }

.hero {
  padding-top: 160px;
  min-height: 100%; }

.hero-container {
  width: 202px;
  margin: auto;
  position: relative; }
  .hero-container .hero-bear {
    width: 202px; }
  .hero-container .hero-glasses {
    width: 202px;
    opacity: 1;
    position: absolute;
    left: 0px;
    top: -300px;
    transition: top 0.7s ease-in; }
  .hero-container .hero-eyes {
    height: 180px;
    width: 202px;
    opacity: 1;
    position: absolute;
    left: 0px;
    top: 0px;
    transition: top 0.7s ease-out; }
  .hero-container .hero-eyes__image {
    transform: translateY(76px); }
  .hero-container:hover .hero-glasses {
    top: 0px; }

.hero-email, .hero-signup {
  width: 320px; }

.tidal a:hover, .tidal a {
  color: #6f4c39;
  font-size: 10px; }

.about {
  background-image: url("/img/about-bg2.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }

.about-desc {
  width: 400px; }

@media screen and (max-width: 480px) {
  .about-tagline {
    margin-right: 0;
    margin-bottom: 2em; }
    .about-tagline h1 {
      font-size: 3em;
      line-height: 1.4em; }
    .about-tagline h3 {
      font-size: 2em; }

  .about-desc {
    width: 100%; } }
.judges-kanye {
  background-image: url("/img/judge-kanye-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

.judges-kim {
  background-image: url("/img/judge-kim-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

.judges-kim-clickbait {
  font-size: 15px;
  color: white; }

.judge-avatar img {
  width: 360px; }

.judge-name {
  font-weight: 700;
  font-size: 3.0em; }

@media screen and (max-width: 959px) {
  .judge-avatar {
    margin-bottom: 2em;
    margin-right: 0; }
    .judge-avatar img {
      width: 300px; }

  .judge-name {
    font-size: 2em; } }
.prizes {
  height: 600px;
  background-image: url("/img/prize-bg.png");
  background-size: cover;
  text-align: center;
  color: white; }

.prize-text {
  margin-top: 500px; }

.sponsors {
  background-image: url("/img/sponsor-bg.png");
  background-size: cover; }

.sponsor-button {
  border-color: #ffffff;
  color: white;
  font-weight: bold; }

.quotes {
  background-image: url("/img/quotes-bg.jpg");
  background-size: cover;
  text-align: center;
  color: white; }

.quote-text {
  max-width: 400px;
  width: 100%;
  font-size: 25px;
  font-weight: 100;
  padding-bottom: 20px; }

.quote-author, .quote-title {
  font-size: 1.7em; }

.quote-author {
  font-weight: bold; }

.quote-title {
  font-weight: 100; }

.quote {
  padding: 100px 50px 0 50px;
  width: 100%; }
  .quote img {
    border-radius: 100%;
    width: 300px; }
    @media screen and (max-width: 400px) {
      .quote img {
        width: 280px; } }

.quote-info {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center; }

@media screen and (max-width: 400px) {
  .quote {
    padding: 100px 20px 0 20px; }
    .quote img {
      width: 80%; } }
.footer {
  text-align: center; }

.secondary-btn {
  margin-bottom: 50px; }

.tucker {
  color: #6f4c39; }

.schedule {
  background: #353433;
  /* Old browsers */
  background: -moz-linear-gradient(left, #353433 0%, #957966 40%, #957966 60%, #353433 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #353433 0%, #957966 40%, #957966 60%, #353433 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #353433 0%, #957966 40%, #957966 60%, #353433 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#353433', endColorstr='#353433',GradientType=1 );
  /* IE6-9 */ }

.schedule-date {
  background-color: #1a1a1a;
  color: #ffffff; }

.schedule-time {
  text-align: right;
  color: #E99367;
  border-bottom: 1px solid #666666; }

.schedule-event {
  max-width: 360px;
  text-align: left;
  color: #ffffff;
  border-bottom: 1px solid #666666; }

.heartbreak {
  background-image: url("img/808.jpg");
  background-size: cover;
  width: 100%;
  height: 100%; }

* {
  box-sizing: border-box; }

html, body {
  height: 100%; }

h1, h2, h3, h4 {
  letter-spacing: 0; }

.primary-btn {
  display: inline-block;
  padding: 8px 30px; }

.secondary-btn {
  display: inline-block;
  padding: 8px 30px;
  color: #ffffff;
  border-color: #ffffff; }
  .secondary-btn:hover {
    color: #1a1a1a;
    background-color: #ffffff; }
