@import url(https://cdn.theatlantic.com/assets/static/common/fonts/roboto.css);
@import url(http://cdn.theatlantic.com/assets/static/common/fonts/lyon.css);

@font-face {
	font-family: "Graphik Web";
	src: url("fonts/Graphik-Regular-Web.eot");
		src: url("fonts/Graphik-Regular-Web.eot?#iefix") format("embedded-opentype"),
		     url("fonts/Graphik-Regular-Web.woff2") format("woff2"),
		     url("fonts/Graphik-Regular-Web.woff") format("woff");
	font-weight: 400;
	font-style: normal;
	}

@font-face {
	font-family: "Graphik Web";
	src: url("fonts/Graphik-Semibold-Web.eot");
		src: url("fonts/Graphik-Semibold-Web.eot?#iefix") format("embedded-opentype"),
		     url("fonts/Graphik-Semibold-Web.woff2") format("woff2"),
		     url("fonts/Graphik-Semibold-Web.woff") format("woff");
	font-weight: 600;
	font-style: normal;
	}

body {
  font-family: Lyon Text, serif;
  transition: .5s all;
}

.logo {
  position: absolute;
  top: 20px;
  right: 20px;
  height: 30px;
  z-index: 999;
  opacity: .4;
}

.logo:hover {
  opacity: 1;
}

.black {
  color: white;
}

.highlight {
  color: #f0204f;
  opacity: 1;
  transition: .5s opacity;
  text-decoration: none;
}

.content {
  width: 95%;
  max-width: 800px;
  margin: auto;
  padding-bottom: 50px;
}

.hidey-block, .hidey-block-black {
  width: 100%;
  height: 100px;
  box-shadow: 0px 30px 50px 10px white;
  position: fixed;
  top: 0px;
  left: 0px;
  background-color: white;
  z-index: 1;
}

.hidey-block-black {
  background-color: black;
  box-shadow: 0px 30px 50px 10px black;
  z-index: 5;
}

.black-background, .gray-background {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: black;
  z-index: 2;
  transition: .5s opacity;
  pointer-events: none;
}

.gray-background {
  background-color: #eee;
  z-index: 6;
}

#intro, #against-title, #index-title {
  font-size: 40px;
  margin: auto;
  width: 100%;
  position: relative;
  z-index: 4;
}

#for-sticky, #against-sticky {
  font-size: 40px;
  position: fixed;
  top: 50px;
  max-width: 800px;
  backface-visibility: hidden;
  z-index: 2;
}

#against-title {
  margin-top: 75%;
  margin-bottom: 75%;
  z-index: 3;
}

#against-sticky {
  z-index: 6;
}

#index-title {
  margin-top: 50%;
  z-index: 7;
  margin-bottom: 55px;
}

#intro p {
  margin: 0 0 40px 0;
}

#intro p:last-child {
  margin-bottom: 0;
}

#intro .title {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  background-color: white;
  box-shadow: 0px 0px 40px 30px white
}

.case {
  opacity: 0;
  display: block;
  margin-bottom: 60px;
  text-align: left;
  width: 100%;
  transition: .5s all
}

.case a {
  color: inherit;
  text-decoration: none;
}

.case a:hover {
  color: #f0204f;
}

.case .opacity-75 {
  opacity: .5;
  margin-left: 10px;
  display: inline-block;
  font-size: 80%;
  position: relative; 
}


#for, #against {
  font-size: 40px;
  margin: 50px auto;
  margin-top: 300px;
  text-align: center;
  width: 100%;
}

#against {
  z-index: 3;
  position: relative;
}


#index {
  z-index: 7;
  position: relative;
  font-family: "Graphik Web", sans-serif;
  font-weight: 400;
}

.index-entry a {
  margin-bottom: 20px;
  color: inherit;
  display: block;
  font-size: 18px;
  text-decoration: none;
}

.index-entry a.disabled {
  color: #666;
}

.index-entry a:hover {
  text-decoration: underline;
}

.index-entry a.disabled:hover {
  text-decoration: none;
  cursor: default;
}

.year {
  margin-bottom: 50px;
  font-size: 16px;
}

.year-label {
  font-weight: bold;
  font-weight: 10px;
  margin-bottom: 15px;
}

.hidden {
  display: none;
}

.invisible {
  opacity: 0;
}

.footer {
  border-top: 1px solid #999;
  padding-top: 32px;
  font-size: 24px;
  font-weight: bold;
}

.footer a {
  color: inherit;
  text-decoration: underline;
}

a.footer-button {
  font-size: 16px;
  background-color: #111;
  color: #eee;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 2px;
  margin-left: 10px;
  font-weight: normal;
  text-decoration: none;
  cursor: pointer;
}



.footer .lighter {
  margin-top: 15px;
  font-size: 16px;
  color: #333;
  font-weight: normal;
}

@media (max-width: 600px) { 
  
  #intro, #against-title, #index-title {
    font-size: 24px;
  }
  
  #for, #against {
    font-size: 24px;
    line-height: 1.1;
  }
  
  #for-sticky, #against-sticky {
    font-size: 24px;
  }
  
  .logo {
    height: auto;
    width: 100px;
    left: calc(50% - 50px);
  }
}
