/* -------------------- ARTICLE -------------------- */

article {
	margin: 12vw 0 6vw 12vw;
	width: 55vw;
/* */
	font-family: 'Newsreader', serif;
	font-feature-settings: "liga", "clig", "onum";
    font-variant-ligatures: common-ligatures;
    font-variant-numeric: oldstyle-nums;
	font-weight: 400;
	font-size: 1.7vw;
	line-height: 2.2vw;
	color: #222222;
}

article p a {
	font-weight: 700;
	color: transparent;
/* */
	background: linear-gradient(135deg, #00FFD0 0%, #FF00FF 100%);
	text-fill-color: transparent;
	background-clip: text;
}

article p a:hover {
	background: linear-gradient(135deg, #FFCC00 0%, #FF00FF 100%);
	text-fill-color: transparent;
	background-clip: text;
}

.title {
	margin: 0;
/* */
	font-family: 'Outfit', sans-serif;
	font-weight: 900;
	font-size: 3vw;
	line-height: 1.2;
	color: #222222;
}

.subtitle {
	margin-bottom: 4vw;
/* */
	text-transform: uppercase;
	font-family: 'Outfit', sans-serif;
	font-weight: 500;
	font-size: 0.8vw;
	line-height: 1;
	color: #777777;
}

.subtitle a {
	font-weight: 700;
	color: #777777;
}

.quote {
	font-style: italic;
	font-weight: 600;
	font-size: 3vw;
	line-height: 1;
}

.break {
	display: block;
	height: 3vw;
}

/* -------------------- SUBSCRIBE -------------------- */

.sub {
	text-transform: uppercase;
	font-family: 'Outfit', sans-serif;
	font-weight: 700;
	font-size: 1vw;
}

iframe {
	height: 120px;
	width: 50%;
	margin: 0;
	border: none;
	overflow: hidden;
}

/* -------------------- MEDIA -------------------- */

@media only screen and (max-width: 1032px) {

	article {
		width: 70vw;
	}
	
	.title {
		font-size: 2.5vw;
	}
	
	.details {
		font-size: 1.8vw;
	}
	
	iframe {
		height: 110px;
		width: 70%;
	}

}

@media only screen and (max-width: 744px) and (orientation: portrait) {
	
	/* -------------------- MOBILE ARTICLE -------------------- */
	
	article {
		margin: 20vw 0 0 5vw;
		width: 90vw;
	/* */
		font-family: 'Outfit', sans-serif;
		font-weight: 300;
		font-size: 4.5vw;
		line-height: 1.4;
		color: #222222;
	}
	
	.title {
		font-size: 6vw;
		line-height: 1.2;
	}
	
	.subtitle {
		font-size: 2vw;
	}
	
	.quote {
		font-weight: 100;
		font-size: 4.5vw;
		line-height: 1.2;
	}
	
	.break {
		display: none;
	}
	
	.sub {
		font-size: 2vw;
	}

}

/* -------------------- PRINT -------------------- */

@media print {

	body {
		background: #FFFFFF;
	}

	header, footer, iframe, .sub {
		display: none;
	}
	
	article {
		margin: 2vw 0 0 5%;
		width: 90%;
	/* */
		font-size: 1vw;
	}
	
	.title {
		font-size: 2vw;
	}
	
	.subtitle {
		font-size: 1vw;
	}
	
	.quote {
		font-size: 1.5vw;
	}

}
