img.snowboard {
  height: 200px; }

img.brand-logo-hero {
  max-height: 100px;
  max-width: 400px;
  text-align: left; }

.row {
  margin-top: 100px; }

/* Based on https://stackoverflow.com/a/55360370 */
.background {
  background-position: center center;
  background-size: cover;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -1; }

@media (max-width: 600px) {
  .background-image {
    background-image: url("../img/background-sm.webp"); } }

@media (min-width: 601px) and (max-width: 1500px) {
  .background-image {
    background-image: url("../img/background-md.webp"); } }

@media (min-width: 1501px) {
  .background-image {
    background-image: url("../img/background-lg.webp"); } }

/*# sourceMappingURL=main.css.map */