/* CSS Document */

/*

©FUTURE IMPERFECT, 2021—2321
V: 1.018
D: 2021-02-12  01:06
A: Patrick Savolainen



*/



/* 0  Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin:  0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}


/* Basics and Typografie */
html {    font-family: 'gtamericamono', FARA, Helvetica; }




body {
    font-family: 'gtamericamono', monospace;
    background: black;
    margin: 0;
    font-size: 14px;
    color: yellow;
    font-weight: normal;
		overflow-x: hidden;
  }

h1 {
	text-transform: uppercase;
	font-size: 1rem;
	line-height: 1.2em;
	text-align: center;

}



wrapper {
  position: absolute;
  display: block;
  margin: 0px;
  padding: 0px;
  width: 100vw;
  height: auto;
  min-height: 100vh;
}

.flip {

}

  content {
      display: block;
			padding-bottom: 40vh;
			position: relative;
			z-index: 99;

  }



	@keyframes bg {
	from {background: radial-gradient(circle, rgba(63,94,251,1) 0%, rgba(252,70,107,1) 100%);}
	to {background: radial-gradient(circle, rgba(263,194,151,122) 0%, rgba(252,70,107,1) 100%);}
	}


			.anim1 {
        background: rgb(63,94,251);
        background: radial-gradient(circle, rgba(63,94,251,1) 0%, rgba(252,70,107,1) 100%);
			  margin: 0;
			animation-name: bg;
		   animation-duration: 20s;
			   animation-iteration-count: infinite;
			}




			@keyframes threesixty {
				to {
	 			transform: rotate(360deg);
 				}
			}

			@keyframes scaleing {
				to {
				width: 500vw;
				margin-left: -200vw;
				margin-top: -150vh;
				opacity: 0;
				}
			}

			.circle01 {
				position: fixed;
				z-index: 9;
				width: 100vw;
				animation:  threesixty 0.5s linear infinite;
				animation-play-state: paused;
				animation-delay: calc(var(--scroll) * 1s);

			}

      .circle01 svg {
        width: 100%;
        height: auto;
				display: inline-block;
      }
			.circlecontainer {
			display: flex;
			width: 100vw;
			height: 100vh;
			position: fixed;
			z-index: 9;
 		justify-content: center;
 	align-items: center;
}


.gradientanim {
    background: linear-gradient(181deg, #00ff96, #f800ff, #1700ff, #ffff00, #001495);
    background-size: 1000% 1000%;
  /*  -webkit-animation: AnimationName 27s ease infinite;
    -moz-animation: AnimationName 27s ease infinite;
    -o-animation: AnimationName 27s ease infinite;
    animation: AnimationName 27s ease infinite;*/
}

.backdrop {
	position: fixed;
	width: 100vw;
	height: 100vh;
	z-index: -999;
	display: block;
}

.flash01, .rain, .explosion {
	position: fixed;
	width: 100vw;
	height: 100vh;
	z-index: -998;
	display: block;
	background: url('img/flashes01.gif');
}

.rain {
		background: url('img/rain.gif');
		mix-blend-mode: difference;
}

.explosion {
	background: url('img/explosion-2.gif');
	mix-blend-mode: difference;
	background-position: center;
	background-size: cover;
}


.flash01 img, .rain img {
	height: auto;
	width: 100vw;
}

@-webkit-keyframes AnimationName {
    0%{background-position:50% 0%}
    50%{background-position:50% 100%}
    100%{background-position:50% 0%}
}
@-moz-keyframes AnimationName {
    0%{background-position:50% 0%}
    50%{background-position:50% 100%}
    100%{background-position:50% 0%}
}
@-o-keyframes AnimationName {
    0%{background-position:50% 0%}
    50%{background-position:50% 100%}
    100%{background-position:50% 0%}
}
@keyframes AnimationName {
    0%{background-position:50% 0%}
    50%{background-position:50% 100%}
    100%{background-position:50% 0%}
}

.logotype {
	width: 50vw;
	margin-left: 25vw;
	margin-top: 50vh;
	transform: translateY(-50%);
	z-index: 98;
	position: fixed;
	animation:  scaleing 6s linear infinite;
	animation-play-state: paused;
	animation-delay: calc(var(--scroll) * 1s);
}

.logotype svg {
	width: 100%;
	height: auto;
}

.description {
	margin-top: 98vh;
	width: 80vw;
	margin-left: auto;
	margin-right: auto;
	border-radius: 2rem;
	background: yellow;
	box-shadow: 0px 0px 50px 50px yellow;
	color: blue;
}

.posts {
	padding-top: 10vh;
	padding-bottom: 10vh;
	width: 100vw;
	margin-left: auto;
	margin-right: auto;
	border-radius: 2rem;
	background: black;
	box-shadow: 0px 0px 50px 50px black;
	color: white;
	min-height: 100vh;
	display: block;
	position: relative;
	z-index: 99;
}

a:hover {text-decoration: none;}

 p {
	margin-bottom: 1rem;
}

.postsinner {
	width: 90%;
	margin-left: 5%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-bottom: 8rem;
}

.postsinner div {
	width: calc(calc(100% - 2rem) / 2);
	width: 66%;
}

.postsinner div:first-of-type {
	width: calc(33% - 1rem);
}


.postsinner div img,
.postsinner div svg {
	width: 100%; height: auto;}

.description .inner {
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
	padding: 4rem;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.description .box0 {
	display: block;
	width: 40%;
	margin-left: 30%;
	padding-top: 1rem;
}

@media screen and (max-width: 800px) {
	.description .box0 {
		width: 100%;
		margin-left: 0px;
	}
}

.description .box0 svg {
	width: 100%;
	height: auto;
}

.envision:hover ~ #envision {
	color: yellow;
	background: blue;
}

.envision {
	cursor: pointer;
}

#envision {
	background: red;
}

