body{
	background-color: #ffebee;
}


.currentPage{
	color: #ffebee;
	border-bottom: 1px solid gray;
}

.nav-item:hover{
	border-bottom: 1px solid gray;
}
.nav-item:active{
	border-bottom: 1px solid gray;
}

.nav-item{
	margin-left:15%;
	margin-right:15%;
}

.navBorder{
	border-bottom: 1px solid black;
}

.aboutCards{
	margin: auto;
	margin-top: 2.5%;
	margin-bottom: 1.5%;
}

.profilePic{
	width: 100%;
	height: 30vw;
	object-fit: cover;
}

.thirdSet{
	width: 70%;
	margin-bottom: 5%;
}

.icon{
	width: 10%;
	height: 100%;
}

hr{
	border: 0; 
	height: 1px; 
	background: #333; 
	background-image: linear-gradient(to right, #ccc, #333, #ccc);
	clear: both;
	width: 95%;
	margin-bottom: 0;
}

#firstAboutHR{
	background: #ffebee;
	margin-top: 5%;
}

h1{
	text-align: center;
	font-family: Titillium;
}