body {
  background: rgb(37, 37, 50);
  font-family: "Cascadia Mono", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.intro-container {
  background: rgb(17, 2, 27);
  color: white;
  height: 300px;
  max-width: 900px;
  border-width: 10px;
  border-style: solid;
  border-color: white;
  border-radius: 10px;
  margin-top: 60px;
  margin-bottom: 50px;
}

.search-container {
  background: rgb(17, 2, 27);
  color: white;
  max-height: 1400px;
  min-height: 100px;
  max-width: 900px;
  border-width: 10px;
  border-style: solid;
  border-color: white;
  border-radius: 10px;
  margin-top: 60px;
  margin-bottom: 50px;
  max-height: -moz-fit-content;
  max-height: fit-content;
}

.jif-container {
  background: rgb(17, 2, 27);
  color: white;
  max-height: 5000px;
  min-height: 100px;
  max-width: 900px;
  border-width: 10px;
  border-style: solid;
  border-color: white;
  border-radius: 10px;
  margin-top: 60px;
  margin-bottom: 50px;
}

.intro-image-border {
  margin-top: 20px;
  border-width: 10px;
  border-style: double;
  border-color: black;
  background: white;
  color: dimgrey;
  border-radius: 0px;
  max-height: -moz-max-content;
  max-height: max-content;
}

.spacer {
  background: rgb(17, 2, 27);
  margin-top: 40px;
  padding: 40px;
  border-width: 10px;
  border-style: inset;
  border-color: white;
}

.head-spacer {
  background: rgb(17, 2, 27);
  margin-top: 0px;
  margin-bottom: 20px;
  padding: 40px;
  height: 120px;
}

.foot-spacer {
  background: rgb(17, 2, 27);
  margin-top: 40px;
  padding: 40px;
  height: 120px;
}

.fixed-footer-bar {
  background: black;
  height: 90px;
}

.about-me-image-border {
  margin-top: 20px;
  border-width: 10px;
  border-style: inset;
  border-color: black;
  background: white;
  color: dimgrey;
  border-radius: 0px;
}

.about-me-column {
  background: rgb(17, 2, 27);
  color: white;
  height: 300px;
  max-width: 450px;
  border-width: 10px;
  border-style: solid;
  border-color: white;
  border-radius: 10px;
  margin-left: 10px;
  margin-right: 10px;
}

.about-me-container {
  margin-top: 60px;
  margin-bottom: 100px;
}

.navigational-bar {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  background: rgb(17, 2, 27);
  color: white;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  height: 80px;
  padding: 0 40px;
}

.nav-title {
  font-size: 40px;
  font-weight: bold;
  margin-right: 40px;
  margin-top: 20px;
  color: white;
}

.nav-list {
  display: flex;
  flex-direction: row;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 20px;
}

.nav-list li {
  margin-right: 30px;
}

.nav-list a {
  color: white;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: 500;
  transition: -webkit-text-decoration 0.2s;
  transition: text-decoration 0.2s;
  transition: text-decoration 0.2s, -webkit-text-decoration 0.2s;
}

.nav-list a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 500px) {
  .navigational-bar {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    vertical-align: auto;
    max-height: 800px;
    min-height: 200px;
    color: white;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
  }
  .nav-list {
    display: flex;
    flex-direction: column;
    list-style: none;
    margin-top: 0px;
  }
  .nav-list li {
    margin-bottom: 10px;
    margin-right: 0;
  }
  .head-spacer {
    background: rgb(17, 2, 27);
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 40px;
    height: 120px;
  }
  .jif-container {
    background: rgb(17, 2, 27);
    color: white;
    max-height: 10000px;
    min-height: 100px;
    max-width: 600px;
    border-width: 10px;
    border-style: solid;
    border-color: white;
    border-radius: 10px;
    margin-top: 60px;
    margin-bottom: 50px;
  }
  .row {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .column {
    width: 100%;
    margin-bottom: 20px;
  }
  #Row-Column-Layout img {
    width: 100%;
    max-width: 350px;
    height: auto;
    margin: 0 auto;
    display: block;
  }
  .intro-container {
    background: rgb(17, 2, 27);
    color: white;
    height: 400px;
    max-width: 900px;
    border-width: 10px;
    border-style: solid;
    border-color: white;
    border-radius: 10px;
    margin-top: 60px;
    margin-bottom: 50px;
  }
}/*# sourceMappingURL=style.css.map */