@charset "UTF-8";
/* JudgeHomes.com - MFG */


@font-face {
    font-family: Raleway;
    src: url(fonts/Raleway-Regular.otf);
}

#copyright {
	color: #2d3e50;
}

#contactheader {
	color: #FFF;
	font-face: Raleway, sans-serif;
	font-size:15px;
}

p {
	color: #FFF;
	font-face: Raleway, sans-serif;
	font-size:16px;
}

#invest {
	color: #1a293c;
    font-size: 15px;
    text-align: left;
}

#recentprojects {
	color: #1a293c;
    font-size: 17px;
    text-align: center;
}

#recentprojectsbullets {
	color: #00288f;
    font-size: 18px;
    text-align: right;
}

#recentprojectslist {
	color: #1a293c;
    font-size: 18px;
    text-align: left;
}

body {
	background-color: #2d3e50;
}

a {
	text-decoration: none;
}

/* unvisited link */
a:link {
    color: #FFF;
}

/* visited link */
a:visited {
    color: #FFF;
}

/* mouse over link */
a:hover {
    color: #c3cbe8;
}

/* selected link */
a:active {
    color: #c3cbe8;
}

body,td,th {
	font-family: Raleway, "Raleway Bold", "Raleway Medium", "Raleway SemiBold", "Trebuchet MS", "Myriad Pro", Helvetica, Arial;
	font-size: 14px;
	color: #FFF;
}


div {
    font-family: 'Raleway', sans-serif;
}


/*testing main banner area fonts*/
#bannerfont {
  color: #1a293c;
  font-size: 28px;
  text-align: center;
