html, body {
	padding: 0;
	margin: 0;
	transition: background 0.5s;
	cursor: grab;
	overscroll-behavior: none;
}
body.prevent_scroll, body.timeline_open {
	overflow: hidden;
}
body {
	overflow: hidden;
}
* {
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	/*-webkit-user-select: none;*/
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
*::-webkit-scrollbar {
	display: none;
}
@font-face {
	font-family: 'IBM';
	src: url(assets/fonts/IBMPlexSans-Bold.ttf);
	font-weight: 400;
}
@font-face {
	font-family: 'IBM';
	src: url(assets/fonts/IBMPlexSans-Regular.ttf);
	font-weight: 300;
}
@font-face {
	font-family: 'FYL';
	src: url(assets/fonts/FiveYearsLater.otf);
}
@font-face {
	font-family: 'Geneva';
	src: url(assets/fonts/geneva.ttf);
}
@font-face {
	font-family: 'W95';
	src: url(assets/fonts/w95.otf);
}
@font-face {
	font-family: 'Metawatch';
	src: url(assets/fonts/metawatch.ttf);
}
@font-face {
	font-family: 'Noteworthy';
	src: url(assets/fonts/noteworthy.ttf);
}
@font-face {
	font-family: 'Helvetica';
	src: url(assets/fonts/helvetica.ttf);
}
@font-face {
	font-family: 'Trebuc';
	src: url(assets/fonts/trebuc.ttf);
}
@font-face {
	font-family: 'Lucida';
	src: url(assets/fonts/lucida.ttf);
}

h1 {
	font-family: 'FYL';
}
h2 {
	font-family: 'FYL';
	font-size: 30px;
	margin: 0;
}
h3 {
	font-family: 'IBM';
	margin: 0;
}
.helper {
	position: absolute;
    width: 402%;
    height: 100vh;
	pointer-events: none;
}
.title .helper {
	width: 100%;
}

/* CANVAS */

main.canvas {
	height: 500px;
	width: 500px;
	position: relative;
	top: 0;
	left: 0;
	display: inline-block;
}
main.canvas .grid {
	background-image: url(assets/general/grid_simple.png);
	background-size: 5px;
	image-rendering: pixelated;
	top: 0;
	left: 0;
	position: relative;
	width: 3798%;
	height: 1030%;
	pointer-events: none;
}
img {
	image-rendering: pixelated;
}


/* SCROLL CONTAINER */

div.scroll_container {
	white-space: nowrap;
}


/* TITLE */

main.title {
	height: 100vh;
	width: 100vw;
	position: relative;
	display: inline-block;
	vertical-align: top;
	background: black;
	overflow: hidden;
}
main.title h1, .final_title h1 {
	color: #E88C5D;
	left: 0;
	font-size: 200px;
	line-height: 125px;
	max-width: 600px;
	white-space: normal;
	margin: 0;
	margin-left: -9px;
}
main.title .flag {
	display: none;
}
main.title h3 {
    white-space: normal;
    color: white;
    font-weight: 300;
	width: 500px;
}
main.title .content {
	position: absolute;
	z-index: 2;
	mix-blend-mode: exclusion;
	top: calc(50% - 185px);
}
main.title pals {
	left: 101%;
	top: 50%;
}
main.title .main_img {
    width: 143%;
    height: 143%;
    position: absolute;
	top: -22%;
	left: -22%;
    object-fit: cover;
    object-position: 0 45%;
	transform: rotate(-45deg);
}
main.title .diamond {
	width: 60%;
	padding-top: 60%;
    position: absolute;
    bottom: -2%;
    right: 2%;
	overflow: hidden;
	transform: rotate(45deg);
	z-index: 1;
}
main.title.hidden .diamond, main.title.hidden .main_img {
	animation: none;
}
.texture {
	background-image: url(assets/general/texture.png);
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	image-rendering: pixelated;
	background-size: 300px;
	z-index: 0;
	filter: invert(1);
	opacity: 0.2;
	pointer-events: none;
	animation: backgroundPos 10s infinite linear;
}
.pals_info {
	margin-top: 20px;
}
.pals_info img {
	width: 25px;
	height: 25px;
	display: inline-block;
	margin-bottom: -6px;
}
.pals_info h3 {
	font-size: 16px;
	width: auto;
    display: inline-block;
    margin: 0px 0px 0px 8px;
	font-weight: unset !important;
}
@keyframes backgroundPos {
	from {
		background-position: 0 0;
	} to {
		background-position: 300px 300px;
	}
}

/* ZOOM BUTTONS */

.zoom_buttons {
	position: fixed;
	z-index: 1;
}


/* IMGS */

div.img {
	position: absolute;
	padding: 4%;
	box-shadow: inset 0 0 0 1px black, 0 0 0 1px black;
	transition: background 0.2s;
}
div.img img {
	width: 100%;
	height: 100%;
	pointer-events: none;
}
div.img button {
    position: absolute;
    width: 36px;
    height: 36px;
    bottom: -18px;
    left: -18px;
    border-radius: 50px;
    border: none;
    background: black;
    z-index: 2;
	transition: transform 0.2s;
	transform-origin: 15px 15px;
	pointer-events: none;
}
div.img button h3 {
	margin-left: 32px;
	margin-right: 8px;
    color: white;
	margin-top: -2px;
	transform: translateY(5px);
	transition: transform 0.2s;
	opacity: 0;
}
div.img button::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: url(assets/general/info.svg);
    background-repeat: no-repeat;
    filter: invert(1);
    background-size: 29px;
    top: 0;
    background-position: 5px 5px;
    left: 0;
}
div.img:hover button {
	transform: scale(1.2);
	width: auto;
	z-index: 4;
}
div.img:hover button h3 {
	transform: translateY(0);
	opacity: 1;
}



/* FLAGS */

div.flag {
    position: absolute;
    height: 100vh;
    width: 3px;
    background: white;
    top: 0;
    left: 0;
    margin-left: -3px;
	z-index: 1;
}
div.flag h3 {
	position: absolute;
	top: 0;
	right: 0;
	background: white;
	padding: 5px 10px 7px 12px;
	border-radius: 0 0 0 20px;
}

