.cw {
  color: white !important;
}

.br {
  border: solid 5px red;
}

.boaty {
  width: 200px;
}

body {
  margin: 0;
  background-color: #060f22;
}

.project-body {
  background-color: #060f22;
  margin-bottom: 100px;
  width: 100%;
  overflow: hidden;
}
.top-jumper {
  width: 50px;
}
#topper {
  position: fixed;
  width: 50px;
  top: 20px;
  left: 30px;
  z-index: 99; /* Make sure it does not overlap */
  background: none;
  border: none;
}

#topper:hover {
  background-color: #0b2a4d;
  border-radius: 10px;
}
#navbar {
  margin-top: -10px;
  margin: auto;
  max-width: 1200px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#navbar ul {
  display: flex;
}

#navbar li {
  font-family: 'Bitter', serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  font-size: 1.5em;
  margin: 12px;
}

#navbar a {
  color: #e7d8c9;
  text-decoration: none;
}

#navbar a:hover {
  color: white;
}

.resume {
  background: #e7d8c9;
  border-radius: 10px;
  padding: 2px 10px 3px 10px;

  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 6px 14px;
  font-family: 'moniker', sans-serif;
  border-radius: 6px;
  border: none;

  color: #092441;
  background: linear-gradient(180deg, #e7d8c9 0%, #ddcfc0 100%);
  background-origin: border-box;
  box-shadow: 0px 0.5px 1.5px rgba(54, 122, 246, 0.25),
    inset 0px 0.8px 0px -0.25px rgba(255, 255, 255, 0.2);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  cursor: pointer;
}

.resume:hover {
  background: #0b2a4d;
  color: white;
}

ul {
  list-style: none;
  justify-content: flex-end;
}
.project-container {
  display: flex;
  /* border: 10px solid goldenrod; */
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 5rem;
}

.site-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  margin: 0 auto;
}

.project-item {
  width: calc(33.3333% - 20px);
  margin: 10px;
  border-radius: 10px;
  background-color: #092441;
  display: flex;
  flex-direction: column;
  min-height: 300px;
  text-decoration: none;
}
.project-container .svg-icon path {
  fill: #70ceef;
}

.project-item:hover {
  background-color: #0b2a4d;

  .svg-icon path {
    fill: #e7d8c9;
  }
}

footer {
  background: #0c0a0c;
  color: #e7d8c9;
  padding: 3rem;
  text-align: center;
}

.footer-text {
  font-family: 'moniker', sans-serif;
  font-weight: 100;
  font-style: normal;
}

.footer-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0 20px 0;
  column-gap: 0.5rem;
}

.footer-boaty {
  width: 100px;
}
footer .svg-icon {
  width: 30px;
  height: 30px;
  text-decoration: none;
  fill: #a9afbc;
}
footer .svg-icon:hover {
  fill: #fff;
}

@media (max-width: 1200px) {
  .project-container {
    display: flex;
    width: 90%;
    align-items: center;
    justify-content: center;
    text-decoration: none;
  }
  .project-item {
    width: calc(50% - 20px);
    max-width: 400px;
    min-height: 310px;
    text-decoration: none;
  }

  .noIcon-title {
    margin-top: 85px !important;
  }
}

@media (max-width: 700px) {
  .project-container {
    display: flex;
    flex-direction: column;
    width: 90%;
    align-items: center;
  }
  .project-item {
    width: calc(100% - 20px);
    max-width: 600px;
    min-height: 270px !important;
  }
  .design-container {
    max-width: 75% !important;
  }
  .title {
    font-size: 1.4em !important;
    margin-top: 17px !important;
  }
  .noIcon-title {
    font-size: 1.4em !important;
    margin-top: 65px !important;
  }

  .noIcon-project-icon {
    max-width: 65px;
    margin-top: 45px;
  }

  .project-icon {
    max-width: 65px;
  }

  .noIcon-title {
    font-size: 1.5em;
  }
  .marks-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 300px !important;
  }
  .mark {
    width: 200px !important;
    margin: 10px !important;
    padding: 60px;
  }
  .design-body {
    width: 100%;
    overflow: hidden;
  }

  #topper:hover {
    background: none;
    width: 30px;
  }
  .top-jumper {
    width: 30px !important;
  }
  #topper {
    position: fixed;

    width: 30px;
    /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    background: none;
    border: none;
  }

  #topper a {
    width: 30px !important;
  }

  #navbar li {
    font-size: 1em;
    margin: 10px;
  }
  .resume {
    padding: 4px 12px;
  }
}

