#nav_home{
	color: var(--color-highlight);
}

#nav_home:hover{
	background-color: var(--color-primary);
	color: var(--color-bg);
}

#top_image{
	width: 100%;
	height: 1080px;
	object-fit: cover;
	padding-bottom: 150px;
}



h2{
	margin: 2%;
}


/*
.projects_container{
	margin: 0px 15%;
}

.project{
	position: relative;
	margin: 20px;
	width: 100%;
	height: 450px;
	margin-bottom: 1%;
}

.project_thumb{
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.project p{
	position: absolute;
	top: 0;
	left: 0;
	text-shadow: 5px 5px 15px black;
	margin: 3%;
	font-size: 50px;
	line-height: 30px;
}

.project span{
	font-size: 20px;
}
*/

.projects_container{
	margin: 0 15%;
	text-align: center;
}

.project{
	margin-bottom: 20%;
}

.project_thumb_containter{
	position: relative;
	width: 100%;
	height: 450px;
}

.project_thumb{
	object-fit: cover;
	width: 100%;
	height: 100%;
}