/* MAC ICONS */


.mac_icons .img:nth-child(1) {
	width: 25%;
    height: 32%;
}
.mac_icons .img:nth-child(2) {
	width: 31%;
    height: 32%;
	left: 33%;
}
.mac_icons .img:nth-child(3) {
	width: 25%;
    height: 32%;
	left: 72%;
}
.mac_icons .img:nth-child(4) {
	width: 32%;
    height: 32%;
	left: 105%;
}
.mac_icons .img:nth-child(5) {
	width: 27%;
    height: 27%;
	top: 40%;
}
.mac_icons .img:nth-child(6) {
	width: 32%;
    height: 32%;
	top: 75%;
}
.mac_icons .img:nth-child(7) {
	width: 12%;
    height: 12%;
	padding: 14%;
	top: 80%;
	left: 40%;
}
.mac_icons .img:nth-child(8) {
	width: 25%;
	height: 32%;
	top: 40%;
	left: 72%;
}
.mac_icons .img:nth-child(9) {
	width: 314%;
	height: 175%;
	top: 80%;
	left: 80%;
}
.mac_icons .img:nth-child(10) {
	width: 11%;
	height: 16%;
	top: 40%;
	left: 126%;
}
.mac_icons .img:nth-child(11) {
	width: 23%;
	height: 32%;
	top: 40%;
	left: 145%;
}
.mac_icons .img:nth-child(12) {
	width: 20%;
	height: 32%;
	top: 120%;
    left: 52%;
}
.mac_icons .img:nth-child(13) {
	width: 32%;
	height: 30%;
	top: 160%;
    left: 40%;
}
.mac_icons .img:nth-child(14) {
	width: 32%;
	height: 25%;
	top: 198%;
	left: 0%;
}
.mac_icons .img:nth-child(15) {
	width: 32%;
    height: 32%;
    top: 250%;
    left: 40%;
}
.mac_icons .img:nth-child(16) {
	width: 142%;
    height: 74%;
    top: 0%;
    left: 252%;
	padding: 3% 4%;
}
.mac_icons .img:nth-child(17) {
	width: 279%;
    height: 117%;
    top: 263%;
    left: 80%;
}
.mac_icons .img:nth-child(18) {
	width: 225%;
    height: 79%;
    top: 388%;
    left: 80%;
}
.mac_icons .img:nth-child(19) {
	width: 25%;
    height: 32%;
	top: 348%;
	left: 367%;
	padding: 4% 5% 4% 4%;
}
.mac_icons .img:nth-child(20) {
	width: 305%;
    height: 194%;
	top: 475%;
	left: 0;
}
.mac_icons .img:nth-child(21) {
	width: 32%;
    height: 32%;
	top: 475%;
	left: 313%;
}
.mac_icons .img:nth-child(22) {
	width: 32%;
    height: 32%;
	top: 435%;
	left: 313%;
}


.mac_icons pals {
	left: 252%;
	top: 80%;

}
.mac_icons pals .smile path {
	fill: white;
}
p.geneva {
	font-family: 'Geneva';
}
.mac_icons pals .container {
	background: black;
	box-shadow: 0 0 0 4px black, 0 0 0 8px white;
}


/* IBM */

.ibm_icons .helper {
	left: 402%;
    width: 135%;
}
.ibm_icons div.flag {
	left: 402%;
	background: #FF00FF;
}
.ibm_icons div.flag h3 {
	background: #FF00FF;
	color: white;
}
.ibm_icons pals {
	top: 137%;
    left: 441%;
}
.ibm_icons pals .container {
	background: #2112A3;
	box-shadow: 0 0 0 4px black, 0 0 0 8px white;
}
.ibm_icons pals .info p.w95 {
	left: 43px;
	top: 72px;
	width: 330px;
	font-size: 21px;
}
.ibm_icons .img:nth-child(1) {
	width: 40%;
    height: 40%;
    top: 0%;
    left: 402%;
}
.ibm_icons .img:nth-child(2) {
	width: 31%;
    height: 40%;
    top: 0%;
    left: 450%;
}
.ibm_icons .img:nth-child(3) {
	width: 40%;
	height: 34%;
	top: 48%;
	left: 489%;
}
.ibm_icons .img:nth-child(4) {
	width: 40%;
	height: 40%;
	top: 90%;
    left: 489%;
}
.ibm_icons .img:nth-child(5) {
	width: 40%;
    height: 36%;
	top: 48%;
	left: 441%;
}
.ibm_icons .img:nth-child(6) {
	width: 40%;
    height: 37%;
    top: 92%;
    left: 441%;
}
.ibm_icons .img:nth-child(7) {
    width: 31%;
    height: 40%;
    top: 89%;
    left: 402%;
}
.ibm_icons .img:nth-child(8) {
    width: 40%;
    height: 40%;
    top: 137%;
    left: 441%;
}
.ibm_icons .img:nth-child(9) {
    width: 39%;
    height: 36%;
    top: 182%;
    left: 489%;
    padding-right: 5%;
}



/* WINDOWS */

