.box {
  width: 192px;
  height: auto;
  background: #004685;
  padding: 20px 20px 20px 20px;
}

.box2 {
  width: 192px;
  height: auto;
  background: rgba(255,255,255,0.1);
  padding: 20px 20px 20px 20px;
}

.demo {
  width: 152px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5px;
}

.col3 {
  float: left;
  width: 100%;
  background-color: #004685;
  text-align: center;
  color: #fff;
  height: 1100px;
  overflow: hidden;
    font-family: 'Droid Sans', sans-serif;
  font-size: 14px;
}

h1 {
  font-family: 'Droid Sans', sans-serif;
  font-size: 22px;
}