body {
  font-family: 'Lato', sans-serif;
}

#header_div {
  background-color: #FE7272;
  height: fit-content;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
}

.tech-icon {
  font-size: 80px;
}

.tech-div {
  font-size: 100px;
  margin: 12px;
  height: 150px;
  max-height: 200px;
  width: 200px;
  max-width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
}

.resume_text {
  color: white;
  margin-right: 10px;
  margin-left: 10px;
  text-decoration: underline;
}

.resume_text:hover {
  color: white;

}

#takeADaytripText {
  background: linear-gradient(45deg, #0101a4, #74018e 11%, hsl(315deg 100% 27%) 22%, hsl(329deg 100% 36%) 33%, hsl(337deg 100% 43%) 44%, hsl(357deg 91% 59%) 56%, hsl(17deg 100% 59%) 67%, hsl(34deg 100% 53%) 78%, hsl(45deg 100% 50%) 89%, hsl(55deg 100% 50%));
  -webkit-text-fill-color: transparent;
  font-size: 20px;
  background-clip: text;
  color: transparent;
  -webkit-background-clip: text;
  font-family: apple-system, BlinkMacSystemFont, "Roboto", "Droid Sans", "Segoe UI", "Helvetica", Arial, sans-serif;

}

.projectDescription {
  width: 90%;
  margin-top: 15px;
  margin-bottom: 15px;
}

.qwertyDescription {
  width: 90%;
  margin-top: 10px;
  margin-bottom: 15px;
}

.songCloudDescription {
  width: 90%;
  margin-top: 15px;
  margin-bottom: 20px;
}

.aboutMeParagraph {
  display: flex;
  width: 70%;
  height: 350px;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  margin-top: 20px;
}

.columns {
  min-width: fit-content;
}

#qwerty {
  font-family: "Times New Roman", Times, serif;
  color: #f1641e;
  font-size: 25px;
}

#udderly {
  font-family: apple-system, BlinkMacSystemFont, "Roboto", "Droid Sans", "Segoe UI", "Helvetica", Arial, sans-serif;
  color: rgb(0, 96, 191);
  font-size: 20px;
}

#songCloud {
  font-family: Interstate, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Garuda, Verdana, Tahoma, sans-serif;
  color: #f50;
  font-size: 20px;
}

.photoAndSteveCorreaText {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  margin-top: 30px;
  margin-bottom: 10px;
}

.takeADayTripLink {
  color: white;
  background-color: black;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 24px;
}

.seeProjectText {
  color: white;
}

.takeAdaytripLink:visited {
  color: white;
}

.takeADayTripLink:hover {
  color: #ffffff;
}

.projectNameAndLink {
  height: 130px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;

}

.projectNameContainer {
  height: 40%;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.profilePhoto {
  height: 150px;
  width: 150px;
  background-image: url("../assets/stevePicture.png");
  background-size: cover;
  background-position: center;
  border-radius: 50%;
}

.mainTextHeader {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 75%;
}

.takeADaytripImage {
  width: 100%;
  height: 50%;
  background-image: url("../assets/Screen\ Shot\ 2022-03-22\ at\ 10.09.52\ PM.png");
  background-size: contain;
  background-repeat: no-repeat;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.qwertyImage {
  width: 100%;
  height: 50%;

  background-image: url("../assets/Screen\ Shot\ 2022-03-06\ at\ 4.03.13\ PM.png");
  background-size: contain;
  background-repeat: no-repeat;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.udderlyImage {
  width: 100%;
  height: 50%;
  background-image: url("../assets/Screen\ Shot\ 2022-03-06\ at\ 4.35.30\ PM.png");
  background-size: contain;
  background-repeat: no-repeat;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.songCloudImage {
  width: 100%;
  height: 50%;
  background-image: url("../assets/Screen\ Shot\ 2022-03-06\ at\ 4.29.40\ PM.png");
  background-size: contain;
  background-repeat: no-repeat;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;

}

.introTextAndAboutLinks {
  display: flex;
  width: 50%;
  text-align: center;
  margin-bottom: 30px;
}

.iconsAndEmailContainer {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  justify-content: center;
  margin-bottom: 10px;
}

#box {
  display: flex;
  align-items: center;
  width: 100%;
  flex-direction: column;
  
}

#webtitle {
  font-size: 2.3vw;
  font-family: 'Lato', sans-serif;
  color: white;
  display: flex;
  justify-content: center;
}

#bodyparagraph {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  color: white;
  font-size: 35px;
  width: 100%;
  max-height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  
}

#Welcome {
  font-family: 'Lato', sans-serif;
  color: white;
  font-size: 25px;
  width: 35%;
}

#email {
  font-family: 'Lato', sans-serif;
  color: white;
  margin-left: 10px;
}