.windows_icons .helper {
    left: 537%;
	width: 615%;
}
.windows_icons div.flag {
	background: #FDFC83;
	left: 537%;
}
.windows_icons div.flag h3 {
	background: #FDFC83;
	color: black;
}
.windows_icons pals {
    top: 603%;
    left: 1064%;
}
.windows_icons pals .container {
	background: #FDFC83;
	box-shadow: 0 0 0 3px black;
}
pals .info p.w95 {
	font-family: 'W95';
    top: 48px;
    left: 16px;
    font-size: 18px;
    width: 395px;
    line-height: 22px;
}
.windows_icons .img:nth-child(1) {
    width: 607%;
    height: 302%;
	top: 0;
    left: 537%;
}
.windows_icons .img:nth-child(2) {
    width: 480%;
    height: 640%;
    top: 347%;
    left: 576%;
}
.windows_icons .img:nth-child(3) {
	width: 30%;
    height: 30%;
    top: 310%;
    left: 537%;
	padding-right: 5%;
}
.windows_icons .img:nth-child(4) {
	width: 31%;
    height: 25%;
    top: 348%;
    left: 537%;
}
.windows_icons .img:nth-child(5) {
	width: 25%;
	height: 32%;
	top: 381%;
	left: 543%;
}
.windows_icons .img:nth-child(6) {
    width: 28%;
    height: 32%;
    top: 310%;
    left: 1030%;
    padding: 2% 3% 3% 3%;
}
.windows_icons .img:nth-child(7) {
    width: 32%;
    height: 30%;
    top: 310%;
    left: 615%;
    padding: 4% 3% 3% 3%;
}
.windows_icons .img:nth-child(8) {
    width: 32%;
    height: 29%;
    top: 310%;
    left: 576%;
    padding-left: 3%;
}
.windows_icons .img:nth-child(9) {
	top: 422%;
    left: 1064%;
	width: 31%;
	height: 21%;
}
.windows_icons .img:nth-child(10) {
	width: 31%;
	height: 32%;
	top: 563%;
	left: 1064%;
}
.windows_icons .img:nth-child(11) {
	width: 32%;
	height: 23%;
	top: 603%;
	left: 1103%;
	padding-left: 3%;
}
.windows_icons .img:nth-child(12) {
	width: 32%;
    height: 27%;
    top: 603%;
    left: 1064%;
    padding-left: 3%;
}
.windows_icons .img:nth-child(13) {
    width: 32%;
    height: 31%;
    top: 634%;
    left: 1103%;
    padding-left: 3%;
}
.windows_icons .img:nth-child(14) {
    width: 32%;
    height: 25%;
    top: 673%;
    left: 1064%;
    padding-left: 3%;
}
.windows_icons .img:nth-child(15) {
	width: 71%;
	height: 96%;
	top: 451%;
	left: 1064%;
	padding: 8% 9% 8% 8%;
}
.windows_icons .img:nth-child(16) {
	width: 71%;
	height: 96%;
	top: 310%;
	left: 1064%;
	padding: 8% 9% 8% 8%;
}


/* GARDEN */

.garden .helper {
    left: 1152%;
	width: 128%;
}
.garden pals {
    top: 175%;
    left: 1184%;
}
.garden pals .container {
	background: #EA3323;
	box-shadow: 0 0 0 3px white;
}
.garden .flag {
	left: 1152%;
	background: #EA3323;
}
.garden .flag h3 {
	color: white;
	background: #EA3323;
}
.garden .img:nth-child(1) {
	width: 120%;
	height: 128%;
	top: 0%;
	left: 1152%;
}
.garden .img:nth-child(2) {
	width: 24%;
	height: 31%;
	top: 136%;
	left: 1152%;
}
.garden .img:nth-child(3) {
    width: 24%;
    height: 31%;
    top: 175%;
    left: 1184%;
}
.garden .img:nth-child(4) {
    width: 24%;
    height: 31%;
    top: 214%;
    left: 1152%;
}
.garden .img:nth-child(5) {
    width: 24%;
    height: 31%;
    top: 253%;
    left: 1152%;
}
.garden .img:nth-child(6) {
    width: 24%;
    height: 31%;
    top: 253%;
    left: 1225%;
}
.garden .img:nth-child(7) {
    width: 24%;
    height: 31%;
	top: 175%;
    left: 1152%;
}
.garden .img:nth-child(8) {
    width: 24%;
    height: 31%;
	top: 253%;
    left: 1193%;
}
.garden .img:nth-child(9) {
    width: 24%;
    height: 31%;
	top: 292%;
	left: 1248%;
}
.garden .img:nth-child(10) {
    width: 24%;
    height: 31%;
	top: 331%;
	left: 1248%;
}
.garden .img:nth-child(11) {
    width: 24%;
    height: 31%;
	top: 331%;
	left: 1216%;
}
.garden .img:nth-child(12) {
    width: 24%;
    height: 31%;
	top: 292%;
    left: 1176%;
}
.garden .img:nth-child(13) {
    width: 24%;
    height: 31%;
	top: 370%;
    left: 1152%;
}
.garden .img:nth-child(14) {
    width: 24%;
    height: 31%;
	top: 370%;
    left: 1184%;
}
.garden .img:nth-child(15) {
    width: 24%;
    height: 31%;
	top: 409%;
	left: 1216%;
}
.garden .img:nth-child(16) {
    width: 32%;
    height: 32%;
	top: 292%;
	left: 1208%;
    padding-bottom: 3%;
}
.garden .img:nth-child(17) {
    width: 32%;
    height: 32%;
	top: 331%;
	left: 1152%;
    padding-bottom: 3%;
}
.garden .img:nth-child(18) {
    width: 32%;
    height: 32%;
    top: 214%;
    left: 1240%;
    padding-bottom: 3%;
}
.garden .img:nth-child(19) {
    width: 32%;
    height: 32%;
    top: 136%;
    left: 1184%;
    padding-bottom: 3%;
}
.garden .img:nth-child(20) {
    width: 33%;
    height: 32%;
    top: 214%;
    left: 1184%;
    padding-bottom: 3%;
}
.garden .img:nth-child(21) {
    width: 33%;
    height: 32%;
    top: 175%;
    left: 1216%;
    padding-bottom: 3%;
}
.garden .img:nth-child(22) {
    width: 33%;
    height: 32%;
	top: 136%;
	left: 1239%;
    padding-bottom: 3%;
}


/* CHUMBY */

