#issue {
  background: url("http://images.jacobinmag.com/2016/11/dot_pattern.png");
  font-family: "Antwerp", 'Times New Roman', Times, serif; 
  border-top: 2px solid black;
}

a {
  cursor: pointer;
  font-family: "Hurme-No3", sans-serif;
}

.section-articles img {
  max-width: 100%;
  height: auto;
  box-shadow: 15px 15px 0px #fff200;
  margin-top: 25px;
}

#feature-one img, #feature-two img, #feature-three img {
  box-shadow: none;
  margin-top: 0;
}

#intro-wrap {
  display: flex;
  align-items: flex-start;
  border-bottom: 3px solid black;
}

#intro-wrap.align-bottom {
  align-items: flex-end;
}


#iss-title h1 {
  border: none;
  color: black;
  font-family: "Hurme-No3", sans-serif;
  text-transform: uppercase;
  font-size: 100px;
  line-height: 1em;
  font-weight: 400;
  margin: 40px 0 0 0;
}

#iss-title-info {
  display: flex;
  justify-content: space-between;
}

#iss-title-info p {
  font-family: "Hurme-No3", sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  margin: 0;
  font-weight: 600;
}

#iss-title-info p.out-now {
  background-color: #fff200;
  padding: 0 5px;
}

#iss-purchase {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

#iss-purchase p  {
  margin: 0;
  line-height: 1.7em;
}

#iss-purchase p a {
  font-family: "Hurme-No3", sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  background-color: #fff200;
  padding: 2px 5px;
  color: black;
  font-weight: 600;
}

#iss-purchase-running {
  display: flex;
  justify-content: flex-start;
  margin-top: 0;
  width: 50%;
  position: absolute;
  left: 50%;
  z-index: 1;
}

#iss-purchase-running.buy-fixed {
  position: fixed;
  top: 0;
}

#iss-purchase-running a {
  width: 50%;
  
}

#iss-purchase-running a div {
  border-right: 3px solid black;
  border-bottom: 3px solid black;
  background-color: white;
  padding: 20px;
  margin: 0;
  text-align: center;
  font-family: "Hurme-No3", sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  color: black;
  font-weight: 600;
}

#iss-purchase-running a.purchase-subscription {
  margin-left: 3vh;
}

#iss-purchase-running a.purchase-issue:hover div {
  background: url("http://images.jacobinmag.com/2016/11/dot_pattern.png");
  background-color: white;
}

#iss-purchase-running a:hover {
  text-decoration: none;
}

#iss-purchase-running a:hover div {
  background: url("http://images.jacobinmag.com/2016/11/dot_pattern.png");
}

#iss-purchase-running a.purchase-subscription div {
  background-color: #fff200;
}

#iss-purchase-running a.purchase-issue div {
  border-right: none;
}

#cover {
  background: url("http://images.jacobinmag.com/2016/11/dot_pattern.png");
  background-color: #fff200;
  display: flex;
  width: 50%;
  justify-content: flex-start;
}

#cover.fixed {
  position: fixed;
  top: 0;
  left: 50%;
}

#front-cover {
  height: 100vh;
  background: url("http://images.jacobinmag.com/2016/11/dot_pattern.png");
  background-color: white;
  border-right: 3px solid black;
}

#spine {
  width: 3.25vh;
  height: 100vh;
  background: url("http://images.jacobinmag.com/2016/11/0-spine-1.png");
  background-size: contain;
  z-index: 2;
}

#spine::before {
  content: "";
  display: block;
  position: absolute;
  width: 10vh;
  height: 100vh;
  margin-left: -10vh;
  background: url("http://images.jacobinmag.com/2016/11/arrows-1.gif");  
  background-repeat: no-repeat;
  background-size: contain;
}

#spine.spine-f {
  background: url("http://images.jacobinmag.com/2016/11/0-spine-2.png");
  background-size: contain;
}

#spine.spine-f::before {
  background: url("http://images.jacobinmag.com/2016/11/arrows-2.gif");
  background-repeat: no-repeat;
  background-size: contain;
}

#spine.spine-m {
  background: url("http://images.jacobinmag.com/2016/11/0-spine-3.png");
  background-repeat: no-repeat;
  background-size: contain;
}

#spine.spine-m::before {
  background: url("http://images.jacobinmag.com/2016/11/arrows-3.gif");
  background-repeat: no-repeat;
  background-size: contain;
}

