.mozilla-headline-<uniquifier> {
  font-family: "Mozilla Headline", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

html {
  background-color: #fafffc;
}

body {
  position: relative;
}

.header {
  display: flex;
  justify-content: flex-end;
  padding: 10px 0;
  flex-wrap: wrap; 
}

.header a {
  font-family: "Mozilla Headline", sans-serif;
  display: block;
  color: grey;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 18px;
}

.header a:hover {
  color: rgb(18, 136, 77);
}

.header a.active {
  color:  rgb(18, 136, 77);
}

.header .icon {
  display: none;
  margin-left: auto;
}

@media screen and (max-width: 600px) {
  .header a {display: none;}
  .header a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .header.responsive {
    flex-direction: column;
    align-items: flex-start;
  }
  .header.responsive .icon {
    position: relative; 
    right: auto;
    top: auto;
    margin-left: auto;
  }
  .header.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

.container {
  clear: both;
  font-size: 18px;
  padding: 0px 5%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px; 
}

.left, .right {
  flex: 1; 
}

.left {
  min-width: 250px;
}

a {
  text-decoration: none;
  color: black;
}

.container a:hover {
  text-decoration: underline;
}

h2, h4 {
  color: black;
  font-family: "Mozilla Headline", sans-serif;
}

p {
  font-family: 'Monaco', monospace;
  color: grey;
}

li {
   color: black;
   font-family: 'Monaco', monospace;
}

.exp {
  max-width: 600px;
}

.exp-item {
  font-family: 'Monaco', monospace;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
}

@media (max-width: 600px) {
  .exp-item {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 600px) {
  .container {
    flex-direction: column; 
  }

  .left, .right {
    width: 100%;
  }
}

.cards-wrapper {
  padding-top: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.cards-wrapper a{
  text-decoration: none;
}

.card {
  border: none;
  border-radius: 5%;
  box-shadow: 0 4px 8px 0 rgba(4, 66, 35, 0.2);
  transition: 0.3s;
  width: 30%;
  text-align: center;
  background: white;
}

.card:hover {
  box-shadow: 0 8px 16px 0 rgba(4, 66, 35, 0.5);
}

.cards-info {
  padding-bottom: 20px; 
}

.card img {
  border-top-left-radius: 5%;
  border-top-right-radius: 5%;
  width: 100%;
  max-height: 300px;
  object-fit: cover;
}

details > summary {
  list-style: none;
}
details > summary::-webkit-details-marker {
  display: none;
}

@media (max-width: 900px) {
  .card {
    width: 45%; 
  }
}

@media (max-width: 600px) {
  .card {
    width: 100%;
  }
}

* {box-sizing:border-box}

.slideshow-container {
  max-width: 75%;
  position: relative;
  margin: auto;
}

.mySlides {
  display: none;
}

.prev, .next {
  background-color: rgba(0,0,0,0.3);
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 30px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.5);
}

.text {
  font-family: 'Monaco', monospace;
  color: #f2f2f2;
  background-color: black;
  opacity: 0.5;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 4px;
  width: 100%;
  text-align: center;
}

.fade {
  animation-name: fade;
  animation-duration: 0.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@media screen and (max-width: 600px) {
  .slideshow-container {
    max-width: 90%;
  }
}

.proj-media, .proj-media-2 {
 text-align: center;
} 

.proj-media img {
  width: 50%;
}

.container-2 {
  clear: both;
  font-size: 18px;
  padding: 0px 5%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px; 
}

.proj-media-2 img {
  width: 80%;
}

@media (max-width: 1000px) {
  .proj-media img {
    width: 90%;
  }

  .container-2 {
    margin-left: -5%;
    flex-direction: column; 
  }

  .proj-media-2 img {
    margin-left: 5%;
    width: 95%;
  }
}

.skill-tag {
  border-radius: 12px;
  border: solid 3px;
  padding: 2px 5px;
  font-size: 0.85em;
  margin: 2px 4px 2px 0;
  display: inline-block;
  font-weight: 500;
  font-family: 'Monaco', monospace;
}

.aws {border-color:  #b6a529; color: #b6a529;} 
.webdev {border-color: #2965f1; color: #2965f1;}
.gamedev {border-color: #8e44ad; color: #8e44ad;}
.figma {border-color: #b84031; color: #b84031;}
.edu {border-color: #754047; color: #754047;}
.research {border-color: #697522; color: #697522;}
.ai {border-color: #851071; color: #851071;} 
.comm {border-color: #393541; color: #393541;}
.feedback {border-color: #c95e93; color: #c95e93;} 
.api {border-color: #db611a; color: #db611a;} 
.cyber {border-color: #0a1638; color: #0a1638;} 
.mobile {border-color: #167723; color: #167723;} 
.ml {border-color: #42211e; color: #42211e;} 
.data {border-color: #787cb5; color: #787cb5;}
.wireframe {border-color: #00758f; color: #00758f;}
