@import "../assets/lesshat-prefixed";

body {
  margin: 0;
  padding: 0;
}

#wrap {
  height: 5000px;
}

.jumbotron {
  margin-bottom: 0;
  text-align: center;
}

.navbar.fixed {
  position: fixed;
  top: 0;
  width: 100%;
}

.block {
  font-size: 26px;

  &.fixed {
    color: red;
  }

  &--navbar {
    line-height: 48px;
  }
}
