* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "museo_sans", "arial", "sans-serif";
}

.header-logo {
  height: 50px;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
  /* Margin bottom by footer height */
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  font-weight: 500;
  font-size: 15px;
}
