/*
  Bootstrap v1.1
  Variables and mixins to bootstrap any new web development project.
*/
/* Variables
-------------------------------------------------- */
/* Mixins
-------------------------------------------------- */
.clearfix {
  zoom: 1;
}
.clearfix:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
.center-block {
  display: block;
  margin: 0 auto;
}
.container {
  width: 940px;
  margin: 0 auto;
  zoom: 1;
}
.container:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
.box-sizing {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#flexbox .display-box {
  display: -moz-box;
  display: -webkit-box;
  display: box;
}
/* standard elements
-------------------------------------------------------------- */
html,
body {
  background: #000;
  color: #fff;
}
body,
p,
li,
label,
input,
textarea,
select {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.4;
}
nav ul,
nav ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
hr {
  clear: both;
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 10px 0;
  padding: 0;
}
/* header styles
-------------------------------------------------------------- */
h1,
.h1 {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.4;
  margin: 50px 0;
}
h2,
.h2 {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 21px;
  font-weight: normal;
  line-height: 1.4;
}
h3,
.h3 {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 29px;
  font-weight: normal;
  line-height: 1.4;
}
h4,
.h4 {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 17px;
  font-weight: normal;
  line-height: 1.4;
}
h5,
.h5 {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.4;
}
h6,
.h6 {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.4;
}
/* sitewide links styles
-------------------------------------------------------------- */
a,
a:visited {
  color: #555555;
  text-decoration: underline;
}
a:hover,
a:visited:hover {
  color: #000;
}