.chumby .helper {
    left: 1280%;
    width: 212%;
}
.chumby pals {
    top: 68%;
    left: 1410%;
}
.chumby pals .container {
	background: black;
	box-shadow: 0 0 0 3px white;
}
.chumby .flag {
	left: 1280%;
	background: white;
}
.chumby .flag h3 {
	color: black;
	background: white;
}
.chumby .img:nth-child(1) {
	width: 204%;
	height: 60%;
	top: 0%;
	left: 1280%;
}
.chumby .img:nth-child(2) {
	width: 122%;
	height: 26%;
	top: 68%;
	left: 1280%;
}
.chumby .img:nth-child(3) {
	width: 122%;
	height: 26%;
	top: 102%;
	left: 1362%;
}
.chumby .img:nth-child(4) {
    width: 122%;
    height: 26%;
    top: 136%;
    left: 1280%;
}
.chumby pals .trebuc {
	font-family: 'Trebuc';
    font-size: 21px;
    left: 9px;
    top: 31px;
    width: 415px;
    white-space: normal;
    overflow-wrap: break-word;
    line-height: 24.5px;
    color: #7287ef;
}



/* FACEBOOK */

.facebook .helper {
    left: 1492%;
    width: 360%;
}
.facebook pals {
    top: 360%;
    left: 1636%;
}
.facebook pals .container {
	background: #aec784;
	box-shadow: 0 0 0 4px black;
}
.facebook .flag {
    left: 1492%;
    background: #E04D7B;
}
.facebook .flag h3 {
	color: white;
	background: #E04D7B;
}
.facebook pals .lucida {
	font-family: 'Lucida';
    font-size: 17px;
    left: 11px;
    top: 42px;
    width: 397px;
    white-space: normal;
    overflow-wrap: break-word;
    line-height: 20px;
    color: black;
}
.facebook .img:nth-child(1) {
    width: 64%;
    height: 64%;
    top: 72%;
    left: 1492%;
}
.facebook .img:nth-child(2) {
    width: 64%;
    height: 64%;
    top: 0%;
    left: 1492%;
}
.facebook .img:nth-child(3) {
    width: 64%;
    height: 64%;
    top: 0%;
    left: 1564%;
}
.facebook .img:nth-child(4) {
    width: 64%;
    height: 64%;
	top: 144%;
	left: 1564%;
}
.facebook .img:nth-child(5) {
    width: 64%;
    height: 64%;
	top: 144%;
    left: 1636%;
}
.facebook .img:nth-child(6) {
    width: 64%;
    height: 64%;
	top: 72%;
    left: 1636%;
}
.facebook .img:nth-child(7) {
    width: 64%;
    height: 64%;
	top: 0%;
	left: 1708%;
}
.facebook .img:nth-child(8) {
    width: 64%;
    height: 64%;
	top: 72%;
    left: 1708%;
}
.facebook .img:nth-child(9) {
    width: 64%;
    height: 64%;
	top: 144%;
    left: 1708%;
}
.facebook .img:nth-child(10) {
    width: 64%;
    height: 64%;
	top: 216%;
	left: 1708%;
}
.facebook .img:nth-child(11) {
    width: 64%;
    height: 64%;
	top: 216%;
	left: 1636%;
}
.facebook .img:nth-child(12) {
    width: 64%;
    height: 64%;
	top: 288%;
    left: 1636%;
}
.facebook .img:nth-child(13) {
    width: 64%;
    height: 64%;
	top: 360%;
    left: 1564%;
}
.facebook .img:nth-child(14) {
    width: 64%;
    height: 64%;
	top: 288%;
    left: 1492%;
}
.facebook .img:nth-child(15) {
    width: 64%;
    height: 64%;
	top: 216%;
    left: 1492%;
}
.facebook .img:nth-child(16) {
    width: 64%;
    height: 64%;
	top: 360%;
    left: 1708%;
}
.facebook .img:nth-child(17) {
    width: 64%;
    height: 64%;
	top: 288%;
    left: 1780%;
}
.facebook .img:nth-child(18) {
    width: 64%;
    height: 64%;
	top: 216%;
    left: 1780%;
}
.facebook .img:nth-child(19) {
    width: 64%;
    height: 64%;
	top: 0;
    left: 1780%;
}
.facebook .img:nth-child(20) {
    width: 64%;
    height: 64%;
	top: 72%;
    left: 1780%;
}
.facebook .img:nth-child(21) {
    width: 64%;
    height: 64%;
	top: 432%;
    left: 1780%;
}
.facebook .img:nth-child(22) {
    width: 64%;
    height: 64%;
	top: 432%;
    left: 1492%;
}
.facebook .img:nth-child(23) {
    width: 64%;
    height: 64%;
	top: 432%;
    left: 1564%;
}
.facebook .img:nth-child(24) {
    width: 64%;
    height: 64%;
	top: 432%;
    left: 1636%;
}
.facebook .img:nth-child(25) {
    width: 64%;
    height: 64%;
    top: 504%;
    left: 1708%;
}
.facebook .img:nth-child(26) {
    width: 64%;
    height: 64%;
    top: 504%;
    left: 1780%;
}
.facebook .img:nth-child(27) {
    width: 64%;
    height: 64%;
	top: 576%;
	left: 1636%;
}



/* METAWATCH */

