@media (min-width: 768px) {
  body {
    display: grid;
    grid-template-rows: 72px 800px auto auto 590px 72px;
    grid-template-columns: 100vw;
    top: 0;
    max-width: 100vw;
    height: auto;
    overflow: visible;
    margin: 0;
    padding: 0;
  }

  .nav-bar {
    grid-row: 1/2;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100vw;
    height: 72px;
    background: #3c3a39;
  }

  .logo {
    text-decoration: none;
    color: white;
    font-size: 18px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 700;
    margin-left: 10vw;
  }

  .nav-list {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-self: flex-end;
    margin: 16px 10vw;
  }

  .nav-list li {
    list-style: none;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    color: #fff;
    padding: 10px 18px;
  }

  .hamburger {
    display: none;
  }

  .headline {
    grid-row: 2/3;
    width: 100vw;
    height: auto;
    background: url(images/desktop-back/Base.png);
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 88px;
  }

  .headline .head {
    order: 2;
    width: 556px;
    gap: 24px;
    justify-content: space-between;
  }

  .headline .head h1 {
    color: #ff6b00;
    font-family: 'Crete Round', serif;
    font-size: 56px;
    line-height: 64px;
    font-weight: 400;
    letter-spacing: 0.37px;
    margin: 0;
  }

  .headline .head h2 {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: #fff5e1;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
  }

  .headline .head p {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
  }

  .headline .social {
    order: 1;
    list-style: none;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 178px;
  }

  .works {
    grid-row: 3/4;
    margin-bottom: 100px;
  }

  .intro {
    margin: 118px 9vw 50px 9vw;
    display: grid;
    width: auto;
    grid-template-columns: 47.5vw 31vw;
    grid-template-rows: 52px 420px;
    row-gap: 120px;
    column-gap: 24px;
  }

  .introhead {
    grid-row: 1/2;
    grid-column: 1/2;
    font-family: 'Crete Round', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 52px;
    color: #091e42;
    margin-top: 0;
  }

  .intro .line {
    grid-row: 1/2;
    grid-column: 1/3;
    width: 50vw;
    height: 1px;
    background-color: black;
    margin: 30px 0 auto auto;
  }

  .intro img {
    grid-row: 2/3;
    grid-column: 1/2;
    width: 47.5vw;
    height: 448px;
  }

  .intro .introinfo {
    grid-row: 2/3;
    grid-column: 2/3;
    width: 31vw;
    height: 56vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }

  .intro div h3 {
    font-family: 'Crete Round', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 52px;
    color: #091e42;
    margin-top: 0;
    margin-bottom: 0;
  }

  .intro div .introtext {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #091e42;
  }

  .intro div ul {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    width: 20vw;
    gap: 12px;
    padding-left: 0;
  }

  .intro div ul li {
    margin-left: 0;
    list-style: none;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    color: #091e42;
    border: 1px solid #8993a4;
    padding: 10px 12px;
  }

  .intro .introbutton {
    background-color: #ff6b00;
    height: 48px;
    width: 124px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 17px;
    line-height: 24px;
    text-align: center;
    align-items: center;
    letter-spacing: 0.03em;
    color: #fff;
    margin-bottom: 24px;
    border: none;
  }

  .container {
    display: grid;
    width: auto;
    grid-template-columns: repeat(3, 25.6vw);
    grid-template-rows: repeat(2, 448px);
    gap: 24px;
    margin: 0 9vw 0 9vw;
  }

  .project1 {
    grid-row: 1/2;
    grid-column: 1/2;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-content: stretch;
    background-image: url(images/projects/projects16/project1.png);
    background-size: cover;
    border: 2px solid black;
  }

  .nodisplay {
    display: none;
  }

  .project1 .projectbutton {
    height: 48px;
  }

  .project2 {
    grid-row: 1/2;
    grid-column: 2/3;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: url(images/projects/projects16/project2.png);
    background-size: cover;
    gap: 24px;
    padding: 0 1vw 16px 1vw;
  }

  .project3 {
    grid-row: 1/2;
    grid-column: 3/4;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 24px;
    background: url(images/projects/projects16/project3.png);
    background-size: cover;
    padding: 0 1vw 16px 1vw;
  }

  .project4 {
    grid-row: 2/3;
    grid-column: 1/2;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 24px;
    background: url(images/projects/projects16/project4.png);
    background-size: cover;
    padding: 0 1vw 16px 1vw;
  }

  .project5 {
    grid-row: 2/3;
    grid-column: 2/3;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 24px;
    background: url(images/projects/projects16/project5.png);
    background-size: cover;
    padding: 0 1vw 16px 1vw;
  }

  .project6 {
    grid-row: 2/3;
    grid-column: 3/4;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 24px;
    background: url(images/projects/projects16/project6.png);
    background-size: cover;
    padding: 0 1vw 16px 1vw;
  }

  .container div .projecthead {
    order: 0;
    color: #fff;
    font-family: 'Crete Round', serif;
    font-weight: 400;
    font-size: 32px;
    line-height: 44px;
    margin: 0;
    padding: 0;
  }

  .container div .projectdesc {
    order: 1;
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    padding: 0;
  }

  .container div ul {
    order: 2;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 0;
    margin: 0;
    gap: 12px;
  }

  .container div ul li {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    color: #fff;
    width: auto;
    height: auto;
    padding: 10px 12px;
    background-color: rgba(255, 255, 255, 0.24);
    list-style: none;
  }

  .container div button {
    order: 3;
    width: 25.3vw;
    height: 48px;
    background: #ff6b00;
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0.03em;
    text-align: center;
    border: none;
  }

  .aboutme {
    grid-row: 4/5;
    background: url(images/desktop-back/aboutme.png);
    display: grid;
    grid-template-rows: 582px 596px;
    grid-template-columns: 80vw;
  }

  .aboutme .about {
    grid-row: 1/2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 130px 10vw;
  }

  .aboutme .about h2 {
    font-family: 'Crete Round', serif;
    font-size: 72px;
    font-weight: 400;
    line-height: 88px;
    letter-spacing: 0.37px;
    color: #ff6b00;
    margin: 0;
  }

  .aboutme .about p {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #f4f5f7;
    max-width: 39.3vw;
    margin: 0;
  }

  .aboutmebutton {
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 17px;
    line-height: 24px;
    letter-spacing: 0.03em;
    width: 161px;
    height: 48px;
    background-color: #ff6b00;
    align-self: left;
    white-space: nowrap;
    border: none;
    margin: 0;
  }

  .aboutme .skills {
    grid-row: 2/3;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 80vw;
    padding: 130px 10vw 130px 8vw;
  }

  .aboutmesub {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 44px;
    color: #fff;
    text-align: center;
    display: inline-block;
    margin-left: 5px;
  }

  .skillitem {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 43px;
    color: #fff;
    text-align: left;
    list-style: none;
    align-self: center;
    padding-left: 0;
  }

  .diamond {
    margin-left: 40px;
    width: 18px;
    height: 18px;
    background-color: #ff6b00;
    transform: rotate(45deg);
    display: inline-block;
  }

  .square {
    margin-left: 40px;
    width: 18px;
    height: 18px;
    background-color: #ff6b00;
    display: inline-block;
  }

  .circle {
    margin-left: 40px;
    width: 18px;
    height: 18px;
    border-radius: 9px;
    background-color: #ff6b00;
    display: inline-block;
  }

  .forms {
    grid-row: 5/6;
    display: flex;
    flex-direction: row;
    gap: 24px;
    width: 80vw;
    margin: 130px 10vw;
  }

  .forms .formhead {
    width: 31vw;
    align-self: center;
    margin-bottom: 58px;
    text-align: left;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 44px;
    color: #172b4d;
  }

  .forms form {
    align-self: left;
    display: flex;
    width: 47.5vw;
    height: 330px;
    flex-direction: row;
    gap: 24px;
    flex-wrap: wrap;
  }

  .forms form input {
    justify-self: stretch;
    padding: 0 16px;
    height: 48px;
    width: 20vw;
    border-style: none;
    border-bottom-style: solid;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: rgb(202, 198, 198);
  }

  .forms form #email {
    justify-self: stretch;
    padding: 0 16px;
    height: 48px;
    width: 47.5vw;
    border-style: none;
    border-bottom-style: solid;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: rgb(202, 198, 198);
  }

  .forms form #msg {
    min-height: 114px;
    max-height: 114px;
    width: 47.5vw;
    background-color: #fbf8f7;
    border-style: none;
    padding: 12px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: rgb(202, 198, 198);
  }

  .formbutton {
    width: 131px;
    height: 48px;
    background-color: #ff6b00;
    padding: 12px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 24px;
    color: #fff;
    border: none;
    align-self: center;
  }

  footer {
    grid-row: 6/7;
    border-top: 1px solid rgb(218, 218, 218);
  }

  footer .social-footer {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    margin: 24px 10vw;
    gap: 24px;
    list-style: none;
  }

  .btn:hover {
    transition: 0.25s;
    background-color: #fcc49b;
    color: #ff6b00;
    text-shadow: none;
    border: 1px solid #ff6b00;
  }

  .btn:disabled {
    transition: 0.25s;
    background-color: rgb(192, 192, 192);
    color: rgb(92, 92, 92);
    text-shadow: none;
    border: 1px solid grey;
  }

  .icon {
    transition: width 2s ease-in, height 2ms ease-in, transform 0.5s ease-in-out;
  }

  .icon:hover {
    width: 22px;
    height: 20px;
    transform: rotate(360deg);
  }

  .pro-shadow {
    transition: box-shadow 0.3s ease-in, transform 1s ease-in-out;
  }

  .pro-shadow:hover {
    box-shadow: 10px 10px 10px rgb(92, 92, 92);
    transform: scale(1.015);
  }

  .form-shadow {
    transition: box-shadow 1s ease-in, font-size 0.5s ease-out, height 0.5s ease-in-out, color 0.5s ease-in, transform 0.5s ease-in-out;
  }

  .form-shadow:hover {
    box-shadow: 5px 5px 10px rgb(180, 160, 141);
    height: 55px;
    transform: translate(10px);
  }

  .form-shadow:focus {
    box-shadow: 5px 5px 10px rgb(180, 160, 141);
    font-size: 17px;
    height: 55px;
    color: black;
    transform: translate(5px);
  }

  .head-bang {
    transition: text-shadow 1s ease-in, transform 1s ease-in-out;
  }

  .head-bang:hover {
    text-shadow: 2px 2px 3px rgb(176, 67, 4);
    transform: scale(1.1);
  }

  .logo-animation {
    animation-name: logo-glow;
    animation-duration: 8s;
    animation-iteration-count: 3;
  }

  @keyframes logo-glow {
    0% {
      font-size: 18px;
      color: white;
    }

    25% {
      font-size: 22px;
      color: #f7a468;
    }

    50% {
      font-size: 26px;
      color: #f86903;
    }

    75% {
      font-size: 22px;
      color: #f7a468;
    }

    100% {
      font-size: 18px;
      color: white;
    }
  }
}