.myProjectsText {
  
  font-size: 30px;
  margin-top: 50px;
  font-family: 'Lato', sans-serif;
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

.projectsSection {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: repeat(2, minmax(400px, 418px));
  grid-row-gap: 18px;
  row-gap: 18px;
  grid-column-gap: 18px;
  -webkit-column-gap: 18px;
  column-gap: 18px;
  justify-items: stretch;
  grid-auto-flow: row;
  width: 100%;
  justify-content: center;
}

.technical-skills-main_section::-webkit-scrollbar {
  width: 5px;
  height: 8px;
  background-color: #aaa;
}

.technical-skills-main_section::-webkit-scrollbar-thumb {
  background: #000;
}

.projectsSection::-webkit-scrollbar {
  width: 5px;
  height: 8px;
  background-color: #aaa;
}

.projectsSection::-webkit-scrollbar-thumb {
  background: #000;
}

.gitHubIcon {
  width: 50px;
  height: 50px;
  background-image: url("../assets/githubCircleIcon.png");
  background-size: cover;
  margin-right: 20px;
}


#fbbtn {
  padding: 18px;
  font-size: 15px;
  width: 50px;
  text-align: center;
  text-decoration: none;
  margin: 5px 20px;
  border-radius: 50%;
}

#inbtn {
  padding: 18px;
  font-size: 15px;
  width: 50px;
  text-decoration: none;
  margin: 5px 5px;
  border-radius: 50%;
}

#photo_album {
  padding: 10px;
}

.book_photo {
  max-width: 80%;
  height: 220px;
  margin-top: 30px;
  margin-bottom: 10%
}

.profile_photo {
  max-width: 55%;
  max-height: 40%;
  margin-top: 30px;
  margin-bottom: 10%
}

.resume_photo {
  max-width: 65%;
  max-height: 100%;
  margin-top: 30px;
  margin-bottom: 10%
}

.myButton {
  color: white;
  background-color: black;
  padding: 10px 10px;
  text-decoration: none;
  border-radius: 24px;
  width: fit-content;
  margin-bottom: 30px;
}


.ResumeAndAboutLinksSection {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  height: fit-content;
  padding-bottom: 20px;
}

.technical-skills-main_section {
  width: 85%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#big-technical-skills-text {
  font-size: 30px;
  font-family: 'Lato',
    sans-serif;
}

.technical_skills_section {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 50px;
}


.projectCard {
  min-width: 346px;
  height: 450px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.12);
  margin: 20px;
  border-radius: 12px;
  background-color: white;
}

.profilecard {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  width: 346px;
  min-height: 364px;
  height: 400px;
  
  margin-top: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
}

.aboutMeCard {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  width: 346px;
  min-height: 364px;
  height: 400px;
  margin-top: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
  justify-content: center;
}

.row {
  margin-bottom: 60px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  height: fit-content;
}


.fa-linkedin {
  background: #007bb5;
  color: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.fa:hover {
  box-shadow: 0 18px 45px 0 rgba(0, 0, 0, 0.2), 0 10px 20px 0 rgba(0, 0, 0, 0.14);
  color: white
}

.fa-facebook {
  background: #3B5998;
  color: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.fa:active {
  color: white;

}

.fa:focus {
  color: #ffffff;
  opacity: 1.0
}


@media only screen and (max-width : 1114px) {

  .ResumeAndAboutLinksSection::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: #aaa;
  }

  .ResumeAndAboutLinksSection::-webkit-scrollbar-thumb {
    background: #000;
  }
}


@media only screen and (device-width : 375px) and (device-height : 812px) and (orientation : portrait) and (-webkit-device-pixel-ratio : 3) {
  #bodytext {
    width: 100%;
    text-align: center;
  }

  #header {
    background-color: #FE7272;
    height: 250px;
    width: 100%;
    margin-right: -10px;
    margin-top: -40px;
  }

  #box {
    box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.2), 0px -6px 16px rgba(0, 0, 0, 0.2);
    padding: 5px;
  }

  #webtitle {
    font-size: 25px;
    font-family: 'Lato', sans-serif;
    color: white;
    margin-top: -275px;
    margin-left: -55px;
    width: 50%
  }

  #bodyparagraph {
    font-family: 'Lato', sans-serif;
    color: white;
    font-size: 16px;
    max-width: 38%;
    max-height: auto;
    margin-left: 25px;
    margin-right: 0px;
    margin-top: 2px;
  }

  #Welcome {
    font-family: 'Lato', sans-serif;
    color: white;
    font-size: 10px;
    width: 42%;
    margin-left: -100px
  }

  #fbbtn {
    padding: 15px;
    font-size: 10px;
    width: 40px;
    text-align: center;
    text-decoration: none;
    margin: 5px 5px;
    border-radius: 50%;
    position: absolute;
    bottom: 0;
    left: 20px;
    margin-right: 120px
  }

  #inbtn {
    padding: 15px;
    font-size: 10px;
    width: 40px;
    text-align: center;
    text-decoration: none;
    margin: 5px 5px;
    border-radius: 50%;
    position: absolute;
    bottom: 0;
    left: -40px;
    margin-left: 120px
  }

  .profile_photo {
    max-width: 50%;
    max-height: 40%;
    margin-top: 30px;
    margin-bottom: 10%
  }

  .resume_photo {
    max-width: 70%;
    max-height: 100%;
    margin-top: 30px;
    margin-bottom: 10%
  }

  .vl {
    border-left: 1px solid black;
    height: 150px;
    margin-left: 150px;
    margin-top: -140px;
    margin-bottom: 5px
  }

  .fa:active {
    outline: none;
    color: white;
    box-shadow: none
  }

  .fa:focus {
    color: #ffffff;
    box-shadow: none;
    outline: none;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }

  .columns {
    min-width: fit-content;
    height: fit-content;
  }
}