.metawatch .helper {
    left: 1852%;
    width: 520%;
}
.metawatch pals {
    top: 416%;
    left: 2060%;
}
.metawatch pals .container {
	background: white;
	box-shadow: 0 0 0 4px black;
}
.metawatch .flag {
    left: 1852%;
    background: black;
}
.metawatch .flag h3 {
	color: white;
	background: black;
}
.metawatch .metawatch_sans {
	font-family: 'Metawatch';
    font-size: 30px;
    letter-spacing: 5px;
    left: 30px;
    top: 32px;
    width: 377px;
    white-space: normal;
    overflow-wrap: break-word;
    line-height: 31.5px;
}
.metawatch .img:nth-child(1) {
    width: 96%;
    height: 96%;
    top: 0%;
    left: 1852%;
}
.metawatch .img:nth-child(2) {
    width: 96%;
    height: 96%;
    top: 0%;
    left: 1956%;
}
.metawatch .img:nth-child(3) {
    width: 96%;
    height: 96%;
    top: 104%;
    left: 1956%;
}
.metawatch .img:nth-child(4) {
    width: 96%;
    height: 96%;
	top: 208%;
	left: 1852%;
}
.metawatch .img:nth-child(5) {
    width: 96%;
    height: 96%;
	top: 312%;
    left: 1956%;
}
.metawatch .img:nth-child(6) {
    width: 96%;
    height: 96%;
	top: 312%;
    left: 2060%;
}
.metawatch .img:nth-child(7) {
    width: 96%;
    height: 96%;
	top: 416%;
    left: 2060%;
}
.metawatch .img:nth-child(8) {
    width: 96%;
    height: 96%;
	top: 0%;
    left: 2060%;
}
.metawatch .img:nth-child(9) {
    width: 96%;
    height: 96%;
	top: 416%;
    left: 1956%;
}
.metawatch .img:nth-child(10) {
    width: 96%;
    height: 96%;
	top: 520%;
    left: 1852%;
}
.metawatch .img:nth-child(11) {
    width: 96%;
    height: 96%;
	top: 208%;
    left: 2060%;
}
.metawatch .img:nth-child(12) {
    width: 96%;
    height: 96%;
	top: 104%;
    left: 2164%;
}
.metawatch .img:nth-child(13) {
    width: 96%;
    height: 96%;
	top: 208%;
    left: 2164%;
}
.metawatch .img:nth-child(14) {
    width: 96%;
    height: 96%;
	top: 520%;
    left: 2164%;
}
.metawatch .img:nth-child(15) {
    width: 96%;
    height: 96%;
	top: 520%;
    left: 2060%;
}
.metawatch .img:nth-child(16) {
    width: 96%;
    height: 96%;
	top: 0%;
    left: 2268%;
}
.metawatch .img:nth-child(17) {
    width: 96%;
    height: 96%;
	top: 312%;
    left: 2268%;
}
.metawatch .img:nth-child(18) {
    width: 96%;
    height: 96%;
	top: 624%;
    left: 2268%;
}


/* WEATHERBUG */

.weatherbug .helper {
    left: 2372%;
    width: 232%;
}
.weatherbug pals {
    top: 150%;
    left: 2488%;
}
.weatherbug pals .container {
	background: #FAE451;
	box-shadow: 0 0 0 4px black;
}
.weatherbug .flag {
    left: 2372%;
    background: #475A72;
}
.weatherbug .flag h3 {
	color: white;
	background: #475A72;
}
.weatherbug .noteworthy {
	font-family: 'noteworthy';
    font-size: 23px;
    left: 44px;
    top: 80px;
    width: 377px;
    white-space: normal;
    overflow-wrap: break-word;
    line-height: 33.4px;
}
.weatherbug .img:nth-child(1) {
    width: 50%;
    height: 42%;
    top: 0%;
    left: 2372%;
}
.weatherbug .img:nth-child(2) {
    width: 50%;
    height: 42%;
    top: 50%;
    left: 2372%;
}
.weatherbug .img:nth-child(3) {
    width: 50%;
    height: 42%;
    top: 100%;
    left: 2372%;
}
.weatherbug .img:nth-child(4) {
    width: 50%;
    height: 42%;
    top: 100%;
    left: 2430%;
}
.weatherbug .img:nth-child(5) {
    width: 50%;
    height: 42%;
    top: 50%;
    left: 2488%;
}
.weatherbug .img:nth-child(6) {
    width: 50%;
    height: 42%;
    top: 150%;
    left: 2430%;
}
.weatherbug .img:nth-child(7) {
    width: 50%;
    height: 42%;
    top: 200%;
    left: 2372%;
}
.weatherbug .img:nth-child(8) {
    width: 50%;
    height: 42%;
    top: 200%;
    left: 2488%;
}
.weatherbug .img:nth-child(9) {
    width: 50%;
    height: 42%;
    top: 150%;
    left: 2488%;
}
.weatherbug .img:nth-child(10) {
    width: 50%;
    height: 42%;
    top: 0%;
    left: 2430%;
}
.weatherbug .img:nth-child(11) {
    width: 50%;
    height: 42%;
    top: 0%;
    left: 2546%;
}
.weatherbug .img:nth-child(12) {
    width: 50%;
    height: 42%;
    top: 50%;
    left: 2546%;
}
.weatherbug .img:nth-child(13) {
    width: 50%;
    height: 42%;
    top: 100%;
    left: 2546%;
}
.weatherbug .img:nth-child(14) {
    width: 50%;
    height: 42%;
    top: 200%;
    left: 2546%;
}
.weatherbug .img:nth-child(15) {
    width: 50%;
    height: 42%;
    top: 250%;
    left: 2546%;
}
.weatherbug .img:nth-child(16) {
    width: 50%;
    height: 42%;
    top: 300%;
    left: 2488%;
}
.weatherbug .img:nth-child(17) {
    width: 50%;
    height: 42%;
    top: 250%;
    left: 2372%;
}


/* PATH */

