@font-face {
  font-family: "Moirai One";
  src: url("fonts/MoiraiOne-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Single Day";
  src: url("fonts/SingleDay-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Black and White Picture";
  src: url("fonts/BlackAndWhitePicture-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Jua";
  src: url("fonts/Jua-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "SF Pro Rounded Regular";
  src: url("fonts/SF-Pro-Rounded-Regular.otf") format("opentype");
}


@font-face {
  font-family: "SF Pro Rounded Medium";
  src: url("fonts/SF-Pro-Rounded-Medium.otf") format("opentype");
}

@font-face {
  font-family: "SF Pro Rounded Bold";
  src: url("fonts/SF-Pro-Rounded-Bold.otf") format("opentype");
}


/* reset */

* {
	margin:  0px;
	padding:  0px;
	box-sizing: border-box;
}

body {
	font-family: 'SF Pro Rounded Regular', ui-rounded, -apple-system, BlinkMacSystemFont, helvetica, arial, sans-serif;
	background: white;
	transition: background 500ms ease;

	min-height: 100vh;
	clear: both;

	font-size: 18px;
	line-height: 22px;
	background: rgba(255,255,255,1);
	background: rgba(255,200,200,1);
	background: rgb(255,145,145);
	background: linear-gradient(180deg, rgba(255,80,80,1) 0%, rgba(255,130,130,1) 1%, rgba(255,200,200,1) 10%, rgba(255,255,255,1) 95%, rgba(200,200,255,1) 99%);	



}

a {
	color: black;
}


/* header */

header {
	font-family: 'SF Pro Rounded Medium', "Jua", "Single Day", "Black and White Picture", "Moirai One";	
	font-size: 24px;
	max-width: 1720px;
	text-align: left;
	padding: 50px 60px 100px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
}

header div {
	font-size: 18px;
	line-height: 22px;
	padding-right: 20px;
}

main {
	padding: 0px 50px 220px;
	max-width: 1720px;
}

#mascot {
	width: 280px;
	height: auto;
	position: fixed;
	z-index: 1;
}

#mascot img {
	width: 100%;
	height: auto;
}

#tooltip {
	display: none;
	position: absolute;
	width: 300px;
	left: 50%;
	transform: translateX(-50%);
	bottom: -80px;
	background: yellow;
	padding: 10px;
	border: 1px solid black;
	border-radius: 10px;
}

#mascot:hover {
	z-index: 100;
}

#mascot:hover #tooltip {
	display: block;
}

h1 {
	font-family: 'SF Pro Rounded Medium', "Jua", "Single Day", "Black and White Picture", "Moirai One";
	font-size: 18px;
	line-height: 22px;
}

h2 {
	font-family: 'SF Pro Rounded Bold', "Jua", "Single Day", "Black and White Picture", "Moirai One";
	padding: 0px 0px 0px;
/*	text-transform: uppercase;*/
	font-size: 200px;
	line-height: 200px;
	letter-spacing: -3px;
	font-weight: 500;
	color: rgb(0,0,255);
	-webkit-text-fill-color: white;
	-webkit-text-stroke-width: 3px;
	-webkit-text-stroke-color: black;
	text-align: left;

	position: relative;
	z-index: 20;
	
	text-shadow: 0px 0px 8px rgba(222, 184, 135,.9);
	text-shadow: 0px 0px 8px rgba(0, 0, 0,.4);
	/*	filter: blur(2px);*/
}

h1, h2 {
	-webkit-text-stroke-color: red;	
}

.section {
	-webkit-text-stroke-color: blue;	
}

h3 {
	font-family: 'SF Pro Rounded Bold', "Jua", "Single Day", "Black and White Picture", "Moirai One";
	font-size: 28px;
	line-height: 34px;
	margin-bottom: 10px;
	color: rgb(255,0,0);
	-webkit-text-fill-color: red;
	-webkit-text-stroke-width: 0px;
	-webkit-text-stroke-color: red;
}

h4 {
	margin-bottom: 20px;
}

/* shaders */

section {
	position: relative;
	clear: both;
	z-index: 10;
}

div.grid {
	display: none;
}

div.grid.show {
	font-family: 'SF Pro Rounded Regular', "Jua", "Single Day", "Black and White Picture", "Moirai One";	
	display: block;
	font-size: 22px;
	line-height: 30px;	
	color: rgb(0,0,0);
	-webkit-text-fill-color: black;
	-webkit-text-stroke-width: 0px;
	-webkit-text-stroke-color: transparent;
	letter-spacing: 0px;
	text-shadow: 0px 0px 0px black;
}

