* {
  margin: 0px;
  padding: 0px;
  font-family: "Roboto";
  /* font-weight: 400; */
  font-size: 1rem;
}

body {
  color: #ffffff;
  display: block;
  width: 100%;
  height: 100vh;
  background-color: #1a1a1a;
}

h1 {
  text-align: center;
}

h2 {
  text-align: left;
}

.button {
  align-self: center;
  justify-self: center;
  display: inline;
  align-self: center;
  cursor: pointer;
  width: fit-content;
  background: #00aaff;
  color: #ffffff;
  padding: 0.33rem;
  margin: 0.5rem;
  font-size: medium;
  font-weight: bold;
  text-align: center;
  height: fit-content;
  min-width: 130px;
  max-height: 1.5rem;
  /* opacity: 0.75; */
  border-radius: 10px;
}

.button a {
  color: #ffffff;
  text-decoration: none;
}

.nested-button {
  margin-top: 0;
  margin-bottom: 0;
  height: fit-content;
  min-width: fit-content;
}

.nested-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.li-button{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  opacity: 0.6;
}

a {
  color: #00aaff;
  margin: 1rem;
  font-weight: bold;
  text-decoration: none;
  border-radius: 8px;
}

.button:hover,
a:hover {
  background-color: #0077cc;
  color: #ffffff;
}

.a-logo-img {
  position: relative;
  top: 4px;
}

.about-a {
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin: 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
  color: #00aaff;
  font-size: small;
  border-radius: 8px;
}

ul {
  padding-top: 0.25rem;
}

li {
  list-style: none;
  padding-bottom: 0.5rem;
  font-size: small;
}

.sub-li {
  display: flex;
  flex-direction: row;
  margin-left: 1rem;
  font-size: medium;
}

.sub-li-1 {
  margin-left: 1rem;
  font-size: medium;
  color: #ffffff;
}

.sub-li-2 {
  padding: 0.25rem;
  margin: 0.25rem;
  font-size: medium;
  color: #ffffff;
  list-style: none;
  -webkit-details-marker {
    display: none;
  }
}

.active-tab {
  padding: 0.25rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  color: #00aaff;
  border-bottom: 2px solid #00aaff;
  border-radius: 6px;
}

.inactive-tab {
  padding: 0.25rem;
  background-color: #2c2c2c;
  color: #cccccc;
  border-bottom: none;
  border-radius: 6px;
}

.active-page {
  display: flex;
}

.inactive-page {
  display: none;
}

.nav-bar {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-content: center;
  min-width: fit-content;
}

nav {
  display: flex;
  justify-content: space-evenly;
  align-content: center;
  margin: 1rem;
  width: 50vw;
  min-width: fit-content;
  grid-gap: 1rem;
  background-color: #2c2c2c;
  border-radius: 15px;
}

nav ul {
  display: flex;
  justify-content: space-evenly;
  align-content: center;
  width: 100%;
  list-style: none;
}

nav li {
  margin: 0.25rem;
}

nav li:hover {
  cursor: pointer;
  color: #1a1a1a;
  background-color: #ffffff;
  border-bottom-color: #00aaff;
}

.page {
  padding: 0;
}

.page-container {
  flex-wrap: wrap;
  grid-gap: 1rem;
  padding: 1rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  margin: 0rem;
  border-radius: 20px;
}

.page-title {
  font-size: x-large;
  font-weight: bold;
  text-align: center;
}

.about-info {
  display: inline-grid;
  color: #cccccc;
  margin: 1rem;
  padding: 1rem;
  height: fit-content;
  background-color: #2c2c2c;
  border-radius: 20px;
}

.about-page {
  display: flex;
  flex-wrap: wrap;
  margin: 1rem;
  margin-bottom: 0.25rem;
  padding: 1rem;
  border: 0.25rem solid #444444;
  border-radius: 20px;
  color: #cccccc;
  background-color: #2c2c2c;
  border-radius: 20px;
}

