@font-face {
    font-family: "Soffie";
    src: url(../fonts/SoffieRegular-ovOLV.otf);
}

@font-face {
    font-family: "Montserrat-Bold";
    src: url(../fonts/Montserrat-Bold.ttf);
}

body {
    padding: 0;
    margin: 0;
    background-color: #202124ff;
    color: #fff;
    letter-spacing: 3px;
}

.JessicaLopezLogo {
    width: 250px;
    height: 250px;
    position: absolute;
    top: 30px;
    left: 100px;
    border-radius: 50%;
}

.Jessica {
    font-size: 80px;
    color: #7252FE;
    font-family: "Soffie";
    
}

footer {
    background-color: #2e2e2eff;
    height: 150px;
}

h1 {
    font-family: "Soffie", Arial, sans-serif;
    font-size: 120px;
    line-height: 0.5;
}

h2 {
    font-family: "Soffie", Arial, sans-serif;
    font-size: 30px;
    text-align: center;
    color: #7252FE;
}

p, a, form {
    font-family: "Montserrat-Bold", Arial, sans-serif;
    font-size: 20px;
    line-height: 1.5;
    text-decoration: none;
    color: #fff;
}

.purple {
    color: #7252FE;
}

.educationcontainer {
    display: flex;
    justify-content: space-around;
    padding-left: 100px;
    padding-right: 100px;
}

.honorsociety {
    line-height: 30px;
}

.honorsocietyimage {
    width: 400px;
    border-radius: 20px;
    position: relative;
    left: 100px;
    z-index: -1;
    
}

.educationimage {
    height: 350px;
    width: 400px;
    border-radius: 50px;
}

.logos {
    flex-wrap: wrap;
}

.logo {
    width: 150px;
    height: 150px;
}

.badge {
    width: 200px;
    border-radius: 50%;
}

.honorsociety {
    width: 400px;
    border-radius: 20px;
}

hr {
    width: 800px;
    height: 15px;
    background-color: #2e2e2e;
    border: none;
}

.mainabouta {
    display: flex;
    justify-content: space-around;
}

.summary {
    display: flex;
    justify-content: center;
    width: 10px;
}

.summary2 {
    width: 10px;
}

.quote {
    line-height: 1.5;
    text-align: center;
}

.leftposition {
    display: flex;
    justify-content: center; 
}

img {
    object-fit: cover;
    width: 1000px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.image1 {
    width: 300px;
    border-radius: 50px;
}

button, .submit {
    background-color: #7252FE;
    color: #fff;
    border: none;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    padding: 10px 20px 10px 20px;
    font-size: 20px;
}

.navbar1 {
    height: 100px;
    background-color: #7252FE;
    display: flex;
    justify-content: end;
}

.navbar2 {
    height: 80px;
    background-color: #2e2e2eff;
    display: flex;
    justify-content: space-around;
}

.navbartitle {
    padding-left: 172px;
}

.navbaricons {
    padding-right: 172px;
    cursor: pointer;
}

.fixed {
    width: 100%;
    position: fixed;
}

.tabs {
    width: 30%;
    display: flex;
    justify-content: space-around;
    position: absolute;
    right: 100px;
    top: 110px;
}

.icon {
    width: 55px;
    height: 55px;
}

.backtotop {
    text-align: right;
    padding-right: 282px;
}

.portrait {
    width: 400px;
    box-shadow: 5px 5px 10px #000;
    border-radius: 20%;
}

.mainabout {
    padding-left: 210px;
    padding-right: 210px;
    padding-top: 130px;
}

.maintext {
    padding-left: 107px;
}

.centertext {
    display: flex;
    justify-content: center;
}

.skills {
    display: flex;
    justify-content: space-around;
}

.codelanugaescontainer {
    display: flex;
    justify-content: center;
}

.codelang {
    width: 150px;
    height: 150px;
    padding: 20px;
}

.honorscontainer {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.honor {
    width: 280px;
    height: 280px;
    padding: 20px;
    border-radius: 50%;
}

.honor1 {
    width: 500px;
    border-radius: 20%;
} 

.datascienceprojects {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.project {
    width: 500px;
    height: 300px;
    margin: 20px;
}

.project2 {
    width: 500px;
    height: 300px;
    margin: 20px;
    object-position: 0px 20px;
}

.projectcar {
    width: 500px;
    height: 300px;
    margin: 20px;
    object-position: 0px 5px;
}

.portrait, .project {
    box-shadow: 5px 5px 10px #000;
}

.space {
    padding-top: 100px;
}

.projecttext {
    text-align: center;
}

.contactcontainer {
    display: flex;
    justify-content: center;
}

.contacttext {
    padding-left: 100px;
    padding-right: 100px;
}

.aligncenter {
    display: flex;
    justify-content: center;
    text-align: center;
    margin-left: 200px;
    margin-right: 200px;
    padding: 5px;
    padding-bottom: 0px;
}

.logoscon {
    display: flex;
    justify-content: space-around;
}

.logo2 {
    width: 100px;
    box-shadow: 5px 5px 10px #000;
}

/* Projects */

.project-image {
    width: 1000px;
    box-shadow: 5px 5px 10px #000;
}

.tab2project2 {
    width: 800px;
}

/* Dark Mode*/
.dark-mode {
    background-color: #2E2E2E;
    color: #fff;
    p, a, form {
        color: #fff;
    }
}

.light-mode {
    background-color: #fff;
    color: #2E2E2E;
    p, a, form {
        color: #2E2E2E;
    }
    .navbartitle {
        color:#fff;
    }
    .tabs, a {
        color: #fff;
    }
    .codelang {
        box-shadow: 5px 5px 10px gray;
        border-radius: 20px;
} 
}

/* About Section */
.about-section {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 60px;
  max-width: 1200px;
  margin: 120px auto 60px auto;
  padding: 0 40px;
  align-items: center;
}

.profile-img {
  width: 320px;
  height: 500px;
  object-fit: cover;
  border-radius: 35px;
}

.about-right {
  max-width: 720px;
}

.about-right h1 {
  color: #7357ff;
  font-size: 42px;
  margin-bottom: 10px;
  font-weight: 900;
}

.about-text {
  color: white;
  font-size: 24px;
  line-height: 1.35;
  margin-bottom: 30px;
}

.bottom-row {
  display: flex;
  align-items: center;
  gap: 45px;
}

.cartoon-img {
  width: 220px;
  height: 220px;
  object-fit: top;
  border-radius: 28px;
}

.contact-block {
  color: white;
  font-size: 24px;
  line-height: 1.25;
  max-width: 420px;
}

.plant {
  margin: 25px 0;
}

.resume-btn {
  display: inline-block;
  background-color: #7357ff;
  color: white;
  text-decoration: none;
  font-size: 32px;
  font-weight: 800;
  padding: 18px 28px;
}

/* Mobile layout */
@media (max-width: 900px) {
  .about-section {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .bottom-row {
    flex-direction: column;
  }

  .profile-img {
    margin: 0 auto;
  }

  .about-right {
    margin: 0 auto;
  }
}


/* Display small */
@media screen and (max-width: 1200px) {
    .navbar1 {
        height: 150px;
    }
    .navbar2 {
        height: 140px; 
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
  p, h1, h2, body {
    text-align: center;
  }
  .portrait {
    width: 500px;
    padding-top: 200px; 
    border-radius: 10px;
  }
  .abouttext {
    width: 200px;
  }
  
  .honorscontainer {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .centertext {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .aligncenter {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .tabs {
    padding: 0;
  }
  .maintext {
    padding: 0;
  }
  footer {
    width: 100%;
  }
  .space2 {
    height: 100px;
  }
}