.sidebar-nav {
    margin-top: 20px;
    padding: 0;
    list-style: none;
}

body {
  color: #555;
  background: whitesmoke;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  padding: 0;
  margin: 0;
}

section {
  padding: 0;
  margin: 0;
}

h1 {
  font-size: 3.5rem;
}

h2 {
  font-size: 2rem;
}

p {
  font-size: 1.2rem;
}

li {
  font-size: 1.2rem;
}

.header {
  width: 100vw;
  display: flex;
  justify-content: flex-end;
  top: 0;
  left: 0;
  position: absolute;
  background: rgba(0,0,0,0.9);
}

.header-link {
  margin: 1rem;
  border-bottom: 3px solid #c55e00;
  font-size: 1.2rem;
  color: rgba(255,255,255,0.5);
  text-decoration: none;
  color: #ddd;
}

.header-text {
  margin: 1rem;
  font-size: 1.2rem;
  color: #ddd;
}

.brand {
  margin: 0;
  color: #c55e00;
}

.brand-text {
  color: #c55e00;
}

.landing-section {
  min-height: 100vh;
  width: 100vw;

  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.landing-section-content {
  padding: 2rem 0;
  background: rgba(255,255,255,0.8);
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #555;
}

.landing-main {
  background: white url("/static/img/sarenet.jpg") no-repeat center center fixed;
  background-size: cover;
  color: #555;
}

.landing-main-text {
  padding: 1rem;
}

.langing-features {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.landing-feature {
  margin: 2rem;
  min-width: 300px;
}