.description .inner div {
	width: calc(calc(100% - 2rem) / 3);
}

.description .inner div.box2 {
	width: 65%;
}

.description h1,
.posts h1 {
	margin-bottom: 1rem;
	border-top: 1px solid blue;
	border-bottom: 1px solid blue;
	height: 3rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.posts h1 {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.posts h3 {
	color: yellow;
	margin-bottom: 3rem;
	text-align: center;
letter-spacing: 0.05em;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	text-transform: uppercase;

}

.description p, .description ol {
	padding: 0rem 2rem 0rem 2rem;
	margin-bottom: 1rem;
}

.description ol {
	margin-top: 1rem;
	margin-left: 1.5rem;
	}

	.description ol li {

		}

	.description ul {
		margin-top: 1rem;
		margin-bottom: 1rem;
	}

	.description ul li {
		margin-left: 1.3rem;
		list-style-type: disc;
		text-align: left;
	}

.description h2 {
	padding: 0rem 2rem 0rem 2rem;
}





.switch {
	position: fixed;
	top: 0px;
	right: 0px;
	display: block;
	width: 100px;
	height: 100px;
	background: none;
	cursor: pointer;
z-index:999;
}

.switch svg {
	width: 100%;
	height: auto;
}

.switch.left {
	right: auto;
	left: 1rem;
	top: 1rem;

}


/* MIRO */

	canvas {
        display: none;
				height: 50vh !important;
				mix-blend-mode: difference;
				width: 25vw !important;
				border-right: 3px solid white;
			}

.miro {
  position: fixed;
	right: 0px;
	top: 0px;
  display: block;
  width: calc(100vw - 4rem);
  height: calc(100vh - 4rem);
  z-index: 998;
	border-radius: 200px;
	border: 2rem solid green;
	display: block;
}
#miroboard {
	display: none;
}




@media screen and (max-width: 1200px) {
	.description {
		margin-top: 95vh;
		width: 90vw;
		box-shadow: 0px 0px 20px 20px yellow; }
	.description .inner {
		padding: 1rem;}
}

@media screen and (max-width: 800px) {
	.description .inner,
	.postsinner {
		flex-direction: column-reverse;
	}
	.description .inner div,
	.description .inner div.box2,
	.postsinner div,
	.postsinner div:first-of-type {
		width: 100%;
	}


	.postsinner div:last-of-type {

	}
.switch {
	width: 50px;
}

.logotype {
	width: 80vw;
	margin-left: 10vw;
}

.miro {
	border-width: 0.5rem;
	border-radius: 2rem;
}

}


@media screen and (max-width: 500px) {
	.description {
		width: 92vw;
		margin-left: 3vw;
	}
	.description .inner {
		padding: 0.3rem;
		padding-top: 2rem;
	}
	.description .inner div,
	.description .inner div.box2 {
		width: 100%;
	}
.switch {
	width: 40px;
}

.logotype {
	width: 80vw;
	margin-left: 10vw;
}

.description ol { padding: 0.5rem;}
}

@media screen and (max-width: 400px) {
	body {font-size: 12px;}
}