@media only screen and (max-width: 707px) and (max-height: 1085px) {
  .aboutMeParagraph {
    height: 600px
  }

  .introTextAndAboutLinks {
    width: 80%
  }
}

@media only screen and (max-width: 853px) and (max-height: 1085px) {
  .projectsSection {
    grid-template-columns: repeat(1, minmax(400px, 418px));
  }
}

@media only screen and (device-width : 375px) and (device-height : 667px) and (-webkit-device-pixel-ratio : 2) {
  #bodytext {
    width: 100%;
    text-align: center;
  }

  #header {
    background-color: #FE7272;
    height: 250px;
    width: 100%;
    margin-right: -10px;
    margin-top: -40px;
  }

  #webtitle {
    font-size: 20px;
    font-family: 'Lato', sans-serif;
    color: white;
    margin-top: -275px;
    margin-left: -40px;
    width: 50%
  }

  #box {
    box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.2), 0px -6px 8px rgba(0, 0, 0, 0.2);
    padding: 5px;
  }

  #bodyparagraph {
    font-family: 'Lato', sans-serif;
    color: white;
    font-size: 18px;
    max-height: auto;

  }

  #Welcome {
    font-family: 'Lato', sans-serif;
    color: white;
    font-size: 10px;
    width: 42%;
    margin-left: -115px
  }

  #fbbtn {
    padding: 15px;
    font-size: 10px;
    width: 40px;
    text-align: center;
    text-decoration: none;
    margin: 5px 5px;
    border-radius: 50%;

  }

  #inbtn {
    padding: 15px;
    font-size: 10px;
    width: 40px;
    text-align: center;
    text-decoration: none;
    margin: 5px 5px;
    border-radius: 50%;

  }

  .profile_photo {
    max-width: 50%;
    max-height: 40%;
    margin-top: 30px;
    margin-bottom: 10%
  }

  .resume_photo {
    max-width: 70%;
    max-height: 100%;
    margin-top: 30px;
    margin-bottom: 10%
  }

  .fa:active {
    outline: none;
    color: white;
    box-shadow: none
  }

  .fa:focus {
    color: #ffffff;
    box-shadow: none;
    outline: none;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }

  .columns {
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }

  .gitHubIcon {
    width: 40px;
    height: 40px;
    margin: 5px 5px;
  }
}

@media only screen and (max-device-width: 900px) and (max-device-width: 2000px) {
  #bodytext {
    width: 100%;
    text-align: center;
  }

  .gitHubIcon {
    width: 40px;
    height: 40px;
    margin: 5px 5px;
  }

  .introTextAndAboutLinks {
    width: 100%;
  }

  #header {
    background-color: #FE7272;
    height: 250px;
    width: 100%;
    margin-right: -10px;
    margin-top: -40px;
  }

  #webtitle {
    font-size: 20px;
    font-family: 'Lato', sans-serif;
    color: white;
    margin-top: -275px;
    margin-left: -40px;
    width: 50%
  }

  #box {
    box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.2), 0px -6px 8px rgba(0, 0, 0, 0.2);
    padding: 5px;
  }

  #bodyparagraph {
    font-family: 'Lato', sans-serif;
    color: white;
    font-size: 33px;
    max-height: fit-content;
    margin-top: 2px;
  }

  #Welcome {
    font-family: 'Lato', sans-serif;
    color: white;
    font-size: 10px;
    width: 42%;
    margin-left: -115px
  }

  #fbbtn {
    padding: 15px;
    font-size: 10px;
    width: 40px;
    text-align: center;
    text-decoration: none;
    margin: 5px 5px;
    border-radius: 50%;

  }

  #inbtn {
    padding: 15px;
    font-size: 10px;
    width: 40px;
    text-align: center;
    text-decoration: none;
    margin: 5px 5px;
    border-radius: 50%;

  }

  .profile_photo {
    max-width: 50%;
    max-height: 40%;
    margin-top: 30px;
    margin-bottom: 10%
  }

  .resume_photo {
    max-width: 70%;
    max-height: 100%;
    margin-top: 30px;
    margin-bottom: 10%
  }

  .vl {
    border-left: 1px solid black;
    height: 150px;
    margin-left: 172px;
    margin-top: -150px;
  }

  .fa:active {
    outline: none;
    color: white;
    box-shadow: none
  }

  .fa:focus {
    color: #ffffff;
    box-shadow: none;
    outline: none;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }

  .columns {
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}