#spine.spine-s1 {
  background: url("http://images.jacobinmag.com/2016/11/0-spine-4.png");
  background-repeat: no-repeat;
  background-size: contain;
}

#spine.spine-s1::before {
  background: url("http://images.jacobinmag.com/2016/11/arrows-4.gif");
  background-repeat: no-repeat;
  background-size: contain;
}

#spine.spine-c {
  background: url("http://images.jacobinmag.com/2016/11/0-spine-5.png");
  background-repeat: no-repeat;
  background-size: contain;
}

#spine.spine-c::before {
  background: url("http://images.jacobinmag.com/2016/11/arrows-5.gif");
  background-repeat: no-repeat;
  background-size: contain;
}

#spine.spine-s2 {
  background: url("http://images.jacobinmag.com/2016/11/0-spine-6.png");
  background-repeat: no-repeat;
  background-size: contain;
}

#spine.spine-s2::before {
  background: url("http://images.jacobinmag.com/2016/11/arrows-6.gif");
  background-repeat: no-repeat;
  background-size: contain;
}

#spine.spine-r {
  background: url("http://images.jacobinmag.com/2016/11/0-spine-7.png");
  background-repeat: no-repeat;
  background-size: contain;
}

#spine.spine-r::before {
  background: url("http://images.jacobinmag.com/2016/11/arrows-7.gif");
  background-repeat: no-repeat;
  background-size: contain;
}

#spine.spine-t {
  background: url("http://images.jacobinmag.com/2016/11/0-spine-8.png");
  background-repeat: no-repeat;
  background-size: contain;
}

#spine.spine-t::before {
  background: url("http://images.jacobinmag.com/2016/11/arrows-8.gif");
  background-repeat: no-repeat;
  background-size: contain;
}

#spine.spine-s3 {
  background: url("http://images.jacobinmag.com/2016/11/0-spine-9.png");
  background-repeat: no-repeat;
  background-size: contain;
}

#spine.spine-s3::before {
  background: url("http://images.jacobinmag.com/2016/11/arrows-9.gif");
  background-repeat: no-repeat;
  background-size: contain;
}

#spine.spine-l {
  background: url("http://images.jacobinmag.com/2016/11/0-spine-10.png");
  background-repeat: no-repeat;
  background-size: contain;
}

#spine.spine-l::before {
  background: url("http://images.jacobinmag.com/2016/11/arrows-10.gif");

  background-size: contain;
}



#intro-wrap.align-bottom #spine {
  position: fixed;
  top: 0;
  left: 50%;
}

#intro-wrap.align-bottom #spine.reset {
  position: absolute;
  top: auto;
  bottom: 200px;
}

#intro-wrap.align-bottom #front-cover {
  margin-left: 3.25vh
}

#intro {
  width: 50%;
  margin: 0;
}

#front-quote, #iss-title-wrap {
  margin: 0 10% 80px;
  padding-top: 10%;
}

#front-quote {
  margin: 0 0 80px 10%;
  border: 3px solid;
  padding: 5% 10% 5% 5%;
  border-right: none;
  background-color: #fff200;
}

#issue p:first-child {
  margin-top:0;
}

#front-quote p {
  font-family: 'Antwerp';
  font-size: 21px;
  line-height: 1.4em;
  font-weight: 600;
}

.cover-artist {
  border: 3px solid black;
  border-bottom: none;
  width: 60%;
  margin-left: 10%;
}

.cover-artist p {
  font-family: "Hurme-No3", sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  margin: 0;
  padding: 10px;
}

.artist-label {
  border-bottom: 3px solid black;
  background-color: white;
  font-weight: 600;
}

.artist-name {
  background-color: #fff200;   
}

.artist-name a {
  font-size: 36px;
  color: black;
}



.section-wrap {
  display: flex;
  flex-direction: row-reverse;
  min-height: 1200px;
  border-bottom: 3px solid black;
}

.section-header-wrap, .section-articles-wrap {
  width: 50%;
}

 .section-articles-wrap {
  border-top: 3px dotted black;
  margin-top: -3px;
 }



.section-header {
  margin-left: 100px;
  height: 100vh;
  padding-right: 50px;
}

.section-header h2 {
  font-family: "Hurme-No3", sans-serif;
  text-transform: uppercase;
  color: white;
  font-size: 100px;
  line-height: 1em;
  font-weight: 600;
  margin: 120px 0 40px;
  /*-webkit-text-stroke: 3px black;*/
}

