* {
	margin: 0;
	padding: 0;
}

body {
	color: #fff;
	font-size: 14px;
}

a {
	color: #797979;
	font-family: 'Bebas Neue', serif;
	font-weight: 900;
	text-decoration: none;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
	a:hover,
	a.selected {
		color: #fff;
	}

h1,h2,h4,h5,h6 {
	font-family: 'Bebas Neue', serif;
	font-weight: 900;
	color: #fff;
}
	h1 {

	}
	h2 {
		margin-top: 70px;
		font-size: 3em;
	}


	#timeline {
		width: calc(100% - 150px);
		height: 100vh;
		margin-left: 50px;
		z-index: 3;
		overflow: hidden;
		position: relative;
		background: url('../img/dotw.gif') 3px top repeat-y;
	}
		#dates {
			width: 100px;
			height: 600px;
			overflow: hidden;
			float: left;
		}
			#dates li {
				list-style: none;
				width: 100px;
				height: 100px;
				line-height: 100px;
				font-size: 24px;
				padding-left: 10px;
				background: url('../img/biggerdotw.png') left center no-repeat;
			}
				#dates a {
					line-height: 38px;
					padding-bottom: 10px;
				}
				#dates .selected {
			        font-size: 38px;
				}
		
		#issues {
			width: calc(100% - 150px);
			/*height: 600px;*/
			height: calc(100vh - 150px);

			overflow: hidden;
			float: left;
		}	

			#issues li {
				height: calc(100vh - 150px);
				/*height: 600px;*/
				/*margin-top: 100px;*/
				overflow: hidden;
				list-style: none;
       

			}
				#issues li.selected {
					
					/*top: 100px;
					position: absolute;*/
					
				}
				#issues li.selected img {
					
				}
				#issues li img {
					float: left;
					width: 33%;
					margin-right: 50px;
					margin-left: 50px;
					margin-top: 100px;
					
				}
				#issues li h1 {
					position: relative;
					right: 200px;
					top: 50px;
					margin-top: 100px;
					font-size: 7em;
					/*text-shadow:
					   -6px -6px 1 #000,  
					    6px -6px 1 #000,
					    -6px 6px 1 #000,
					     6px 6px 1 #000;*/
					text-shadow: -2px 2px 2px rgba(0,0,0,0.88), -2px -2px 2px rgba(0,0,0,0.88), 2px 2px 2px rgba(0,0,0,0.88);
				}
				#issues li p {
					font-size: 1.5em;
					margin-top: 25px;
					font-weight: normal;
					line-height: 1.5;
					font-family: 'Old Standard TT', serif;
				}
		
		#grad_top,
		#grad_bottom {
			width: 100%;
			height: 40px;
			position: absolute;
		}
			#grad_top {
		        top: 0;
		         background: linear-gradient(
				    to bottom,
				    black, 
				    transparent
				  );
			}
			#grad_bottom {
		        bottom: 0;
					background: linear-gradient(
				    to top,
				    black, 
				    transparent
				  );
				  }
		
		#next,
		#prev {
			position: absolute;
			bottom: 0;
			left: 10%; 
			margin: 30px auto;
			width: 15px;
			height: 15px;
			display: block;
			border-top: 2px solid #fff;
  border-left: 2px solid #fff;
		}
			#next:hover,
			#prev:hover {
				
			}
			#next {
			left: calc(10% + 40px);
			margin-bottom: 40px;

 transform: rotate(225deg);
			}
			#prev {

 transform: rotate(45deg);
			}
				#next.disabled,
				#prev.disabled {
					opacity: 0.2;
				}
				

	.logo
	{
		width: 50px;
		position: absolute;
		bottom: 50px;
		right: 50px;
		z-index: 3;
	}
	
	.sitename
	{
		 transform: rotate(-90deg);
		 position: absolute;
		 right: 27px;
		 font-size: 20px;
		 top: 50vh;
		 font-family: 'Bebas Neue', serif;
	font-weight: 900;
	z-index: 3;
	}	
	
	.cta {
  height: 50px;
  width: 50px;
  cursor: pointer;
  z-index: 3;
  position: absolute;
  top: 50px;
  right: 50px;
}

.toggle-btn {
  height: 2px;
  width: 25px;
  background-color: #fff;
  position: relative;
  top: 50%;
  left: 0;
  margin: auto;
  transition: all 0.3s ease-in-out;
}
.toggle-btn:before {
  content: "";
  height: 2px;
  width: 25px;
  box-shadow: 0 -10px 0 0 #fff;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
}
.toggle-btn:after {
  content: "";
  height: 2px;
  width: 25px;
  box-shadow: 0 10px 0 0 #fff;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
}
.active .toggle-btn {
  background-color: transparent;
  transition: all 0.2s ease-in-out;
}
.active .toggle-btn:before {
  top: 0;
  transition: all 0.3s ease-in-out;
}
.active .toggle-btn:after {
  top: 0;
  transition: all 0.3s ease-in-out;
}
.active .type1:before {
  left: 6px;
  transform: translateY(6px) rotate(-45deg);
}
.active .type1:after {
  top: 0;
  left: 6px;
  transform: translateY(-8px) rotate(45deg);
}	
				
				
				
@import "susy";
@import "compass/reset";
.stars,
.twinkling,
.clouds {
position: absolute;
display: block;
top: 0;
bottom: 0;
left: 0;
right: 0;
width: 100%;
height: 100%;
}
.stars {
z-index: 0;
background: #000 url("https://image.ibb.co/mjnygo/stars.png") repeat top
center;
}
.twinkling {
z-index: 1;
background: transparent url("https://image.ibb.co/ir1DE8/twinkling.png")
repeat top center;
animation: move-twink-back 200s linear infinite;
}
.clouds {
z-index: 2;
background: transparent url("https://image.ibb.co/bT4N7T/clouds.png") repeat
top center;
animation: move-clouds-back 200s linear infinite;
}
@keyframes move-twink-back {
from {
background-position: 0 0;
}
to {
background-position: -10000px 5000px;
}
}
@keyframes move-clouds-back {
from {
background-position: 0 0;
}
to {
background-position: 10000px 0;
}
}

@font-face {
  font-family: 'Bebas Neue';
  src: url('../fonts/bebasneue-bold-webfont.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/bebasneue-bold-webfont.woff') format('woff'), /* Pretty Modern Browsers */
       url('..//fonts/BebasNeue-Bold.ttf')  format('truetype'); /* Safari, Android, iOS */
}
@font-face {
  font-family: 'Old Standard TT';
  src: url('../fonts/oldstandardtt-regular-webfont.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/oldstandardtt-regular-webfont.woff') format('woff'), /* Pretty Modern Browsers */
       url('..//fonts/OldStandardTT-Regular.ttf')  format('truetype'); /* Safari, Android, iOS */
}

video
{
	float: left;
					width: 33%;
					margin-right: 50px;
					margin-left: 50px;
					margin-top: 100px;
}

#issues li #flag
{
	float: right;
	margin-left: auto;
	width: 50px;
	margin-top: 75px;
	margin-right: 0;
}


