body {
  background: #333333;
  color: #dddddd;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Segoe UI Emoji", "Segoe UI Symbol", "Apple Color Emoji", Roboto, Helvetica, Arial, sans-serif;
}

h1 {
  font-size: 23px;
  padding-bottom: 20px;
}

h2 {
  font-size: 20px;
  font-weight: bold;
}

h3 {
  font-size: 18px;
  font-weight: bold;
}

.grid-container {
  max-width: 900px;
}

.tabs-title > a {
  color: inherit;
  border: none;
}

.tabs, .tabs-content {
  background-color: inherit;
  color: inherit;
  border: none;
}

.tabs-title > a:focus,
.tabs-title > a[aria-selected=true] {
  color: #000000;
  background-color: #dddddd;
}

.tabs-title > a[aria-selected=false]:hover {
  color: #000000;
  background: #8d8e8e;
}

/* Navbar */
#navbar {
  background-color: #1b1c1d;
}

#navbar .close-button {
  color: #dddddd;
}

#navbar .close-button:hover,
#navbar .close-button:focus {
  color: #ffffff;
}

#navbar > nav > ul {
  line-height: 1.6;
  list-style: none;
}

#navbar > nav > ul > li > a {
  text-decoration: none;
  color: #8d8e8e;
  font-size: 0.8rem;
  line-height: 1;
  display: block;
  font-weight: normal;
}

#navbar > nav > ul > li > a:hover {
  color: #ffffff;
  font-weight: bold;
}

#navbar > nav > ul > li.header {
  color: #ffffff;
  font-weight: bold;
  font-family: "Comfortaa", cursive;
  font-size: 12px;
  padding-top: 5px;
  padding-bottom: 5px;
}

#navbar > nav > ul > li > a {
  margin-left: 2rem;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  padding: 0.35em 1.33333333em;
  margin-bottom: 0;
}

#profile-image {
  border: 1px solid rgba(0, 0, 0, 0.1);
  width: 150px;
  height: auto;
  border-radius: 500rem;
  overflow: hidden;
  filter: grayscale(1);
}

#profile-text {
  padding: 0.35em 1.33333333em;
}

#page-content {
  padding-top: 20px;
}

section.resume {
  padding-bottom: 20px;
}

section.resume > ul {
  padding-top: 10px;
}

.blog-link {
  font-size: 22px;
  color: #dddddd;
}

.blog-link:hover {
  font-size: 22px;
  color: #ffffff;
}

a {
  color: #ffffff;
  font-weight: bold;
}

a:hover,
a:focus {
  color: #9f9f9f;
}

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