.section-header p {
  font-family: "Hurme-No3", sans-serif;
  text-transform: uppercase;
  color: black;
  font-size: 45px;
  line-height: 1.2em;
}

.section-articles {
  margin-left: 10%;
  background-color: white;
  height: 100%;
  border-left: 3px solid black;
  padding: 10%;
  padding-right: 15%;
}

.section-header-wrap {
  background: url("http://images.jacobinmag.com/2016/11/dot_pattern.png");
  background-color: #fff200;
  display: flex;
  align-items: flex-start;
  border-top: 3px solid black;
  margin-top: -2px;
}

.dep-selected .section-header-wrap .section-header {
  position: fixed;
  left: 50%;
  top: 0;
}

.align-bottom .section-header-wrap {
  align-items: flex-end;
}

.section-articles article {
  margin-bottom: 7em;
}

.iss-dep {
  font-family: "Hurme-No3", sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  margin: 0;
  padding: 0;
  font-weight: 700;
}

h3.iss-hed {
  margin: 0;
  padding: 0;
}

h3.iss-hed small a {
  font-family: "Hurme-No3", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
}

h3.iss-hed, .iss-hed a {
  font-family: "Antwerp", serif;
  font-size: 36px;
  color: black;
  line-height: 1.2em;
  padding-top: .25em;
  font-weight: 400;
  padding-bottom: .25em;
}

.iss-author {
  margin: 0;
  padding: 0.5em 0 0;
}

.iss-author a {
  
}

.iss-author, .iss-author a {
  font-family: "Hurme-No3", sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  color: black;
  font-weight: 600;
  background-color: #fff200;
  display: inline;
  padding-left: 5px;
  padding-right: 5px;
  margin-left: 0;
  padding: 0;
}

.iss-dek {
  font-family: "Hurme-No3", sans-serif;
  font-size: 18px;
  line-height: 1.4em;
  margin: 0;
  padding: 0.75em 0;
  font-weight: 400;
}

.section-icon {
  font-family: "Hurme-No3", sans-serif;
  display: block;
  font-size: 60px;
  color: black;
  border-radius: 45px;
  width: 90px;
  height: 90px;
  text-align: center;
  line-height: 1.4em;
  background-color: #fff200;
  margin-bottom: 150px;
  margin-left: -20px;
  margin-top: 30px;
  font-weight: 600;
}

.ampersand {
  font-style: italic;
}

.letters-quote {
  margin: 30px 0;
}

.letters-quote p {
  font-family: "Hurme-No3", sans-serif;
  font-size: 30px;
  line-height: 1.7em;
}

.letters-quote p span {
  background-color: #fff200;
}

#feature-one, #feature-two, #feature-three {
  flex-direction: row;
}

#feature-one .section-header-wrap {
  background: url("http://images.jacobinmag.com/2016/11/dot_pattern-white.png");
  background-color: black;
}

#feature-one .section-header h2{
  font-size: 160px;
  color: black;
}

#feature-one .section-articles-wrap , #feature-one .section-articles {
  background-color: black;
}

#feature-one .iss-hed, #feature-one .iss-hed a, #feature-one .iss-author, #feature-one .iss-author a, #feature-one .iss-dek {
  color: white;
  font-family: "Hurme-No3", sans-serif;
}

#feature-one .iss-author, #feature-one .iss-author a  {
  margin: 50px 0;
  color: black;
  padding: 0 5px;
}

#feature-one .iss-dek {
  font-size: 30px;
}

#feature-one .iss-hed, #feature-one .iss-hed a {
  font-size: 80px;
  text-transform: uppercase;
  line-height: 1.1em;
}

.dep-selected#feature-one .section-header-wrap .section-header,
.dep-selected#feature-two .section-header-wrap .section-header,
.dep-selected#feature-three .section-header-wrap .section-header
 {
  left: 0;
  top: 0;
  width: 40%;
}

 #feature-one .section-articles {
  padding: 0;
  margin: 0;
 }

 #feature-one article {
  padding: 100px;
 }

 #feature-one .section-articles img {
  width: 100%;
 }

 #feature-two .section-header-wrap {
  background-color: white;
}

#feature-one .section-header h2,
#feature-two .section-header h2,
#feature-three .section-header h2 {
  font-size: 160px;
  margin-top: 80px;
}


