body {
    background-color: rgb(53, 95, 95);
    background-image: linear-gradient(rgb(130, 202, 194),rgb(0,25,23) 50%);
    background-size: contain;
    background-repeat: no-repeat;
    color: rgb(232, 250, 250);
    font-family: Verdana, Geneva, Tahoma, sans-serif;
  }

  h1 {
      font-size: 84px;
      text-transform: uppercase;
      font-family:Amatic SC;
      margin: 0;
      margin-top: 18px;
  }

  h2 {
      font-size: 24px;
      font-family: 'Josefin Sans', sans-serif;
      font-weight:lighter;
  }

  p {
      font-size: 18px;
      font-family: 'Josefin Sans', sans-serif;
      font-weight: lighter;
  }

  a {
      font-family:  'Josefin Sans', sans-serif;
      font-weight: lighter;
  }


  /*** HEADER ***/

  header {
    position: relative;
    background-color: rgb(66, 116, 113);
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    border-radius: 20px;
    font-size: 16px;
  }

  header img {
      height: 100%;
  }

  .desktop-menu a {
      text-decoration: none;
      color: white;
      padding: 8px;
      font-family:'Josefin Sans', sans-serif;
      font-weight: lighter;
      text-transform: uppercase;
  }

/*** FOOTER ***/

footer {
    display: flex;
    align-items:stretch;
    justify-content: space-between;
    height: 50px;
    background-color:rgb(66, 116, 113) ;
    border-radius: 10px;
    padding: 10px;
    margin-top: 100px;
}

.socials-icons-footer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

footer p {
    padding-bottom: 0;
}

.socials-icons-footer a img {
    border-radius: 50px;
    height: 35px;
    width: 35px;
    padding: 8px;
}


/*** Homepage Styling ***/

.name-mobile {
    text-align: center;
}

.name-desktop {
    display: none;
}

.text-icons {
    display: flex;
    flex-direction:column;
    justify-content: center;
    align-items: center;
    z-index: 1;
    width: 70%;
}

.text-icons h2{
    text-align: center;
    margin-bottom: 0;
}

.skills h2:nth-child(1) {
    margin-top: 28px;
}

.skills h2:nth-child(3) {
    margin-bottom: 28px;
}

.socials-icons {
    display: flex;
    flex-direction: column;
}

.socials-icons a img {
    border-radius: 50px;
    height: 55px;
    width: 55px;
    padding: 3px;
}

.homepage-style {
    display: flex;
    align-items:flex-start;
    justify-content:center;
    flex-direction: row;
    flex-wrap: nowrap;
    height: 100;
  }

.homepage-style .bg-image {
      width: 40%;
  }

.homepage-style .bg-image img {
    height: 100vh;
    margin-left: -200px;
    z-index: 0;
  }


/*** ABOUT ME STYLING ***/

 header a {
    font-weight: lighter;
 }

  .page-title h1 {
    text-align: center;
  }

  .aboutme-text p {
      text-align: center;
      margin: 36px;
      font-weight:lighter;
      font-family: 'Josefin Sans', sans-serif;
  }

  .portrait-picture img {
      height: 200px;
      width: 200px;
      object-fit: cover;
      border-radius: 50%;
      border:rgb(232, 250, 250) 2px solid;
  }

  .portrait-picture {
      display: flex;
      align-items: center;
      justify-content: center;
  }
  .aboutme-website-styling {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      border:rgb(130, 202, 194) solid 2px;
      border-radius: 30px;
      margin: 20px;
  }

  .aboutme-website-styling .bg-image {
      display: none;
  }

