@import "retro.css";

.nav {
  display: flex;
  min-height: 2rem;
  align-items: stretch;
}

.nav img {
  max-height: 3rem;
}

.nav-center,
.nav-left,
.nav-right {
  display: flex;
  flex: 1;
}

.nav-left {
  justify-content: flex-start;
}

.nav-right {
  justify-content: flex-end;
}

.nav-center {
  justify-content: center;
}


.nav-left > a {
  margin-left: 10px;
  margin-right: 10px;
}

.nav-urls > a[aria-current="page"],
.nav-urls > a.active {
/*   color: #01aa70; */
  text-decoration: none;
  font-weight: bold;
}

a {
  &:hover,
  &:focus {
    color: #ddd;
    text-decoration: none;
  }
}

.content {
  margin-top: 3rem;
}

footer {
  margin-top: 100px;
  display: flex;
  font-size: 80%;
  justify-content: space-between;
}

body {
  margin: 0 auto 0;
  padding: 0 0 0;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

body > * {
  padding: 1.25rem 0 1.25rem;
}

.svg-email-protection {
  width: 220px;
  height: 24px;
  vertical-align: middle;
}