.path .helper {
    left: 2653%;
    width: 232%;
}
.path pals {
	top: 117%;
	left: 2770%;
}
.path pals .container {
	background: #4B5932;
	box-shadow: 0 0 0 4px white;
}
.path .flag {
    left: 2604%;
    background: #C4523D;
}
.path .flag h3 {
	color: white;
	background: #C4523D;
}
.path .helvetica {
	font-family: 'Helvetica';
    font-size: 23px;
    left: 22px;
    top: 56px;
    color: #464646;
    width: 392px;
    white-space: normal;
    overflow-wrap: break-word;
    line-height: 31px;
}
.path .img:nth-child(1) {
    width: 25%;
    height: 27%;
    top: 0%;
    left: 2604%;
}
.path .img:nth-child(2) {
    width: 34%;
    height: 37%;
    top: 0%;
    left: 2637%;
}
.path .img:nth-child(3) {
    width: 21%;
    height: 27%;
    top: 10%;
    left: 2679%;
}
.path .img:nth-child(4) {
    width: 27%;
    height: 18%;
    top: 35%;
	left: 2604%;
	padding: 4% 3%;
}
.path .img:nth-child(5) {
    width: 20%;
    height: 23%;
	top: 45%;
    left: 2637%;
}
.path .img:nth-child(6) {
    width: 26%;
    height: 19%;
	top: 76%;
	left: 2665%;
}
.path .img:nth-child(7) {
    width: 28%;
    height: 24%;
	top: 76%;
	left: 2629%;
}
.path .img:nth-child(8) {
    width: 19%;
    height: 19%;
	top: 108%;
	left: 2604%;
	padding: 4% 3%;
}
.path .img:nth-child(9) {
    width: 26%;
    height: 21%;
	top: 108%;
    left: 2629%;
    padding: 3% 5%;
}
.path .img:nth-child(10) {
    width: 17%;
    height: 21%;
	top: 45%;
	left: 2665%;
	padding: 5% 4%;
}
.path .img:nth-child(11) {
    width: 18%;
    height: 17%;
	top: 135%;
    left: 2675%;
    padding: 4% 3%;
}
.path .img:nth-child(12) {
    width: 22%;
    height: 24%;
	top: 117%;
    left: 2740%;
}
.path .img:nth-child(13) {
    width: 26%;
    height: 20%;
	top: 89%;
	left: 2770%;
	padding: 4% 3% 4% 4%;
}
.path .img:nth-child(14) {
    width: 15%;
    height: 26%;
	top: 117%;
    left: 2770%;
    padding: 3% 4%;
}
.path .img:nth-child(15) {
    width: 18%;
    height: 18%;
	top: 149%;
    left: 2740%;
    padding: 5% 6%;
}
.path .img:nth-child(16) {
    width: 28%;
    height: 25%;
	top: 259%;
    left: 2704%;
}
.path .img:nth-child(17) {
    width: 25%;
    height: 18%;
	top: 149%;
    left: 2842%;
    padding: 4% 9%;
}
.path .img:nth-child(18) {
    width: 25%;
    height: 30%;
	top: 0%;
    left: 2854%;
    padding: 4% 3%;
}
.path .img:nth-child(19) {
    width: 51%;
    height: 61%;
	top: 206%;
    left: 2616%;
}
.path .img:nth-child(20) {
    width: 52%;
    height: 62%;
	top: 187%;
    left: 2675%;
    padding: 5% 6% 5% 7%;
}
.path .img:nth-child(21) {
    width: 33%;
    height: 62%;
	top: 117%;
    left: 2699%;
}
.path .img:nth-child(22) {
    width: 63%;
    height: 63%;
	top: 135%;
    left: 2604%;
}
.path .img:nth-child(23) {
    width: 71%;
    height: 67%;
	top: 0;
	left: 2708%;
	padding: 4% 4% 5%;
}
.path .img:nth-child(24) {
    width: 63%;
    height: 33%;
	top: 76%;
    left: 2699%;
}
.path .img:nth-child(25) {
    width: 64%;
    height: 64%;
	top: 149%;
	left: 2770%;
}
.path .img:nth-child(26) {
    width: 59%;
    height: 63%;
	top: 5%;
	left: 2787%;
}
.path .img:nth-child(27) {
    width: 63%;
    height: 63%;
	top: 221%;
    left: 2740%;
}
.path .img:nth-child(28) {
    width: 35%;
    height: 63%;
	top: 76%;
	left: 2842%;
	padding: 5% 4%;
}
.path .img:nth-child(29) {
    width: 33%;
    height: 62%;
	top: 76%;
	left: 2803%;
	padding: 5% 3% 6%;
}


/* PINTEREST */

.pinterest .helper {
    left: 2885%;
    width: 913%;
}
.pinterest pals {
	top: 503%;
    left: 3291%;
}
.pinterest pals .container {
	background: white;
	box-shadow: 0 0 0 4px black;
}
.pinterest .flag {
    left: 2885%;
    background: #B4B4B4;
}
.pinterest .flag h3 {
	color: black;
	background: #B4B4B4;
}
.pinterest .helvetica {
	font-family: 'Helvetica';
    font-size: 16px;
    left: 96px;
    top: 32px;
    color: #464646;
    width: 310px;
    white-space: normal;
    overflow-wrap: break-word;
    line-height: 21px;
}
.pinterest .img:nth-child(1) {
    width: 213%;
    height: 184%;
    top: 472%;
    left: 2885%;
	padding: 4% 7% 4% 8%;
}
.pinterest .img:nth-child(2) {
    width: 454%;
    height: 307%;
	top: 188%;
    left: 3113%;
}
.pinterest .img:nth-child(3) {
    width: 170%;
    height: 235%;
	top: 503%;
    left: 3113%;
}
.pinterest .img:nth-child(4) {
    width: 240%;
    height: 180%;
    top: 0%;
    left: 3113%;
}
.pinterest .img:nth-child(5) {
    width: 220%;
    height: 464%;
    top: 0%;
    left: 2885%;
}
.pinterest .img:nth-child(6) {
    width: 361%;
    height: 151%;
	top: 0%;
	left: 3361%;
	padding: 19% 38% 18%;
}
.pinterest .img:nth-child(7) {
	width: 239%;
	height: 227%;
	top: 503%;
	left: 3291%;
	padding: 8% 22% 8% 23%;
}
.pinterest .img:nth-child(8) {
	width: 215%;
	height: 216%;
	top: 188%;
    left: 3575%;
}
.pinterest .img:nth-child(9) {
	width: 186%;
	height: 186%;
	top: 503%;
	left: 3575%;
	padding: 30% 18% 27% 19%;
}


/* FINAL SLIDE */

.final_title {
	position: absolute;
    left: 3798%;
    width: 100vw;
    height: 100vh;
    top: 0;
    background: black;
	display: block;
}
.final_title .helper {
	width: 100%;
	heigth: 100%;
	position: absolute;
}
.final_title .flag {
	display: none;
}
.final_title .pals {
	display: none;
}
.final_title h3 {
	white-space: normal;
	color: white;
	font-weight: 300;
}
.final_title .content {
	position: absolute;
    top: calc(50% - 150px);
	z-index: 1;
	left: 10px;
}
.final_title h1 {
	margin-left: -16px;
}
.final_title h3 {
	width: 600px;
}
.final_title .texture {
	opacity: 0.15;
	animation-duration: 30s;
}


