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 {
  display: table;
  width: 100%;
  background-color: #FFF;
  }

*, *: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;}

.page-row {
  display: table-row;
  height: 1px;
  }

.page-row-expanded { height: 100%; }

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 }


/* 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%; }

#gallery {
  max-width: 30em;
  height: auto;
  margin: 0 auto;
  }

.wrapper_gallery { overflow: hidden; }

#gallery a img {
  width: 50%;
  float: left;
  position: relative;
  margin: 0;
  }

@media only screen and (max-width : 530px),
only screen and (max-device-width : 530px){
  #gallery a img { width: 50%; }
}

a.logo {
  text-indent: -9999px;
  width: 280px;
  height: 280px;
  display: block;
  background-image: url(../../images/blacktress.png);
  background-size: 280px auto;
  background-position: 0 0;
  background-repeat: no-repeat;
  margin: 0 auto;
  border-bottom: none;}

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

img.mask {
  max-width: 150px;
  width: 100%;
  margin: 2.5em auto;
  display: block;
}

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

header {
  width: 100%;
  z-index: 999;
  top: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;}

#le_stage {
  display: block;
  margin: 100px auto;}

footer {
  margin: 0 auto;
  display: block;}

.footer {
  margin: 0 auto;}

#socialnetwork {
  display: block;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  padding: 1.25em 0;}


/* FONTS
----------------------------------------------------------------------------------------*/

