/* 
	Theme Name: HTML5 Blank M
	Theme URI: http://html5blank.com
	Description: modified theme
	Version: 0.5
	Author: Jack Broeders
	Author URI: 
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN 
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing: antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
	scroll-behavior: smooth;
}
body {
	font: 1rem/1.4 'Franklin', Helvetica, Arial, sans-serif;
	font-size: calc(0.6rem + (1.1vw + 1.1vh)/2);
	overflow: hidden;  
	cursor: url('img/cursor.svg'), auto;	
	background-color: #daeae4;

}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}

h1, h2, h3, a{
	font: 4rem/1.3 'FranklinBold', Helvetica, Arial, sans-serif;
	font-size: calc(2rem + (1vw + 1vh)/2);
}

h2{
	font-size: calc(1.5rem + (1vw + 1vh)/2);
	text-transform: uppercase;
	margin: 0;
}

a {
	color:#000;
	text-decoration:none;
	text-decoration-color: #3a3e93;
}
a:hover, a:active {
	text-decoration: underline;
	text-decoration-color: #3a3e93;
}

a:visited {
	text-decoration: line-through;

}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
html, body, main{
	min-height: 100vh;
}

.wrapper {
	position: relative;

	/* width:100%; */
	margin:0 auto;
	height: 100%;
	min-height: 100vh;
}
section{
	height: 100%;
}
.section1 {
	position: fixed;
	z-index:-1;
	left: 0;
	padding: 5% 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 60%;	


	
}



	h1{
		position: absolute;
		width: 100%;
		text-align: center;
		left: 33%;
		top: -0.3%;
		margin: 0;
	}
		h1 a{
			font: 10rem/0.8 'FranklinBold', Helvetica, Arial;
			font-size: calc(3px + 2vw + 2vh);
		}

		h1 a:hover, a:active {
			text-decoration: underline;
			text-decoration-color: #3a3e93;
		}

	.manifestCon{
		margin: 20% 2% 2% 5%;
		width: 100%;
		max-height: 90vh;
		margin-bottom: 5vh;
		align-self: start;
		overflow-x: hidden;
		overflow-y: hidden;
	}

	.manifestCon::-webkit-scrollbar-track {
		background: #daeae4;      
	  }

.pseudo{
	position: absolute;
	z-index: 200;
	width: 33%;
	left: 33%;
	top: 0%;
	height: 20%;
	cursor: url('img/hashtag.svg'), auto;	
}	

.pseudo:hover ~ section h1 a{
	/* color: #3a3e93; */
	text-decoration: underline;
	text-decoration-thickness: 3px;

} 

.scrollPage{
	position: absolute;
	z-index: 200;
	width: 33%;
	top: 0%;
	right: 0;
	height: 90%;
	cursor: url('img/arrow.svg'), auto;	
}
.section2 {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 100;
	overflow-x: scroll;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;

	padding-left: 60%;
	padding-bottom: 4%;
	min-width: 100%;
	width: 33vh;
	/* white-space: nowrap; */

	

	display: flex;
	justify-content: flex-start;
	align-items: center;

	/* display: grid;
	grid-template-columns: auto;
	grid-auto-columns: 33vw;
	grid-auto-flow: column;
	column-gap: 2vw;
	justify-items: center; */

}

section figure{
	pointer-events: all;
}


.section2 > .wp-block-image{
	display: flex;
	align-items: center;
	height: 88%;
	margin: 0 5%;
	width: 80vh;
	max-width: 90%;
	min-width: max-content;
}

.section2 > .wp-block-image img{
	height: 95%;
	max-height: 95%;
	width: auto;
	vertical-align: middle;
}

.section2 .wp-block-group{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	height: 88%;
	margin: 0 5%;
	min-width: max-content;
	width: 90vw;
	max-width: 90vw;
	
	aspect-ratio: 3 / 4;
	
}
.section2 .wp-block-group:first-child{
	min-width: 65vw;
	background: #daeae4;
}

.section2 .wp-block-group .wp-block-image{
	max-height: 49%;
	height: 49%;
	width: auto;
	/* max-width: 90vw; */
	overflow: hidden;
    display: flex;
    align-items: center;
}

.section2 .wp-block-group__inner-container{
	height: 95%;
	max-height: 95%;
}

.section2 .wp-block-group img{

}
.tnx{
    display: block;
    transform: rotate(90deg);
    padding-top: 30px;
}




/* footer */
footer {
	position: fixed;
	z-index:300;
	bottom: 1.1%;
	width: 100%;
	text-align: center;
}

footer p, footer a{
	position: relative;

	font-size: calc(0.4rem + (1vw + 1vh)/2);
}



/*------------------------------------*\
    PAGES
\*------------------------------------*/



/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {

    font-weight:normal;
    font-style:normal;

	font-family:'FranklinBold';
	src:url('fonts/FranklinGothicDemi.ttf') format('truetype');	
}

@font-face {

    font-weight:normal;
    font-style:normal;

	font-family:'Franklin';
	src:url('fonts/FranklinGothicBook.otf') format('truetype');	
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {

}
@media only screen and (min-width:1024px) {
	.section1 {
		flex-wrap: nowrap;
		left: -5%;
	}
	h1{
		position: relative;
		text-align: center;
		width: 50%;
		top:-5%;
		left: 0;
		/* border: 1px dashed; */
		align-self: center;
		flex-grow: 1;
	}

	h1 a{
		font-size: calc(8px + 6vw + 6vh);
	}

	.pseudo{
		position: absolute;
		z-index: 200;
		width: 33%;
		top: 25%;
		left: -5%;
		height: 50%;
		cursor: url('img/hashtag.svg'), auto;	
	}	

	h2{
		font-size: calc(2rem + (1vw + 1vh)/2);
		margin: 0;
	}
	.manifestCon{
		width: 50%;
		margin: 2%;
	}

	.section2 {
		padding-left: 55%;
		
	}
	.section2 .wp-block-group:first-child{
		min-width: 30vw;
	}
	.section2 .wp-block-group{
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		height: 88%;
		margin: 0 5%;
		width: 80vh;
		max-width: 90%;
		min-width: max-content;
		
	}
}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}


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

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
