body {
  font-family: Roboto,sans-serif !important;
  background-image: url(./img/background.jpg);
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

.content {
  max-width: 1350px;
  margin: 0 auto;
}

header {
  text-align: center;
  padding-top: 16px !important;
}

header .logo {
  height: 100px;
}

/**
 * breakpoint where the plugin put itself in mobile mode
 */
@media (max-width: 989px) {
  header {
    display: none;
  }
}