/* PALS */

pals {
	position: absolute;
	z-index: 3;
	cursor: pointer;
	transition: transform 0.2s;
}
pals:hover {
	transform: scale(1.1);
}
body.small_pals pals {
	transform: scale(0.5);
}
body.small_pals pals.open {
	transform: scale(1);
}
body.small_pals pals:hover {
	transform: scale(1);
}
pals.final_close {
	transition: left 0.5s cubic-bezier(0.9, 0, 0.1, 1), top 0.5s cubic-bezier(0.9, 0, 0.1, 1);
	transform: scale(1);
}
pals.open:hover {
	transform: scale(1);
}
pals .container {
	position: absolute;
	transform: translate(-50%, -50%);
	background: red;
	transition: transform 0.5s cubic-bezier(0.9, 0, 0.1, 1), width 0.5s cubic-bezier(0.9, 0, 0.1, 1), height 0.5s cubic-bezier(0.9, 0, 0.1, 1);
	overflow: hidden;
}
pals .container {
	width: 0;
    height: 0;
}
pals.active .container {
	width: 100px;
	height: 100px;
	transform: translate(-50%, -50%) rotate(45deg);
}
pals.active .container .smile {
	transform: rotate(-45deg);
	position: absolute;
	top: 35px;
	left: 7px;
	width: 124px;
	transition: opacity 0s 0.25s;
}
pals.active.open .container {
	transform: translate(-50%, -50%);
	width: 900px;
	height: 500px;
}
pals.active.open {
	transition: left 0.5s cubic-bezier(0.9, 0, 0.1, 1), top 0.5s cubic-bezier(0.9, 0, 0.1, 1);
	left: 50%;
	top: 50%;
	cursor: default;
}
pals.active.open .smile {
	opacity: 0;
}
pals .info {
	width: 455px;
	display: inline-block;
	position: relative;
	opacity: 0;
	transition: opacity 0s 0.25s;
}
pals .info img {
	height: 505px;
    margin: -2px 0 0 -2px;
	pointer-events: none;
}
pals .info p {
    position: absolute;
    top: 35px;
    left: 0;
    left: 16px;
    font-size: 20px;
    width: 416px;
    white-space: pre-line;
    line-height: 23px;
}
pals.open .info {
	opacity: 1;
}
button.exit {
    position: absolute;
    width: 36px;
    height: 36px;
	left: 200px;
    top: 200px;
    border-radius: 50%;
    border: none;
    background: black;
    z-index: 2;
	opacity: 0;
	transition: transform 0.2s, left 0.5s cubic-bezier(0.9, 0, 0.1, 1), top 0.5s cubic-bezier(0.9, 0, 0.1, 1), opacity 0s 0.25s;
	cursor: pointer;
}
@media (hover:hover) {
	button.exit:hover {
		transform: scale(1.2);
	}
}
pals.active.open button.exit {
	top: -271px;
    left: 434px;
	opacity: 1;
}
button.exit::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: url(assets/general/exit.svg);
    background-repeat: no-repeat;
    filter: invert(1);
    background-size: 29px;
    top: 0;
    background-position: 5px 5px;
    left: 0;
}
pals .right_panel {
	position: absolute;
    top: 0;
    left: 454px;
    padding: 20px;
    width: 406px;
	overflow-y: scroll;
	height: 461px;
}
pals .right_panel h1 {
	white-space: normal;
	margin-top: 5px;
	color: white;
}
pals.dark h1 {
	color: black;
}
pals.dark svg path {
	fill: black;
}
pals .smile path {
	fill: white;
}
pals.dark .smile path {
	fill: black;
}
pals.dark .tools img {
	filter: invert(1);
}


/* PALS GUIDE */

div.guide {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 3;
	background: white;
	transition: left 0.2s, top 0.2s, opacity 0.2s;
	opacity: 0;
	padding: 5px 10px;
    border-radius: 20px;
	box-shadow: 0 0 0 4px black;
	cursor: pointer;
	pointer-events: none;
}
div.guide.active {
	opacity: 1;
	pointer-events: all;
}
div.guide h3 {
	white-space: nowrap;
}
div.guide::after {
	position: absolute;
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 5px;
	background: black;
	top: 11px;
	left: -15px;
	transition: left 0.2s, top 0.2s;
}
div.guide.right::after {
	left: 128px;
}
div.guide.bottom::after {
	top: 27px;
	left: -9px;
}
div.guide.bottom.right::after {
	left: 120px;
}
div.guide.top::after {
	top: -9px;
	left: -9px;
}
div.guide.top.right::after {
	left: 120px;
}


/* CLOSER */

.closer {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	background: white;
	height: 100%;
	z-index: 3;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.5s cubic-bezier(0.9, 0, 0.1, 1), visibility 0.5s cubic-bezier(0.9, 0, 0.1, 1);
	cursor: default;
}
.closer.active {
	opacity: 1;
	visibility: visible;
}


/* CONTROL PANEL */


.control_panel {
	width: 100%;
    height: 100px;
    background: white;
    position: fixed;
    left: 0;
    bottom: 0;
	border-top: 3px solid white;
	z-index: 3;
	transition: bottom 0.2s, background 0.5s, border 0.4s cubic-bezier(0.58, 0, 0.12, 1), height 0.5s cubic-bezier(0.58, 0, 0.12, 1);
}

