body{
	font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
	font-size: 13px;
	line-height: 1.5;
	color: rgb(0, 38, 57);
	
}

h2{
	color: rgb(0, 38, 57);
	font-family: Georgia, 'Arial', 'DejaVu Serif', serif;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.15em;
	margin: 1em 0;
	
}

h3{
	color: rgb(0, 38, 57);
	font-family: Georgia, 'Arial', 'DejaVu Serif', serif;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.3em;
	margin: 1em 0;
	
}

h4, h4 > a{
	color: rgb(0, 38, 57);
	font-family: Georgia, 'Arial', 'DejaVu Serif', serif;
	font-size: 19px;
	line-height: 1.2em;
	margin: 1.364em 0;
	
}

li > a{
	color: rgb(0, 38, 57) !important;
	font-family: Georgia, 'Arial', 'DejaVu Serif', serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.15em;	
}

input[type=text]:focus, textarea:focus {
  box-shadow: 0 0 5px rgba(81, 203, 238, 1);
  border: 1px solid rgba(81, 203, 238, 1);
}

.btn-primary{
	background-color : #000062;
}