#feature-two .iss-hed, #feature-two .iss-hed a {
  font-family: "Hurme-No3", sans-serif;
  font-size: 72px;
  line-height: 1em;
  font-weight: 600;
}

#feature-two article {
  padding-top: 100px;
}

#feature-two .iss-author {
  margin: 20px 0;
}

 #feature-three .section-header h2 {
  font-size: 160px;
  color: #fff200;
 }

  #feature-three .section-articles {
  padding: 0;
  margin: 0;
 }

#feature-three article {
  margin: 0 0 100px 100px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

#feature-three img {
  border-top: 4px solid black;
  border-bottom: 4px solid black;
  margin-bottom: -9px;
}

 #feature-three .iss-hed, #feature-three .iss-hed a {
  font-family: "Hurme-No3", sans-serif;
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;   
}

#feature-three .iss-hed {
  border: 4px solid black;
  width: 40%;
  padding: 10px 2.5%;
  background-color: #fff200;
}

#feature-three .iss-author {
  border: 4px solid black;
  border-left: none;
  width: 40%;
  padding: 10px 2.5%;
}

 #feature-three .iss-author, #feature-three .iss-author a {
  font-family: "Hurme-No3", sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 1em;
  background-color: transparent;
}

#feature-three .iss-author a {
  border: none;
  font-weight: 700;
}



#feature-three .iss-dek {
  border: 4px solid black;
  border-top: none;
  width: 40%;
  padding: 10px 2.5%;
  font-size: 21px;
}

#back-quote-wrap {
  width: 100%;
  min-height: 50vh;
  background: url("http://images.jacobinmag.com/2016/11/dot_pattern.png");
  background-color: white;
  z-index: 5;
  position: relative;
  border-top: 3px solid black;
  margin-top: -2px;
}

#back-quote {
  width: 70%;
  margin: 0 auto;
  padding: 250px 0 150px;
  background: url("images/issue23/end_icon.svg");
  background-repeat: no-repeat;
  background-size: 150px;
  background-position: center 50px;
}

#back-quote p {
  text-align: center;
  font-family: 'Antwerp';
  font-size: 40px;
  line-height: 1.2em;
  font-weight: 600;
}

.section-articles dl {
  background-color: #fff200;
  box-shadow: 15px 15px 0px #000000;
  padding: 10%;
  font-size: 24px;
  font-family: "Hurme-No3", sans-serif;
}

.section-articles dt {
  padding-bottom: 0.5em;
  font-size: 48px;

}

.section-articles dd {
  padding: 0;
  margin: 0;
}

.section-articles .iss-timeline {
  box-shadow: 15px 15px 0px #000000;
  margin-bottom: 50px;
  border: 3px solid black;
}

.issue23-link p {
  border-bottom: 1px solid black;
}

.issue23-link p a {
  color: black;
}

.issue23-link img {
  width: 100%;
  height: auto;
  border: 1px solid black;
}


@media (max-width: 1400px) {
  .section-header h2 {
    font-size: 80px;
  }

  .section-header p {
    font-size: 40px;
  }
}

#feature-one .section-header h2,
#feature-two .section-header h2,
#feature-three .section-header h2 {
  font-size: 145px;
  margin-top: 80px;
}

#feature-three .section-header h2 a {
  font-size: 145px;
  margin-top: 80px;
  color: #fff200;
  font-weight: 600;
  transition-duration: .5s;
}

#feature-three .section-header h2 a:hover {
  text-decoration: none;
  color: black;
  transition-duration: .5s;
}

@media (max-width: 980px) {
  #spine {
    display: none;
  }

  .section-wrap {
    display: block;
  }

  .section-header {
    height: auto;
    padding-bottom: 60px;
  }

  .dep-selected .section-header-wrap .section-header {
    position: relative;
  }

  .section-header-wrap, .section-articles-wrap {
    width: 100%;
  }

  #cover.fixed {
    position: relative;
    left:0;
  }

  #intro-wrap {
    display: block;
  }

  #intro {
    width: 100%;
  }

  #cover {
    width: 100%;
  }

  #front-cover {
    width: 100%;
    height: 133.33%;
    border-top: 3px solid black;
  }

  #intro-wrap.align-bottom #front-cover {
    margin: 0;
  }

  #iss-purchase-running {
    width: 100%;
    left: 0;
  }

  #iss-purchase-running a.purchase-subscription {
    margin: 0;
  }

  .dep-selected .section-header-wrap .section-header {
    left: 0;
  }
}