.about-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  border-radius: 20px;
}

.about-text {
  color:#ffffff;
  justify-content: left;
  word-break: normal;
  font-size: large;
  padding: 0rem;
  margin: 1rem;
  text-align: left;
  min-width: 15rem;
  max-width: 35rem;
}

.about-text-quote {
  font-size: larger;
  font-style: italic;
}

.outer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  flex-direction: column;
}

.inner-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.inner-content {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  height: fit-content;
}

.myphoto {
  width: 100px;
  margin: 0.5rem;
  margin-left: 1rem;
  margin-right: 0rem;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  border-radius: 100px;
}

.myname {
  justify-content: center;
}

.my-details {
  font-size: large;
  margin-left: 1rem;
}

.my-details-sub {
  color: #cccccc;
  margin-left: 0.5rem;
  /* list-style-type: "❯ "; */
}

.summary-header {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  font-size: large;
  font-weight: bold;
  min-width: 25dvw;
  max-width: 100dvw;
}

.summary-header-details {
  font-size: medium;
  font-weight: bold;
}

.about-name {
  display: inline-flex;
  font-size: larger;
  text-align: center;
  margin-top: 0.5rem;
  padding: 0.25rem;
  height: fit-content;
}

.grid-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  grid-gap: 0.25rem;
  padding: 0.5rem;
  margin: 0rem;
  margin-top: 0.25rem;
  width: fit-content;
  height: fit-content;
}

.projectBox {
  background-color: #2c2c2c;
  border-radius: 20px;
}

.project {
  min-height: 475px;
  color:#cccccc;
  background-color: #2c2c2c ;
  /* opacity: 0.9; */
  padding: 1rem;
  margin: 0.5rem;
  padding: 0.5rem;
  display: flow;
  grid-auto-flow: column;
  max-width: 325px;
  min-width: 250px;
  height: auto;
  text-align: center;
  border: #444444;
  border-width: medium;
  border-style: ridge;
  border-radius: 20px;
}

.project-title {
  font-size: large;
  color: #00aaff;
  text-align: center;
  padding-bottom: 0.25rem;
  border-bottom: 3px solid #00aaff;
}

a.project-image {
  cursor: pointer;
  color: #0077cc;
  text-align: center;
  padding: 1rem;
}

img.project-image {
  margin: 1rem;
  width: 250px;
  max-width: 250px;
  align-self: center;
  padding: 0.5rem;
}

.project-image {
  margin: 0.5rem;
  width: 300px;
  max-width: 300px;
  align-self: center;
  padding: 0rem;
  cursor: pointer;
}

.project-image-caption-launch {
  display: inline-block;
  width: fit-content;
  color: #cccccc;
  padding: 5px;
  margin: 0;
  font-size: medium;
  font-weight: normal;
  text-align: center;
}

.project-details-button-caption {
  display: inline-block;
  align-self: center;
  cursor: pointer;
  width: fit-content;
  background: #00aaff;
  color: #ffffff;
  padding: 0.33rem;
  margin: 0.5rem;
  font-size: medium;
  font-weight: bold;
  text-align: center;
  height: 1.2rem;
  opacity: 0.6;
  border-radius: 10px;
}

.project-details-button-caption:hover {
  background: #0077cc;
  color: #ffffff;
}

.project-image-caption-slides {
  display: inline-block;
  align-self: center;
  cursor: pointer;
  width: fit-content;
  background: #00aaff;
  color: #ffffff;
  padding: 5px;
  margin: 0;
  font-size: larger;
  font-weight: bold;
  text-align: center;
  opacity: 0.6;
}

.description-text {
  height: 6rem;
  font-size: medium;
  font-weight: 400;
  text-align: left;
  margin: 1rem;
}

.project-details {
  display: none;
  /* flex-flow: row; */
  text-align: justify;
  margin: 1rem;
}

div.project-details {
  text-align: justify;
  margin: 0.5rem;
  border: #444444;
  border-width: medium;
  border-style: solid;
}