html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

html,
body {
  height: 100%;
}

body {
  width: 100%;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body, html {
  font-size: 100%;
  padding: 0;
  margin: 0;
}

article {
  margin: 1.85em auto;
}

aside, details, figcaption, figure, header, hgroup, menu, nav, section {
  margin: 0 auto;
  display: block;
}

aside { width: 100%; }

.clearfix:before, .clearfix:after { content: ""; display: block; }
.clearfix:after { clear: both; }
.ie6 .clearfix { zoom: 1 }

#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #FFF;
	z-index: 10001;}

#fancybox_preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: none;
	z-index: 10001;}

.spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 70px;
  height: 70px;
  margin: -35px 0 0 -35px;
  text-align: center;
}

.spinner > div {
  width: 14px;
  height: 14px;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
  animation: bouncedelay 1.4s infinite ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.spinner .bounce_01 { background-color: #242424; }
.spinner .bounce_02 { background-color: #242424; }
.spinner .bounce_03 { background-color: #242424; }

.spinner .bounce_01 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce_02 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0.0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes bouncedelay {
  0%, 80%, 100% {
      transform: scale(0.0);
      -webkit-transform: scale(0.0);
  } 40% {
      transform: scale(1.0);
      -webkit-transform: scale(1.0);
  }
}

.screen-reader-text {
  clip: rect(1px,1px,1px,1px);
  height: 1px;
  overflow: hidden;
  position: absolute!important;
  width: 1px;
}

/* PHOTOGRAPHY
----------------------------------------------------------------------------------------*/
img, embed, object, video { margin: 0 auto; max-width: 100%; height: auto; display: block; }
.ie6 img.full, .ie6 object.full, .ie6 embed, .ie6 video { width: 100%; }

/* a.logo {
  text-indent: -9999px;
  width: 300px;
  height: 161px;
  display: block;
  background-image: url(../../images/steve-playlist-logo.png);
  background-size: 300px auto;
  background-position: 0 0;
  background-repeat: no-repeat;
  margin: 1.75em auto;
  border-bottom: none;
}

a.logo:hover { border-bottom: none; } */

header img {
  width: 300px;
  height: 161px;
  display: block;
  margin: 1.75em auto;
}


/* LAYOUT
----------------------------------------------------------------------------------------*/
#wrapper {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

header {
  width: 100%;
  padding: 0 2.5%;
}

#le_stage {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 85%;
  margin: 2.5em auto;
}
.introduction {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  padding-left: 40px;
}
.spotify {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 900px) {
  #le_stage {
    flex-direction: column-reverse;
  }
  .introduction {
    padding-left: 0;
    margin: 0 auto 25px;
  }
  .spotify {
    height: 100%;
    margin: 0 auto 25px;
  }
}
.content {
  flex: 1 0 auto;
}
footer {
  flex-shrink: 0;
  padding: 20px 0 20px
}
footer img {
  width: 100%;
  max-width: 50px;
  margin: 1em auto;
  display: block;
}

/* TYPOGRAPHY
----------------------------------------------------------------------------------------*/
body {
  font-family: 'EB Garamond', serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #242424;
}

p {
  font-size: 1.25rem;
  color: #242424;
  font-weight: 400;
  line-height: 1.618em;
  margin: 0 auto;
}

p.center, .center, footer p { text-align: center; }

p + p { margin-top: 1em; }

p.right { text-align: right; }

b, strong { font-weight: 600; letter-spacing: 0.02em; }
i, em { font-style: italic; }
small { font-size: 80%; }

::selection { background: #242424; color: #FFF; }
::-moz-selection { background: #242424; color: #FFF;}

a {
  color: #cb2027;
  outline: none;
  text-decoration: none;
  font-weight: 400;
  opacity: 1;
  letter-spacing: 0.02em;
  border-bottom: 1px solid #FFF;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

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


/* VIDEO
----------------------------------------------------------------------------------------*/
.video_container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin: 0 auto;
  height: auto;
}

.video_container iframe, .video_container object, .video_container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
