.navbar {
  margin-bottom: 0px;
}
html {
  position: relative;
  min-height: 100%;
}
body {

  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #f5f5f5;
}
/*h2.header_h2 {
  margin: 15px;
  color: hsl(0.0, 0.0%, 100.0%);
  text-align: center;
}
h3.header_h3 {
  margin: 15px;
  color: hsl(0.0, 0.0%, 100.0%);
  text-align: center;
}
h2.header_h2 {
  color: #ffffff;
  font-family: 'Raleway', sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 72px;
  margin: 0 0 24px;
  text-align: center;
  text-transform: uppercase;
}
h2 {
  color: #111;
  font-family: 'Open Sans', sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 32px;
  margin: 0 0 72px;
  text-align: center;
}*/

#carbonads {
  display: block;
  overflow: hidden;
  margin-bottom: 3em;
  line-height: 1.5;
}

.carbon-wrap {
  padding: 1em;
  border: solid 1px #d9d9d9;
  border-bottom: 0;
  background-color: #ffffff;
}

#carbonads a {
  font-size: 12px;
  font-family: Verdana, "Helvetica Neue", Helvetica, sans-serif;
}

#carbonads a:hover {
  color: inherit;
}

#carbonads span {
  position: relative;
  display: block;
  overflow: hidden;
}

.carbon-img {
  float: left;
  margin-right: 1em;
}

.carbon-img img {
  display: block;
}

.carbon-text {
  display: block;
  float: left;
  max-width: calc(100% - 130px - 1em);
  text-align: left;
}

.carbon-poweredby {
  display: block;
  padding: .5em 0;
  background-color: #777777;
  color: #fff !important;
  text-align: center;
  font-size: 10px !important;
}

