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


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

h1 {
	color: black;
	text-align: left;
	text-shadow: none;
	line-height: .85em;
}

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

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

h4 {
	color: #F7F7F7;
	text-align: center;
	text-shadow: -1px 1px 1px #000000;
	line-height: .85em;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: .2em;
}


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

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

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

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


/*----------------------------------------------------------*/
/*-------------RESPONSIVE CODE STARTS HERE------------------*/
/*----------------------------------------------------------*/
	
	
	
/*-------------PHONE CSS------------------*/
/*@media (min-device-width:200px) and (max-device-width:599px) OR  (max-width:599px) ORIGINAL COMBINED {*/
@media (min-device-width:200px) and (max-width:599px) {
	
	.headerwrapper {
		float: left;
		width: 100%;
		background-image: url('https://cdn.crimethinc.com/assets/features/ferguson/images/force1200.jpg');
		background-size: 100%;
		padding-bottom: 4%;
		margin-bottom: 5px;
		background-position:center top;
	}
	
	h1 {
		font-size: 48px;
		font-size: 14.5vw;
		margin-left: 4.5%;
		margin-top: 4%;
		letter-spacing: -.065em;
	}
	
	@media (min-width:320px) and (max-width:359px) {
		h1 {
			font-size: 46px;
			font-size: 14.5vw;
		}
		}
	
	@media (min-width: 360px) and (max-width:379px) {
		h1 {
			font-size: 52px;
			font-size: 14.5vw;
		}
		
		}
	
	@media (min-width: 384px) and (max-width:399px) {
		h1 {
			font-size: 55px;
			font-size: 14.5vw;
		}
		
		}
	
	@media (min-width: 400px) and (max-width:599px) {
		h1 {
			font-size: 58px;
			font-size: 14.5vw;
		}
		
		}
	
	h2 {
		font-size: 30px;
		/*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: 30px;
		font-size: 6vw;
		margin: 53% 0 0 0%;
	}
}



/*-------------TABLET CSS------------------*/
@media (min-width:600px) and (max-width:1023px) {
	
	.headerwrapper {
		width: 100%;
		background-image: url('https://cdn.crimethinc.com/assets/features/ferguson/images/force2000.jpg');
		background-size: 100%;
		padding-bottom: 39%;
		background-position:center top;
	}
	
	h1 {
		font-size: 48px;
		font-size: 8vw;
		margin-left: 4.5%;
		margin-top: .5%;
		letter-spacing: -.08em;
	}
	
	h2 {
		font-size: 35px;
		/*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: 12px;
		font-size: 2vw;
		margin: 10% 0 0 64%;
	}
}



/*-------------DESKTOP TINY CSS------------------*/
/*@media (min-width:1024px) and (max-width:1249px) OR (min-device-width:600px) and (max-device-width:1199px) and (orientation:landscape) {*/
@media (min-width:1024px) and (max-width:1249px) {
	
	.headerwrapper {
		width: 100%;
		background-image: url('https://cdn.crimethinc.com/assets/features/ferguson/images/force2000.jpg');
		background-size: 100%;
		padding-bottom: 39%;
		background-position:center top;
	}
	
	h1 {
		font-size: 82px;
		font-size: 7.5vw;
		margin-left: 5%;
		margin-top: 1%;
		letter-spacing: -.06em;
	}
	
	h2 {
		font-size: 38px;
		/*font-size: 33vw;*/
		margin: 50px 0 20px 0;
	}
	
	h3 {
		font-size: 15px;
		/*font-size: 33vw;*/
		margin: 50px 0 20px 0;
	}
	
	h4 {
		font-size: 21px;
		font-size: 2vw;
		margin: 11% 0 0 64%;
	}
}



/*-------------DESKTOP SMALL CSS------------------*/
@media (min-width:1250px) and (max-width:1669px) {
	
	.headerwrapper {
		width: 100%;
		background-image: url('https://cdn.crimethinc.com/assets/features/ferguson/images/force2000.jpg');
		background-size: 100%;
		padding-bottom: 39%;
		background-position:center top;
	}
	
	h1 {
		font-size: 88px;
		font-size: 8vw;
		margin-left: 5%;
		margin-top: 3%;
		letter-spacing: -.04em;
	}
	
	h2 {
		font-size: 34px;
		/*font-size: 33vw;*/
		margin: 50px 0 20px 0;
	}
	
	h3 {
		font-size: 15px;
		/*font-size: 33vw;*/
		margin: 50px 0 20px 0;
	}
	
	h4 {
		font-size: 30px;
		font-size: 2vw;
		margin: 10% 0 0 64%;
	}
}



/*-------------DESKTOP BIG CSS------------------*/
@media (min-width:1670px) {
	
	.headerwrapper {
		width: 100%;
		background-image: url('https://cdn.crimethinc.com/assets/features/ferguson/images/force2560.jpg');
		background-size: 100%;
		padding-bottom: 39%;
		background-position:center top;
	}
	
	h1 {
		font-size: 117px;
		font-size: 8vw;
		margin-left: 5%;
		margin-top: 3%;
		letter-spacing: -.04em;
	}
	
	h2 {
		font-size: 42px;
		/*font-size: 33vw;*/
		margin: 50px 0 20px 0;
	}
	
	h3 {
		font-size: 15px;
		/*font-size: 33vw;*/
		margin: 50px 0 20px 0;
	}
	
	h4 {
		font-size: 30px;
		font-size: 2vw;
		margin: 12% 0 0 64%;
	}
}