/*** CONTACT STYLING ***/

  .invert {
    filter: invert(100%);
  }

    .contact-title-desktop {
        display: none;
    }

    .contact-title-mobile {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .contact-website-styling {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .text-box {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        padding: 20px;
        min-width: 200px;
        max-width: 500px;
        height: 100%;
        background-color: rgb(171, 207, 203);
        border: rgb(232, 250, 250) solid 2px;
        border-radius: 30px;
        margin: 8px;
    }

    .contact-text p {
        margin: 18px;
        color: rgb(53, 95, 95);
        font-size: 18px;
        font-family:  'Josefin Sans', sans-serif;
        font-weight: lighter;
    }

    .contact-options {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
        padding: 8px;
    }

    .contact-options a {
        text-decoration: none;
        color: rgb(232, 250, 250);
        padding: 8px;
        font-size: 22px;
        font-weight: normal;
    }

    .contact-options a img {
        height: 55px;
        width: 55px;
    }

    .contact-icons {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
    }

    .contact-website-styling .bg-image {
        margin-left: -80px;
    }

    .contact-website-styling .bg-image img {
        max-height: 500px;
        object-fit: cover;
    }

/*** WORK PAGE STYLING ***/

.white-bg {
  background-color: white;
}

.work-page-title {
    display: flex;
    align-items: center;
    justify-content: center;
}

.work-website-styling {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.work-content {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.work-squares {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 8px;
    flex-wrap: nowrap;
    margin: 0;
    width: 100%;
}

.work-squares img:hover {
    border: rgb(1, 29, 29) 5px solid;
}

.work-squares img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    object-position: top;
    margin: 8px;
    border: rgb(232, 250, 250) solid 2px;
    border-radius: 30px;
}

.work-squares img:last-child {
    object-fit: cover;
}

.work-square-titles {
    width: 100%;
    padding: 8px;
    margin-top: 150px;
}

.work-square-titles h2 {
    margin:0;
    padding-bottom: 150px;
    text-align: start;
}

.work-website-styling .bg-image {
    display: none;
}

/*** WEB ***/

.center {
  text-align: center;
}

.web-logo {
  width: 25px;
  margin-left: 20px;
}

.web-logo:hover {
  filter: invert(70%);
}

.d-flex {
  display: flex;
  align-items:baseline;
}

.flex {
  display: flex;
  flex-direction: column;
  justify-content:center;
  align-items:center;
  width: 100%;
}

.green-waters {
  width: 100%;
  max-height: 1200px;
  margin-top: -50px;
  margin-bottom: -100px;
}

.border {
  border: 2px solid white;
  border-radius: 15px;
  width: 80%;
  margin: auto;
  margin-top: 90px;
}

.border p {
  margin-left: 10px;
}

.link-one {
  font-size: 30px;
  color: white;
  text-decoration: none;
}

.webdesign-links {
  display: flex;
  flex-direction: column;
  padding: 30px;
}

.link-one:hover {
  color: rgb(19, 105, 105) ;
  font-weight: normal;
}

.pa-10 {
  padding: 20px 10px 0px;
}

/*** MEDIA ***/

@media (min-width: 600px) {

    header {
        font-size: 32px;
    }

    h1 {
        font-size: 120px;
        margin-left: 38px;
        line-height: 95%;
    }

    h2 {
        font-size: 36px;
        font-weight: lighter;
    }

/*** Homepage Styling ***/

    .name-mobile {
        display: none;
    }

    .name-desktop {
        display:block;
        text-align: left;
        margin-top: 36px;
    }

    .text-icons {
        text-align: left;
        justify-content: center;
        align-items: flex-start;
        margin-left: 50px ;
    }

    .skills {
        text-align:left;
        margin-left: 50px;
    }

    .homepage-style {
        flex-direction: row;
    }

    .homepage-style .bg-image {
        width: inherit;
        max-width: 55%;
    }

    .socials-icons {
        display: flex;
        flex-direction: row;
        margin: 24px;
    }

    .socials-icons a img {
        padding: 20px;
    }

    .page-title h1 {
        margin-bottom: 20px;
    }

/*** CONTATC STYLING ***/

    .contact-options a img {
        height: 65px;
        width: 65px;
    }

/*** WORK WEBSITE STYLING ***/

    .work-website-styling {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .work-content {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        width: 100%;
    }

    .work-squares {
        justify-content: flex-start;
        align-items: flex-start;
        width: 40%;
    }

    .work-square-titles {
        margin-top: 110px;
    }

    .work-square-titles h2 {
        padding-bottom: 130px;
    }

    .work-squares img:hover {
        border: rgb(61, 231, 223) 5px solid;
    }

    .work-website-styling .bg-image {
        width: 100%;
        display: flex;
        align-items: flex-end;
        justify-content: flex-end;
        margin-top: -380px;
        z-index: -1;
    }

    .work-website-styling .bg-image img {
        size: 100%;
        width: 400px;
    }

    footer {
        align-items: center;
        height: 80px;
    }

    .socials-icons-footer a img {
        border-radius: 50px;
        height: 55px;
        width: 55px;
        padding: 18px;
    }

}

@media (min-width: 750px) {

    .page-title h1 {
        font-size: 90px;
        margin-bottom: 20px;
        text-align: center;
        margin-left: 0;
    }

    .aboutme-website-styling {
        display: flex;
        flex-direction: row-reverse;
        border: none;
        justify-content: space-around;
        align-items: center;
    }

    .aboutme-website-styling .bg-image {
        display: block;
        z-index: 2;
        width: 100%;
    }

    .aboutme-website-styling .bg-image img {
        width: 450px;
        object-fit: contain;
        padding: 0;
        margin-left: -50px;
        max-height: 1000px;
    }

    .aboutme-content {
        display: flex;
        flex-direction: column;
        justify-content:center;
        align-items: center;
        margin-right: 0;
        border: none;
        width: 100%;
    }

    .aboutme-text {
        max-width: 300px;
        border: solid 2px rgb(232, 250, 250);
        border-radius: 30px;
        margin-top: 30px;
    }
}

@media (min-width: 900px) {

    h1 {
      font-size: 210px;
    }

    h2 {
        font-size: 52px;
    }

    .name-desktop {
        text-align: center;
        margin-top: 50px;
    }

    .skills {
        display: flex;
        flex-wrap: wrap;
        align-items:baseline;
        justify-content: center;
    }

    .skills h2 {
        margin-inline: 30px;
    }

    .socials-icons {
        display: flex;
        flex-direction: row;
    }

    .socials-icons a img {
        border-radius: 50px;
        height: 85px;
        width: 85px;
        padding: 30px;
    }

    .text-icons {
        justify-content: center;
        align-items: center;
    }

 /*** ABOUT ME STYLING ***/

    .page-title h1 {
        font-size: 130px;
        margin-bottom: 28px;
    }

    .aboutme-website-styling .bg-image img {
        width: 100%;
        max-height: 800px;
        z-index: 2;
        display: flex;
        flex-grow: none;
        object-fit: contain;
    }

    .aboutme-website-styling .bg-image {
        width: 100%;
        max-width: 750px;
    }

    .aboutme-content {
        display: flex;
        flex-direction: column;
        justify-content:center;
        align-items: center;
        border: solid 2px rgb(232, 250, 250);
        border-radius: 30px;
        margin: 0px;
        margin-top: 50px;
        width: 100%;
        max-width: 600px;
    }

    .aboutme-website-styling {
        justify-content: center;
        align-items: flex-start;
    }

    .aboutme-text {
        border: none;
        max-width: 500px;
    }

    /*** CONTATC STYLING ***/

    .contact-title-desktop {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .contact-title-desktop h1 {
        font-size: 130px;
        margin-bottom: 30px;
    }

    .contact-title-mobile {
        display: none;
    }

    .contact-website-styling {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
    }

    .text-box {
        margin-left: 50px;
    }

    .contact-website-styling .bg-image img {
        max-height: 750px;
        object-fit: cover;
    }

    /*** WORK STYLING ***/

    .work-page-title {
        width: 60%;
        margin-bottom: 40px;
    }

    .work-squares {
        flex-direction: row;
        width: 100%;
        align-items: center;
        justify-content: space-evenly;
    }

    .work-square-titles {
        display: flex;
        flex-direction: row;
        width: 100%;
        align-items: center;
        justify-content: space-evenly;
    }

    .work-squares img {
        width: 130px;
        height: 130px;
    }

    .work-content {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 70%;
    }

    .work-square-titles {
        margin-top: 10px;
    }

    .work-square-titles h2 {
        padding-left: 50px;
        padding-right: 5px;
        margin-bottom: 18px;
        font-size: 34px;
    }

    .work-website-styling .bg-image {
        z-index: -1;
        margin-top: -500px;
    }

    .work-website-styling .bg-image img {
        size: 100%;
        max-width: 800px;
        width: 40%;
        padding-bottom: 50px;
    }


  /*** WORK STYLING ***/


    .flex {
      flex-direction: row;
    }

    .green-waters {
      margin-top: 0;

    }

    .border {
      margin-left: 50px;
      margin-right: -200px;
    }

    .border p {
      width: 80%;
      margin-left: 20px;
    }

    .link-one {
      font-size: 40px;
      color: white;
      text-decoration: none;
    }

    .webdesign-links {
      display: flex;
      flex-direction: column;
      padding: 30px;
    }

    .pa-10 {
      padding: 50px 10px 0px;
    }
}
