/* Enter Your Custom CSS Here */

.noTopMargin
{
	margin-top: 0px !important;
}

.noBottomMargin
{
	margin-bottom: 0px !important;
}
/* positionBottomRight is used to move the "Read More" links on images to the bottom-right of the image */
.positionBottomRight
{
	position: absolute;
	bottom: 0px;
	right: 0px;
}

/*used to indent blocks on the students page*/
.blockIndent
{
padding-left: 50px;
}

/* below hides the page title that Wordpress always places at the top of a page */
.page .entry-title {
display: none;
}

/*settings for globe links on students page*/
.websiteGlobe
{
	float:right;
	padding: 0px;
	margin: 0px;
}

.noTextDecoration a, a:link, a:visited
{
	text-decoration: none;
}

a:visited
{
	color: black;
}

/* h1, h3, h4, h5
{
	color: rgb(179, 163, 105);
} */

h2
{
	border-bottom-color: rgb(179, 163, 105);
	border-bottom-style: solid;
	border-bottom-width: 4px;
}

h5
{
	border-bottom-color: rgb(179, 163, 105);
	border-bottom-style: solid;
	border-bottom-width: 4px
}