* {
  box-sizing: border-box;
}

html,
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  padding: 0;
  background: #1B2330;
  color: #FFFFFF;
  font-family: "Open Sans", "Courier New", Courier, monospace;
  font-size: 16px;
}

.heading {
  font-family: "Open Sans", "Courier New", Courier, monospace;
  font-weight: 700;
}

.container {
  width: 93%;
  margin: auto;
}

header .container {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 2rem;
}

#main-menu ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

#above-the-fold {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.call-to-action {
  background: #65e2d9;
  border: none;
  border-radius: 50px;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 1rem;
  padding: 1rem 5rem;
}

.logo {
  max-width: 100%;
  width: 10rem;
}

.menu-item {
  list-style-type: none;
}
.menu-item a {
  color: #FFFFFF;
  text-decoration: none;
}

#main-menu .menu-item {
  font-family: Railway, Arial, Helvetica, sans-serif;
  font-weight: 400;
  margin-left: 3rem;
}

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