* {
  margin: 0px;
  padding: 0px;
  list-style: none;
  text-decoration: none;
  font-family: "Gabarito", cursive;
}

.linebreak {
  height: 2px;
  flex-basis: 100%;
}

.linebreakTwo {
  height: 2px;
  flex-basis: 100%;
  background-color: white;
}

a[href^=tel] {
  color: white;
  text-decoration: none;
}

a:visited {
  color: white;
}

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

a:hover {
  color: white;
}

#introduction {
  color: white;
  position: absolute;
  left: 30px;
  bottom: 30px;
  font-size: 70px;
  width: 400px;
}

#afterHomePage {
  background: radial-gradient(ellipse at bottom, #0d1d31 0%, #0c0d13 100%);
  max-width: 100%;
  overflow-y: hidden;
  overflow-x: hidden;
  padding-bottom: 100px;
}

#navBarAndAboutMe {
  height: 100vh;
  width: 100vw;
  background-image: url("../../images/hills-v2.png");
  background-position: center 20%;
  margin-bottom: 100vh;
  padding-right: 60vw;
  padding-left: 0vw;
  position: relative;
  top: 100vh;
  left: 30vw;
}

#navBar {
  position: absolute;
  color: white !important;
  border-bottom: 2px solid white;
  align-self: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100vw;
}
#navBar ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-right: 50px;
}
#navBar h1 {
  font-size: 30px;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 30px;
}
#navBar li {
  margin: 30px;
  font-size: 20px;
}

#aboutMe {
  display: flex;
  justify-content: space-around;
  text-align: center;
  margin-left: 150px;
  margin-top: -100px;
  width: 80vw;
}
#aboutMe #aboutMeDescriptionAndButtons {
  width: 350px;
  font-size: 20px;
  margin-left: -200px;
  margin-top: 170px;
}
#aboutMe #aboutMeDescriptionAndButtons p {
  color: white;
  padding: 20px;
  box-shadow: 0px 0px 0px 2px;
}
#aboutMe #aboutMeDescriptionAndButtons #aboutMeButtons {
  margin-top: 15px;
}
#aboutMe #aboutMeDescriptionAndButtons #aboutMeButtons #linkedInButton {
  width: 125px;
  height: 53px;
  margin: 10px;
  margin-right: 20px;
  background-color: transparent;
  color: white;
  cursor: pointer;
  font-size: 25px;
  border-radius: 5px;
}
#aboutMe #aboutMeDescriptionAndButtons #aboutMeButtons #resumeButton {
  width: 125px;
  height: 53px;
  margin: 10px;
  margin-left: 20px;
  background-color: transparent;
  color: white;
  cursor: pointer;
  font-size: 25px;
  border-radius: 5px;
}
#aboutMe img {
  height: 400px;
  width: 240px;
  border: 10px solid grey;
  margin-top: 250px;
  margin-right: -100px;
  border-radius: 50px;
}

.pageHeader {
  color: white;
  text-align: center;
  font-size: 50px;
  border-top: 2px solid white;
  border-bottom: 2px solid white;
}

#aboutMeHeader {
  width: 100vw;
  position: relative;
  left: 135px;
}

#workSectionOne, #workSectionThree {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-top: 50px;
  height: 100vh;
}

#workSectionTwo {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 50px;
  height: 100vh;
}

.projectContainer {
  width: 100vw;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  z-index: 1;
}

#borderEffectOne, #borderEffectThree {
  transform: translateX(-300px);
  transition: 3s ease-in-out;
  opacity: 0;
}

#borderEffectOne.show {
  transform: translateX(0px);
  opacity: 1;
  transition: 3s ease-in-out;
}

#borderEffectTwo {
  transform: translateX(500px);
  transition: 3s ease-in-out;
  opacity: 0;
}

#borderEffectTwo.show {
  transform: translateX(0px);
  opacity: 1;
  transition: 3s ease-in-out;
}

#borderEffectThree {
  transform: translateX(-300px);
  transition: 3s ease-in-out;
  opacity: 0;
}

#borderEffectThree.show {
  transform: translateX(-10px);
  opacity: 1;
  transition: 3s ease-in-out;
}

#projectDescriptionOne {
  transform: translateX(300px);
  transition: 3s ease-in-out;
  opacity: 0;
}

#projectDescriptionOne.show {
  transform: translateX(0px);
  opacity: 1;
  transition: 3s ease-in-out;
}

#projectDescriptionTwo {
  transform: translateX(-300px);
  transition: 3s ease-in-out;
  opacity: 0;
}

#projectDescriptionTwo.show {
  transform: translateX(30px);
  opacity: 1;
  transition: 3s ease-in-out;
}

#projectDescriptionThree {
  transform: translateX(300px);
  transition: 3s ease-in-out;
  opacity: 0;
}

#projectDescriptionThree.show {
  transform: translateX(15px);
  opacity: 1;
  transition: 3s ease-in-out;
  position: relative;
  top: 30px;
}

#borderEffectOne {
  margin-left: 30px;
  width: 890px;
  height: 500px;
  background-color: #1CAC78;
  z-index: 0;
  transition: transform 0.2s ease-in-out;
}
#borderEffectOne #projectImageOne {
  width: 787px;
  height: 430px;
  z-index: 1;
  margin-top: 65px;
  margin-left: 80px;
  transition: transform 0.2s ease-in-out;
  transform: scale(1.12);
}

#borderEffectTwo {
  margin-right: 30px;
  width: 890px;
  height: 500px;
  background-color: #f69620;
  z-index: 0;
  transition: transform 0.2s ease-in-out;
}
#borderEffectTwo #projectImageTwo {
  width: 787px;
  height: 430px;
  z-index: 1;
  margin-top: 65px;
  margin-right: 80px;
  transition: transform 0.2s ease-in-out;
  transform: scale(1.12);
}

#borderEffectFour {
  width: 890px;
  height: 500px;
  background-color: red;
  z-index: 0;
  transition: transform 0.2s ease-in-out;
}
#borderEffectFour #projectImageFour {
  width: 787px;
  height: 430px;
  z-index: 1;
  margin-top: 65px;
  margin-right: 80px;
  transition: transform 0.2s ease-in-out;
  transform: scale(1.12);
}

#borderEffectThree {
  margin-left: 30px;
  width: 890px;
  height: 500px;
  background-color: #0c0d13;
  z-index: 0;
  transition: transform 0.2s ease-in-out;
}
#borderEffectThree #projectImageThree {
  width: 787px;
  height: 430px;
  z-index: 1;
  margin-top: 65px;
  margin-left: 80px;
  transition: transform 0.2s ease-in-out;
  transform: scale(1.12);
}

.projectDescription {
  z-index: 3;
  flex-grow: 1;
  margin-left: -30px;
  margin-bottom: 100px;
  display: flex;
  flex-wrap: wrap;
}
.projectDescription #titleOne {
  font-size: 69px;
  margin: 20px;
  margin-bottom: 50px;
  font-weight: bold;
  background-image: linear-gradient(to right, #FFAC1C, #1CAC78);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  top: 33px;
}
.projectDescription #titleTwoContainer {
  font-size: 69px;
  margin: 20px;
  margin-bottom: 50px;
  font-weight: bold;
}
.projectDescription #titleTwo {
  background-image: linear-gradient(to right, #FFAC1C, #00bfe8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  top: 33px;
}
.projectDescription #titleFour {
  background-image: linear-gradient(to right, beige, #00bfe8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  top: 33px;
}
.projectDescription #titleThree {
  font-size: 69px;
  margin: 20px;
  margin-bottom: 50px;
  font-weight: bold;
  background-image: linear-gradient(to right, #0d1d31, white);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  top: 33px;
}
.projectDescription #descriptionOne, .projectDescription #descriptionThree {
  font-weight: bold;
  margin: 20px;
  color: white;
  margin-left: 60px;
  font-size: 20px;
}
.projectDescription #note {
  font-weight: bold;
  margin: 2px;
  color: white;
  margin-left: 60px;
  font-size: 14px;
  margin-left: 90px;
  margin-top: -10px;
}
.projectDescription #descriptionTwo {
  font-weight: bold;
  margin: 20px;
  color: white;
  margin-right: 60px;
  font-size: 20px;
  text-align: right;
}
.projectDescription #descriptionFour {
  font-weight: bold;
  margin: 20px;
  color: white;
  margin-right: 85px;
  font-size: 20px;
  text-align: right;
}
.projectDescription #paragraphOne, .projectDescription #paragraphThree {
  font-weight: bold;
  margin: 20px;
  color: white;
  margin-left: 60px;
  font-size: 20px;
  border-top: 2px solid white;
  border-bottom: 2px solid white;
  padding-top: 5px;
  padding-bottom: 5px;
}
.projectDescription #paragraphTwo {
  text-align: right;
  font-weight: bold;
  margin: 20px;
  color: white;
  margin-right: 60px;
  font-size: 20px;
  border-top: 2px solid white;
  border-bottom: 2px solid white;
  padding-top: 5px;
  padding-bottom: 5px;
}
.projectDescription #paragraphFour {
  text-align: right;
  font-weight: bold;
  margin: 20px;
  color: white;
  margin-right: 85px;
  font-size: 20px;
  border-top: 2px solid white;
  border-bottom: 2px solid white;
  padding-top: 5px;
  padding-bottom: 5px;
}
.projectDescription #buttonsOne {
  margin-left: 45px;
}
.projectDescription #buttonsOne button {
  background-color: transparent;
  color: white;
  width: 90px;
  height: 40px;
  margin: 10px;
}
.projectDescription #buttonsTwo {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-right: 75px;
}
.projectDescription #buttonsTwo button {
  background-color: transparent;
  color: white;
  width: 90px;
  height: 40px;
  margin: 10px;
}
.projectDescription #buttonsFour {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-right: 75px;
}
.projectDescription #buttonsFour button {
  background-color: transparent;
  color: white;
  width: 90px;
  height: 40px;
  margin: 10px;
}
.projectDescription #buttonsThree {
  margin-left: 45px;
}
.projectDescription #buttonsThree button {
  background-color: transparent;
  color: white;
  width: 90px;
  height: 40px;
  margin: 10px;
}

.linkButton {
  cursor: pointer;
}

#projectOneDescription {
  justify-content: flex-start;
}

#projectTwoDescription {
  justify-content: flex-end;
}

#aboutMe {
  position: relative;
  bottom: 40px;
}

.moduleChallengeGroupings {
  background-color: #343434;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  margin-top: 100px;
  width: 80%;
  height: 230px;
}
.moduleChallengeGroupings .challengeDescription {
  color: white;
  margin-right: 100px;
  padding-left: 100px;
  vertical-align: center;
  font-size: 50px;
}

#groupingsOne {
  position: relative;
  bottom: 140px;
}

#groupingsTwo {
  position: relative;
  bottom: 150px;
  display: flex;
  flex-wrap: wrap-reverse;
  margin-right: 20px;
  padding-right: 10px;
}

.moduleChallengeVideo {
  width: 140px;
  padding: 3px;
  background-color: grey !important;
  margin: 3px;
}

#mySkillsPage {
  margin-top: 120px;
  height: 90vh;
  color: white;
  max-width: 100%;
}

#hexagonsOne {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
}

#hexagonsTwo {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
}

#hexagonsThree {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
}

#containerOne {
  height: 500px;
  width: 100%;
  position: relative;
  top: 200px;
  left: 10px;
}

#containerTwo {
  height: 500px;
  width: 100%;
  position: relative;
  top: 200px;
  left: 35px;
}

#containerThree {
  height: 500px;
  width: 100%;
  position: relative;
  top: 200px;
  right: 10px;
}

.row {
  display: inline-flex;
  position: relative;
  top: 40px;
  margin-top: -32px;
  margin-left: -50px;
}

.row:nth-child(even) {
  margin-left: 2px;
}

#skillsDivision {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
}

#skillsSectionOne {
  width: 33.3%;
  border-right: 3px solid white;
  border-bottom: 3px solid white;
}

#skillsSectionTwo {
  width: 33.3%;
  border-bottom: 3px solid white;
}

#skillsSectionThree {
  width: 33.3%;
  border-left: 3px solid white;
  border-bottom: 3px solid white;
}

.skillsSectionHeader {
  font-size: 50px;
  text-align: center;
  margin: 20px;
  margin-bottom: -20px;
}

#groupingsThree {
  position: relative;
  bottom: 135px;
}

#contactAndBlog {
  height: 90vh;
}

#devToLogo {
  align-self: center;
  margin-right: 290px;
  margin-bottom: 50px;
}

#devToLogoLink {
  z-index: 9 !important;
}

.devToLogoImage {
  height: 370px;
  width: 370px;
  transition: transform 0.5s ease-in-out;
  cursor: pointer;
  z-index: 6;
}

.devToLogoImage:hover {
  transform: scale(0.83);
}

#contactAndBlogContainer {
  display: flex;
  flex-wrap: nowrap;
  height: 100%;
  align-items: flex-end;
  justify-content: flex-end;
}

#contactMe {
  font-size: 70px;
  color: white;
  position: relative;
  bottom: 50px;
}

#contactMeContainer {
  width: 650px;
  height: 490px;
}

.successMessage {
  background-color: green;
  height: 70px;
  width: 700px;
  font-size: 45px;
  color: white;
  padding-left: 20px;
  position: fixed;
  top: 100px;
  right: -800px;
  z-index: 5;
  transition: 0.5s ease-in-out;
  display: flex;
  align-items: center;
}

.successMessage.show {
  transform: translateX(0);
  transition: 0.5s ease-in-out;
  position: fixed;
  top: 100px;
  right: 0px;
  z-index: 5;
}

#contactMeSection {
  width: 650px;
  height: 490px;
  border: 5px solid white;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  color: white;
}

#contactMeFormContainer {
  margin: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  height: 200px;
  margin-left: -100px;
  margin-top: 20px;
}

.inputContainer {
  margin-top: 20px;
}

.inputDescription {
  color: white;
  margin-bottom: -3px;
}

.contactInput {
  color: white;
  border: none;
  border-bottom: 2px solid white;
  background-color: transparent;
  width: 230px !important;
  padding: 5px;
}

#contactMeButton {
  width: 150px;
  height: 40px;
  border-radius: 20px;
  margin-top: 30px;
  font-size: 20px;
  cursor: pointer;
}

