﻿/* ------ sections */
.centered {
	text-align: center;
}
.leftadjust {
	text-align: left;
}
.ul-text {
	text-decoration: underline;
}

.black-background{
	background:#000000;
	color:#fff;
}
.charcoal-background{
	background:#222222;
	color:#fff;
}
.white-background{
	background:#ffffff;
	color:#222222;
}
.blueelement{
	background:#2a5077;
	color:#ffffff;
}



/* ------ Images */

.image-radius {
	border-style: solid;
	border-width: 2px;
	border-color: #2a5077;
	border-radius: 15px;
	margin-left: 0px;
	box-shadow: 0px 5px 10px #000000;	
}



/* ------ text */






/* ------ text colors */
.blue-text {
	color: #2A5077;
}
.white {
	color: #ffffff;
}