@font-face {
  font-family: 'League Gothic';
  src: url(../../fonts/leaguegothic-regular-webfont.eot);
  src: url(../../fonts/leaguegothic-regular-webfont.eot?#iefix) format('embedded-opentype'),
       url(../../fonts/leaguegothic-regular-webfont.woff) format('woff'),
       url(../../fonts/leaguegothic-regular-webfont.ttf) format('truetype'),
       url(../../fonts/leaguegothic-regular-webfont.svg#league_gothicregular) format('svg');
  font-weight: normal;
  font-style: normal;
}


/* Typography
----------------------------------------------------------------------------------------*/
body {
  font-family: 'futura-pt', 'Futura PT';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #242424;}

h1, h2 {
  font-family: 'League Gothic';
  font-weight: 500;
  font-size: 1.75em;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin: 0 auto 1.5em;
  text-align: center;
  color: #000;}

/* h2 {
  font-family: 'futura-pt', 'Futura PT';
  font-weight: 600;
  font-size: 1em;
  letter-spacing: 0.02em;
  color: #000;} */

blockquote {
  font-family: 'Eczar', serif;
  font-weight: 500;
  font-size: 1.5em;
  letter-spacing: 0.02em;
  color: #000;
  text-align: center;
  width: 85%;
  max-width: 30em;
  margin: 0 auto;
}

blockquote p.blockquote--footer {
  margin: 1.25em auto;
  text-align: center;
  font-size: 80%;
}

@media screen and (max-width: 400px) {

  blockquote {
    font-size: 1.25em;
  }

}

p {
  font-size: 1.25em;
  color: #242424;
  font-weight: 400;
  line-height: 1.618em;
  max-width: 30em;
  margin: 2.5em auto;
  padding: 0 5%;}

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

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

p.right { text-align: right; }

b, strong { font-weight: 500; 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; }

a.title {
  color: #000;
  outline: none;
  text-decoration: none;
  font-weight: 600;
  opacity: 1;
  letter-spacing: 0.02em;
  border: none;
  -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.title:hover { outline: none; text-decoration: none; color: #cb2027; border: none; }

#socialnetwork {
  width: 100%;
  max-width: 150px;
  margin: 0 auto;
  padding: 1.25em 0;}

a#facebook, a#twitter, a#instagram, a#pinterest, a#email {
  color: #242424;
  font-size: 2rem;
  border: none;}

a#email:hover {
  color: #cb2027;}

a#facebook:hover {
  color: #3b5997;}

a#twitter:hover {
  color: #4597d1;}

a#instagram:hover {
  color: #517fa4;}

a#pinterest:hover {
  color: #cb2027;}

a.button {
  display: block;
  height: 38px;
  margin: 1.25em 0;
  width: 100%;
  max-width: 125px;
  border: 1px solid #000;
  font: 600 11px 'futura-pt', 'Futura PT', 'brandon-grotesque', Arial, sans-serif;
  font-style: normal !important;
  line-height: 38px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  color: #000;
  -webkit-transition: background-color 300ms ease-in-out, color 300ms ease-in-out;
  transition: background-color 300ms ease-in-out, color 300ms ease-in-out;}

a.button:hover {
  color: #FFF;
  background-color: #bc1a4d;
  border: 1px solid #bc1a4d;}


/* Navigation
----------------------------------------------------------------------------------------*/
.navigation {
  display: block;
  position: relative;
  max-width: 100%;
  background-color: #FEE7A9;
  text-align: center;
  margin: 0 auto;
  padding: 2% 0;}

.navigation li {
  position: relative;
  display: inline-block;
  padding: 0 1%;}

.navigation li a {
  font: 500 14px 'futura-pt', 'Futura PT', 'brandon-grotesque', Arial, sans-serif;
  font-style: normal !important;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: none;
  color: #a6a6a6;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;}

.navigation li a:hover, .navigation li.current a {
  -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;
  border-bottom: none;
  color: #000;}

.navigation_button { display: none }

@media screen and (max-width: 40em) {

  .navigation {
    top: 0;
    width: 100%;
    position: relative;}

  .navigation li {
  	display: block;
  	padding: 1% 0;}

}

/* Video
----------------------------------------------------------------------------------------*/
.video {
    width: 100%;
    max-width: 60em;
    margin: 0 auto 5em;
    display: block;}

.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%;}


/* Responsive Embedding
----------------------------------------------------------------------------------------*/
[data-embed] {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

[data-embed] iframe,
[data-embed] object,
[data-embed] embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Sign Up
----------------------------------------------------------------------------------------*/
.sign-up-form {
	position: relative;
  margin: 20px auto;
  display: block;
  padding: 0 5%;
}

input#mce-EMAIL {
  grid-area: email;
}

input#mc-embedded-subscribe {
  grid-area: submit;
}

.form {
  max-width: 50em;
  background: url(../../images/newsletter-background-05.jpg) center top no-repeat;
  background-size: cover;
  padding: 2.5em;
  margin: 0 auto;
  border: 5px solid #000;
  display: grid;
  grid-template-areas: "email submit";
  grid-template-columns: 1fr 80px;
  grid-template-rows: auto;
}

input {
	font-family: 'futura-pt', 'Futura PT', sans-serif;
  background-color: #FFFFFF;
  width: 100%;
  font-size: 1em;
  color: #000;
  padding: 1.5em 2.8125em;
  border-left: 0.25em solid #000;
  border-top: 0.25em solid #000;
  border-bottom: 0.25em solid #000;
  border-right: 0;
  -webkit-appearance: none;
  appearance: none;
  -webkit-transition: border 0.15s ease-in-out;
  -moz-transition: border 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out;
}

input:focus,
label:active + input {
	outline: none;
}

textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
.input-checkbox {
-webkit-appearance: none;
appearance: none;
border-radius: 0;
}

.sign-up-form select:focus {
	outline: none;
}

::-webkit-input-placeholder {
  color: #000;
}

:-moz-placeholder {
  color: #000;
}

::-moz-placeholder {
  color: #000;
}

:-ms-input-placeholder {
  color: #000;
}

label#submit-button {
  background: #FFF;
  border-right: 0.25em solid #000;
  border-top: 0.25em solid #000;
  border-bottom: 0.25em solid #000;
  border-left: 0;
  cursor: pointer;
  width: 80px;
  padding: 0;
}

form.hide-submit input[type="submit"] { display: none;}

.link--arrowed {
	display: inline-block;
  height: 2rem;
  line-height: 2rem;
  border: 0;}

.link--arrowed:hover {
  border: 0;
}

.arrow-icon {
	position: relative;
	top: 1rem;
  left: 1rem;
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
	vertical-align: middle;
}

.arrow-icon--circle {
  transition: stroke-dashoffset .3s ease;
  stroke-dasharray: 95;
  stroke-dashoffset: 95;
}

.link--arrowed:hover .arrow-icon {
	transform: translate3d(5px, 0, 0);
}

.link--arrowed:hover .arrow-icon--circle {
	stroke-dashoffset: 0;
}

@media screen and (max-width: 610px) {
  label#submit-button {
    background: #FFF;
    border-right: 0.25em solid #000;
    border-top: 0.25em solid #000;
    border-bottom: 0.25em solid #000;
    border-left: 0;
    cursor: pointer;
    width: 50px;
    padding: 0;
  }

  .link--arrowed {
  	display: inline-block;
    height: 1rem;
    line-height: 1rem;
  }

  .arrow-icon {
  	position: relative;
  	top: 1rem;
    left: 0;
  }

  .form {
    grid-template-columns: 1fr 50px;
  }
}

/* Dear White People
----------------------------------------------------------------------------------------*/
body.dear_white_people {
  position: relative;
  background-color: #000000;
}
body.dear_white_people #wrapper {
  background-color: #000000;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  }
  @media screen and (max-width: 650px) {
    body.dear_white_people #wrapper {
      position: relative;
      padding: 6VH 6VW;
    }
  }
  body.dear_white_people #wrapper h1,
  body.dear_white_people #wrapper h2,
  body.dear_white_people #wrapper h3,
  body.dear_white_people #wrapper p {
    text-align: center;
    color: #ffffff;
  }
  body.dear_white_people #wrapper h1 {
    font-size: 3.25rem;
    margin-bottom: 1.25rem;
    }
    @media screen and (max-width: 650px) {
      body.dear_white_people #wrapper h1 {
        font-size: 2.25rem;
      }
    }
  body.dear_white_people #wrapper h2 {
    text-transform: uppercase;
    font-family: 'League Gothic';
    font-size: 2.25rem;
    font-weight: 400;
    letter-spacing: 0.2rem;
    margin-bottom: 1.25rem;
    }
    @media screen and (max-width: 650px) {
      body.dear_white_people #wrapper h2 {
        font-size: 1.75rem;
      }
    }
  body.dear_white_people #wrapper h3 {
    font-family: 'League Gothic';
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.2rem;
    font-size: 1.75rem;
    }
    @media screen and (max-width: 650px) {
      body.dear_white_people #wrapper h3 {
        font-size: 1.25rem;
      }
    }
  body.dear_white_people #wrapper p {
    margin: 1.25rem auto;
  }
  body.dear_white_people #wrapper p a {
    color: #ffffff;
    border: none;
    text-decoration: none;
    position: relative;
    margin: 0 auto;
  }
  body.dear_white_people #wrapper p a:before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #FFFFFF;
    opacity: 0.4;
  }
  body.dear_white_people #wrapper p a:after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 2px;
    width: 100%;
    height: 1px;
    background-color: #ffffff;
    opacity: 1;
    -webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transform: scale3d(0, 1, 1);
    -moz-transform: scale3d(0, 1, 1);
    -ms-transform: scale3d(0, 1, 1);
    -o-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }
  body.dear_white_people #wrapper p a:hover:after {
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
