body {
  background-color: #202020;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  padding: 0;
  margin: 0;
}

#logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 1rem 0 0 0;
}

#logo a img {
  width: 25rem;
}

.strich {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0.3rem 0 0 0;
}

.strich img {
  width: 40rem;
  height: 0.8rem;
}

.navigation {
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.navigation nav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 1rem;
  left: 0;
  right: 0;
}

.navigation nav a {
  color: #f5f5f5;
  padding: 2rem;
  font-size: 1rem;
  text-decoration: none;
  text-transform: uppercase;
  margin: -1rem 1rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.navigation nav a:hover img {
  -webkit-transform: translate(0, -15px);
          transform: translate(0, -15px);
}

.navigation nav a:last-child {
  margin-right: 0;
}

.navigation nav a img {
  width: 4rem;
  height: 4rem;
  margin: 0 0 0.5rem 0;
  -webkit-transition: all 150ms;
  transition: all 150ms;
}

.banner img {
  width: 100%;
  margin: 10rem 0 0 0;
}
/*# sourceMappingURL=main.css.map */