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


h1, h2, h3, h4 {
	font-family: "quatro-slab",serif;
}

h1 {
	color: white;
	text-align: center;
	text-shadow: none;
	line-height: .8em;
}

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

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

h4 {
	color: #F7F7F7;
	text-align: center;
	line-height: .85em;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: .2em;
	width: 98%;
	background-color: #2440F2;
}


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

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

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

.accent a:active {
	color:black;
} 


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

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

a:link, a:visited {
	color: #2440F2;
}    

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

a:active {
	color:black;
} 

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

.share a:link, small a:visited {
	color: #8E8E93 !important;
}

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

/*-----------------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;
}

.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/syriza/images/header1080.jpg');
		background-size: 100%;
		padding-bottom: 0;
		margin-bottom: 1%;
		background-position:center top;
	}
	
	h1 {
		font-size: 159px;
		font-size: 15.5vw;
		letter-spacing: -.02em;
		margin-top: 53%;
	}
	
	@media (min-width:320px) and (max-width:359px) {
		h1 {
			font-size: 49px;
			font-size: 15.5vw;
		}
		}
	
	@media (min-width: 360px) and (max-width:379px) {
		h1 {
			font-size: 55px;
			font-size: 15.5vw;
		}
		
		}
	
	@media (min-width: 384px) and (max-width:399px) {
		h1 {
			font-size: 59px;
			font-size: 15.5vw;
		}
		
		}
	
	@media (min-width: 400px) and (max-width:599px) {
		h1 {
			font-size: 62px;
			font-size: 15.5vw;
		}
		
		}
	
	h2 {
		font-size: 25px;
		/*font-size: 33vw;*/
		margin: 50px 0 20px 0;
		padding: 0 5% 0 7%
	}
	
	h3 {
		font-size: 20px;
		/*font-size: 33vw;*/
		margin: 50px 0 20px 0;
		padding: 0 5% 0 7%
	}
	
	h4 {
		font-size: 14px;
		font-size: 4.5vw;
		line-height: 1.2em;
		padding: 2% 1%;
		margin-top: 10%;
	}
	
	aside blockquote {
		font-family: "quatro-slab",serif;
		font-weight: 100;	
		font-size: 25px;
		line-height: 1em;
	}
}



/*-------------TABLET CSS------------------*/
@media (min-width:600px) and (max-width:1023px) {
	
	.headerwrapper {
		width: 100%;
		background-image: url('https://cdn.crimethinc.com/assets/features/syriza/images/header2000.jpg');
		background-size: 100%;
		padding-bottom: 50.5%;
		margin-top: 4%;
		background-position:center top;
	}
	
	h1 {
		font-size: 16vw;
		margin-left: 0;
		margin-top: 9.6%;
		letter-spacing: -.02em;
	}
	
	h2 {
		font-size: 24px;
		font-size: 4vw;
		margin: 50px 0 20px 0;
		padding: 0 10% 0 11%;
	}
	
	h3 {
		font-size: 18px;
		font-size: 3vw;
		margin: 50px 0 20px 0;
		padding: 0 10% 0 11%;
	}
	
	h4 {
		font-size: 16px;
		font-size: 2.6vw;
		padding: 1%;
		margin-top: 6.4%;
	}
	
	.specialquote h5 {
		font-size: 45px;
		font: 900 7.5vw/.85em "quatro-slab",serif;
		padding-top: 5%;
		text-shadow: -3px 3px 9px #000000;
		line-height: 1.1em;
		margin-right: 5%;
		margin-left: 5%;
	}
}



/*-------------DESKTOP TINY CSS------------------*/
@media (min-width:1024px) and (max-width:1249px) {
	
	.headerwrapper {
		width: 100%;
		background-image: url('https://cdn.crimethinc.com/assets/features/syriza/images/header2000.jpg');
		background-size: 100%;
		padding-bottom: 45.5%;
		background-position:center top;
	}
	
	h1 {
		font-size: 16vw;
		margin-left: 0;
		margin-top: 0%;
		letter-spacing: -.02em;
	}
	
	h2 {
		font-size: 34px;
		/*font-size: 33vw;*/
		margin: 50px 0 20px 0;
	}
	
	h3 {
		font-size: 25px;
		/*font-size: 33vw;*/
		margin: 50px 0 20px 0;
	}
	
	h4 {
		font-size: 2.6vw;
		padding: 1%;
		margin-top: 6.4%;
	}
	
	aside blockquote {
		font-family: "quatro-slab",serif;
		font-weight: 100;	
		font-size: 37px;
		line-height: .95em;
	}
}



/*-------------DESKTOP SMALL CSS------------------*/
@media (min-width:1250px) and (max-width:1669px) {
	
	.headerwrapper {
		width: 100%;
		background-image: url('https://cdn.crimethinc.com/assets/features/syriza/images/header2560.jpg');
		background-size: 100%;
		padding-bottom: 43.5%;
		background-position:center top;
	}
	
	h1 {
		font-size: 16vw;
		margin-left: 0;
		margin-top: 0%;
		letter-spacing: -.02em;
	}
	
	h2 {
		font-size: 28px;
		/*font-size: 33vw;*/
		margin: 50px 0 20px 0;
	}
	
	h3 {
		font-size: 20px;
		/*font-size: 33vw;*/
		margin: 50px 0 20px 0;
	}
	
	h4 {
		font-size: 2.6vw;
		padding: 1%;
		margin-top: 6.4%
	}
	
	aside blockquote {
		font-family: "quatro-slab",serif;
		font-weight: 100;	
		font-size: 26px;
		line-height: 1em;
	}
}



/*-------------DESKTOP BIG CSS------------------*/
@media (min-width:1670px) {
	
	.headerwrapper {
		width: 100%;
		background-image: url('https://cdn.crimethinc.com/assets/features/syriza/images/header2560.jpg');
		background-size: 100%;
		padding-bottom: 42.5%;
		background-position:center top;
	}
	
	h1 {
		font-size: 16vw;
		margin-left: 0;
		margin-top: 0%;
		letter-spacing: -.02em;
	}
	
	h2 {
		font-size: 33px;
		/*font-size: 33vw;*/
		margin: 50px 0 20px 0;
	}
	
	h3 {
		font-size: 22px;
		/*font-size: 33vw;*/
		margin: 50px 0 20px 0;
	}
	
	h4 {
		font-size: 2.6vw;
		padding: 1%;
		margin-top: 6.4%
	}
	
	aside blockquote {
		font-family: "quatro-slab",serif;
		font-weight: 100;	
		font-size: 28px;
		line-height: 1.2em;
	}
}