.item{
	margin-bottom: 20px;
	float: left;
	width: calc(33% - 20px);
	margin-right: 20px;
}

.item.full{
	width: 100%;
}

.item.full .column {
	width: calc(50% - 20px);
	margin-right: 40px;
	float: left;
}

.item.full .column:nth-child(even) {
	margin-right: 0px;
}

.item p {
	margin-bottom: 24px;
}

.item img {
	max-width: 100%;
}

.item img.two-col {
	display: inline-block;
	width: calc(50% - 40px);
	vertical-align: middle;
	margin: 20px 20px 20px 0px;
}

.item img.three-col {
	display: inline-block;
	width: calc(33% - 42px);
	vertical-align: middle;
	margin: 20px;
}

.item.small{
	width: calc(25% - 20px);
}

.bubble {
	padding: 20px;
	border-radius: 30px;
	background: white;
	border: 4px solid red;
}

img.mini {
	max-width: 100px;
	margin: 10px;
	height: auto;
	float: left;
}

div.img-holder {
	margin: 20px 0px;
}


div.img-holder.portrait {
	max-width: 100%;
}

div.img-holder.blue {
}

div.img-holder.red {
}

div.img-holder img {
	width: 100%;
	height: auto;
}

div.img-holder img:hover {
	mix-blend-mode: normal;
	filter: grayscale(0);
}

.section:hover {
	cursor: pointer;
	text-shadow: 0px 0px 21px rgba(255, 0, 0,.9);
}

@media only screen and (max-width: 1100px) { 
	body, h1, div.grid.show, header {
		font-size: 18px;
		line-height: 22px;
	}

	h3 {
		font-size: 22px;
		line-height: 26px;
	}

	header {
		padding: 40px 48px 100px;
	}

	header div {
		padding-right: 10px;
	}

	main {
		padding: 0px 40px 160px;
	}

	h2 {
		font-size: 120px;
		line-height: 120px;
		letter-spacing: -2px;
		-webkit-text-stroke-width: 2px;
	}

	#mascot {
		width: 220px;
	}

	img.mini {
		max-width: 80px;
		margin: 8px;
	}	


	.item{
		margin-bottom: 10px;
		width: calc(33% - 10px);
		margin-right: 10px;
	}

	.item.full .column {
		width: calc(50% - 10px);
		margin-right: 20px;
	}
	
	.item p {
		margin-bottom: 24px;
	}

	.item img.two-col {
		width: calc(50% - 40px);
		margin: 20px 20px 20px 0px;
	}

	.item img.three-col {
		width: calc(33% - 22px);
    	margin: 10px;
	}

	.item.small{
		width: calc(25% - 20px);
	}

	.bubble {
		padding: 15px;
		border-radius: 20px;
		border: 3px solid red;
	}


}

@media only screen and (max-width: 812px) { 
	
	body, h1, div.grid.show, header {
		font-size: 16px;
		line-height: 20px;
	}

	h3 {
		font-size: 16px;
		line-height: 20px;
	}

	header {
		padding: 20px 15px 40px;
		display: grid;
		grid-template-columns: 1fr;
	}

	h1#title, header div {
		padding-right: 0px;
		padding-bottom: 20px;
	}	

	main {
		padding: 0px 15px 160px;
	}

	h2 {
		font-size: 30px;
		line-height: 36px;
		letter-spacing: 0px;
		text-shadow: 0px 0px 0px rgba(0, 0, 0,0);

	}

	h1, h2 {
		color: rgb(255,0,0);
		-webkit-text-fill-color: red;
		-webkit-text-stroke-width: 0px;
	}

	.section {
		color: rgb(0,0,255);
		-webkit-text-fill-color: blue;
		-webkit-text-stroke-width: 0px;
	}

	#mascot {
		width: 140px;
	}

	img.mini {
		max-width: 70px;
		margin: 7px;
	}	
	
	.item{
		margin-bottom: 10px;
		width: calc(100%);
		margin-right: 0px;
	}

	.item.full .column {
		width: calc(100%);
		margin-right: 0px;
	}
	
	.item p {
		margin-bottom: 24px;
	}

	.item img.three-col {
		width: calc(50% - 8px);
		margin: 8px 12px 12px 0px;
	}

	.item img.three-col:nth-child(odd) {
		margin-right: 0px;
	}

	.item.small{
		width: calc(100%);
		margin-right: 0px;
	}

	.bubble {
		padding: 20px;
		border-radius: 14px;
		border: 2px solid red;
	}
}


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


@media print {
}



