html, body, #container, .row {
  height: 100%;
  margin: 0;
  padding: 0; }

body {
  font-family: sans-serif; }

#container {
  overflow-x: scroll; }

.row {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  width: 400%; }

.page {
  min-width: 25%;
  background-color: #93B3C4;
  padding: 15em 5em 15em 15em;
  box-sizing: border-box;
  height: 100%; }

.page:nth-child(even) {
  background-color: #b4cbd6; }

.content {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 100%; }
  .content p {
    max-width: 40em; }

.vertical-menu {
  position: absolute;
  left: 1em;
  top: 50%;
  margin-top: -6em;
  height: 12em;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

.menu-item {
  list-style: none; }
  .menu-item .button {
    background-color: #fff;
    border-radius: 5px;
    padding: 0.5em 1em;
    text-decoration: none;
    text-align: center; }

/*# sourceMappingURL=horisontal-scroll-layout-flex.css.map */