@font-face {
  font-family: "Brown Bag Lunch";
  src: url("../fonts/BrownBagLunch.ttf");
}
@font-face {
  font-family: "Avant Garde Medium";
  src: url("../fonts/AVANTM.ttf");
}

@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}

#container87 {
  font-family: "Brown Bag Lunch";
  color: #f6f6f6;
  background-color: #202624;
}
#container87 .navbar {
	text-align: left;
	background: url("../images/line.png");
	background-repeat: repeat;
	background-size: contain;
	background-position: center;
	display: inline-block;
}
#container87 .navbar-container.loaded {
	left: 13px;
}
#container87 .navbar-container {
	position: absolute;
	top: 8px;
	left: -600px;
	background-color: #e5e9f4;
	background-image: url("../images/bg.png");
	padding-left: 25px;
	padding-right: 25px;
	border-radius: 5px;
	-ms-transition: left 1s ease-in;
	transition: left 1s ease-in;
	z-index: 4;
	font-family: "Brown Bag Lunch";
	display: inline-table;
}
#container87 .navbar span {
	position: relative;
	top: -7px;
    color: #414b4c;
    font-size: 5vh;
	margin: 5px;
	margin-top: 0px;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 5px;
}
#container87 .navbar span:hover {
	color: #f23343;
}
#container87 .navbar span.active {
	color: #1a4ac5;
}
#container87 .navbar span:nth-child(3) {
	top: -6px;
}
#container87 .navbar span:nth-child(4) {
	top: -9px;
}
#container87 .navbar .hamburger {
	display: none;
}
#container87 .navbar-header {
	display: none;
}
#contentContainer.eightySeven {
	display: unset;
}
#contentContainer.eightySeven > div {
	background: url("../images/transparent.png");
	border: 1px solid #888;
	color: #f6f6f6;
	font-family: "Avant Garde Medium";
	margin: 0 10%;
	max-height: 75%;
}

#backgroundContent87 {
	position: absolute;
	top: 10%;
	left: 0;
	right: 0;
	color: #ede4d2;
	padding: 20px;
	text-transform: uppercase;
	text-align: center;
	font-size: 6vh;
	font-family: "Avant Garde Medium";
	border-width: 0px;
	background-color: transparent;
	letter-spacing: -2px;
	max-width: 464px;
	margin: 0 auto;
}
#backgroundContent87 div {
	-ms-transition: opacity 0.5s ease-in;
	transition: opacity 0.5s ease-in;
}
#languages87 span {
	opacity: 0;
	-ms-transition: opacity 0.5s ease-in;
	transition: opacity 0.5s ease-in;
}
#languages87 span.active {
	opacity: 1;
}
#name87 img {
	width: 100%;
}

#cutOut {
	position: absolute;
	height: 25%;
	bottom: 15%;
	right: 0px;
	z-index: 1;
	-ms-transition: opacity 0.5s ease-in;
	transition: opacity 0.5s ease-in;
}
#vhsLogo {
    position: absolute;
    top: 0px;
}
#vhs {
	position: absolute;
	left: 10px;
	bottom: 150px;
	-ms-transition: opacity 0.5s ease-in;
	transition: opacity 0.5s ease-in;
	font-family: "Avant Garde Medium";
	font-size: 2vh;
	color: #ede4d2;
	max-width: 73%;
}
#vhs svg {
	float: left;
	border: 1px solid #ede4d2;
	background-color: #202624;
	height: 6vh;
	width: 12vh;
	margin-right: 5px;
	margin-top: 4%;
}
#vhs svg .fil0, #vhs svg .fil1 {
	fill: #ede4d2;
}
#vhs span {
	display: table-cell;
	vertical-align: middle;
	height: 57px;
}
#grid {
	width: 100%;
	height: 100%;
}
#grid line {
    stroke-dasharray: 10000;
    stroke-dashoffset: 10000;
    animation: dash 5s linear forwards;
}

/* top rainbow */
#topRainbow div.loaded {
	margin-left: 0%;
}
#topRainbow {
	position: absolute;
	top: 10px;
	right: 0px;
	width: 25%;
  margin-right: 10px;
  overflow: hidden;
}
#topRainbow div {
  height: 8px;
  width: 100%;
	margin-left: 100%;
  -ms-transition: margin-left 0.5s ease-in;
  transition: margin-left 0.5s ease-in;
}
#topRainbow div:nth-child(1) {
	background-color: #cb97a3;
}
#topRainbow div:nth-child(2) {
	background-color: #d31c32;
}
#topRainbow div:nth-child(3) {
	background-color: #cf5f1f;
}
#topRainbow div:nth-child(4) {
	background-color: #ebd00d;
}
#topRainbow div:nth-child(5) {
	background-color: #186881;
}

/* bottom rainbow */
#bottomRainbow {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
}
#bottomRainbow div {
	position: relative;
	bottom: -200px;
	margin-bottom: 5px;
  -ms-transition: bottom 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: bottom 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	margin-left: 10px;
	margin-right: 10px;
}
#bottomRainbow div:nth-child(1), #bottomRainbow div:nth-child(2) {
	height: 8px;
}
#bottomRainbow div:nth-child(1) {
	background-color: #b998a9;
}
#bottomRainbow div:nth-child(2) {
	background-color: #ab709c;
}
#bottomRainbow div:nth-child(3) {
	background-color: #d61f31;
	height: 15px;
}
#bottomRainbow div:nth-child(4) {
	background-color: #d86721;
	height: 20px;
}
#bottomRainbow div:nth-child(5) {
	background-color: #edd803;
	height: 25px;
}
#bottomRainbow div:nth-child(6) {
	background-color: #097aa2;
	height: 30px;
}
#bottomRainbow div.loaded {
	bottom: 0px;
}


@media (max-width: 700px) {
	#container87 .navbar-container {
		padding-left: 5px;
		padding-right: 5px;
	}
	#container87 .navbar span {
		margin: 1px;
	}
	#container87 #topRainbow {
		width: 40%;
	}
	#container87 .navbar span {
		font-size: 4.5vh;
	}
}