* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /* border: 1px solid red; */
}

html {
  font-size: 62.5%;
}

img {
  max-width: 100%;
  width: 100%;
  /* height: 100%; */
}

.wrapper {
  width: 90%;
  margin: 0 auto;
}

section {
  padding: 75px 0;
}

h3, h4 {
  color: #e1e1e1;
}

h3 {
  text-align: center;
  font-size: 3rem;
  margin-bottom: 30px;
}

h1, h2, h3, h4, h5 {
  font-family: 'Slabo 27px', serif;
}

p {
  font-family: 'Raleway', sans-serif;

}

@media(max-width:2560px) and (min-width: 1800px) {
  h3 {
    font-size: 7rem;
  }
}

@media(max-width:1799px) and (min-width: 1440px) {
  h3 {
    font-size: 6rem;
  }
}
                      /* ACTUAL STYLES */


/* NAV STYLES */
/* nav {
  width: 20vw;
  height: 100vh;
  background: grey;
  position: fixed;
  top: 0;
  left: 0;
} */


/* HEADER STYLES */
header {
  height: 100vh;
  background-image: url('./assets/heroBackground.jpg');
  background-size: cover;
  background-position: center center;
  /* background-repeat: no-repeat; */
  color: white;
}

.headerContainer {
  /* background: black; */
  background: #2a2b30;
  height: 100vh;
  opacity: 0.8;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

/* h1 {
  font-size: 6rem;
  margin-bottom: 10px;
} */

h2 {
  font-size: 3.2rem;
  margin-bottom: 10px;
  color: #f5ae51;
}

.socialMedia {
  width: 100%;
  text-align: center;
}

.socialMedia a {
  text-decoration: none;
  color: white;
}

.socialMedia i {
  font-size: 2.7rem;
  margin: 10px 20px;
}

.socialMedia i:hover {
  color: #f5ae51;
}


@media(min-width: 160px) and (max-width: 2560px) {
  h1 { 
    font-size: 13rem;
  }
  h2 {
    font-size: 6rem;
  }
  .socialMedia i {
    font-size: 8rem;
  }
}

@media(min-width: 1440px) and (max-width: 1600px) {
  h1 { 
    font-size: 10rem;
  }
  h2 {
    font-size: 6rem;
  }
  .socialMedia i {
    font-size: 6rem;
  }
}

@media(max-width: 1439px) {
  h1 {
    font-size: 6rem;
    margin-bottom: 10px;
  }
  h2 {
    font-size: 4rem;
  }
  .socialMedia i {
    font-size: 5rem;
  }
}

@media(max-width: 768px) {
  h1 {
    font-size: 5rem;
  }

  .socialMedia i {
    font-size: 3.5rem;
  }
}

@media(max-width: 425px) {
  h1 {
    font-size: 3.5rem;
  }

  h2 {
    font-size: 2.5rem;
  }

  .socialMedia i {
    font-size: 2.5rem;
  }
}



/* ABOUT STYLES */
.about {
  /* height: 100vh; */
  /* background-color: rgba(0, 0, 0, 0.7); */
  background: #2a2b30;
  padding: 25px;
}

.about .wrapper {
  width: 80%;
}

.aboutContent {
  display: flex;
  justify-content: space-between;
}

.myPicture {
  width: 40%;
  border: 5px solid #f5ae51;
}

.myPicture img {
  height: 100%;
}

.aboutMeText {
  width: 60%;
  padding: 25px;
}

.aboutMeText p {
    margin-bottom: 2%;
}

.about h3 {
  border-bottom: 1px solid #e1e1e1;
  text-align: left;
}

.about h4 {
  font-size: 2.8rem;
  color: #f5ae51;
  padding-bottom: 10px;
}

.aboutMeText p {
  font-size: 2rem;
  color: #e1e1e1;
  padding-bottom: 5px;
  /* margin-bottom: 30px; */
}

.resume {
  /* width: 25%; */
  /* padding: 10px 25px; */

}

button.resume {
  padding: 10px 20px;
}

@media(min-width: 2100px) and (max-width: 2560px) {
  .aboutMeText p {
    font-size: 2rem;
  }
}

@media(min-width: 1771px) and (max-width: 2099px) {
  .aboutMeText p {
    font-size: 3rem;
  }
}


@media(min-width: 1440px) and (max-width: 1770px) {
  .aboutMeText p {
    font-size: 3rem;
  }
}

@media(max-width: 900px) {
  .aboutContent {
    /* flex-direction: column; */
    flex-wrap: wrap;
    justify-content: center;
  }
  .about h3 {
    text-align: center;
  }
  .myPicture {
    width: 50%;
  }
  .aboutMeText {
    /* padding-right: 0; */
    width: 100%;
    text-align: center;
  }
}

@media(max-width: 768px) {
  .about .wrapper {
    width: 90%;
  }
}

@media(max-width: 500px) {
  .myPicture {
    width: 75%;
  }
}

@media(max-width: 425px) {
  .aboutMeText {
    padding-right: 0;
    padding-left: 0;
  }
}




/* PORTFOLIO STYLES*/

.portfolio {
  /* background-color: rgba(0, 0, 0, 0.7); */
  background: #2a2b30;
  padding-bottom: 20px;
}

.portfolio .wrapper {
  width: 80%;
}

.portfolio h3 {
  margin-bottom: 75px;
}

.project {
  display: flex;
  z-index: 10;
  justify-content: space-between;
  /* align-items: center; */
  margin: 75px 0;
  position: relative;
  overflow: hidden;
}

.project:first-child {
  margin-top: 0;
}

.project:last-child {
  margin-bottom: 0;
}

.project h3 {
  padding-bottom: 20px;
}

.project h4 {
  font-size: 3rem;
  margin-bottom: 5px;
}

.project h5 {
  color: #f5ae51;
  font-size: 2.4rem;
  margin-bottom: 20px;
}

.project p {
  color: #e1e1e1;
  font-size: 2rem;
  margin-bottom: 10px;
}

.projectDescription {
  width: 40%;
  /* text-align: justify; */
}

.projectImg {
  width: 55%;
}

.projectButtons {
  /* display: flex;
  justify-content: center; */
  /* position: absolute;
  bottom: 0; */
}

.viewLive,
.viewGithub,
.resume {
  border: 1px solid #f5ae51;
  border-radius: 2px;
  padding: 5px;
  margin: 10px 10px 0 0;
  background: transparent;
  color: #f5ae51;
  font-size: 20px;
}

.viewLive:hover,
.viewGithub:hover,
.resume:hover {
  border: 1px solid #f5ae51;
  border-radius: 2px;
  background: #f5ae51;
  color: #2a2b30;
}

@media(max-width:2560px) and (min-width: 1800px) {
  .project h4 {
    font-size: 4rem;
  }

  .project h5 {
    font-size: 3rem;
  }
  
  .project p {
    font-size: 2.5rem;
  }

  .viewLive,
  .viewGithub,
  button.resume {
    padding: 20px;
    font-size: 2rem;
  }

  button.resume {
    padding: 25px 50px;
  }
}

@media(max-width:1799px) and (min-width: 1440px) {

  .viewLive,
  .viewGithub,
  button.resume {
    padding: 20px;
    font-size: 2.5rem;
  }
}

@media(max-width: 900px) {
  .project {
    flex-wrap: wrap;
  }

  .projectImg {
    width: 100%;
    order: -1;
  }

  .projectDescription {
    width: 100%;
    text-align: center;
  }
}


/* SKILLS STYLES */
.skills {
  /* background-color: rgba(0, 0, 0, 0.7); */
  background: #2a2b30;
  color: white;
  padding-bottom: 0;
}

.skills .wrapper {
  width: 80%;
}

.skills h3 {
  margin-bottom: 50px;
}

.skillsList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.skill {
  /* width: 20%; */
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 20px 50px;
  /* margin-bottom: 50px; */


}

.skill i {
  font-size: 90px;
}

.skill i:hover {
  color: #f5ae51;
}

.skill h4 {
  font-size: 22px;
  text-transform: lowercase;
}

.cellPhone {
  color: lightseagreen;
}

@media(max-width:650px) {
  .skills .wrapper {
    width: 90%;
  }
}

@media(max-width:425px) {
  .skills .wrapper {
    width: 100%;
  }
}

/* CONTACT STYLES */
.contact {
  background: #2a2b30;
  color: white;
}

.contact .wrapper {
  width: 70%;
  /* border: 1px solid red; */
}

.contact h3 {
  margin-bottom: 50px;
}

form {
  display: flex;
  flex-wrap: wrap;
}

.name,
.email,
.message {
  margin-bottom: 10px;
  border: 3px solid #f5ae51;
  background: transparent;
  color: #e1e1e1;
}

.name::placeholder,
.email::placeholder,
.message::placeholder {
  color: #e1e1e1;
}

.name {
  margin-right: 6px;
}

.email {
  /* margin-left: 2.5px; */
}

.name,
.email {
  width: calc(50% - 5px);
  padding: 15px;
}

.message,
.send {
  width: 100%;
}

.message {
  height: 250px;
  padding: 20px 15px 0 15px;
}

.send {
  border: 3px solid #f5ae51;
  padding: 12px;
  background: #2a2b30;
  color: #f5ae51;
}

.send:hover {
  background: #f5ae51;
  color: #2a2b30;
}

@media(max-width: 875px) {
  .contact .wrapper {
    width: 90%;
  }
}

@media(max-width: 768px) {
  .name,
  .email {
    width: 100%;
  }
}


/* FOOTER STYLES */

footer {
  padding: 10px;
  /* background: #f5ae51; */
  background: #2a2b30;
  /* color: #2a2b30; */
  color: #f5ae51;
  border-top: 1px solid #f5ae51;
  border-left: none;
  border-right: none;
  text-align: center;
  font-size: 1.6rem;
}