* {
	margin: 0;
	padding: 0;
	font-family: 'Helvetica', sans-serif;
	letter-spacing: -0.1vw;
	box-sizing: border-box;
}

*::selection {
	background-color: rgba(255, 80, 80, 0.99);
	color: rgba(255, 255, 255, 0.99);
}

.page {
	position: relative;
	width: 100vw;
	height: 100vh;
	display: block;
	overflow: hidden;
	float: left;
	font-size: 20px;
	color: rgb(255, 80, 80);
}

.split {
	position: relative;
	display: block;
	float: left;
	width: 50%;
	height: 100vh;
	overflow: hidden;
}

.left {
	/*background-color: rgb(80, 80, 220);*/
}

.black {
	/*background-color: rgb(255, 80, 80);*/
	/*color: rgb(80, 80, 220);*/
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	line-height: 0.8;
	text-transform: uppercase;
	letter-spacing: -0.8vw;
}

.title {
	font-size: 5vw;
	line-height: inherit;
	letter-spacing: -0.4vw;
	text-transform: uppercase;
	/*word-break: break-all;*/
	hyphens: manual;
	-webkit-hyphens: manual;
}
.pubDate {
	font-size: 20px;
	display: inline;
	white-space: nowrap;
}
.circle {
	border-radius: 50%;
	min-width: calc(5vw * 0.7);
	width: auto;
	height: calc(5vw * 0.7);
	top: -2vw;
	letter-spacing: -0.8vw;
	text-align: center;
	background-color: black;
	margin-left: 1vw;
	line-height: 0.3;
	position: static;
	display: inline-flex;
	color: white;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	font-size: 4vw;
	overflow:;
	font-family: 'Times New Roman', serif;

}
.black .circle {
	background-color: white;
	color: black;
}
.enclosure {
	max-height: calc(5vw * 0.7);
	margin-left: 1vw;
	display: inline;
	position: relative;
	filter: grayscale(1.0);
	mix-blend-mode: multiply;
}

.item {
	position: relative;
	width: 100%;
	height: 100vh;
	float: left;
	clear: both;
	opacity: 0;
	display: block;
	overflow-y: hidden;
	/*padding-bottom: calc(5vw * 0.7);*/
}

.item:nth-of-type(1) {
	animation: 1.0s showItem calc(0.1s * 3) 1 forwards;
}
.item:nth-of-type(2) {
	animation: 1.0s showItem calc(0.2s * 3) 1 forwards;
}
.item:nth-of-type(3) {
	animation: 1.0s showItem calc(0.3s * 3) 1 forwards;
}
.item:nth-of-type(4) {
	animation: 1.0s showItem calc(0.4s * 3) 1 forwards;
}
.item:nth-of-type(5) {
	animation: 1.0s showItem calc(0.5s * 3) 1 forwards;
}
.item:nth-of-type(6) {
	animation: 1.0s showItem calc(0.6s * 3) 1 forwards;
}
.item:nth-of-type(7) {
	animation: 1.0s showItem calc(0.7s * 3) 1 forwards;
}
.item:nth-of-type(8) {
	animation: 1.0s showItem calc(0.8s * 3) 1 forwards;
}
.item:nth-of-type(9) {
	animation: 1.0s showItem calc(0.9s * 3) 1 forwards;
}
.item:nth-of-type(10) {
	animation: 1.0s showItem calc(1.0s * 3) 1 forwards;
}


@keyframes showItem {
	from {
		opacity: 0;
		/*line-height: 1;*/
	}
	to {
		opacity: 1;
		/*line-height: 0.8;*/
	}
}

.impact {
	font-family: 'Impact', sans-serif;
	letter-spacing: -0.35vw;
	padding: 20px;
	font-size: 6vw;
	line-height: 0.9;


}
.sans {
	font-size: 7vw;
	line-height: inherit;
	letter-spacing: -0.9vw;
	line-height: 0.8;
	text-transform: uppercase;
	word-break: break-all;
	hyphens: manual;
	-webkit-hyphens: manual;
	font-family: 'Helvetica', sans-serif;
}
.serif {
	font-family: 'Times New Roman', serif;
	border-bottom: 1em;
	font-size: 10vw;
	text-transform: unset;
	letter-spacing: -1vw;
	line-height: 0.7;
}
.broad {
	font-family: 'Brush Script MT', serif;
	text-transform: unset;
	line-height: 0.8;
   
}
.broad.title {
	position: absolute;
	width: 70%;
	top: 50%;
	word-break: break-word;
	text-align: center;
	font-size: 8vw;
	transform: rotate(12deg) translate(0, -50%);
}

.fantasy {
	font-family: 'Arial Narrow', fantasy;
	text-align: justify;
	word-break: keep-all;
	line-height: 0.9;
}
.title.fantasy {
	padding: 20px;

}

/* Colors */


.green {
	background-color: rgb(125, 255, 39);
	color: rgb(20, 20, 20);
}
.right .green {
	background-color: rgb(200, 69, 220);
	color: rgb(20, 20, 20);
}
.green:before {
	content: "";
	position: absolute;
	width: 50vw;
	border-radius: 50%;
	top: 0;
	left: 0;
	border: 1px solid rgb(20, 20, 20);
	height: 100vh;
}
.green .circle {
	background-color: rgb(20, 20, 20);
	color: rgb(125, 255, 39);
}
.green .enclosure {
	width: 100%;
	margin-left: 0;
	height: auto;
	max-height: none;
	/*border-radius: 50%;*/
}
.green .title {
	border-top: 1px solid black;
    border-bottom: 1px solid black;
    margin: 20px 0;
}
.green .pubDate {
	width: 100%;
    padding-top: 5px;
    text-align: center;
    display: block;
}


/* Colors */

.red {
	background-color: rgb(255, 80, 80);
	color: rgb(50, 50, 50);
}
.right .red {
	background-color: rgb(80, 80, 230);
}
.red .circle {
	background-color: rgb(50, 50, 50);
	color: rgb(255, 80, 80);
}
.red .enclosure {
	width: 100%;
    max-height: none;
    margin-left: 0;
    padding: 20px;
    position: absolute;
    bottom: 0;
    border-radius: 25px;
}
/* Colors */

.gradient {
	background: linear-gradient( 180deg, rgb(200, 200, 200),rgb(200, 200, 200), rgb(125, 255, 39) );
	color: rgb(125, 125, 125);
}
.right .gradient {
	background: linear-gradient( 180deg, rgb(255, 69, 39), rgb(200, 200, 200),rgb(200, 200, 200) );
}
.gradient .title, .gradient .pubDate {
	mix-blend-mode: multiply;

}
.gradient .enclosure {
	width: 100%;
	margin-left: 0;
	height: auto;
	max-height: none;
	border-radius: 50%;
}
.gradient .title:after {
	content: "";
	background-color: rgb(125, 125, 125);
	width: 100%;
	height: 100px;
	border-radius: 50%;
	position: relative;
	display: block;
	float: left;
	margin: 20px 0;
}

