/*//////////////////////////////////////////////*/
/* Reusable code */
/*//////////////////////////////////////////////*/
body {
	font-family: 'Ubuntu', sans-serif;
	background: #fafafa;
	color: #333;
	line-height: 1.7em;
	overflow-x: hidden; /* So that we will not have horizontal scrollbar */
	font-size: 14px;
}

a, a:hover, a:active, a:focus {
	text-decoration: none;
	/* color: #333; */
	outline: none;
}

h1,h2,h3,h4,h5,h6 { font-family: "Ubuntu", serif; }
h1 { font-size: 36px; }
h2 { font-size: 30px; }
h3 { font-size: 24px; }
h4 { font-size: 20px; }
h5 { font-size: 18px; }
h6 { font-size: 16px; }



.FieldInfo {
  color: #bebebe;
}
.CommentBlock {
	background-color: #f6f7f9;
}
footer p {
  margin:0;
  padding: 1em;
}

footer .fixed-content {
	position: fixed;
	bottom: 0;
}

.heading {
	color: #005e90;
}

.heading:hover {
	color: #0090db
}