/* Enter Your Custom CSS Here */

img.alignleft {
margin-right: 25px;
}

img.alignright {
margin-left: 25px;
}

#main p,
#main ul li,
#main ol li,
#main h1,
#main h2,
#main h3,
#main h4{
color: #000080;
}
.fac-title.text_center{
  text-align: center;
}

/* Parallax Fixes */
body{
	overflow-x: hidden;
}

#main {
	overflow: unset !important;
}

.fac-page {
	top: 0 !important;
	left: 0 !important;
	bottom: unset !important;
}

#profile .title h3 {
	font-size: 17px !important;
}