#contactInfoSection {
  position: relative;
  right: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  height: 60%;
}

.contactInfo {
  font-size: 25px;
}

.contactEmail {
  font-size: 15px;
}

#aboutMeDescriptionAndButtons {
  margin-left: -30px !important;
}

@media screen and (max-width: 1450px) {
  .projectDescription #titleOne, .projectDescription #titleTwo, .projectDescription #titleThree {
    position: relative;
    top: 0px;
  }
  #projectDescriptionTwo.show {
    position: relative;
    top: 40px;
  }
  #projectDescriptionThree.show {
    position: relative;
    top: 55px;
  }
  #workSectionTwo {
    margin-top: 0px;
  }
  #workSectionThree {
    margin-top: -5px;
  }
  #groupingsOne {
    position: relative;
    bottom: 170px;
  }
  #groupingsTwo {
    position: relative;
    bottom: 150px;
  }
  #groupingsThree {
    position: relative;
    bottom: 130px;
  }
  #titleOne, #titleTwoContainer, #titleThree {
    font-size: 50px !important;
    margin-bottom: 0px !important;
  }
  #titleFour {
    margin-bottom: 10px;
  }
  #descriptionFour {
    margin-top: 40px !important;
    margin-bottom: -10px !important;
    color: red;
    font-size: 17px !important;
  }
  #descriptionOne, #descriptionTwo, #descriptionThree, #descriptionFour {
    font-size: 17px !important;
  }
  #note {
    font-size: 14px !important;
    margin-top: 5px !important;
  }
  #paragraphOne, #paragraphTwo, #paragraphThree, #paragraphFour {
    font-size: 17px !important;
  }
  #borderEffectOne {
    margin-left: 30px;
    width: 770px;
    height: 432.6px;
    background-color: #1CAC78;
    z-index: 0;
    transition: transform 0.2s ease-in-out;
  }
  #borderEffectOne #projectImageOne {
    width: 662.2px;
    height: 369.8px;
    z-index: 1;
    margin-top: 65px;
    margin-left: 80px;
    transition: transform 0.2s ease-in-out;
    transform: scale(1.12);
  }
  #borderEffectTwo {
    margin-right: 30px;
    width: 770px;
    height: 432.6px;
    background-color: #f69620;
    z-index: 0;
    transition: transform 0.2s ease-in-out;
  }
  #borderEffectTwo #projectImageTwo {
    width: 662.2px;
    height: 369.8px;
    z-index: 1;
    margin-top: 65px;
    margin-right: 80px;
    transition: transform 0.2s ease-in-out;
    transform: scale(1.12);
  }
  #borderEffectFour {
    margin-right: 30px;
    width: 770px;
    height: 432.6px;
    background-color: red;
    z-index: 0;
    transition: transform 0.2s ease-in-out;
  }
  #borderEffectFour #projectImageFour {
    width: 662.2px;
    height: 369.8px;
    z-index: 1;
    margin-top: 65px;
    margin-right: 80px;
    transition: transform 0.2s ease-in-out;
    transform: scale(1.12);
  }
  #borderEffectThree {
    margin-left: 30px;
    width: 770px;
    height: 432.6px;
    background-color: #0c0d13;
    z-index: 0;
    transition: transform 0.2s ease-in-out;
  }
  #borderEffectThree #projectImageThree {
    width: 662.2px;
    height: 369.8px;
    z-index: 1;
    margin-top: 65px;
    margin-left: 80px;
    transition: transform 0.2s ease-in-out;
    transform: scale(1.12);
  }
  #projectDescriptionOne {
    margin-left: 0px;
    padding-right: 20px;
  }
  #projectDescriptionOne.show {
    position: relative;
    top: 30px;
  }
  .moduleChallengeGroupings {
    height: 250px;
  }
  #projectDescriptionTwo {
    padding-right: 20px;
    padding-left: 20px;
  }
  #mySkillsPage {
    margin-top: -40px;
  }
}
@media screen and (max-width: 1365px) {
  .moduleChallengeVideo {
    width: 120px;
  }
  .challengeDescription {
    font-size: 44px !important;
  }
  .projectDescription #titleOne {
    position: relative;
    top: 17px;
  }
  #descriptionOne {
    position: relative;
    top: 10px;
  }
  #mySkillsPage {
    margin-top: 40px;
  }
  #groupingsOne {
    position: relative;
    top: -150px;
  }
}
@media screen and (max-width: 1237px) {
  #projectDescriptionTwo.show {
    position: relative;
    top: -200px;
  }
  #projectDescriptionThree.show {
    position: relative;
    top: -220px;
  }
  .moduleChallengeGroupings .challengeDescription {
    margin-right: 0px;
    padding-right: 0px;
    text-align: center;
  }
  .videosAnchorTag {
    width: 80% !important;
  }
  #workSectionOne {
    position: relative;
    top: 170px;
  }
  #groupingsOne {
    position: relative;
    top: -190px;
    height: 180px !important;
  }
  #workSectionTwo {
    position: relative;
    top: 450px;
  }
  #groupingsTwo {
    position: relative;
    top: -340px;
  }
  #workSectionThree {
    position: relative;
    top: 300px;
  }
  #groupingsThree {
    position: relative;
    top: -355px;
  }
  #workSectionFour {
    position: relative;
    top: 300px;
  }
  #mySkillsPage {
    margin-top: 50px !important;
  }
  #titleOne, #titleTwoContainer, #titleThree {
    font-size: 52px !important;
    margin-bottom: 0px !important;
  }
  #descriptionOne, #descriptionTwo, #descriptionThree, #descriptionFour {
    font-size: 16px !important;
  }
  #descriptionOne {
    margin-left: 20px !important;
  }
  #note {
    font-size: 12px !important;
    margin-left: 30px !important;
    margin-top: -3px !important;
    margin-bottom: -3px !important;
  }
  #paragraphOne, #paragraphTwo, #paragraphThree, #paragraphFour {
    font-size: 16px !important;
  }
  #paragraphOne {
    margin-left: 20px !important;
  }
  #borderEffectOne {
    position: relative;
    bottom: 50px;
    margin-left: 30px;
    width: 650px;
    height: 365.2px;
    background-color: #1CAC78;
    z-index: 0;
    transition: transform 0.2s ease-in-out;
  }
  #borderEffectOne #projectImageOne {
    width: 559px;
    height: 318px;
    z-index: 1;
    margin-top: 50px;
    margin-left: 70px;
    transition: transform 0.2s ease-in-out;
    transform: scale(1.12);
  }
  #borderEffectTwo {
    position: relative;
    bottom: 50px;
    width: 650px;
    height: 365.2px;
    background-color: #f69620;
    z-index: 0;
    transition: transform 0.2s ease-in-out;
  }
  #borderEffectTwo #projectImageTwo {
    width: 559px;
    height: 318px;
    z-index: 1;
    position: relative;
    left: 25px;
    bottom: 15px;
    transition: transform 0.2s ease-in-out;
    transform: scale(1.12);
  }
  #borderEffectFour {
    position: relative;
    bottom: 50px;
    width: 650px;
    height: 365.2px;
    background-color: red;
    z-index: 0;
    transition: transform 0.2s ease-in-out;
  }
  #borderEffectFour #projectImageFour {
    width: 559px;
    height: 318px;
    z-index: 1;
    position: relative;
    left: 25px;
    bottom: 15px;
    transition: transform 0.2s ease-in-out;
    transform: scale(1.12);
  }
  #borderEffectThree {
    margin-left: 30px;
    width: 650px;
    height: 365.2px;
    background-color: #0c0d13;
    z-index: 0;
    transition: transform 0.2s ease-in-out;
  }
  #borderEffectThree #projectImageThree {
    width: 559px;
    height: 318px;
    z-index: 1;
    margin-top: 65px;
    margin-left: 80px;
    transition: transform 0.2s ease-in-out;
    transform: scale(1.12);
  }
  #projectDescriptionOne {
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 0px;
  }
  #projectDescriptionOne.show {
    position: relative;
    top: -30px;
  }
  #groupingsOne, #groupingsTwo, #groupingsThree {
    height: 170px !important;
    width: 100%;
    margin-right: 0px !important;
  }
  #projectDescriptionTwo {
    padding-right: 0px;
    padding-left: 20px;
  }
  .challengeDescription {
    width: 100%;
    padding-left: 0px !important;
  }
  #mySkillsPage {
    margin-top: 300px;
  }
  #projectThree {
    position: relative;
    top: 20px;
  }
  #groupingsThree {
    position: relative;
    bottom: 230px;
  }
  #mySkillsPage {
    margin-top: 230px;
  }
}
@media screen and (max-width: 1237px) {
  #mySkillsPage {
    margin-top: 270px;
  }
  .projectDescription #titleOne {
    position: relative;
    top: 0px;
  }
  #descriptionOne {
    position: relative;
    top: 0px;
  }
  .videosAnchorTag {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    margin-top: -25px;
  }
  .moduleChallengeVideo {
    width: 110px;
    background-color: grey;
    margin: 5px;
  }
  .challengeDescription {
    font-size: 45px !important;
  }
  .moduleChallengeGroupings {
    height: 200px !important;
  }
  #borderEffectOne {
    position: relative;
    top: -100px;
    margin-left: 30px;
    width: 650px;
    height: 365.2px;
    background-color: #1CAC78;
    z-index: 0;
    transition: transform 0.2s ease-in-out;
  }
  #borderEffectOne #projectImageOne {
    width: 559px;
    height: 318px;
    z-index: 1;
    margin-top: 50px;
    margin-left: 70px;
    transition: transform 0.2s ease-in-out;
    transform: scale(1.12);
  }
  #borderEffectTwo {
    position: relative;
    top: -250px;
    width: 650px;
    height: 365.2px;
    background-color: #f69620;
    z-index: 0;
    transition: transform 0.2s ease-in-out;
  }
  #borderEffectTwo #projectImageTwo {
    width: 559px;
    height: 318px;
    z-index: 1;
    position: relative;
    left: 25px;
    bottom: 15px;
    transition: transform 0.2s ease-in-out;
    transform: scale(1.12);
  }
  #borderEffectFour {
    position: relative;
    top: -250px;
    width: 650px;
    height: 365.2px;
    background-color: red;
    z-index: 0;
    transition: transform 0.2s ease-in-out;
  }
  #borderEffectFour #projectImageFour {
    width: 559px;
    height: 318px;
    z-index: 1;
    position: relative;
    left: 25px;
    bottom: 15px;
    transition: transform 0.2s ease-in-out;
    transform: scale(1.12);
  }
  #borderEffectThree {
    position: relative;
    top: -300px;
    margin-left: 30px;
    width: 650px;
    height: 365.2px;
    background-color: #0c0d13;
    z-index: 0;
    transition: transform 0.2s ease-in-out;
  }
  #borderEffectThree #projectImageThree {
    width: 559px;
    height: 318px;
    z-index: 1;
    margin-top: 65px;
    margin-left: 80px;
    transition: transform 0.2s ease-in-out;
    transform: scale(1.12);
  }
  #projectDescriptionTwo {
    position: relative;
    top: -200px;
  }
  #projectDescriptionThree {
    position: relative;
    top: -250px;
  }
  #groupingsOne {
    position: relative;
    bottom: 120px;
  }
  #groupingsThree {
    position: relative;
    bottom: 210px;
    margin-bottom: -600px;
  }
  #workSectionThree {
    padding-bottom: -900px !important;
    height: 500px;
  }
  .linkButton {
    margin: 7px !important;
    width: 80px !important;
    height: 35px !important;
    font-size: 17px !important;
  }
  #buttonsThree {
    margin-left: 65px !important;
  }
  #projectDescriptionThree.show {
    transform: translateX(-5px);
  }
}
@media screen and (max-width: 1330px) {
  #aboutMeDescriptionAndButtons {
    margin-left: -90px !important;
  }
  #contactAndBlog {
    height: 90vh;
  }
  #devToLogo {
    align-self: center;
    margin-right: 290px;
    margin-bottom: 50px;
    cursor: pointer;
    transition: transform 0.5s ease-in-out;
  }
  .devToLogoImage {
    height: 320px;
    width: 320px;
    margin-right: -50px;
  }
  #contactAndBlogContainer {
    display: flex;
    flex-wrap: nowrap;
    height: 100%;
    align-items: flex-end;
    justify-content: flex-end;
  }
  #contactMe {
    font-size: 50px;
    color: white;
    position: relative;
    bottom: 30px;
  }
  #contactMeContainer {
    width: 620px;
    height: 470px;
  }
  .successMessage {
    background-color: green;
    height: 70px;
    width: 700px;
    font-size: 45px;
    color: white;
    padding-left: 20px;
    position: fixed;
    top: 100px;
    right: -800px;
    z-index: 5;
    transition: 0.5s ease-in-out;
    display: flex;
    align-items: center;
  }
  .successMessage.show {
    transform: translateX(0);
    transition: 0.5s ease-in-out;
    position: fixed;
    top: 100px;
    right: 0px;
    z-index: 5;
  }
}
@media screen and (max-width: 1166px) {
  .projectDescription #titleOne {
    position: relative;
    top: 17px;
  }
  #descriptionOne {
    position: relative;
    top: 5px;
  }
  #projectDescriptionThree.show {
    position: relative;
    top: -240px;
  }
  #aboutMeDescriptionAndButtons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  #aboutMeDescriptionAndButtons p {
    font-size: 18px;
    width: 300px;
  }
  #aboutMe img {
    height: 320px;
    width: 192px;
  }
  #navBarAndAboutMe {
    height: 90vh;
  }
  #aboutMeButtons {
    margin-top: 7px !important;
    width: 310px;
  }
  #aboutMeButtons #linkedInButton {
    width: 100px !important;
    height: 42px !important;
  }
  #aboutMeButtons #resumeButton {
    width: 100px !important;
    height: 42px !important;
  }
  .moduleChallengeVideo {
    width: 100px;
    background-color: grey;
    margin: 5px;
  }
  #workSectionOne {
    position: relative;
    top: -220px;
  }
  #workSectionTwo {
    position: relative;
    top: 150px;
  }
  #workSectionThree {
    position: relative;
    top: 150px;
  }
  #workSectionFour {
    position: relative;
    top: 200px;
  }
  #groupingsOne {
    position: relative;
    top: -130px;
    height: 150px !important;
    margin-top: -57px;
  }
  #groupingsTwo {
    position: relative;
    top: -230px;
    height: 150px !important;
    margin-top: -110px;
  }
  #groupingsThree {
    position: relative;
    top: -240px;
    height: 150px !important;
    margin-top: -70px;
  }
  #borderEffectOne {
    position: relative;
    top: -100px;
    margin-left: 30px;
    width: 555px;
    height: 314px;
    background-color: #1CAC78;
    z-index: 0;
    transition: transform 0.2s ease-in-out;
  }
  #borderEffectOne #projectImageOne {
    width: 500px;
    height: 270px;
    z-index: 1;
    margin-top: 40px;
    margin-left: 55px;
    transition: transform 0.2s ease-in-out;
    transform: scale(1.12);
  }
  #borderEffectTwo {
    position: relative;
    top: -250px;
    width: 525px;
    height: 314px;
    background-color: #f69620;
    z-index: 0;
    transition: transform 0.2s ease-in-out;
  }
  #borderEffectTwo #projectImageTwo {
    width: 455.8px;
    height: 270px;
    z-index: 1;
    position: relative;
    left: 15px;
    bottom: 20px;
    transition: transform 0.2s ease-in-out;
    transform: scale(1.12);
  }
  #borderEffectFour {
    position: relative;
    top: -250px;
    width: 525px;
    height: 314px;
    z-index: 0;
    transition: transform 0.2s ease-in-out;
  }
  #borderEffectFour #projectImageFour {
    width: 455.8px;
    height: 270px;
    z-index: 1;
    position: relative;
    left: 15px;
    bottom: 20px;
    transition: transform 0.2s ease-in-out;
    transform: scale(1.12);
  }
  #borderEffectThree {
    position: relative;
    top: -300px;
    margin-left: 30px;
    width: 530px;
    height: 314px;
    background-color: #0c0d13;
    z-index: 0;
    transition: transform 0.2s ease-in-out;
  }
  #borderEffectThree #projectImageThree {
    width: 455.8px;
    height: 270px;
    z-index: 1;
    margin-top: 40px;
    margin-left: 55px;
    transition: transform 0.2s ease-in-out;
    transform: scale(1.12);
  }
  #mySkillsPage {
    margin-top: -400px !important;
  }
  .challengeDescription {
    font-size: 40px !important;
  }
  .videosAnchorTag {
    width: 80%;
  }
  .successMessage {
    background-color: green;
    height: 70px;
    width: 700px;
    font-size: 45px;
    color: white;
    padding-left: 20px;
    position: fixed;
    top: 100px;
    right: -800px;
    z-index: 5;
    transition: 0.5s ease-in-out;
    display: flex;
    align-items: center;
  }
  #projectDescriptionOne.show {
    position: relative;
    top: -50px !important;
  }
  #borderEffectThree.show {
    transform: translateX(5px);
  }
  #projectDescriptionThree.show {
    transform: translateX(5px);
  }
  #descriptionThree {
    position: relative;
    top: 20px;
  }
  .projectDescription #titleThree {
    position: relative;
    top: 25px;
  }
  #projectDescriptionThree.show {
    position: relative;
    top: -260px;
  }
}
@media screen and (max-width: 1200px) {
  #contactAndBlog {
    height: 90vh;
  }
  #devToLogo {
    align-self: center;
    margin-right: 290px;
    margin-bottom: 50px;
    cursor: pointer;
    transition: transform 0.5s ease-in-out;
  }
  .devToLogoImage {
    height: 300px;
    width: 300px;
    margin-right: -90px;
  }
  #contactAndBlogContainer {
    display: flex;
    flex-wrap: nowrap;
    height: 100%;
    align-items: flex-end;
    justify-content: flex-end;
  }
  #contactMe {
    font-size: 45px;
    color: white;
    position: relative;
    bottom: 20px;
  }
  #contactMeContainer {
    width: 550px;
    height: 415px;
  }
  .successMessage {
    background-color: green;
    height: 70px;
    width: 700px;
    font-size: 45px;
    color: white;
    padding-left: 20px;
    position: fixed;
    top: 100px;
    right: -800px;
    z-index: 5;
    transition: 0.5s ease-in-out;
    display: flex;
    align-items: center;
  }
  .successMessage.show {
    transform: translateX(0);
    transition: 0.5s ease-in-out;
    position: fixed;
    top: 100px;
    right: 0px;
    z-index: 5;
  }
  #contactMeSection {
    width: 650px;
    height: 490px;
    border: 5px solid white;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    color: white;
  }
  #contactMeFormContainer {
    margin: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    height: 200px;
    margin-left: -120px;
    margin-top: 20px;
  }
  .inputContainer {
    margin-top: 0px;
  }
  .inputDescription {
    color: white;
    margin-bottom: -3px;
    font-size: 14px;
  }
  .contactInput {
    color: white;
    border: none;
    border-bottom: 2px solid white;
    background-color: transparent;
    width: 200px !important;
  }
  #contactMeButton {
    width: 120px;
    height: 32px;
    border-radius: 20px;
    margin-top: 20px;
    font-size: 15px;
  }
  #contactInfoSection {
    position: relative;
    right: 120px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
    height: 55%;
  }
  .contactInfo {
    font-size: 25px;
  }
  .contactEmail {
    font-size: 15px;
  }
}
@media screen and (max-width: 1050px) {
  .projectDescription #titleOne {
    position: relative;
    top: 7px;
    left: -10px;
  }
  #descriptionThree {
    position: relative;
    top: 20px;
  }
  .projectDescription #titleThree {
    position: relative;
    top: 20px;
  }
  #borderEffectThree.show {
    transform: translateX(-10px);
  }
  #projectDescriptionThree.show {
    transform: translateX(-10px);
    position: relative;
    top: -250px;
  }
  .successMessage {
    background-color: green;
    height: 35px !important;
    width: 400px !important;
    font-size: 33px !important;
    padding-left: 12px !important;
    position: fixed;
    top: 100px;
  }
  #navBar ul {
    margin-right: 30px;
  }
  #navBar li {
    margin: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 18px;
  }
  #borderEffectOne {
    position: relative;
    top: -100px;
    margin-left: 30px;
    width: 550px;
    height: 300px;
    background-color: #1CAC78;
    z-index: 0;
    transition: transform 0.2s ease-in-out;
  }
  #borderEffectOne #projectImageOne {
    width: 473px;
    height: 260px;
    z-index: 1;
    margin-top: 40px;
    margin-left: 45px;
    transition: transform 0.2s ease-in-out;
    transform: scale(1.12);
  }
  #borderEffectTwo {
    width: 550px;
    height: 300px;
  }
  #borderEffectTwo #projectImageTwo {
    width: 473px;
    height: 260px;
  }
  #borderEffectFour {
    width: 550px;
    height: 300px;
  }
  #borderEffectFour #projectImageFour {
    width: 473px;
    height: 260px;
  }
  #borderEffectThree {
    position: relative;
    top: -300px;
    margin-left: 30px;
    width: 550px;
    height: 300px;
    background-color: #0c0d13;
    z-index: 0;
    transition: transform 0.2s ease-in-out;
  }
  #borderEffectThree #projectImageThree {
    width: 473px;
    height: 260px;
    z-index: 1;
    margin-top: 40px;
    margin-left: 55px;
    transition: transform 0.2s ease-in-out;
    transform: scale(1.12);
  }
  #projectTwo {
    position: relative;
    right: 25px;
  }
  #titleOne, #titleTwo, #titleThree, #titleFour {
    font-size: 44px !important;
  }
  #descriptionOne, #descriptionTwo, #descriptionThree, #descriptionFour {
    font-size: 15px !important;
  }
  #descriptionTwo, #paragraphTwo {
    margin-left: -15px !important;
  }
  #descriptionTwo {
    margin-bottom: -10px !important;
  }
  #paragraphTwo {
    margin-top: 30px !important;
  }
  #groupingsOne {
    position: relative;
    top: -130px;
  }
  #titleTwo {
    position: relative;
    left: -20px !important;
  }
  #projectDescriptionTwo.show {
    transform: translateX(60px);
  }
  #borderEffectTwo.show {
    transform: translateX(20px);
  }
}
@media screen and (max-width: 1050px) {
  #aboutMeDescriptionAndButtons {
    width: 310px !important;
    margin-left: -120px !important;
  }
  #aboutMeDescriptionAndButtons p {
    font-size: 15px;
    width: 270px;
  }
  #aboutMe {
    margin-top: -20px !important;
  }
  #aboutMe img {
    margin-top: 220px;
    height: 300px;
    width: 180px;
    border: 5px solid grey;
  }
  #navBarAndAboutMe {
    height: 90vh;
    background-position: center 33%;
  }
  #aboutMeButtons {
    width: 250px;
  }
  #aboutMeButtons #linkedInButton {
    width: 70px !important;
    height: 30px !important;
    font-size: 12px !important;
  }
  #aboutMeButtons #resumeButton {
    width: 70px !important;
    height: 30px !important;
    font-size: 12px !important;
  }
}
@media screen and (max-width: 1130px) {
  .devToLogoImage {
    height: 300px;
    width: 300px;
    margin-right: -120px;
  }
  #aboutMeDescriptionAndButtons {
    margin-left: -90px !important;
  }
  #navBarAndAboutMe {
    background-position: center 35%;
  }
}
@media screen and (max-width: 1100px) {
  #contactAndBlog {
    height: 90vh;
  }
  #devToLogo {
    align-self: center;
    margin-right: 290px;
    margin-bottom: 50px;
    cursor: pointer;
    transition: transform 0.5s ease-in-out;
  }
  .devToLogoImage {
    height: 290px;
    width: 290px;
    margin-right: -130px;
  }
  #contactAndBlogContainer {
    display: flex;
    flex-wrap: nowrap;
    height: 100%;
    align-items: flex-end;
    justify-content: flex-end;
  }
  #contactMe {
    font-size: 45px;
    color: white;
    position: relative;
    bottom: 20px;
  }
  #contactMeContainer {
    width: 550px;
    height: 415px;
  }
  .successMessage {
    background-color: green;
    height: 70px;
    width: 700px;
    font-size: 45px;
    color: white;
    padding-left: 20px;
    position: fixed;
    top: 100px;
    right: -800px;
    z-index: 5;
    transition: 0.5s ease-in-out;
    display: flex;
    align-items: center;
  }
  .successMessage.show {
    transform: translateX(0);
    transition: 0.5s ease-in-out;
    position: fixed;
    top: 100px;
    right: 0px;
    z-index: 5;
  }
  #contactMeSection {
    width: 650px;
    height: 490px;
    border: 5px solid white;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    color: white;
  }
  #contactMeFormContainer {
    margin: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    height: 200px;
    margin-left: -120px;
    margin-top: 30px;
  }
  .inputContainer {
    margin-top: 0px;
  }
  .inputDescription {
    color: white;
    margin-bottom: -3px;
    font-size: 14px;
  }
  .contactInput {
    color: white;
    border: none;
    border-bottom: 2px solid white;
    background-color: transparent;
    width: 200px !important;
  }
  #contactMeButton {
    width: 120px;
    height: 32px;
    border-radius: 20px;
    margin-top: 20px;
    font-size: 15px;
  }
  #contactInfoSection {
    position: relative;
    right: 120px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
    height: 55%;
  }
  .contactInfo {
    font-size: 25px;
  }
  .contactEmail {
    font-size: 15px;
  }
}
@media screen and (max-width: 1020px) {
  #groupingsThree {
    position: relative;
    top: -250px !important;
  }
  #devToLogo {
    align-self: center;
    margin-right: 230px;
    margin-bottom: 100px;
    cursor: pointer;
    transition: transform 0.5s ease-in-out;
  }
  #borderEffectThree.show {
    transform: translateX(0px);
  }
  #projectDescriptionThree.show {
    transform: translateX(0px);
    position: relative;
    top: -250px;
  }
  .projectDescription #titleThree {
    position: relative;
    top: 25px;
  }
}
@media screen and (max-width: 1000px) {
  #devToLogo {
    align-self: center;
    margin-right: 240px;
    margin-bottom: 190px;
    cursor: pointer;
    transition: transform 0.5s ease-in-out;
  }
  .devToLogoImage {
    height: 250px;
    width: 250px;
  }
  #contactAndBlogContainer {
    display: flex;
    flex-wrap: nowrap;
    height: 100%;
    align-items: flex-end;
    justify-content: flex-end;
  }
  #contactMe {
    font-size: 45px;
    color: white;
    position: relative;
    bottom: 20px;
  }
  #contactMeContainer {
    width: 550px;
    height: 415px;
  }
  .successMessage {
    background-color: green;
    height: 70px;
    width: 700px;
    font-size: 45px;
    color: white;
    padding-left: 20px;
    position: fixed;
    top: 100px;
    right: -800px;
    z-index: 5;
    transition: 0.5s ease-in-out;
    display: flex;
    align-items: center;
  }
  .successMessage.show {
    transform: translateX(0);
    transition: 0.5s ease-in-out;
    position: fixed;
    top: 100px;
    right: 0px;
    z-index: 5;
  }
  #contactMeSection {
    width: 570px;
    height: 400px;
    border: 5px solid white;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    color: white;
  }
  #contactMeFormContainer {
    margin: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    height: 200px;
    margin-left: -200px;
    margin-top: 30px;
  }
  .inputContainer {
    margin-top: 0px;
  }
  .inputDescription {
    color: white;
    margin-bottom: -3px;
    font-size: 12px;
  }
  .contactInput {
    color: white;
    border: none;
    border-bottom: 2px solid white;
    background-color: transparent;
    width: 170px !important;
  }
  #contactMeButton {
    width: 100px;
    height: 27px;
    border-radius: 20px;
    margin-top: 10px;
    font-size: 12px;
  }
  #contactInfoSection {
    position: relative;
    right: 70px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
    height: 61%;
  }
  .contactInfo {
    font-size: 20px;
  }
  .contactEmail {
    font-size: 10px;
  }
}
@media screen and (max-width: 981px) {
  #aboutMe {
    position: relative;
    left: 50px;
  }
  #borderEffectThree.show {
    transform: translateX(0px);
  }
  #projectDescriptionThree.show {
    transform: translateX(0px);
  }
}
@media screen and (max-width: 941px) {
  .projectDescription #titleTwo {
    position: relative;
    top: 35px;
  }
  #buttonsTwo {
    position: relative;
    right: 10px !important;
    top: -10px !important;
  }
  #buttonsFour {
    position: relative;
    right: 70px !important;
    top: -10px !important;
  }
  #projectDescriptionOne.show {
    position: relative;
    top: -35px !important;
  }
  #navBar ul {
    margin-right: 30px;
  }
  #navBar li {
    margin: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 15px;
  }
  #groupingsOne {
    position: relative;
    top: -150px;
  }
  #groupingsTwo {
    position: relative;
    top: -230px;
  }
  #groupingsThree {
    position: relative;
    top: -210px;
  }
  #workSectionOne {
    position: relative;
    top: -400px;
  }
  #workSectionTwo {
    position: relative;
    top: 0px;
  }
  #workSectionThree {
    position: relative;
    top: 110px;
  }
  #workSectionFour {
    position: relative;
    top: 200px;
  }
  #mySkillsPage {
    margin-top: -220px !important;
  }
  #workPage {
    height: 2200px;
  }
  #titleOne, #titleTwo, #titleThree, #titleFour {
    font-size: 40px !important;
  }
  #titleOne {
    margin-bottom: -10px !important;
  }
  #titleTwo {
    position: relative;
    top: 30px;
  }
  #titleFour {
    margin-bottom: -30px;
    position: relative;
    right: 70px;
  }
  #borderEffectOne {
    width: 475px;
    height: 250px;
  }
  #borderEffectOne #projectImageOne {
    width: 410px;
    height: 225px;
    position: relative;
    bottom: 10px;
  }
  #borderEffectTwo {
    position: relative;
    top: -230px !important;
    width: 475px;
    height: 250px;
  }
  #borderEffectTwo #projectImageTwo {
    width: 410px;
    height: 225px;
    position: relative;
    bottom: 30px;
  }
  #borderEffectFour {
    position: relative;
    top: -230px !important;
    width: 475px;
    height: 250px;
  }
  #borderEffectFour #projectImageFour {
    width: 410px;
    height: 225px;
    position: relative;
    bottom: 30px;
  }
  #borderEffectThree {
    width: 475px;
    height: 250px;
  }
  #borderEffectThree #projectImageThree {
    width: 410px;
    height: 225px;
  }
  #note {
    font-size: 10px !important;
    margin-right: 50px !important;
  }
  #descriptionOne {
    font-size: 12px !important;
    padding-right: 20px;
  }
  #descriptionTwo {
    font-size: 12px !important;
    position: relative;
    top: 30px;
    right: 30px !important;
  }
  #descriptionFour {
    font-size: 12px !important;
    position: static;
    margin-right: 140px !important;
    margin-top: 70px !important;
    margin-bottom: -30px !important;
  }
  #paragraphOne {
    font-size: 12px !important;
    margin-right: 30px !important;
  }
  #paragraphTwo {
    font-size: 12px !important;
    margin-top: 50px !important;
    position: relative;
    right: 30px !important;
  }
  #paragraphFour {
    font-size: 12px !important;
    margin-top: 50px !important;
    position: static;
    margin-right: 140px !important;
  }
  #paragraphThree {
    font-size: 12px !important;
  }
  #projectDescriptionOne {
    position: relative;
    left: 20px !important;
    top: -40px !important;
  }
  .linkButton {
    margin: 7px !important;
    width: 75px !important;
    height: 30px !important;
    font-size: 15px !important;
  }
  #projectTwo {
    position: relative;
    right: 45px;
  }
  #borderEffectTwo {
    transform: translateX(300px);
    transition: 3s ease-in-out;
    opacity: 0;
  }
  #borderEffectTwo.show {
    transform: translateX(50px);
    opacity: 1;
    transition: 3s ease-in-out;
  }
  #borderEffectThree.show {
    transform: translateX(0px);
  }
  #projectDescriptionThree.show {
    transform: translateX(0px);
  }
  #projectDescriptionTwo {
    position: relative;
    left: 60px;
  }
  #groupingsTwo {
    bottom: 300px;
    height: 140px !important;
  }
  #groupingsOne, #groupingsThree {
    height: 120px !important;
  }
  .challengeDescription {
    font-size: 35px !important;
  }
  .moduleChallengeVideo {
    width: 80px;
    background-color: transparent !important;
    border: 3px solid grey;
    padding: 0px;
    margin-bottom: 0px !important;
  }
  #buttonsOne {
    position: relative;
    bottom: 10px;
    right: 33px;
  }
  .challengeDescription {
    margin-top: -7px;
  }
  #projectDescriptionThree.show {
    position: relative;
    top: -240px;
  }
  #buttonsThree {
    position: relative;
    left: -12px;
    top: -10px;
  }
  .projectDescription #titleThree {
    position: relative;
    top: 30px;
  }
  #borderEffectThree.show {
    transform: translateX(-25px);
  }
  #projectDescriptionThree.show {
    transform: translateX(-20px);
  }
}
@media screen and (max-width: 920px) {
  #videosAnchorTag3 {
    width: 60% !important;
  }
  #contactAndBlog {
    height: 75vh;
  }
  #devToLogo {
    align-self: center;
    margin-right: 240px;
    margin-bottom: 190px;
    cursor: pointer;
    transition: transform 0.5s ease-in-out;
  }
  .devToLogoImage {
    height: 220px;
    width: 220px;
  }
  #contactAndBlogContainer {
    display: flex;
    flex-wrap: nowrap;
    height: 100%;
    align-items: flex-end;
    justify-content: flex-end;
  }
  #contactMe {
    font-size: 45px;
    color: white;
    position: relative;
    bottom: 20px;
  }
  #contactMeContainer {
    width: 475px;
    height: 360px;
  }
  .successMessage {
    background-color: green;
    height: 70px;
    width: 700px;
    font-size: 45px;
    color: white;
    padding-left: 20px;
    position: fixed;
    top: 100px;
    right: -800px;
    z-index: 5;
    transition: 0.5s ease-in-out;
    display: flex;
    align-items: center;
  }
  .successMessage.show {
    transform: translateX(0);
    transition: 0.5s ease-in-out;
    position: fixed;
    top: 100px;
    right: 0px;
    z-index: 5;
  }
  #contactMeSection {
    width: 570px;
    height: 400px;
    border: 5px solid white;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    color: white;
  }
  #contactMeFormContainer {
    margin: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    height: 200px;
    margin-left: -200px;
    margin-top: 30px;
  }
  .inputContainer {
    margin-top: 0px;
  }
  .inputDescription {
    color: white;
    margin-bottom: -3px;
    font-size: 12px;
  }
  .contactInput {
    color: white;
    border: none;
    border-bottom: 2px solid white;
    background-color: transparent;
    width: 170px !important;
  }
  #contactMeButton {
    width: 100px;
    height: 27px;
    border-radius: 20px;
    margin-top: 10px;
    font-size: 12px;
  }
  #contactInfoSection {
    position: relative;
    right: 120px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
    height: 55%;
  }
  .contactInfo {
    font-size: 20px;
  }
  .contactEmail {
    font-size: 10px;
  }
}
@media screen and (max-width: 850px) {
  #workSectionOne {
    position: relative;
    top: -500px;
  }
  #workSectionTwo {
    position: relative;
    top: -20px;
  }
  #workSectionThree {
    position: relative;
    top: 120px;
  }
  #projectDescriptionThree.show {
    position: relative;
    top: -240px !important;
  }
  #groupingsOne, #groupingsTwo, #groupingsThree {
    height: 110px !important;
  }
  #groupingsOne {
    margin-top: -80px !important;
  }
  #groupingsTwo {
    margin-top: -140px !important;
  }
  #groupingsThree {
    margin-top: -90px !important;
  }
  .moduleChallengeVideo {
    width: 70px !important;
  }
  #borderEffectOne {
    width: 390px;
    height: 200px;
  }
  #borderEffectOne #projectImageOne {
    width: 344px;
    height: 180px;
  }
  #borderEffectTwo {
    width: 390px;
    height: 200px;
  }
  #borderEffectTwo #projectImageTwo {
    width: 344px;
    height: 180px;
    position: relative;
    bottom: 35px;
    left: 10px;
  }
  #borderEffectFour {
    width: 390px;
    height: 200px;
  }
  #borderEffectFour #projectImageFour {
    width: 344px;
    height: 180px;
    position: relative;
    bottom: 35px;
    left: 10px;
  }
  #borderEffectThree {
    width: 390px;
    height: 200px;
  }
  #borderEffectThree #projectImageThree {
    width: 344px;
    height: 180px;
  }
  #descriptionOne, #descriptionTwo, #descriptionThree, #descriptionFour {
    font-size: 12px !important;
  }
  #note {
    margin-top: -10px !important;
    margin-bottom: -10px !important;
    font-size: 8px !important;
  }
  .challengeDescription {
    font-size: 30px !important;
  }
  #mySkillsPage {
    margin-top: -460px !important;
  }
  #buttonsFour {
    position: relative;
    right: 70px !important;
  }
}
@media screen and (max-width: 820px) {
  .pageHeader {
    font-size: 40px;
  }
  #contactAndBlog {
    height: 70vh;
  }
  #devToLogo {
    align-self: center;
    margin-right: 240px;
    margin-bottom: 190px;
    cursor: pointer;
    transition: transform 0.5s ease-in-out;
  }
  .devToLogoImage {
    height: 220px;
    width: 220px;
  }
  #contactAndBlogContainer {
    display: flex;
    flex-wrap: nowrap;
    height: 100%;
    align-items: flex-end;
    justify-content: flex-end;
  }
  #contactMe {
    font-size: 45px;
    color: white;
    position: relative;
    bottom: 20px;
  }
  #contactMeContainer {
    width: 420px;
    height: 320px;
  }
  .successMessage {
    background-color: green;
    height: 70px;
    width: 700px;
    font-size: 45px;
    color: white;
    padding-left: 20px;
    position: fixed;
    top: 100px;
    right: -800px;
    z-index: 5;
    transition: 0.5s ease-in-out;
    display: flex;
    align-items: center;
  }
  .successMessage.show {
    transform: translateX(0);
    transition: 0.5s ease-in-out;
    position: fixed;
    top: 100px;
    right: 0px;
    z-index: 5;
  }
  #contactMeSection {
    width: 570px;
    height: 400px;
    border: 5px solid white;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    color: white;
  }
  #contactMeFormContainer {
    margin: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    height: 140px;
    margin-left: -180px;
    margin-top: 20px;
  }
  .inputContainer {
    padding-bottom: -20px !important;
    margin-bottom: 5px;
  }
  .inputDescription {
    color: white;
    margin-bottom: 0px;
    font-size: 10px;
  }
  .contactInput {
    color: white;
    border: none;
    border-bottom: 2px solid white;
    background-color: transparent;
    width: 150px !important;
    height: 10px !important;
    margin-bottom: -20px;
  }
  #contactMeButton {
    width: 100px;
    height: 27px;
    border-radius: 20px;
    margin-top: 10px;
    font-size: 12px;
  }
  #contactButtonContainer {
    margin-top: 0px !important;
  }
  #contactInfoSection {
    position: relative;
    right: 170px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
    height: 45%;
  }
  .contactInfo {
    font-size: 20px;
  }
  .contactEmail {
    font-size: 10px;
  }
  #contactAndBlog {
    margin-top: -50px;
  }
}
@media screen and (max-width: 790px) {
  .linkButton {
    margin: 5px !important;
    margin-top: 15px !important;
    width: 55px !important;
    height: 22px !important;
    font-size: 10px !important;
  }
  #titleTwo {
    position: relative;
    left: -50px !important;
  }
  #projectDescriptionTwo {
    position: relative;
    top: -190px !important;
  }
  #buttonsTwo {
    position: relative;
    left: -5px !important;
  }
  #projectDescriptionOne.show {
    position: relative;
    top: -40px !important;
  }
  #titleOne {
    margin-bottom: -15px !important;
    position: relative;
    right: 20px;
  }
  .moduleChallengeVideo {
    width: 60px !important;
  }
  .challengeDescription {
    font-size: 27px !important;
    margin-top: -5px !important;
    margin-bottom: 5px !important;
  }
  #groupingsOne {
    position: relative;
    top: -160px !important;
  }
  #groupingsOne, #groupingsTwo, #groupingsThree {
    height: 95px !important;
  }
  #workSectionOne {
    position: relative;
    top: -650px !important;
  }
  #workSectionTwo {
    position: relative;
    top: -100px !important;
  }
  #workSectionThree {
    position: relative;
    top: 100px !important;
  }
  #descriptionOne, #descriptionTwo, #descriptionThree, #descriptionFour {
    font-size: 10px !important;
  }
  #paragraphOne, #paragraphTwo, #paragraphThree, #paragraphFour {
    font-size: 9px !important;
    margin-bottom: 10px !important;
  }
  #titleOne, #titleTwo, #titleThree, #titleFour {
    font-size: 33px !important;
  }
  #borderEffectOne {
    width: 320px;
    height: 165px;
  }
  #borderEffectOne #projectImageOne {
    width: 280px;
    height: 150px;
    position: relative;
    right: 10px;
    bottom: 15px;
  }
  #borderEffectTwo {
    width: 320px;
    height: 165px;
  }
  #borderEffectTwo #projectImageTwo {
    width: 280px;
    height: 150px;
    position: relative;
    bottom: 35px;
    left: 10px;
  }
  #borderEffectFour {
    width: 320px;
    height: 165px;
  }
  #borderEffectFour #projectImageFour {
    width: 280px;
    height: 150px;
    position: relative;
    bottom: 35px;
    left: 10px;
  }
  #borderEffectThree {
    width: 390px;
    height: 200px;
  }
  #borderEffectThree #projectImageThree {
    width: 344px;
    height: 180px;
  }
  .skillsSectionHeader {
    font-size: 35px;
  }
  #containerOne, #containerTwo, #containerThree {
    position: relative;
    top: 140px !important;
  }
  #skillsDivision {
    height: 400px !important;
  }
  #contactAndBlog {
    height: 70vh;
  }
  #devToLogo {
    align-self: center;
    margin-right: 190px;
    margin-bottom: 210px;
    cursor: pointer;
    transition: transform 0.5s ease-in-out;
  }
  .devToLogoImage {
    height: 220px;
    width: 220px;
  }
  #contactAndBlog {
    margin-top: -190px;
    margin-bottom: 15px !important;
  }
  #mySkillsPage {
    margin-top: -700px !important;
  }
  #groupingsThree {
    position: relative;
    margin-top: -80px !important;
  }
}
@media screen and (max-width: 750px) {
  #aboutMe {
    position: relative;
    left: 60px;
  }
  #contactAndBlog {
    height: 75vh;
  }
  #devToLogo {
    align-self: center;
    margin: 0px;
    padding: 0px;
    width: 100%;
    display: flex;
    justify-content: center;
    padding-right: 140px;
  }
  .devToLogo, .devToLogoImage {
    z-index: 9 !important;
  }
  #contactAndBlogContainer {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    align-items: center;
    justify-content: center;
  }
  #contactMe {
    font-size: 35px;
    color: white;
    position: relative;
    top: 35px;
  }
  #contactMeContainer {
    width: 100%;
    margin-top: -170px;
    height: 320px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .successMessage {
    height: 70px;
    width: 700px;
    font-size: 45px;
    color: white;
    padding-left: 20px;
    position: fixed;
    top: 100px;
    right: -800px;
    z-index: 5;
    transition: 0.5s ease-in-out;
    display: flex;
    align-items: center;
  }
  .successMessage.show {
    transform: translateX(0);
    transition: 0.5s ease-in-out;
    position: fixed;
    top: 100px;
    right: 0px;
    z-index: 5;
  }
  #contactMeSection {
    width: 450px;
    height: 200px;
    border: 5px solid white;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    color: white;
  }
  #contactMeFormContainer {
    margin: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    height: 140px;
    margin-left: -130px;
    margin-top: 20px;
  }
  .inputContainer {
    padding-bottom: -20px !important;
  }
  .inputDescription {
    color: white;
    margin-bottom: 0px;
    font-size: 10px;
  }
  .contactInput {
    color: white;
    border: none;
    border-bottom: 2px solid white;
    background-color: transparent;
    width: 150px !important;
    height: 10px !important;
    margin-bottom: -20px;
  }
  #contactMeButton {
    width: 100px;
    height: 27px;
    border-radius: 20px;
    margin-top: 10px;
    font-size: 12px;
  }
  #contactInfoSection {
    position: relative;
    right: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
    height: 60%;
  }
  .contactInfo {
    font-size: 15px;
  }
  .contactEmail {
    font-size: 7px;
  }
}
@media screen and (max-width: 740px) {
  .videosAnchorTag {
    z-index: 9 !important;
  }
  #aboutMeDescriptionAndButtons {
    width: 250px !important;
    margin-left: -130px !important;
    margin-top: 70px !important;
  }
  #aboutMeDescriptionAndButtons p {
    font-size: 15px;
    width: 220px;
    padding: 10px !important;
  }
  #aboutMe {
    margin-top: 10px !important;
  }
  #aboutMe img {
    margin-top: 150px;
    height: 250px;
    width: 150px;
    border: 5px solid grey;
  }
  #navBarAndAboutMe {
    height: 80vh;
    background-position: center 45%;
  }
  #aboutMeButtons {
    width: 250px;
  }
  #aboutMeButtons #linkedInButton {
    width: 70px !important;
    height: 30px !important;
    font-size: 12px !important;
  }
  #aboutMeButtons #resumeButton {
    width: 70px !important;
    height: 30px !important;
    font-size: 12px !important;
  }
}
@media screen and (max-width: 707px) {
  .projectDescription #titleThree {
    position: relative;
    top: 30px;
  }
  #projectOne {
    position: relative;
    left: -10px;
  }
  #borderEffectOne {
    width: 330px;
    height: 185px;
  }
  #borderEffectOne #projectImageOne {
    width: 284px;
    height: 161px;
    position: relative;
    bottom: 15px;
    right: 10px;
  }
  #borderEffectTwo {
    position: relative;
    top: -230px !important;
    width: 325px;
    height: 185px;
  }
  #borderEffectTwo #projectImageTwo {
    width: 284px;
    height: 161px;
    position: relative;
    bottom: 40px;
    left: 10px;
  }
  #borderEffectFour {
    position: relative;
    top: -230px !important;
    width: 325px;
    height: 185px;
  }
  #borderEffectFour #projectImageFour {
    width: 284px;
    height: 161px;
    position: relative;
    bottom: 40px;
    left: 10px;
  }
  #borderEffectThree {
    width: 330px;
    height: 185px;
  }
  #borderEffectThree #projectImageThree {
    width: 284px;
    height: 161px;
  }
  #descriptionThree {
    margin: 0px !important;
    margin-left: 60px !important;
    margin-top: 20px !important;
  }
  #paragraphThree {
    margin: 0px !important;
    margin-left: 60px !important;
    margin-top: 30px !important;
  }
  #buttonsThree {
    margin-top: 10px !important;
  }
}
@media screen and (max-width: 671px) {
  #groupingsThree {
    position: relative;
    top: -300px !important;
  }
  #projectDescriptionThree.show {
    position: relative;
    top: -260px !important;
  }
  #borderEffectThree.show {
    transform: translateX(30px);
  }
  #projectDescriptionThree.show {
    transform: translateX(30px);
  }
  #titleOne {
    font-size: 30px !important;
  }
  #groupingsOne, #groupingsTwo #groupingsThree {
    height: 80px !important;
  }
  .videosAnchorTag {
    margin-top: -20px !important;
    margin-bottom: -5px !important;
  }
  #navBar h1 {
    font-size: 25px;
  }
  #navBar ul {
    margin-right: 20px;
  }
  #navBar li {
    margin: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 15px;
  }
  #borderEffectOne {
    width: 280px;
    height: 160px;
  }
  #borderEffectOne #projectImageOne {
    width: 255px;
    height: 138px;
    position: relative;
    bottom: 22px;
    right: 20px;
  }
  #projectOne {
    position: relative;
    right: 10px;
  }
  #projectDescriptionOne {
    margin-left: -20px;
    position: relative;
    top: -60px !important;
  }
  #projectDescriptionTwo {
    margin-right: -10px;
  }
  #borderEffectTwo.show {
    transform: translateX(60px);
  }
  #workSectionOne {
    position: relative;
    top: -800px !important;
  }
  #workSectionTwo {
    position: relative;
    top: -200px !important;
  }
  #groupingsTwo {
    position: relative;
    top: -250px;
  }
  #groupingsThree {
    position: relative;
    top: -230px;
  }
  #workSectionThree {
    position: relative;
    top: 100px !important;
  }
  #mySkillsPage {
    margin-top: -950px !important;
  }
  #groupingsOne, #groupingsTwo, #groupingsThree {
    height: 80px !important;
  }
  #borderEffectTwo {
    width: 290px;
    height: 160px;
  }
  #borderEffectTwo #projectImageTwo {
    width: 255px;
    height: 138px;
    position: relative;
    bottom: 45px;
    right: 25px;
  }
  #borderEffectFour {
    width: 290px;
    height: 160px;
  }
  #borderEffectFour #projectImageFour {
    width: 255px;
    height: 138px;
    position: relative;
    bottom: 45px;
    right: 25px;
  }
  #borderEffectThree {
    width: 280px;
    height: 170px;
  }
  #borderEffectThree #projectImageThree {
    width: 255px;
    height: 138px;
    position: relative;
    bottom: 12px;
    right: 25px;
  }
  #buttonsOne {
    margin-left: 5px !important;
    width: 220px !important;
  }
  .linkButton {
    margin: 5px !important;
    width: 45px !important;
    height: 18px !important;
    font-size: 7px !important;
  }
  #note {
    font-size: 6px !important;
    width: 200px !important;
    margin-left: 25px !important;
    margin-top: -10px !important;
    margin-bottom: -5px !important;
  }
  #paragraphOne {
    font-size: 6px !important;
    border-top: 1px solid white;
    border-bottom: 1px solid #ffffff;
    width: 200px !important;
  }
  #descriptionOne {
    margin: 10px !important;
    margin-bottom: 20px !important;
    position: relative;
    top: 5px !important;
  }
  #paragraphOne {
    margin: 10px !important;
    margin-left: 10px !important;
    position: relative;
    top: 0px !important;
  }
  #groupingsOne {
    position: relative;
    top: -170px !important;
  }
  #descriptionOne {
    width: 220px !important;
  }
  .challengeDescription {
    font-size: 20px !important;
  }
  .moduleChallengeVideo {
    width: 50px;
    background-color: transparent;
    border: 2px solid grey;
  }
  #borderEffectOne.show {
    transform: translateX(30px);
  }
  #projectDescriptionOne.show {
    transform: translateX(70px);
  }
  #descriptionOne, #descriptionTwo, #descriptionThree, #descriptionFour {
    font-size: 8px !important;
    margin-top: 15px !important;
  }
  #descriptionFour {
    margin-bottom: -50px !important;
  }
  #titleFour {
    position: relative;
    top: -20px !important;
  }
  #descriptionThree {
    width: 220px;
  }
  #paragraphOne, #paragraphThree {
    font-size: 7px !important;
    border-top: 0.5px solid white !important;
    border-bottom: 0.5px solid white !important;
    width: 190px !important;
    padding: 2px !important;
    padding-right: 0px !important;
    width: 220px !important;
  }
  #paragraphOne {
    position: relative;
    top: 5px;
  }
  #paragraphTwo, #paragraphFour {
    font-size: 8px !important;
    border-top: 0.5px solid white !important;
    border-bottom: 0.5px solid white !important;
  }
  #buttonsOne {
    position: relative;
    top: -5px !important;
    right: 0px !important;
  }
  #projectDescriptionOne.show {
    position: relative;
    top: -50px !important;
  }
  #buttonsTwo {
    position: relative;
    left: -15px !important;
    right: 0px !important;
  }
  .projectDescription #titleOne {
    position: relative;
    bottom: 0px !important;
    top: -2px !important;
    left: -35px !important;
  }
  #descriptionOne {
    position: relative;
    bottom: 10px !important;
    top: 0px;
  }
  #contactMeContainer {
    position: relative;
    top: 50px;
  }
  #devToLogo {
    margin-left: 15px;
  }
  #contactInfoSection {
    width: 70px;
    position: relative;
    right: 60px;
  }
  .contactInfo {
    font-size: 23px;
    position: relative;
    top: 5px;
  }
  .contactEmail {
    font-size: 12px;
    width: 70px;
    position: relative;
    top: 7px;
  }
}
@media screen and (max-width: 641px) {
  #borderEffectThree.show {
    transform: translateX(20px);
  }
  #projectDescriptionThree.show {
    transform: translateX(20px);
  }
  #groupingsOne, #groupingsTwo, #groupingsThree {
    height: 70px !important;
  }
  #workSectionTwo {
    position: relative;
    top: -190px !important;
  }
  #workSectionThree {
    position: relative;
    top: 120px !important;
  }
  #groupingsOne {
    position: relative;
    top: -180px !important;
  }
  #borderEffectOne.show {
    transform: translateX(10px);
  }
  #projectDescriptionOne.show {
    transform: translateX(40px);
  }
  .moduleChallengeVideo {
    width: 50px !important;
    margin-bottom: 2px !important;
  }
  #mySkillsPage {
    margin-top: -930px !important;
  }
  #groupingsTwo {
    position: relative;
    top: -250px !important;
  }
  #aboutMeDescriptionAndButtons {
    position: relative;
    left: 10px;
  }
  #professionalPhoto {
    position: relative;
    right: 10px;
  }
}
@media screen and (max-width: 611px) {
  #titleFour {
    position: relative;
    top: 10px !important;
  }
  #projectDescriptionOne.show {
    position: relative;
    top: -60px !important;
  }
  #navBar h1 {
    font-size: 20px;
  }
  #navBar ul {
    margin-right: 15px;
  }
  #navBar li {
    margin: 8px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 12px;
  }
  #projectDescriptionOne, #projectDescriptionThree {
    position: relative;
    right: 150px !important;
    left: -70px !important;
    display: flex;
    justify-content: flex-end;
  }
  #projectDescriptionTwo {
    display: flex;
    justify-content: flex-start;
  }
  #projectOne {
    position: relative;
    left: 30px;
  }
  #projectThree {
    position: relative;
    left: 30px;
  }
  #buttonsThree {
    margin-right: 120px !important;
    margin-top: 10px !important;
  }
  #borderEffectOne {
    width: 250px;
    height: 143px;
    position: relative;
    left: -10px;
  }
  #borderEffectOne #projectImageOne {
    width: 215px;
    height: 123px;
    position: relative;
    bottom: 22px;
    right: 20px;
  }
  #borderEffectOne.show {
    transform: translateX(0px);
  }
  #projectDescriptionOne.show {
    transform: translateX(-40px);
  }
  #borderEffectTwo {
    width: 250px;
    height: 143px;
  }
  #borderEffectTwo #projectImageTwo {
    width: 215px;
    height: 123px;
    position: relative;
    bottom: 45px;
    right: 25px;
  }
  #borderEffectFour {
    width: 250px;
    height: 143px;
  }
  #borderEffectFour #projectImageFour {
    width: 215px;
    height: 123px;
    position: relative;
    bottom: 45px;
    right: 25px;
  }
  #borderEffectThree {
    width: 250px;
    height: 143px;
  }
  #borderEffectThree #projectImageThree {
    width: 215px;
    height: 123px;
    position: relative;
    bottom: 22px;
    right: 20px;
  }
  #titleTwo, #titleThree, #titleFour {
    font-size: 30px !important;
    margin: 0px !important;
  }
  #titleTwo {
    margin-left: 100px;
  }
  #titleThree {
    margin-right: 150px !important;
  }
  #descriptionOne {
    font-size: 9px !important;
    width: 250px !important;
    position: relative;
    left: 80px;
  }
  #descriptionThree {
    font-size: 9px !important;
    width: 250px !important;
    position: relative;
    left: 10px;
  }
  #paragraphTwo {
    margin-left: 60px;
  }
  #note {
    font-size: 6.5px !important;
    width: 190px !important;
    position: relative;
    left: 55px;
    margin-top: -15px !important;
    margin-bottom: -15px !important;
  }
  #paragraphOne {
    font-size: 7px !important;
    border-top: 0.1px solid white !important;
    border-bottom: 0.1px solid white !important;
    width: 220px !important;
    position: relative;
    left: 30px !important;
  }
  #paragraphThree {
    font-size: 7px !important;
    border-top: 0.1px solid white !important;
    border-bottom: 0.1px solid white !important;
    width: 220px !important;
    position: relative;
    left: -20px !important;
    bottom: 5px !important;
  }
  #paragraphTwo, #paragraphFour {
    font-size: 7px !important;
    border-top: 0.1px solid white !important;
    border-bottom: 0.1px solid white !important;
    margin-left: 25px !important;
  }
  #projectTwo {
    position: relative;
    right: 50px;
  }
  #projectDescriptionOne {
    margin-top: 20px;
  }
  #borderEffectThree.show {
    transform: translateX(-20px);
    padding-right: 10px !important;
  }
  #projectDescriptionThree.show {
    position: relative;
    top: -247px !important;
    bottom: 0px !important;
    transform: translateX(-20px);
  }
  #buttonsOne {
    position: relative;
    top: 0px !important;
    left: 12px !important;
  }
  #buttonsTwo {
    margin-right: 70px !important;
    margin-top: 5px !important;
  }
  .projectDescription #titleOne {
    position: relative;
    left: 20px !important;
    top: 8px !important;
  }
  #mySkillsPage {
    margin-top: -980px !important;
  }
  #descriptionOne {
    position: relative;
    top: 7px !important;
  }
  #descriptionThree {
    position: relative;
    top: 17px;
  }
  #paragraphOne {
    position: relative;
    top: 7px !important;
  }
  #note {
    position: relative;
    top: 4px;
  }
  #projectDescriptionOne.show {
    position: relative;
    bottom: 10px;
  }
  #projectOne {
    position: relative;
    left: 40px;
  }
}
@media screen and (max-width: 605px) {
  #borderEffectOne.show {
    transform: translateX(-20px);
  }
  #projectDescriptionOne.show {
    transform: translateX(-40px);
  }
  #borderEffectThree.show {
    transform: translateX(0px);
    padding-right: 10px !important;
  }
  #projectDescriptionThree.show {
    position: relative;
    top: -240px !important;
    transform: translateX(0px);
    margin-left: 10px !important;
  }
}
@media screen and (max-width: 590px) {
  #aboutMeDescriptionAndButtons {
    width: 170px !important;
    margin-left: -120px !important;
    margin-right: -40px !important;
    margin-top: 170px !important;
  }
  #aboutMeDescriptionAndButtons p {
    font-size: 10px;
    width: 150px;
    padding: 10px !important;
  }
  #aboutMe {
    margin-top: -40px !important;
  }
  #aboutMe img {
    margin-top: 190px;
    height: 200px;
    width: 120px;
    border: 5px solid grey;
  }
  #navBarAndAboutMe {
    height: 70vh;
    background-position: center 55%;
  }
  #aboutMeButtons {
    width: 170px;
  }
  #aboutMeButtons #linkedInButton {
    width: 50px !important;
    height: 22px !important;
    font-size: 10px !important;
  }
  #aboutMeButtons #resumeButton {
    width: 50px !important;
    height: 22px !important;
    font-size: 10px !important;
  }
  #projectDescriptionOne.show {
    transform: translateX(-20px);
  }
}
@media screen and (max-width: 580px) {
  #borderEffectOne.show {
    transform: translateX(-30px);
  }
  #projectDescriptionOne.show {
    transform: translateX(-10px);
  }
}
@media screen and (max-width: 565px) {
  .successMessage {
    background-color: green;
    height: 35px !important;
    width: 400px !important;
    font-size: 33px !important;
    padding-left: 12px !important;
  }
  #titleTwo {
    position: relative;
    left: -60px !important;
  }
  #buttonsTwo {
    position: relative;
    right: 0px !important;
    left: -15px !important;
  }
}
@media screen and (max-width: 542px) {
  .projectDescription #titleThree {
    position: relative;
    top: 35px !important;
  }
  #workSectionOne {
    position: relative;
    top: -850px !important;
  }
  #workSectionTwo {
    position: relative;
    top: -240px !important;
  }
  #workSectionThree {
    position: relative;
    top: 90px !important;
  }
  .projectDescription #titleTwo {
    position: relative;
    top: 40px !important;
    left: -30px !important;
  }
  #borderEffectOne.show {
    transform: translateX(-90px);
  }
  #borderEffectOne {
    width: 220px;
    height: 127px;
  }
  #borderEffectOne #projectImageOne {
    width: 190px;
    height: 110px;
  }
  #borderEffectTwo {
    width: 220px;
    height: 127px;
  }
  #borderEffectTwo #projectImageTwo {
    width: 190px;
    height: 110px;
  }
  #borderEffectFour {
    width: 220px;
    height: 127px;
  }
  #borderEffectFour #projectImageFour {
    width: 190px;
    height: 110px;
  }
  #borderEffectThree {
    width: 220px;
    height: 127px;
  }
  #borderEffectThree #projectImageThree {
    width: 190px;
    height: 110px;
  }
  #buttonsThree {
    width: 120px !important;
  }
  #projectThree {
    position: relative;
    right: 0px;
    left: 50px;
  }
  #borderEffectOne {
    position: relative;
    left: 50px !important;
  }
  #titleOne {
    font-size: 27px !important;
    position: relative;
    left: 0px !important;
  }
  #descriptionOne {
    font-size: 8px !important;
    width: 220px !important;
    position: relative;
    left: 60px;
  }
  #descriptionTwo {
    padding-left: 30px !important;
  }
  #descriptionThree {
    font-size: 8px !important;
    width: 220px !important;
    position: relative;
    left: -15px;
  }
  #note {
    font-size: 5.5px !important;
    position: relative;
    left: 60px !important;
    top: 6px !important;
  }
  #paragraphOne {
    font-size: 8px !important;
    width: 220px !important;
    position: relative;
    left: 40px !important;
    top: 12px !important;
  }
  #paragraphThree {
    font-size: 8px !important;
    width: 220px !important;
    position: relative;
    left: -15px !important;
  }
  #paragraphOne {
    margin-top: 3px !important;
  }
  #buttonsOne {
    position: relative;
    left: 22px !important;
    top: 5px !important;
  }
  #mySkillsPage {
    margin-top: -1040px !important;
  }
  #aboutMeButtons {
    width: 170px;
    margin-top: 5px !important;
  }
  #aboutMeButtons #linkedInButton {
    width: 55px !important;
    height: 23px !important;
    font-size: 12px !important;
    margin: 10px !important;
    margin-right: 15px !important;
  }
  #aboutMeButtons #resumeButton {
    width: 55px !important;
    height: 23px !important;
    font-size: 12px !important;
    margin: 10px !important;
    margin-left: 15px !important;
  }
}
@media screen and (max-width: 550px) {
  #borderEffectThree.show {
    transform: translateX(-50px);
  }
  #projectDescriptionThree.show {
    transform: translateX(-40px);
    position: relative;
    top: -250px !important;
  }
}
@media screen and (max-width: 526px) {
  #titleFour {
    position: relative;
    top: 50px !important;
    left: -60px !important;
  }
  #aboutMe img {
    position: relative;
    left: -40px !important;
  }
  #navBar h1 {
    font-size: 18px;
  }
  #navBar ul {
    margin-right: 15px;
  }
  #navBar li {
    margin: 8px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 10px;
  }
  #borderEffectTwo.show {
    transform: translateX(50px);
    opacity: 1;
    transition: 3s ease-in-out;
  }
  #borderEffectThree.show {
    transform: translateX(-70px);
    opacity: 1;
    transition: 3s ease-in-out;
  }
  #projectDescriptionThree.show {
    transform: translateX(-70px);
    opacity: 1;
    transition: 3s ease-in-out;
  }
  #groupingsTwo {
    position: relative;
    top: -260px !important;
  }
  #groupingsThree {
    position: relative;
    top: -310px !important;
  }
  #workSectionOne {
    position: relative;
    top: -950px !important;
  }
  #workSectionTwo {
    position: relative;
    top: -310px !important;
  }
  #workSectionThree {
    position: relative;
    top: 50px !important;
  }
  #workSectionFour {
    position: relative;
    top: 170px;
  }
  #mySkillsPage {
    margin-top: -1080px !important;
  }
}
@media screen and (max-width: 510px) {
  #borderEffectTwo.show {
    transform: translateX(40px);
    position: relative;
    top: -230px !important;
  }
  #borderEffectTwo {
    transform: translateX(100px);
    transition: 3s ease-in-out;
    opacity: 0;
  }
  #borderEffectFour {
    transform: translateX(100px);
    transition: 3s ease-in-out;
  }
  #borderEffectThree {
    transform: translateX(-100px);
    transition: 3s ease-in-out;
  }
  #projectDescriptionOne {
    transform: translateX(100px);
    transition: 3s ease-in-out;
    opacity: 0;
  }
  #projectDescriptionOne.show {
    transform: translateX(10px);
    opacity: 1;
    transition: 3s ease-in-out;
  }
  #projectDescriptionTwo {
    transform: translateX(-300px);
    transition: 3s ease-in-out;
    opacity: 0;
  }
  #projectDescriptionTwo.show {
    transform: translateX(40px);
  }
  #projectTwo {
    position: relative;
    right: 30px !important;
  }
  #note {
    margin-top: -17px !important;
  }
  #paragraphOne {
    margin-top: 0px !important;
    font-size: 8px !important;
    width: 200px !important;
    position: relative;
    left: 20px !important;
    margin-bottom: 5px !important;
  }
  #groupingsOne {
    position: relative;
    top: -190px !important;
  }
  .moduleChallengeVideo {
    width: 45px !important;
  }
  .challengeDescription {
    font-size: 18px !important;
    margin-bottom: 7px !important;
  }
  #groupingsOne, #groupingsTwo, #groupingsThree {
    height: 60px !important;
  }
}
@media screen and (max-width: 491px) {
  #projectDescriptionTwo.show {
    transform: translateX(50px);
    opacity: 1;
    transition: 3s ease-in-out;
  }
}
@media screen and (max-width: 488px) {
  #aboutMeDescriptionAndButtons {
    width: 140px !important;
    margin-left: -120px !important;
    margin-right: -80px !important;
  }
  #aboutMeDescriptionAndButtons p {
    font-size: 9px;
    width: 120px;
    padding: 10px !important;
  }
  #aboutMe {
    margin-top: -70px !important;
  }
  #aboutMe img {
    margin-top: 190px;
    height: 200px;
    width: 120px;
    border: 5px solid grey;
  }
  #navBarAndAboutMe {
    height: 65vh;
    background-position: center 60%;
  }
  #aboutMeButtons {
    width: 170px;
    margin-top: 2px !important;
  }
  #aboutMeButtons #linkedInButton {
    width: 40px !important;
    height: 17px !important;
    font-size: 10px !important;
    margin: 5px !important;
  }
  #aboutMeButtons #resumeButton {
    width: 40px !important;
    height: 17px !important;
    font-size: 9px !important;
    margin: 5px !important;
  }
}
@media screen and (max-width: 483px) {
  #projectTwo {
    position: relative;
    right: -10px !important;
  }
  #projectDescriptionTwo.show {
    transform: translateX(0px);
  }
  #borderEffectTwo.show {
    transform: translateX(0px);
  }
}
@media screen and (max-width: 480px) {
  #navBar h1 {
    font-size: 18px;
  }
  #navBar ul {
    margin-right: 15px;
  }
  #navBar li {
    margin: 7px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 9px;
  }
  #borderEffectOne {
    width: 205px;
    height: 120px;
    position: relative;
    left: -10px;
  }
  #borderEffectOne #projectImageOne {
    width: 189px;
    height: 106px;
    position: relative;
    bottom: 25px;
    right: 25px;
  }
  #borderEffectTwo {
    width: 207px;
    height: 120px;
  }
  #borderEffectTwo #projectImageTwo {
    width: 180px;
    height: 106px;
    margin-right: 0px !important;
    margin-left: 0px !important;
    margin-right: 90px !important;
    position: relative;
    bottom: 50px !important;
  }
  #borderEffectFour {
    width: 207px;
    height: 120px;
  }
  #borderEffectFour #projectImageFour {
    width: 180px;
    height: 106px;
    margin-right: 0px !important;
    margin-left: 0px !important;
    margin-right: 90px !important;
    position: relative;
    bottom: 50px !important;
  }
  #borderEffectThree {
    width: 205px;
    height: 120px;
  }
  #borderEffectThree #projectImageThree {
    width: 189px;
    height: 106px;
    position: relative;
    bottom: 22px;
    right: 20px;
  }
  #projectOne {
    position: relative;
    left: 80px !important;
  }
  #borderEffectOne.show {
    transform: translateX(-140px);
    opacity: 1;
    transition: 3s ease-in-out;
  }
  #projectDescriptionOne.show {
    transform: translateX(-60px);
    opacity: 1;
    transition: 3s ease-in-out;
  }
  .successMessage {
    background-color: green;
    height: 26.25px !important;
    width: 300px !important;
    font-size: 20px !important;
    padding-left: 12px !important;
    position: fixed;
    top: 100px !important;
  }
}
@media screen and (max-width: 444px) {
  #borderEffectOne.show {
    transform: translateX(-150px);
    opacity: 1;
    transition: 3s ease-in-out;
  }
  #projectDescriptionOne.show {
    transform: translateX(-70px);
    opacity: 1;
    transition: 3s ease-in-out;
  }
}
@media screen and (max-width: 460px) {
  #projectTwo {
    position: relative;
    right: 0px !important;
    left: 45px !important;
  }
  #titleTwo, #titleFour {
    font-size: 22px !important;
    position: relative;
    left: -20px !important;
  }
  #descriptionTwo, #descriptionFour {
    font-size: 8px !important;
    width: 190px !important;
    position: relative;
    left: 15px !important;
  }
  #paragraphTwo, #paragraphFour {
    font-size: 7px !important;
    margin-right: 15px !important;
  }
  #projectDescriptionTwo.show {
    transform: translateX(-90px);
  }
  #borderEffectTwo.show {
    transform: translateX(-50px);
  }
  #buttonsTwo {
    margin-right: 50px !important;
  }
}
@media screen and (max-width: 425px) {
  #aboutMe {
    position: relative;
    left: 45px;
  }
  #aboutMeHeader {
    width: 105vw;
    position: relative;
    left: 120px;
  }
  #projectDescriptionOne.show {
    position: relative;
    top: -70px !important;
  }
  #buttonsOne {
    position: relative;
    top: 8px !important;
  }
  .projectDescription #titleOne {
    position: relative;
    left: -40px !important;
    top: 15px !important;
  }
  .projectDescription #titleTwo {
    position: relative;
    left: -20px !important;
    top: 30px !important;
  }
  #descriptionTwo {
    position: relative;
    left: 55px !important;
  }
  #descriptionFour {
    margin-left: -5px !important;
    margin-top: 55px !important;
    margin-bottom: -15px !important;
    font-size: 6px !important;
    width: 170px !important;
  }
  #buttonsTwo {
    position: relative;
    left: 35px !important;
  }
  #titleOne, #titleTwo, #titleThree {
    font-size: 20px !important;
  }
  #titleThree {
    position: relative;
    left: -70px;
  }
  #aboutMe img {
    position: relative;
    left: -20px !important;
  }
  #groupingsOne, #groupingsTwo, #groupingsThree {
    height: 63px !important;
    position: relative;
  }
  #navBar {
    display: flex;
    flex-wrap: wrap;
  }
  #navBar h1 {
    font-size: 20px;
    margin-left: 20px;
  }
  #navBar ul {
    margin-right: 7px;
  }
  #navBar li {
    margin: 10px;
    font-size: 9px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  #introduction {
    font-size: 40px;
    width: 270px;
  }
  .pageHeader {
    font-size: 25px;
  }
  #projectOne {
    position: relative;
    left: 90px !important;
  }
  #borderEffectOne {
    width: 190px;
    height: 105px;
    position: relative;
    left: -10px;
  }
  #borderEffectOne #projectImageOne {
    width: 169.5px;
    height: 91px;
    position: relative;
    bottom: 25px;
    right: 20px;
  }
  #borderEffectOne.show {
    transform: translateX(-150px);
    opacity: 1;
    transition: 3s ease-in-out;
  }
  #projectDescriptionOne.show {
    transform: translateX(-20px);
    opacity: 1;
    transition: 3s ease-in-out;
  }
  #titleOne {
    position: relative;
    left: -50px !important;
    margin-bottom: -5px !important;
  }
  #descriptionOne {
    font-size: 7px !important;
    width: 190px !important;
    position: relative;
    left: 25px !important;
  }
  #paragraphOne, #paragraphTwo, #paragraphFour {
    font-size: 6px !important;
    margin-right: 15px !important;
  }
  #note {
    position: relative;
    left: 25px !important;
    bottom: 0px !important;
    width: 160px !important;
  }
  #paragraphOne {
    margin-top: 0px !important;
    padding-top: 1px !important;
    padding-bottom: 1px !important;
    width: 170px !important;
    position: relative;
    left: -10px !important;
  }
  #buttonsOne {
    position: relative;
    bottom: 10px !important;
    left: 15px !important;
  }
  .linkButton {
    margin: 5px !important;
    width: 35px !important;
    height: 14px !important;
    font-size: 6.5px !important;
    background: none;
    text-decoration: none;
    border-radius: 9px;
  }
  #groupingsOne {
    top: -180px !important;
  }
  .challengeDescription {
    font-size: 17px !important;
    margin-top: -7px !important;
    margin-bottom: 5px !important;
  }
  .moduleChallengeVideo {
    width: 40px !important;
    border: 2px solid grey !important;
    margin: 0px !important;
    padding: 0px !important;
  }
  #borderEffectTwo {
    width: 197px;
    height: 105px;
    position: relative;
    left: -10px;
    top: -235px !important;
  }
  #borderEffectTwo #projectImageTwo {
    width: 169.5px;
    height: 91px;
    position: relative;
    bottom: 50px !important;
    margin-left: -5px !important;
  }
  #descriptionTwo {
    margin-left: -75px !important;
    margin-top: 5px !important;
    margin-bottom: 15px !important;
    font-size: 6px !important;
    width: 170px !important;
  }
  #descriptionThree {
    margin-left: 0px !important;
    margin-right: 100px !important;
    width: 180px !important;
    position: relative;
    left: 0px !important;
    top: 20px !important;
  }
  #workSectionTwo {
    position: relative;
    top: -290px !important;
  }
  #workSectionThree {
    position: relative;
    top: 360px !important;
  }
  #paragraphTwo, #paragraphFour {
    margin-top: 20px !important;
    padding-top: 1px !important;
    padding-bottom: 1px !important;
    width: 160px !important;
    position: relative;
    right: 5px !important;
  }
  #titleTwo {
    position: relative;
    left: -20px !important;
  }
  #projectTwo {
    position: relative;
    right: 10px !important;
  }
  #groupingsTwo {
    position: relative;
    top: -450px;
  }
  #borderEffectTwo.show {
    transform: translateX(-20px);
    opacity: 1;
    transition: 3s ease-in-out;
  }
  #projectDescriptionTwo.show {
    transform: translateX(-80px);
    opacity: 1;
    transition: 3s ease-in-out;
  }
  #buttonsTwo {
    margin-right: 70px !important;
    margin-top: 0px !important;
  }
  #borderEffectThree {
    width: 197px;
    height: 105px;
    position: relative;
    left: -10px;
  }
  #borderEffectThree #projectImageThree {
    width: 169.5px;
    height: 91px;
    position: relative;
    bottom: 20px !important;
    right: 25px;
  }
  #projectThree {
    position: relative;
    top: -300px !important;
    left: -30px !important;
  }
  #groupingsThree {
    position: relative;
    top: -620px !important;
  }
  #borderEffectThree.show {
    transform: translateX(20px);
    opacity: 1;
    transition: 3s ease-in-out;
  }
  #projectDescriptionThree.show {
    transform: translateX(50px);
    opacity: 1;
    transition: 3s ease-in-out;
    position: relative;
    top: -230px !important;
  }
  #buttonsThree {
    position: relative;
    left: -45px !important;
    top: -15px !important;
  }
  #paragraphThree {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
    width: 180px !important;
    position: relative;
    left: -100px !important;
  }
  #skillsDivision {
    margin-top: -222px !important;
  }
  #skillsSectionOne {
    border: none;
    border-bottom: 5px solid white;
    padding-bottom: 20px !important;
  }
  #skillsSectionTwo {
    border: none;
    border-bottom: 5px solid white;
    padding-bottom: 20px !important;
  }
  #skillsSectionThree {
    border: none;
    border-bottom: 5px solid white;
    padding-bottom: 20px !important;
  }
  #containerOne {
    border: none;
  }
  #skillsSectionOne {
    margin-top: 225px !important;
  }
  #skillsSectionTwo {
    height: 210px !important;
  }
  #containerTwo {
    margin-top: -40px !important;
  }
  #workSectionOne {
    position: relative;
    top: -880px !important;
  }
  #aboutMeDescriptionAndButtons {
    width: 140px !important;
    margin-left: -140px !important;
    margin-right: -130px !important;
  }
  #aboutMeDescriptionAndButtons p {
    font-size: 8px;
    width: 120px;
    padding: 10px !important;
  }
  #aboutMe {
    margin-top: -60px !important;
  }
  #aboutMe img {
    margin-top: 190px;
    height: 170px;
    width: 102px;
    border: 5px solid grey;
  }
  #navBarAndAboutMe {
    height: 65vh;
    background-position: center 60%;
  }
  #aboutMeButtons {
    width: 170px;
    margin-top: 2px !important;
  }
  #aboutMeButtons #linkedInButton {
    width: 40px !important;
    height: 17px !important;
    font-size: 10px !important;
    margin: 5px !important;
  }
  #aboutMeButtons #resumeButton {
    width: 40px !important;
    height: 17px !important;
    font-size: 9px !important;
    margin: 5px !important;
  }
  #contactAndBlog {
    margin-top: 670px;
  }
  #containerOne, #containerTwo, #containerThree {
    position: relative;
    top: 200px !important;
  }
  .devToLogoImage {
    height: 190px;
    width: 190px;
    margin-bottom: -170px;
  }
  #contactMeContainer {
    margin-top: 30px;
  }
  #contactMe {
    position: relative;
    top: 55px;
  }
  #contactMeSection {
    height: 170px;
  }
  #contactMeFormContainer {
    margin-left: -50px !important;
  }
  #contactMeFormContainer {
    z-index: 9 !important;
  }
  #contactInput1 {
    z-index: 9 !important;
  }
  #contactInput1, #contactInput2, #contactInput3 {
    font-size: 10px !important;
    padding: 3px;
    padding-left: 5px;
  }
  .inputDescription {
    margin-bottom: -3px !important;
  }
  .successMessage {
    background-color: green;
    height: 26.25px !important;
    width: 300px !important;
    font-size: 20px !important;
    padding-left: 12px !important;
    position: fixed;
    top: 100px !important;
  }
  #projectDescriptionThree.show {
    position: relative;
    top: -240px !important;
  }
  #mySkillsPage {
    margin-top: -1220px !important;
  }
  #groupingsOne {
    position: relative;
    top: -170px !important;
  }
  #groupingsTwo {
    position: relative;
    top: -250px !important;
  }
  #groupingsThree {
    position: relative;
    top: -625px !important;
  }
  #borderEffectFour {
    transform: translateX(-130px);
    transition: 3s ease-in-out;
  }
  .projectDescription #buttonsFour {
    margin-right: 60px;
  }
}
@media screen and (max-width: 410px) {
  #borderEffectOne.show {
    transform: translateX(-160px);
    opacity: 1;
    transition: 3s ease-in-out;
  }
  #projectDescriptionOne.show {
    transform: translateX(-30px);
    opacity: 1;
    transition: 3s ease-in-out;
  }
}
@media screen and (max-width: 400px) {
  #descriptionOne, #descriptionTwo, #descriptionFour {
    font-size: 6px !important;
  }
  #descriptionThree {
    font-size: 8px !important;
  }
  #descriptionOne {
    position: relative;
    left: 15px !important;
  }
  #paragraphOne, #paragraphTwo, #paragraphFour {
    font-size: 5px !important;
    margin-right: 15px !important;
  }
  #aboutMe img {
    position: relative;
    left: -10px !important;
  }
  #navBar {
    display: flex;
    flex-wrap: wrap;
  }
  #navBar h1 {
    font-size: 20px;
    margin-left: 17px;
  }
  #navBar ul {
    margin-right: 13px;
  }
  #navBar li {
    margin: 10px;
    font-size: 7px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  #introduction {
    font-size: 35px;
    width: 270px;
  }
  #borderEffectOne {
    width: 167px;
    height: 96px;
    position: relative;
    left: -15px;
  }
  #borderEffectOne #projectImageOne {
    width: 150px;
    height: 82.4px;
    position: relative;
    bottom: 25px;
    right: 27px;
  }
  #projectOne {
    position: relative;
    left: 120px !important;
  }
  #borderEffectOne.show {
    transform: translateX(-180px);
    opacity: 1;
    transition: 3s ease-in-out;
  }
  #projectDescriptionOne.show {
    transform: translateX(-55px);
    opacity: 1;
    transition: 3s ease-in-out;
  }
  .linkButton {
    margin: 5px !important;
    width: 30px !important;
    height: 12px !important;
    font-size: 6px !important;
    background: none;
    text-decoration: none;
    border-radius: 9px;
  }
  #borderEffectTwo {
    width: 167px;
    height: 96px;
    position: relative;
    left: -10px;
    top: -235px !important;
  }
  #borderEffectTwo #projectImageTwo {
    width: 150px;
    height: 82.4px;
    position: relative;
    bottom: 50px !important;
    margin-left: -12px !important;
  }
  #borderEffectFour {
    width: 167px;
    height: 96px;
    position: relative;
    left: -10px;
    top: -215px !important;
  }
  #borderEffectFour #projectImageFour {
    width: 150px;
    height: 82.4px;
    position: relative;
    bottom: 50px !important;
    margin-left: -12px !important;
  }
  .projectDescription #buttonsFour {
    margin-right: 70px;
  }
  #projectDescriptionThree {
    margin-top: 20px !important;
  }
  #projectDescriptionThree.show {
    transform: translateX(20px);
    opacity: 1;
    transition: 3s ease-in-out;
    position: relative;
    top: -240px !important;
  }
  #buttonsThree {
    margin-top: 5px !important;
  }
  .moduleChallengeVideo {
    width: 30px !important;
  }
  .challengeDescription {
    font-size: 16px !important;
  }
  #mySkillsPage {
    margin-top: -1050px !important;
  }
  #aboutMeDescriptionAndButtons {
    width: 140px !important;
    margin-left: -170px !important;
    margin-right: -170px !important;
  }
  #aboutMeDescriptionAndButtons p {
    font-size: 8px;
    width: 120px;
    padding: 7px !important;
  }
  #aboutMe {
    margin-top: -60px !important;
    margin-left: 160px;
  }
  #aboutMe img {
    margin-top: 190px;
    height: 170px;
    width: 102px;
    border: 3px solid grey;
  }
  #navBarAndAboutMe {
    height: 60vh;
    background-position: center 62%;
  }
  #aboutMeButtons {
    width: 170px;
    margin-top: 0px !important;
  }
  #aboutMeButtons #linkedInButton {
    width: 35px !important;
    height: 15px !important;
    font-size: 8px !important;
  }
  #aboutMeButtons #resumeButton {
    width: 35px !important;
    height: 15px !important;
    font-size: 8px !important;
    margin: 4px !important;
  }
}
@media screen and (max-width: 390px) {
  #aboutMe {
    position: relative;
    left: 25px;
  }
  #aboutMeHeader {
    width: 105vw;
    position: relative;
    left: 110px;
  }
  #projectDescriptionThree.show {
    position: relative;
    top: -260px !important;
  }
  #projectDescriptionOne.show {
    position: relative;
    top: -70px !important;
  }
  #note {
    position: relative;
    top: 4px !important;
  }
  #contactMeContainer {
    margin-top: 70px !important;
  }
  #titleTwo {
    position: relative;
    left: -40px !important;
  }
  #descriptionOne {
    font-size: 5.5px !important;
    width: 160px !important;
    position: relative;
    left: -7px !important;
  }
  #descriptionTwo {
    font-size: 5.5px !important;
    width: 170px !important;
    position: relative;
    left: 40px !important;
  }
  #descriptionFour {
    font-size: 5.5px !important;
    width: 170px !important;
    position: relative;
    left: 0px !important;
  }
  #descriptionThree {
    font-size: 5.5px !important;
  }
  #buttonsTwo {
    margin-right: 70px !important;
  }
  #paragraphOne, #paragraphTwo, #paragraphFour {
    font-size: 5px !important;
    margin-right: 15px !important;
    width: 160px !important;
    position: relative;
    left: -20px !important;
  }
  #paragraphThree {
    font-size: 5px !important;
  }
  #projectTwo {
    position: relative;
    left: 50px !important;
  }
  #paragraphOne {
    position: relative;
    top: 5px !important;
  }
  #note {
    width: 150px !important;
    font-size: 5px !important;
    position: relative;
    left: 10px !important;
  }
  #buttonsOne {
    position: relative;
    top: -3px !important;
    right: 10px !important;
  }
  #aboutMe img {
    position: relative;
    left: -10px !important;
  }
  #navBar {
    display: flex;
    flex-wrap: wrap;
  }
  #navBar h1 {
    font-size: 20px;
    margin-left: 17px;
  }
  #navBar ul {
    margin-right: 5px;
  }
  #navBar li {
    margin: 10px;
    font-size: 7px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  #introduction {
    font-size: 35px;
    width: 270px;
  }
  #borderEffectOne {
    width: 167px;
    height: 96px;
    position: relative;
    left: -15px;
  }
  #borderEffectOne #projectImageOne {
    width: 150px;
    height: 82.4px;
    position: relative;
    bottom: 25px;
    right: 27px;
  }
  #projectOne {
    position: relative;
    left: 120px !important;
  }
  #borderEffectOne.show {
    transform: translateX(-180px);
    opacity: 1;
    transition: 3s ease-in-out;
  }
  #projectDescriptionOne.show {
    transform: translateX(-55px);
    opacity: 1;
    transition: 3s ease-in-out;
  }
  #projectDescriptionTwo.show {
    transform: translateX(-55px);
    opacity: 1;
    transition: 3s ease-in-out;
  }
  .linkButton {
    margin: 5px !important;
    width: 30px !important;
    height: 12px !important;
    font-size: 6px !important;
    background: none;
    text-decoration: none;
    border-radius: 9px;
  }
  #borderEffectTwo {
    width: 167px;
    height: 96px;
    position: relative;
    left: -10px;
    top: -235px !important;
  }
  #borderEffectTwo #projectImageTwo {
    width: 150px;
    height: 82.4px;
    position: relative;
    bottom: 50px !important;
    margin-left: -12px !important;
  }
  #borderEffectThree {
    width: 167px;
    height: 96px;
  }
  #borderEffectThree #projectImageThree {
    width: 150px;
    height: 82.4px;
  }
  #projectDescriptionThree {
    margin-top: 20px !important;
  }
  #projectDescriptionThree.show {
    transform: translateX(85px);
    opacity: 1;
    transition: 3s ease-in-out;
  }
  .projectDescription #titleThree {
    position: relative;
    top: 30px !important;
  }
  #buttonsTwo {
    position: relative;
    top: -12px !important;
    left: 30px !important;
  }
  #buttonsThree {
    position: relative;
    top: -2px !important;
  }
  .challengeDescription {
    font-size: 16px !important;
  }
  #mySkillsPage {
    margin-top: -1230px !important;
  }
  #aboutMeDescriptionAndButtons {
    width: 140px !important;
    margin-left: -170px !important;
    margin-right: -170px !important;
  }
  #aboutMeDescriptionAndButtons p {
    font-size: 8px;
    width: 120px;
    padding: 7px !important;
  }
  #aboutMe {
    margin-top: -60px !important;
    margin-left: 160px;
  }
  #aboutMe img {
    margin-top: 190px;
    height: 170px;
    width: 102px;
    border: 3px solid grey;
  }
  #navBarAndAboutMe {
    height: 60vh;
    background-position: center 62%;
  }
  #aboutMeButtons {
    width: 170px;
    margin-top: 0px !important;
  }
  #aboutMeButtons #linkedInButton {
    width: 35px !important;
    height: 15px !important;
    font-size: 8px !important;
  }
  #aboutMeButtons #resumeButton {
    width: 35px !important;
    height: 15px !important;
    font-size: 8px !important;
    margin: 4px !important;
  }
  #titleThree {
    margin-bottom: -5px !important;
  }
  #workSectionTwo {
    position: relative;
    bottom: 0px !important;
  }
  #groupingsThree {
    top: -630px !important;
  }
  #borderEffectTwo.show {
    transform: translateX(-30px);
  }
  #projectDescriptionTwo.show {
    transform: translateX(-85px);
  }
  #descriptionThree {
    position: relative;
    top: 27px !important;
    left: -10px !important;
    width: 170px !important;
  }
  #paragraphThree {
    position: relative;
    top: 5px !important;
    left: -110px !important;
    width: 170px !important;
  }
  #projectDescriptionThree.show {
    transform: translateX(60px);
  }
  .projectDescription #titleThree {
    position: relative;
    top: 35px !important;
  }
}
@media screen and (max-width: 375px) {
  #workSectionThree {
    position: relative;
    top: 370px !important;
  }
  #borderEffectOne.show {
    transform: translateX(-195px);
    opacity: 1;
    transition: 3s ease-in-out;
  }
  #projectDescriptionOne.show {
    transform: translateX(-75px);
    opacity: 1;
    transition: 3s ease-in-out;
  }
  #borderEffectThree.show {
    transform: translateX(0px);
    opacity: 1;
    transition: 3s ease-in-out;
  }
  #projectDescriptionThree.show {
    transform: translateX(40px);
    opacity: 1;
    transition: 3s ease-in-out;
  }
  #borderEffectTwo.show {
    transform: translateX(-40px);
  }
  #projectDescriptionTwo.show {
    transform: translateX(-95px);
  }
}
@media screen and (max-width: 350px) {
  #contactMeFormContainer {
    position: relative;
    left: -35px;
  }
  #aboutMe {
    position: relative;
    left: 20px;
  }
  #aboutMeHeader {
    width: 105vw;
    position: relative;
    left: 90px;
  }
  #titleOne {
    font-size: 15px !important;
  }
  #titleTwo, #titleThree, #titleFour {
    font-size: 15px !important;
  }
  #titleTwo {
    position: relative;
    left: -35px !important;
  }
  #titleThree {
    position: relative;
    left: -100px;
  }
  #titleTwo {
    position: relative;
    left: -35px !important;
    top: 20px !important;
  }
  #aboutMe img {
    position: relative;
    left: 0px !important;
  }
  #navBar {
    display: flex;
    flex-wrap: wrap;
  }
  #navBar h1 {
    font-size: 17px;
    margin-left: 17px;
  }
  #navBar ul {
    margin-right: 5px;
  }
  #navBar li {
    margin: 5px;
    font-size: 7px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  #introduction {
    font-size: 33px;
    width: 200px;
  }
  #borderEffectOne {
    width: 155px;
    height: 80px;
    position: relative;
    left: -15px;
  }
  #borderEffectOne #projectImageOne {
    width: 133.3px;
    height: 71px;
    position: relative;
    bottom: 27px;
    right: 27px;
  }
  #projectOne {
    position: relative;
    left: 100px !important;
  }
  #borderEffectOne.show {
    transform: translateX(-160px);
  }
  #projectDescriptionOne.show {
    transform: translateX(-80px);
    opacity: 1;
    transition: 3s ease-in-out;
  }
  #descriptionOne {
    font-size: 4px !important;
    width: 115px !important;
    position: relative;
    position: relative;
    left: -10px !important;
  }
  #descriptionTwo, #descriptionFour {
    font-size: 4.5px !important;
    position: relative;
    left: 10px !important;
  }
  #descriptionThree {
    font-size: 4.5px !important;
    width: 115px !important;
    position: relative;
    top: 30px !important;
  }
  #paragraphOne {
    font-size: 4px !important;
    margin-top: -5px !important;
    width: 120px !important;
    position: relative;
    right: 15px !important;
  }
  #paragraphTwo, #paragraphFour {
    font-size: 4.5px !important;
  }
  #paragraphThree {
    font-size: 4px !important;
    width: 115px !important;
  }
  #note {
    font-size: 4px !important;
    width: 115px !important;
    position: relative;
    left: 20px !important;
    margin-bottom: 5px !important;
  }
  .linkButton {
    margin: 2px !important;
    width: 25px !important;
    height: 10px !important;
    font-size: 5px !important;
    background: none;
    text-decoration: none;
    border-radius: 9px;
  }
  #buttonsOne {
    position: relative;
    left: 60px !important;
    right: 0px !important;
    bottom: 15px !important;
  }
  #buttonsTwo {
    position: relative;
    top: 5px !important;
    left: 15px !important;
  }
  #projectDescriptionTwo.show {
    position: relative;
    top: -190px !important;
  }
  #borderEffectTwo {
    width: 155px;
    height: 80px;
    position: relative;
    left: -15px;
  }
  #borderEffectTwo #projectImageTwo {
    width: 133.3px;
    height: 71px;
    position: relative;
    bottom: 27px;
    right: 27px;
    margin-left: -5px !important;
  }
  #borderEffectFour {
    width: 155px;
    height: 80px;
    position: relative;
    left: -15px;
  }
  #borderEffectFour #projectImageFour {
    width: 133.3px;
    height: 71px;
    position: relative;
    bottom: 27px;
    right: 27px;
    margin-left: -5px !important;
  }
  #projectTwo {
    position: relative;
    left: 95px !important;
  }
  #titleTwo {
    margin-bottom: -10px !important;
  }
  #paragraphTwo, #paragraphFour {
    width: 130px !important;
    position: relative;
    left: -15px !important;
  }
  #descriptionTwo {
    width: 130px !important;
    position: relative;
    left: 35px !important;
  }
  #buttonsTwo {
    margin-top: -20px !important;
    margin-right: 40px !important;
  }
  #borderEffectTwo.show {
    transform: translateX(-60px);
    opacity: 1;
    transition: 3s ease-in-out;
  }
  #projectDescriptionTwo.show {
    transform: translateX(-125px);
    opacity: 1;
    transition: 3s ease-in-out;
  }
  #projectThree {
    position: relative;
    left: -70px !important;
  }
  #projectDescriptionThree.show {
    transform: translateX(30px);
    opacity: 1;
    transition: 3s ease-in-out;
  }
  #borderEffectThree {
    width: 155px;
    height: 80px;
    position: relative;
    left: -15px;
  }
  #borderEffectThree #projectImageThree {
    width: 133.3px;
    height: 71px;
    position: relative;
    bottom: 27px;
    right: 27px;
  }
  #borderEffectThree.show {
    transform: translateX(55px);
    opacity: 1;
    transition: 3s ease-in-out;
  }
  #buttonsThree {
    position: relative;
    left: 10px !important;
  }
  #groupingsThree {
    position: relative;
    top: -630px !important;
  }
  #aboutMeDescriptionAndButtons {
    width: 140px !important;
    margin-left: -190px !important;
    margin-right: -230px !important;
  }
  #aboutMeDescriptionAndButtons p {
    font-size: 8px;
    width: 120px;
    padding: 7px !important;
  }
  #aboutMe {
    margin-top: -90px !important;
  }
  #aboutMe img {
    margin-top: 200px;
    height: 140px;
    width: 84px;
    border: 3px solid grey;
  }
  #navBarAndAboutMe {
    height: 55vh;
    background-position: center 64%;
  }
  #aboutMeButtons {
    width: 170px;
    margin-top: 0px !important;
  }
  #aboutMeButtons #linkedInButton {
    width: 35px !important;
    height: 15px !important;
    font-size: 8px !important;
  }
  #aboutMeButtons #resumeButton {
    width: 35px !important;
    height: 15px !important;
    font-size: 8px !important;
    margin: 4px !important;
  }
  .inputContainer {
    width: 100px !important;
  }
  #contactButtonContainer {
    margin-left: 50px;
  }
  #contactInfoSection {
    text-align: right;
    margin-right: -20px;
  }
  .videosAnchorTag {
    width: 95% !important;
  }
  .challengeDescription {
    font-size: 12px !important;
    margin-bottom: 12px !important;
    margin-top: -1px !important;
  }
  #groupingsOne, #groupingsTwo, #groupingsThree {
    height: 40px !important;
  }
  #groupingsOne {
    position: relative;
    top: -190px !important;
  }
  .moduleChallengeVideo {
    width: 25px !important;
    border: 1px solid grey !important;
  }
  .videosAnchorTag {
    width: 80% !important;
  }
  #workSectionOne {
    position: relative;
    top: -80px !important;
  }
  #workSectionTwo {
    position: relative;
    top: -450px !important;
  }
  #workSectionThree {
    position: relative;
    top: -540px !important;
  }
  #projectTwo {
    position: relative;
    left: 80px !important;
  }
  .contactInfo {
    margin-bottom: -50px;
  }
  #mySkillsPage {
    margin-top: -1200px !important;
  }
  #contactMeContainer {
    margin-top: 90px !important;
  }
  .projectDescription #titleOne {
    position: relative;
    top: 17px !important;
  }
  .projectDescription #titleTwo {
    position: relative;
    top: 25px !important;
  }
  .projectDescription #titleThree {
    position: relative;
    left: -35px !important;
    top: 37px !important;
  }
  #buttonsThree {
    position: relative;
    top: -5px !important;
  }
  #workSectionTwo {
    position: relative;
    top: -400px !important;
  }
  #workSectionThree {
    position: relative;
    top: -450px !important;
  }
  #groupingsThree {
    position: relative;
    top: -640px !important;
  }
}
@media screen and (max-width: 330px) {
  #aboutMe {
    position: relative;
    left: 10px;
  }
  #aboutMeHeader {
    width: 105vw;
    position: relative;
    left: 90px;
  }
  #borderEffectFour {
    transform: translateX(-170px);
    transition: 3s ease-in-out;
  }
  #descriptionFour {
    width: 140px !important;
    position: relative;
    left: 5px !important;
  }
  #descriptionTwo {
    width: 130px !important;
    position: relative;
    left: 55px !important;
  }
  #workSectionTwo {
    position: relative;
    top: -270px !important;
  }
  #workSectionThree {
    position: relative;
    top: 400px !important;
  }
  #workSectionOne {
    position: relative;
    top: -890px !important;
  }
  #mySkillsPage {
    margin-top: -1300px !important;
  }
}/*# sourceMappingURL=style.css.map */