* {
  box-sizing: border-box;
}

body {
  padding: 1em;
  margin: 0;
  font-size: 20px;
  background-color: #fff;
  color: #333;
  font: normal 14px/1.5 "Source Sans Pro",Helvetica,"Times New Roman",Georgia,Serif;
  height: 100%;
}
@media ( min-width: 700px ) {
  body {
    padding: 3em 1.5em 6em;
  }
}

a {
  color:  #333;
}
a:visited {
  color:  #333;
}

code {
  font-family: "Source Code Pro", "Menlo", monospace;
}

#main {
  max-width: 900px;
  width: 100%;
  height: 100%;
  min-height: 100%;
  margin-left: auto;
  margin-right: auto;
}
#main:before,
#main:after {
  content: " ";
  display: table;
}
#main:after {
  clear: both;
}

#hub_logo_wrapper {
  display: block;
  max-width: 500px;
  max-height: 200px;
  margin: 0 0 1em;
}
#hub_logo {
  max-width: 100%;
  max-height: 200px;
  display: block;
}

#side {
  font-size: 1.2em;
  line-height: 1.3;
}
@media ( min-width: 700px ) {
  #side {
    font-size: 1.2em;
    float: left;
    width: 30%;
  }
}

#content {
  display: block;
}
@media ( min-width: 700px ) {
  #content {
    float: right;
    width: 70%;
    padding-left: 3em;
  }
}
#content h1 {
  margin: 0.1em 0 0;
  font-weight: 300;
  font-size: 3em;
  line-height: 1.5;
}
#content ol li {
  margin-top: 15px;
}
#content ol li ul li {
  margin-top: 0px;
}

#footer {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba( 0, 0, 0, 0.85 );
  color: #999;
  font-size: 1.1em;
  padding: 0.5em;
  text-align: center;
}
#footer img {
  display: block;
  height:30px;
  margin: 10px auto 0;
}
@media ( min-width: 700px ) {
  #footer {
    text-align: right;
    padding: 0;
  }
  #footer img {
    display: inline;
    vertical-align: middle;
    margin: 10px;
  }
}
#footer a {
  color: #fff;
  text-decoration: none;
}
#footer a.home {
  text-transform: none;
}
#footer a:hover,
#footer a:active {
  color: #fff;
}
#footer p {
  padding:0px;
  margin:0px;
}

