/*-----------------------------------------------------------------*/
/*-------------APPLY TO ALL VERSIONS-------------------------------*/
/*-----------------------------------------------------------------*/


h1, h2, h3, h4, aside blockquote {
	font-family: "alternate-gothic-no-3-d",sans-serif;
}

h1 {
	color: white;
	text-shadow: none;
	line-height: .85em;
	text-transform: uppercase;
}

h2 {
	color: #002776;
	text-align: left;
	line-height: 1.05em;
}

h3 {
	color: #002776;
	text-align: left;
	line-height: 1.05em;
}

h4 {
	color: black;
	text-shadow: none;
	line-height: .85em;
	text-transform: uppercase;
}

aside blockquote {
	letter-spacing: -.03em
}


/*------------ACCENT COLORS, INCLUDING LINKS----------------*/
.accent {
  color: #5b5b5b;
}

.accent a:link, .accent a:visited {
	color:#009a3a;
}    

.accent a:hover, .accent a:active {
	color: black;
	text-shadow: 0px 0px 20px #009a3a;
}

.accent a:active {
	color:black;
} 


/*------------------GENERIC LINKS----------------------------------*/

a {
	text-decoration: none;
	-webkit-transition:all .1s ease-in;
}

a:link, a:visited {
	color:#34AADC;
}    

a:hover, a:active {
	color: black;
	text-shadow: 0px 0px 20px #34AADC;
}

a:active {
	color:black;
} 

small a:hover, small a:active {
	color: #8E8E93;
}


/*-----------------FOOTNOTE COLORS------------------------*/

.refnumber, .fnumber {
	color: #FF2D55;
}

.footlink {
	color: #FF2D55;
}

.footlink a:link, .footlink a:visited {
	color: #FF2D55;
}    

.footlink a:hover, .footlink a:active {
	color: black;
	text-shadow: 0px 0px 20px #FF2D55;
}

.footref {
	color: #FF2D55;
}

.footnote a:link, .footnote a:visited {
	color: black;
	text-decoration: underline;
}    

.footnote a:hover, .footnote a:active {
	color: black;
	text-shadow: 0px 0px 20px #8E8E93;
}

.footreturn a:link, .footreturn a:visited {
	color: #FF2D55;
	text-decoration: none;
}    

.footreturn a:hover, .footreturn a:active {
	color: black;
	text-shadow: 0px 0px 20px #FF2D55;
}

.specialquote {
	background: none !important;
}

.specialquote h5 {
	z-index: -100;
	position: absolute;
	text-align: center;
	color: white;
}

.specialquote img {
	position: relative;
	top: 0;
	left: 0;
	border: 0px solid #000000;
	width: 100%;
	z-index: -101;
}


/*----------------------------------------------------------*/
/*-------------RESPONSIVE CODE STARTS HERE------------------*/
/*----------------------------------------------------------*/
	
	
	
