
body{

	background: #252a30;
}
a:hover, a:visited, a:link, a:active{

	text-decoration: none;
	align-content: center;
}

p{

	font-size: 25px;
	color: #516466;
	font-family: 'Dosis', sans-serif;
}


#mainWrap{

	background: #182d47; /* Title Bar*/
	text-align: center;
	width: 100%;
	margin-bottom: 10px;
}
#dashTitleText{

	font-size: 35px;
	color: #516466;
	font-family: 'Dosis', sans-serif;
	margin-bottom: 25px;
	text-align: center;
}
#dashTitleWrap{

	background: #182d47;
	text-align: center;
	padding: 1px;
}
.linkBox{

	background: #33465c;
	width: 20%;
	height: 50%;
	border: 2px solid black;
	border-radius: 15px;
	margin: 3px 10px;
	display: inline-grid;

}

.linkImg{
	margin-top: 15px;
	align-content: center;

}
.linkContainer{

	background: #253345;
	height: 50%
	margin-bottom: 30px;
}
.catogoryTitle{
	background: #2a3747;
	text-align: center;
	margin: 10px;
	font-family: 'Dosis', sans-serif;
	font-size: 20px;
	color: red;
}
.linkContentContainer{
	
	align-content: center;
}