.control_panel.hidden {
    bottom: -103px;
}
.prevent_scroll .control_panel {
	bottom: -100px;
}
.control_panel h3 {
	font-size: 15px;
	font-weight: 300;
	color: white;
	transition: color 0.4s cubic-bezier(0.58, 0, 0.12, 1);
	width: calc(100% - 454px);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.control_panel h2 {
	color: white;
	transition: color 0.4s cubic-bezier(0.58, 0, 0.12, 1);
	width: calc(100% - 454px);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
body.timeline_open .control_panel h2, body.timeline_open .control_panel h3 {
	width: 100%;
}
.control_panel h2 .year {
	transition: color 0.4s cubic-bezier(0.58, 0, 0.12, 1);
}
.control_panel.dark h3 {
	color: black;
}
.control_panel.dark h2 {
	color: black;
}
.control_panel.dark {
	border-color: black;
}
.control_panel .timeline {
	cursor: default;
	overflow: hidden;
}
.control_panel h2 .year {
	margin-right: 10px;
}
.timeline .sect {
	transition: margin 0.4s cubic-bezier(0.58, 0, 0.12, 1), border 0.2s;
	position: relative;
    height: 100px;
    margin: 0;
	padding: 21px;
	box-sizing: border-box;
	cursor: pointer;
	border: 0px solid white;
}
.timeline .sect:hover {
	border-left: 3px solid white;
}
.control_panel.dark .timeline .sect:hover {
	border-left: 3px solid black;
}
.timeline .sect:nth-child(n+4) {
	padding-top: 25px;
}
.control_panel .sect:nth-child(1) {
	margin-top: 0;
}
.control_panel[data-id='mac_icons'] .sect:nth-child(1) {
	margin-top: 0;
}
.control_panel[data-id='ibm_icons'] .sect:nth-child(1) {
	margin-top: -100px;
}
.control_panel[data-id='windows_icons'] .sect:nth-child(1) {
	margin-top: -200px;
}
.control_panel[data-id='garden'] .sect:nth-child(1) {
	margin-top: -300px;
}
.control_panel[data-id='chumby'] .sect:nth-child(1) {
	margin-top: -400px;
}
.control_panel[data-id="facebook"] .sect:nth-child(1) {
    margin-top: -500px;
}
.control_panel[data-id="metawatch"] .sect:nth-child(1) {
    margin-top: -600px;
}
.control_panel[data-id="weatherbug"] .sect:nth-child(1) {
    margin-top: -700px;
}
.control_panel[data-id="path"] .sect:nth-child(1) {
    margin-top: -800px;
}
.control_panel[data-id="pinterest"] .sect:nth-child(1) {
    margin-top: -900px;
}
.control_panel[data-id="final_title"] .sect:nth-child(1) {
    margin-top: -1000px;
}

.control_panel .timeline_actions {
	position: absolute;
    top: 0;
	right: 0;
}
.control_panel .zoom_actions {
	position: absolute;
	top: 0;
	right: 207px;
	background: white;
	transition: background 0.5s;
}
.control_panel .zoom_actions button svg {
	filter: invert(1);
	transition: filter 0.2s;
	top: 30px;
}
.control_panel .zoom_actions button:hover svg {
	filter: invert(0);
}
.control_panel .zoom_actions button[data-action="viewer"] {
	width: 100px;
	pointer-events: none;
}
.control_panel .zoom_actions button[data-action="viewer"] h3 {
	font-size: 19px;
	font-weight: 400;
	filter: invert(1);
	overflow: visible;
	white-space: unset;
	width: unset;
}
.control_panel.dark .zoom_actions {
	background: black;
}
body.timeline_open .zoom_actions {
	opacity: 0;
	pointer-events: none;
}



.control_panel button svg {
	width: 35px;
	position: absolute;
	top: 33px;
	left: 17px;
	transition: transform 0.5s;
	opacity: 1;
}
.control_panel button svg path {
	transition: fill 0.5s;
	fill: white;
}
.control_panel button {
	width: 70px;
    height: 103px;
    border: none;
	position: relative;
    background: none;
	transition: opacity 0s, border 0.5s, background 0.5s;
	border-left: 3px solid white;
	border-bottom: 3px solid white;
	cursor: pointer;
	vertical-align: top;
}
.control_panel.dark button {
	border-color: black;
}
.control_panel.dark button svg path {
	fill: black;
}
.control_panel button:hover {
	background: black;
}
.control_panel.dark button:hover {
	background: white;
}
.control_panel button[data-action="prev"] svg {
	transform: scaleX(-1);
}
.control_panel button[data-action="open"] svg {
	top: 37px;
}
body.timeline_open .control_panel button[data-action="next"], body.timeline_open .control_panel button[data-action="prev"] {
	opacity: 0;
	pointer-events: none;
}
body.timeline_open .control_panel button[data-action="open"] svg {
	transform: rotate(180deg);
}
body.timeline_open .timeline .sect {
	margin-top: -15px;
}
body.timeline_open .control_panel button[data-action="open"] {
	position: fixed;
	right: 0;
}
body.timeline_open .control_panel {
	height: 100%;
	box-sizing: border-box;
	overflow-y: scroll;
}



body.timeline_open .control_panel {
    height: 100%;
}
body.timeline_open .control_panel .sect:nth-child(1) {
    margin-top: 0;
}



/* HAND */

main.title:hover .hand {
	opacity: 1;
}
.hand {
	width: 100px;
	position: fixed;
	z-index: 2;
	top: 0;
	left: 0;
	margin: -85px 0 0 -57px;
	pointer-events: none;
	opacity: 0;
}


/* TOOLS */

.tools {
	margin: 0 0 0 -7px;
	width: calc(100% + 25px);
	white-space: normal;
}
.tools .tool {
	width: calc(50% - 20px);
	margin: 0 20px 20px 0;
	filter: invert(1);
	padding-top: calc(50% - 20px);
	position: relative;
	display: inline-block;
}
.tools .tool img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}


/* COMPATIBILITY */

.compatibility_msg {
	display: none;
}
.safari .scroll_container {
	display: none;
}
.safari .compatibility_msg {
	display: block;
}
@media (hover: none) {
	.scroll_container {
		display: none;
	}
	.compatibility_msg {
		display: block;
	}
}
@media only screen and (max-width: 720px) {
	.scroll_container {
		display: none;
	}
	.compatibility_msg {
		display: block;
	}
}
