body, .section, .hero {
  background-color: #ECF0F1;
}

a {
  color: rgb(37, 142, 194);
}

#welcome {
  width:100%;
  height: auto;
}

.fullwidth {
  width: 100%;
}

.marginbottom10 {
  margin-bottom: 10px !important;;
}

.marginbottom30 {
  margin-bottom: 30px !important;
}

.hidden {
  display: none;
}

.debug {
  border: 1px solid red;
}
