hmtl, body {
	background-color: #49ff40;
	margin: 0px;
	overflow-x: hidden;
}
::-webkit-scrollbar {
	display: none;
}
#particles-js {
	opacity: 0;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 1;
	animation: fadeIn 300ms ease-in forwards;
}

nav ul {
	margin: 0px;
}
#nav-home li {
	float: left;
	display: inline-block;
	padding-top: 40px;
	padding-left: 20px;
}
#nav-home li a {
	z-index: 2;
	text-decoration: none;
	position: relative;
	cursor: default;
	font-family: erikaB;
	font-size: 40px;
	color: rgba(0, 0, 0, .8);
	opacity: 0;
	animation: fadeIn 600ms ease-in forwards;
	animation-delay: 300ms;
}
#nav-home li a::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 4px;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .8);
	visibility: hidden;
	transform: scaleX(0);
	transition: all 300ms ease-in-out 0s;
}
#nav-home li a:hover::before {
	visibility: visible;
	transform: scaleX(1);
}
#nav-item {
}
#nav-item li {
	padding: 50px 140px 0px 20px;
	display: inline-block;
	position: relative;
	float: right;
}
#nav-item li a {
	z-index: 2;
	position: relative;
	text-decoration: none;
	float: right;
	font-family: erika;
	font-size: 25px;
	color: rgba(0, 0, 0, .6);
	cursor: default;
	text-shadow: 0 0 0 rgba(0, 0, 0, 0);
	transition: 300ms ease-in-out;
	opacity: 0;
	animation: fadeIn 600ms ease-in forwards;
	animation-delay: 600ms;
}
#nav-item li a:hover {
	font-size: 30px;
	color: rgba(0, 0, 0, .8);
	text-shadow: 12px 0 8px rgba(0, 0, 0, .7);
}

header {
	min-height: 100vh;
}
#title {
	opacity: 0;
	padding-top: 300px;
	padding-left: 50px;
	margin: 0px;
	font-family: erika;
	font-size: 100px;
	color: rgba(0, 0, 0, .5);
	transform: translateX(-5%);
	animation: fadeIn 600ms ease-in forwards, slideIn 600ms ease-in forwards;
}
#title2 {
	opacity: 0;
	margin: 0;
	padding-left: 50px;
	font-family: erika;
	font-size: 75px;
	color: rgba(0, 0, 0, .3);
	transform: translateX(-5%);
	animation: fadeIn 600ms ease-in forwards, slideIn 600ms ease-in forwards;
	animation-delay: 600ms;
}
#description {
	margin: 0px;
	padding-left: 150px;
	font-family: erika;
	font-size: 40px;
	color: rgba(0, 0, 0, .3);
	transform: translateY(-100%);
	animation: slideDown 1200ms ease forwards;
	animation-delay: 1300ms;
}


.title-secondary {
	text-align: center;
	font-family: erika;
	font-size: 75px;
	color: rgba(0, 0, 0, 0.8);
}
.image-border {
	z-index: 1;
	padding-top: 2px;
	box-shadow: 0 0 18px .5px black;
	background-color: rgba(0, 0, 0, 0.8);
}
.parallax-info {
	z-index: 2;
	margin: 0;
	position: absolute;
	bottom: 5%;
	left: 0;
	display: inline-block;
	padding: 10px 0 10px 0;
	background-color: rgba(0, 0, 0, 0.5);
}
.parallax-info-text {
	display: inline-block;
	vertical-align: middle;
	color: white;
	padding: 0 10px 0 20px;
}

#project-list {
	padding: 0;
	display: flex;
	justify-content: center;
}
.project-container {
	z-index: 2;
	position: relative;
	list-style: none;
	width: 450px; /* 15.625% */
	max-width: 100%;
	height: 350px;
	margin: 0 25px 25px 25px;
	border-radius: 12px;
	background-color: #071906;
	box-shadow: 0 0 12px rgb(0, 0, 0);
	overflow: hidden;
	transition: 300ms ease-in-out;
}
.project-container:hover {
	width: 900px; /* 31.25% */
}
.project-title {
	margin: 0;
	height: 42.5px;
	color: white;
	font-family: erika;
	font-size: 25px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	white-space: nowrap;
}
.project-type {
	margin: 0;
	height: 32.5px;
	color: rgba(255, 255, 255, 0.9);
	font-family: erika;
	font-size: 15px;
	display: flex;
	justify-content: center;
	white-space: nowrap;
}
.project-date {
	margin: 0;
	height: 46px;
	color: rgba(255, 255, 255, 0.9);
	font-family: erika;
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	white-space: nowrap;
}
.project-image {
	width: 100%;
	height: 225px;
	object-fit: cover;
	transition: 300ms ease-in-out;
}

#partner-list {
	padding: 0;
	display: flex;
	justify-content: center;
	height: 400px;
}
.partner-container {
	z-index: 2;
	position: relative;
	list-style: none;
	height: 350px;
	margin: 0 25px 25px 25px;
	overflow: hidden;
	transition: 300ms ease-in-out;
}
.partner-image {
	max-height: 100%;
	max-width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.partner-container:hover {
	height: 400px;
	filter: drop-shadow(0 -8px 6px rgba(0, 0, 0, 0.6));
}
.partner-link {
	cursor: default;
}

footer {
	left: 0;
	bottom: 0;
	margin-top: 25vh;
	padding: 10px 0 10px 0;
}
#footer-list {
	padding: 0;
	list-style: none;
	text-align: center;
}
#footer-list li {
	padding: 0 40px 0 40px;
	display: inline;
}
#footer-content {
	z-index: 2;
	display: inline-block;
	font-family: erika;
	font-size: 25px;
	color: rgba(0, 0, 0, .8);
}

.spacer {
	margin-top: 25vh;
}
.text-wrapper {
	overflow: hidden;
}

@font-face {
	font-family: erika;
	src: url('../fonts/Erika Type.ttf');
}
@font-face {
	font-family: erikaB;
	src: url('../fonts/Erika Type_B.ttf');
}

@keyframes fadeIn {
	100% {
		opacity: 1;
	}
}
@keyframes fadeOut {
	100% {
		opacity: 0;
	}
}
@keyframes slideIn {
	100% {
		transform: translateX(0%);
	}
}
@keyframes slideDown {
	33% {
		transform: translateY(-66%)
	}
	66% {
		transform: translateY(-33%)
	}
	100% {
		transform: translateY(0%);
	}
}
@keyframes navSlide {
	100% {
		transform: translateY(0%);
	}
}

@media only screen and (max-width: 900px) {
	#title { padding-left: 25px; font-size: 55px; }
	#title2 { padding-left: 25px; font-size: 50px; }
	#description { padding-left: 75px; font-size: 20px; }
	#nav-item li { float: left; padding-right: 75%; }
	.project-title { font-size: 20px; }
	.project-type { font-size: 13px; }
	.project-date { font-size: 12px; }
	.project-container:hover { width: 900px; }
	.title-secondary { font-size: 50px; }
	#footer-content { font-size: 15px; }
}

/* Parallax */
.parallax {
	position: relative;
	min-height: 600px;
	background: transparent;
}