.header {
  padding: 25px;
  margin: auto;
  width: 75%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ahoy {
  color: #060f22;
  -webkit-text-stroke-width: 5px;
  -webkit-text-stroke-color: #70cff2;
  font-size: 1.5em;
  paint-order: stroke fill;
}

.tag {
  z-index: 3;
}

h1 {
  color: white;
  font-family: 'Bitter', serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  font-size: 3em;
}

.boaty {
  margin-left: -50px;
  z-index: 0;
}

h2 {
  margin: auto;
  width: 75%;
  text-align: center;
  color: #c9cacc;
  text-transform: uppercase;
  font-family: 'moniker', sans-serif;
  font-weight: 100;
  font-style: normal;
}

.heading {
  display: flex;
  justify-content: space-between;
  padding: 0px 30px 0px 30px;
}

.title {
  color: #e7d8c9;
  font-family: 'bryant-web', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5em;
  /* border: solid 10px lightgreen; */
  height: 1.5em;
  margin-top: 20px;
}

.noIcon-title {
  color: #e7d8c9;
  font-family: 'bryant-web', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5em;
  /* border: solid 10px lightgreen; */
  margin-top: 83px;
  height: 1.5em;
}
.noIcon-project-icon {
  color: white;
  font-family: 'bryant-web', sans-serif;
  font-weight: 400;
  font-style: normal;
  width: 75px;
  margin-top: 40px;
}

.project-icon {
  color: white;
  font-family: 'bryant-web', sans-serif;
  font-weight: 400;
  font-style: normal;
  width: 75px;
  margin-top: -25px;

  /* border: solid 10px red; */
}

.iconFlex {
  display: flex;
  margin-left: 20px;
}

.iconFlex .use-icon {
  flex-grow: 1;
  padding: 30px 0px 0px 10px;
}

.use-icon {
  color: #71cff0;
  font-family: 'bryant-web', sans-serif;
  font-weight: 400;
  font-style: normal;
  max-width: 30px;
  height: 30px;
  padding: 30px 30px 0px 30px;

  /* border: solid 10px blue; */
}

.project-description {
  color: white;
  font-family: 'bryant-web', sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1em;
  padding: 30px;
}

.marks-body {
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 100px 0px 200px 0px;
  width: 100%;
  overflow: hidden;
  border-radius: 0px 100px 0px 0px;
}

.marks-title {
  text-align: center;
  color: black;
  text-transform: uppercase;
  font-family: 'moniker', sans-serif;
  font-weight: 100;
  font-style: normal;
  font-size: 3em;
  margin-bottom: 50px;
}
.marks-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 70%;
}

.mark {
  width: 150px;
  margin: 40px;
}
.sites-title {
  color: #e7d8c9;
  text-transform: uppercase;
  font-family: 'moniker', sans-serif;
  font-weight: 100;
  font-style: normal;
  font-size: 3em;
  margin-bottom: 0px;
}

.design-header {
  align-self: flex-end;
  color: white;
  font-family: 'Bitter', serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: italic;
  font-size: 3em;
  margin-top: 50px;
  margin-right: 15%;
  padding: 10px;
}

.web-header {
  align-self: flex-start;
}

.design-body {
  margin-top: -100px;
  background-color: #0c0a0c;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
  border-radius: 100px 0 0 0;
  padding-bottom: 5em;
}
.web {
  background-color: #060f22;
  margin-top: 50px;
}

.site-container a {
  text-decoration: none !important;
}

.site-container a:hover {
  text-decoration: none !important;
  opacity: 0.9;
}

.site-container .design-image img {
  border-radius: 1rem;
}

.design-title {
  color: #e7d8c9;
  font-family: 'bryant-web', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.7em;
  align-self: flex-start;
  margin-left: 4%;
  padding: 10px;
}
.design-container {
  padding: 30px;
  background-color: #1b1414;
  display: flex;
  border-radius: 10px;
  max-width: 60%;
  justify-content: center;
  align-items: center;
  margin: 10px;
}
.web-container {
  background-color: #060f22;
  padding-top: 0px;
}
.design-item {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.design-image {
  padding: 20px;
  width: 90%;
}

.line {
  width: 90%;
  height: 1px;
  background: #4f3b3b;
}

.web-line {
  background: #888077;
}

.design-description {
  color: #e7d8c9;
  font-family: 'bryant-web', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1em;
  width: 90%;
  padding: 30px;
}
