/*
logo green: #00928B
logo grey: #73787C
text grey: #555
*/

html {
  position: relative;
  min-height: 100%;
}

body
{
	-webkit-font-smoothing: antialiased;
	font-family: droid-sans, Arial;
	font-size: 14px;
	font-family: droid-sans, Arial;
	font-style: normal;
	font-weight: 400;
	/* Margin bottom by footer height */
  	margin-bottom: 60px;
}

/* For FIXED top navbar */
/* in html body --- body { padding-top: 70px; } */

.navbar {  box-shadow: 0px 4px 18px #EEE; }

* /* all text grey */
{
	color: #555;
}

.centered
{
	margin-left: auto;
    margin-right: auto;
    max-width: 600px;
	text-align:center;
}

h1
{
	color: #000;
	-webkit-font-smoothing: antialiased;
	font-family: pt-sans-narrow, Arial;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	height: auto;
	line-height: 30px;
}

h2
{
	color: #00928B;
	-webkit-font-smoothing: antialiased;
	font-family: pt-sans-narrow, Arial;
}

h3 .link-title
{
	color: #555;
	-webkit-font-smoothing: antialiased;
	font-family: pt-sans-narrow, Arial;
	font-weight:normal;
}

h4
{
	color: #00928B;
	-webkit-font-smoothing: antialiased;
	font-family: pt-sans-narrow, Arial;
	font-size:15px;
	line-height:12px;
	margin:0; padding-top:5px; padding-bottom:5px; /* for table padding */
}

/* select highlighted anchors */

h2:before { 
	display: block; 
	content: " "; 
	margin-top: -70px; 
	height: 70px; 
	visibility: hidden;
}
h2:target { color: orange; /*color: white; background: #00928B; */}

/* Hack to toggle drop-down with :hover iso. onclick */
.dropdown:hover .dropdown-menu { display: block; }

.navbar-brand
{
	float: left;
	height: 50px;
	padding: 4px 4px;
}

.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	/* Set the fixed height of the footer here */
	height: 60px;
	background-color: #00928B;
}

.footer > .container
{
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 25px;
}

.footer > .container p
{
	color: #FFF;
	font-size:13px;
}

.footer > .container a, .footer > .container a:hover, .footer > .container a:visited
{
	color: #FFF;
}