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;
}

.images{
	padding-top: 2.5%;
}

.images img{
	width: 30%;
	margin: 1.66%;
	float: left;
	height: 5%;
	max-height: 800px;
}

#appDescription{
	text-align: center;
}

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

p{
	font-family: Titillium;
	font-size: 1.15em;
}

strong{
	font-weight: 600;
}
