html {
	font-size: 16px;
}

body {
  font-size: 100%; 
  line-height: 1.4;
  font-family: "Open Sans",sans-serif;
  color: #333;
}
/*
 Boostrap Hack
 */
img {
    max-width: 100%;
}
.img-link:hover,
.img-circle:hover {
	border: 3px solid #428bca;
}
h2 {
    font-size:24px;
}
/*
 Fixed background
 */
.bbh_background {
	background: url(bbh_bg.jpg);
	background-attachment: fixed;
	padding: 5em 0;
}
.bbh_background > div.container > div.bg-white {
	padding: 3em 1em;
}

@media screen and (min-width: 768px) {
  .bbh_background > div.container > div.bg-white {
	 padding: 5em 3em;
  }
  h1 {
    font-size: 2em;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: 1px;
  }
  h2 {
    font-size: 30px;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: 1px;
  }
  .column {
    float: left;
  }
  .column.half {
    width: 50%;
  }
  .column.tier1 {
    width: 34%;
  }
  .column.tier2 {
    width: 66%;
  }
  .column.quarter1 {
    width: 25%;
  }
  .column.quarter3 {
    width: 75%;
  }
  .column.sixth1 {
    width: 13%;
  }
  .column.sixth5 {
    width: 87%;
  }
  .column.full {
    float: none;
    width: 100%;
  }
  .column.flow-opposite {
    float: right;
  }
  img-60 {
    max-width: 60%;
  }
}

h1 {
    text-transform: uppercase;
}

.spacer-empty, .spacer-bar {
	display: block;
	min-height: 2em;
}
.spacer-bar {
	margin: 3em 0 1em;
	border-top: 1px solid #ccc;
}
.bg-white {
	background: #fff;
}
.center {
	text-align: center;
}
.justified {
	text-align: justify;
}
.rounded {
	border-radius: 1em;
}
.column {
    padding: 1.32rem;
    padding-left: 1.32rem;
    padding-right: 1.32rem;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
ol {
	list-style-type: lower-roman;
  font-size: 1.2em;
}
ol li {
	line-height: 2em;
}
.legend,
legend {
	margin:0;
	padding:0;
	font-size:0.8em;
	font-style: italic;
	border: 0;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
    color: #999;
    background-color: rgba(0, 0, 0, 0);
}
.navbar-default .navbar-nav>li>a {
    color: #333;
}	
	