body,
html {
  height: 100vh;
}

a:link,
a:visited {
  /* color: #575756; */
  /* font-weight: bold; */
  text-decoration: none;
}

.main {
  padding-top: 80px;
  padding-bottom: 120px;
}

.headline {
  font-family: 'Gruppo', sans-serif;
}

#avatar {
  vertical-align: middle;
}

.bg {
  background-image: url("../images/rasen_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  min-height: 100%;
}

.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  color: rgb(177, 177, 177);
}

.material-icons.md-18 {
  font-size: 18px;
}

.material-icons.md-24 {
  font-size: 24px;
}

.material-icons.md-36 {
  font-size: 36px;
}

.material-icons.md-48 {
  font-size: 48px;
}

.badge {
  font-family: "Courier New", Courier, monospace;
  font-size: 12px;
}