@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400italic,400,600);

* {
    -webkit-font-smoothing: antialiased;
}

body {
  color: #666;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 1.75em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  line-height: 120%;
  color: black;
}

h1 {
  font-size: 2.3em;
}
h2 {
  font-size: 2em;
}
h3 {
  font-size: 1.7em;
}
h4 {
  font-size: 1.4em;
}
h5 {
  font-size: 1.2em;
  font-weight: 400;
}
h6 {
  font-size: 1em;
  font-weight: 400;
}

.bg-menu
{
	background-color: #444444;	
}

a
{
	text-decoration: none;
}

.navbar
{
	padding-top:  0;
	padding-bottom:  0;
}

.nav-link,
.nav-link a 
{
	color:  white;
	padding:  15px 10px;
}

.active
{
	background-color: #0099da;
}

.three_cols {
  overflow: hidden;
}
.three_cols > li {
  float: left;
  width: 33.333%;
  padding-bottom: 2px;
  padding-top: 1px;
}