/*-------------PHONE CSS------------------*/
@media (min-device-width:200px) and (max-width:599px) {
	
	.headerwrapper {
		float: left;
		width: 100%;
		background-image: url('https://cdn.crimethinc.com/assets/features/protect/images/header1200.jpg');
		background-size: 100%;
		padding-bottom: 40%;
		margin-bottom: -15px;
		background-position:center top;
	}
	
	h1 {
		font-size: 200px;
		font-size: 14vw;
		margin-left: 0;
		margin-top: 35%;
		padding-top: 1.5%;
		/*padding-right: .9%;*/
		letter-spacing: -.05em;
		width: 100%;
		background-color: black;
		text-align: center;
		color: white;
	}
	
	@media (min-width:320px) and (max-width:359px) {
		h1 {
			font-size: 106px;
			font-size: 14vw;
		}
		}
	
	@media (min-width: 360px) and (max-width:379px) {
		h1 {
			font-size: 119px;
			font-size: 14vw;
		}
		
		}
	
	@media (min-width: 384px) and (max-width:399px) {
		h1 {
			font-size: 127px;
			font-size: 14vw;
		}
		
		}
	
	@media (min-width: 400px) and (max-width:599px) {
		h1 {
			font-size: 159px;
			font-size: 14vw;
		}
		
		}
	
	h2 {
		font-size: 25px;
		/*font-size: 33vw;*/
		margin: 50px 0 20px 0;
		padding: 0 5% 0 7%
	}
	
	h3 {
		font-size: 15px;
		/*font-size: 33vw;*/
		margin: 50px 0 20px 0;
	}
	
	h4 {
		font-size: 200px;
		font-size: 14vw;
		margin-left: 0;
		/*margin-top: 52%;*/
		padding-top: 1.5%;
		/*padding-right: .9%;*/
		letter-spacing: -.05em;
		width: 100%;
		background-color: white;
		text-align: center;
	}
	
	.text {
			padding-top: 30px;
		}
		
	aside img {
		width: 75%;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
}



/*-------------TABLET CSS------------------*/
@media (min-width:600px) and (max-width:1023px) {
	
	.headerwrapper {
		float: left;
		width: 100%;
		background-image: url('https://cdn.crimethinc.com/assets/features/protect/images/header1200.jpg');
		background-size: 100%;
		padding-bottom: 133%;
		margin-bottom: 30px;
		background-position:center top;
	}
	
	h1 {
		font-size: 200px;
		font-size: 14vw;
		margin-left: 0;
		margin-top: 35%;
		padding-top: 1.5%;
		/*padding-right: .9%;*/
		letter-spacing: -.05em;
		width: 100%;
		background-color: black;
		text-align: center;
		color: white;
	}
	
	h2 {
		font-size: 25px;
		/*font-size: 33vw;*/
		margin: 50px 0 20px 0;
		padding: 0 10% 0 11%;
	}
	
	h3 {
		font-size: 15px;
		/*font-size: 33vw;*/
		margin: 50px 0 20px 0;
	}
	
	h4 {
		font-size: 200px;
		font-size: 14vw;
		margin-left: 0;
		/*margin-top: 52%;*/
		padding-top: 1.5%;
		/*padding-right: .9%;*/
		letter-spacing: -.05em;
		width: 100%;
		background-color: white;
		text-align: center;
	}
	
	aside img {
		width: 50%;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
}



/*-------------DESKTOP TINY CSS------------------*/
@media (min-width:1024px) and (max-width:1249px) {
	
	.headerwrapper {
		width: 100%;
		background-image: url('https://cdn.crimethinc.com/assets/features/protect/images/header2000.jpg');
		background-size: 100%;
		padding-bottom: 49.5%;
		background-position:center top;
		/*overflow: hidden;*/
	}
	
	h1 {
		font-size: 200px;
		font-size: 4.5vw;
		margin-left: 0;
		margin-top: 15%;
		padding-top: .9%;
		padding-right: .9%;
		letter-spacing: -.05em;
		width: 51.01%;
		background-color: black;
		text-align: right;
	}
		
	h2 {
		font-size: 25px;
		/*font-size: 33vw;*/
		margin: 50px 0 20px 0;
	}
	
	h3 {
		font-size: 15px;
		/*font-size: 33vw;*/
		margin: 50px 0 20px 0;
	}
	
	h4 {
		font-size: 200px;
		font-size: 4.5vw;
		margin-left: 51.9%;
		margin-top: -4.7%;
		padding-top: .9%;
		padding-left: .9%;
		letter-spacing: -.05em;
		width: 47.2%;
		background-color: white;
		text-align: left;
	}
	
	aside blockquote {
		font-size: 6.1vw;
	}
	
	aside img {
		width: 175px;
		margin-top: -200px;
		margin-left: 800px;
		position: absolute;
	}
}



/*-------------DESKTOP SMALL CSS------------------*/
@media (min-width:1250px) and (max-width:1669px) {
	
	.headerwrapper {
		width: 100%;
		background-image: url('https://cdn.crimethinc.com/assets/features/protect/images/header2000.jpg');
		background-size: 100%;
		padding-bottom: 49.5%;
		background-position:center top;
		/*overflow: hidden;*/
	}
	
	h1 {
		font-size: 200px;
		font-size: 4.8vw;
		margin-left: 0;
		margin-top: 15%;
		padding-top: .9%;
		padding-right: .9%;
		letter-spacing: -.05em;
		width: 51.01%;
		background-color: black;
		text-align: right;
	}
	
	h2 {
		font-size: 25px;
		/*font-size: 33vw;*/
		margin: 50px 0 20px 0;
	}
	
	h3 {
		font-size: 15px;
		/*font-size: 33vw;*/
		margin: 50px 0 20px 0;
	}
	
	h4 {
		font-size: 200px;
		font-size: 4.8vw;
		margin-left: 51.9%;
		margin-top: -4.99%;
		padding-top: .9%;
		padding-left: .9%;
		letter-spacing: -.05em;
		width: 47.2%;
		background-color: white;
		text-align: left;
	}
	
	aside blockquote {
		font-size: 85px;
	}
	
	aside img {
		width: 250px;
		margin-top: -100px;
	}
}



/*-------------DESKTOP BIG CSS------------------*/
@media (min-width:1670px) {
	
	.headerwrapper {
		width: 100%;
		background-image: url('https://cdn.crimethinc.com/assets/features/protect/images/header2560.jpg');
		background-size: 100%;
		padding-bottom: 49.5%;
		background-position:center top;
		/*overflow: hidden;*/
	}
	
	h1 {
		font-size: 200px;
		font-size: 4.8vw;
		margin-left: 0;
		margin-top: 15%;
		padding-top: .9%;
		padding-right: .9%;
		letter-spacing: -.05em;
		width: 51.01%;
		background-color: black;
		text-align: right;
	}
	
	h2 {
		font-size: 25px;
		/*font-size: 33vw;*/
		margin: 50px 0 20px 0;
	}
	
	h3 {
		font-size: 15px;
		/*font-size: 33vw;*/
		margin: 50px 0 20px 0;
	}
	
	h4 {
		font-size: 200px;
		font-size: 4.8vw;
		margin-left: 51.9%;
		margin-top: -5%;
		padding-top: .9%;
		padding-left: .9%;
		letter-spacing: -.05em;
		width: 47.2%;
		background-color: white;
		text-align: left;
	}
	
	aside blockquote {
		font-size: 95px;
	}
	
	aside img {
		width: 250px;
		margin-top: -100px;
	}
}