@media only screen and (device-width : 414px) and (device-height : 896px) and (-webkit-device-pixel-ratio : 2) {
  #bodytext {
    width: 100%;
    text-align: center;
  }

  #header {
    background-color: #FE7272;
    height: 250px;
    width: 100%;
    margin-right: -10px;
    margin-top: -40px;
  }

  #box {
    box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.2), 0px -6px 16px rgba(0, 0, 0, 0.2);
    padding: 5px;
  }

  #webtitle {
    font-size: 25px;
    font-family: 'Lato', sans-serif;
    color: white;
    margin-top: -275px;
    margin-left: -50px;
    width: 50%
  }

  #bodyparagraph {
    font-family: 'Lato', sans-serif;
    color: white;
    font-size: 16px;
    max-width: 38%;
    max-height: auto;
    margin-left: 25px;
    margin-right: 0px;
    margin-top: 2px;
  }

  #Welcome {
    font-family: 'Lato', sans-serif;
    color: white;
    font-size: 10px;
    width: 42%;
    margin-left: -100px
  }

  #fbbtn {
    padding: 15px;
    font-size: 10px;
    width: 40px;
    text-align: center;
    text-decoration: none;
    margin: 5px 5px;
    border-radius: 50%;
    position: absolute;
    bottom: 0;
    left: 20px;
    margin-right: 120px
  }

  #inbtn {
    padding: 15px;
    font-size: 10px;
    width: 40px;
    text-align: center;
    text-decoration: none;
    margin: 5px 5px;
    border-radius: 50%;
    position: absolute;
    bottom: 0;
    left: -40px;
    margin-left: 120px
  }

  .profile_photo {
    max-width: 50%;
    max-height: 40%;
    margin-top: 30px;
    margin-bottom: 10%
  }

  .resume_photo {
    max-width: 70%;
    max-height: 100%;
    margin-top: 30px;
    margin-bottom: 10%
  }

  .vl {
    border-left: 1px solid black;
    height: 120px;
    margin-left: 170px;
    margin-top: -120px;
    margin-bottom: 0px
  }

 
  .fa:active {
    outline: none;
    color: white;
    box-shadow: none
  }

  .fa:focus {
    color: #ffffff;
    box-shadow: none;
    outline: none;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }

  .columns {
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}


@media only screen and (max-width: 428px) and (max-height: 926px) and (-webkit-min-device-pixel-ratio: 3) {

  .aboutMeParagraph {
    height: 800px;
    margin-bottom: 30px;
  }

  .technical-skills-main_section {
    flex-wrap: nowrap;
    overflow-x: scroll;
  }

  .tech-icon {
    font-size: 100px;
  }

  .technical_skills_section {
    margin-bottom: 30px;
  }

  .projectsSection {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    overflow-x: scroll;
  }

  .technical-skills-main_section {
    justify-content: flex-start;
  }

  .songCloudDescription {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 990px) and (min-height: 1085px) {

  .aboutMeParagraph {
    height: 450px;
  }

}

@media only screen and (max-width: 587px) and (min-height: 1085px) {

  .ResumeAndAboutLinksSection {
    margin-bottom: 100px;
  }
}

@media only screen and (max-width: 390px) and (max-height: 844px) and (-webkit-min-device-pixel-ratio: 3) {
  .aboutMeParagraph {
    height: 900px
  }
}

@media only screen and (max-width: 375px) and (max-height: 812px) and (-webkit-min-device-pixel-ratio: 3) {
  .introTextAndAboutLinks {
    width: 100vw;
  }

  #bodyparagraph {
    margin-left: 0px;
  }

  #inbtn {
    position: inherit;
    bottom: 0;
    left: 0px;
  }
}

@media only screen and (max-width: 375px) and (max-height: 667px) {
  .ResumeAndAboutLinksSection {
    margin-bottom: 30px;
  }

  .aboutMeParagraph {
    height: 900px
  }
}