body {
    margin: 0 auto;
}

.navbar-brand {
    color: #5f8a54;
}
.navbar-brand:hover {
text-decoration: underline;
color: #5f8a54;
}

.nav-link:hover {
    color: #F27175;
}

h1 {
    color: #757575;
    font-family: "Poppins", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 80px;

}

h2 {
    color: #F27175;
    font-family: "Poppins", serif;
    font-weight: 300;
    font-style: normal;
    font-size: 55px;
    margin-bottom: 35px;
}

h3 {
    color: #757575;
    font-family: "Poppins", serif;
    font-weight: 300;
    font-style: normal;
    font-size: 44px;
}

h4 {
        color: red;
        font-family: "Poppins", serif;
        font-weight: 600;
        font-style: normal;
        font-size: 36px;
    }

h5 {
        color: #656060;
        font-family: "Poppins", serif;
        font-weight: 300;
        font-style: normal;
        font-size: 22px;
    }
h6 {
    color: red;
    font-family: "Poppins", serif;
    font-weight: 600;
    font-style: normal;
    font-size: 24px;
}

.small-heading {
        color: rgb(0, 217, 255);
        font-family: "Poppins", serif;
        font-weight: 600;
        font-style: normal;
        font-size: 16px;
    }

p {
    color: blueviolet;
    font-family: "Nunito", serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-size: 18px;
}

.small-paragraph {
    color: blueviolet;
    font-family: "Nunito", serif;
    font-optical-sizing: auto;
    font-weight: 100;
    font-style: normal;
    font-size: 16px;
}

.text-content-landscape {
    display: none;
  }

.h2-welcome {
    margin-top: 80px;
}

.image-flowers {
    margin-top: 64px;
    margin-left: -50px;;
    width: 486px;
    height: 409px;
    background-image: url(/images/image-flowers-hawai.png);
    background-position: left top;
    background-repeat: no-repeat;
    opacity: 70%;
    z-index: -1;
}


.image-emily {
    height: 300px;
    width: 300px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
    display: block;
    margin-top: 113px;
    margin-left: 92px;
    position: relative;
    z-index: 2;
}

.citrus-box {
    width: 500px; 
    height: 500px;
}
.image-citrus {
    width: 107%;
    height: 97%;
    position: relative;
  }

  .image-citrus::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/images/image-citrus-2.png);
    background-size: cover;
    background-position: center -14px;
    background-repeat: no-repeat;
    opacity: 0.1;
    z-index: -1;
  }
.text-content {
    padding-top: 80px;
}

.contact-button {
    padding: 8px 58px !important;
    background-color: #F8A5A8 !important;
    border: none;
    cursor: pointer !important;
    color: white;
    text-decoration: none;
    position: relative;
    z-index: 3;

}

.contact-button:hover {
    box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.2) !important;
    border-bottom: 0.5px solid rgb(255, 255, 255) !important;
    transition: box-shadow 0.3s ease-in-out, border 0.3s;
    color: white;
}

.contact-button-homepage {
    margin-top: -120px;
    margin-right: 36px;
    position: relative;
    z-index: 3;
}

.about-button {
    background-color: #F27175 !important;
    border: none;
    padding: 8px 67px;
    margin-bottom: 30px;
    margin-left: 40px;
}
.about-button a {
    text-decoration: none;
    color: white;
}

.projects-button {
    background-color: #879F80 !important;
    border: none;
    padding: 8px 58px;
    margin-left: 40px;
    margin-bottom: 30px;
}
.projects-button a {
    text-decoration: none;
    color: white;
}

.btn:hover {
    box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.2) !important;
    border-bottom: 0.5px solid rgb(255, 255, 255) !important;
    transition: box-shadow 0.3s ease-in-out, border 0.3s;
}


.container-portfolio {
    background-color: white;
}

.container-buttons {
    margin-top: -64px;
}
.linkedin-icon-index {
    width: 35px;
    height: 35px;
    font-size: 35px;
    margin-left: 71px;
    margin-right: 10px;
}

.linkedin-icon {
    width: 35px;
    height: 35px;
    font-size: 35px;
    margin-left: 117px;
    margin-right: 10px;
}

.github-icon {
    width: 35px;
    height: 35px;
    font-size: 35px;
    margin-bottom: 50px;
    color: black;
}

.linkedin-icon:hover, .github-icon:hover {
    color: #F27175;
}

.card-homepage {
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.card-homepage:hover {
    transform: scale(1.05);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
}

.card-homepage-title {
    font-size: 15px;
    font-weight: 600;
    font-family: "Poppins", serif;

}

.card-homepage-link {
    font-size: 15px;
    font-weight: 400;
    color: #285142;
    font-family: "Nunito", serif;
    font-optical-sizing: auto;
}

.card-homepage-link:hover {
    color: #F27175;
}

.image-emily-about {
    height: 300px;
    width: 300px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
    display: block;
    margin-top: 35px;
    margin-left: 50px;
    position: relative;
    z-index: 3;
   
}
.image-citrus-about {
    position: relative;
    background-image: url("/images/image-citrus-2.png");
    background-size:cover;
    background-position: left center;
    background-repeat: no-repeat;
    width: 65vw;
    min-height: 500px;
    height: auto;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.image-citrus-about::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.659);
    z-index: 1;
}

.about {
    position: relative;
    top: 50%;
    left: 25%;
    transform: translate(-47%, -62%);
    z-index: 2;
    text-align: center;
    color: black; 
}
.aboutme-title{
    color: #FF543E;
    margin-bottom: 20px;
    text-align: center;
    z-index: 3;
    position: relative;
}

.button-group {
    z-index: 2;
    display:flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
    position: relative;
}

.btn-projects {
    background-color: #879F80 !important;
    border: none;
    padding: 10px 80px;
    text-decoration: none;
    color: white;
    border-radius: 23px;
}

.btn-projects:hover {
    color: white;
}

.btn-contact {
    padding: 10px 80px !important;
    background-color: #F8A5A8 !important;
    border: none;
    text-decoration: none;
    color: white;
    border-radius: 23px;
}

.btn-contact:hover {
    color: white;
}

.about-content-container {
    margin-right: 20px;
}

.h3-about-content {
   font-size: 32px;
   font-weight: 300;
   color: black;
   margin-top:-5px;
   margin-bottom:15px;
}

.h6-title-about-content{
    font-size: 22px;
    font-weight: 500;
    color:#F27175;
    padding-bottom: 10px;
}

.text-content-about {
    font-size: 17px;
    color: rgb(79, 79, 79);
}

.image-flowers-about {
    background-image: url("/images/image-flowers-hawai.png");
    margin-top: 71px;
    margin-left: -112px;
    width: 480px;
    height: 390px;
    background-position: left top;
    background-repeat: no-repeat;
    opacity: 30%;
    z-index: -1;
}

.social-icons-about-linkedin {
    margin-left: 29px;
}

.card-about-content {
    margin-top:-55px;
    position: relative;
    z-index: 3;
    background-color: white;

}

.container-buttons-landscape {
    display: none !important;
}

.about-contact-button-wrapper {
    display: none;
}

.projects-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 50px;
    flex-wrap: wrap;
}

.coding-projects-title {
    color: #F27175;
    font-size: 80px;
    margin: 0;
    font-weight: 300;
}

.laptop-coffee-img {
    height: 150px;
    width: auto;
}

.social-icons-projects-linkedin {
    margin: 15px auto 0px;
    justify-content: center;
}

.linkedin-projects {
    margin-left: -115px;
}

.card-work {
    margin: -15px auto;
}

.card-work:hover {
        transform: scale(1.05);
        box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
    }

.card-title-projects {
    font-size: 22px;
    font-weight: 500;
    color: black;
    text-align: center;
    margin-bottom: 15px;
}

.card-text-projects {
    font-size: 16px;
    color: rgb(79, 79, 79);
    padding-left: 10px;
}

.project-button-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }

.project-link {
    background-color: #879F80;
    padding: 8px 40px;
    color: white;
    display: inline-block;
    text-align: center;
}

.project-link:hover {
    background-color: #879F80;
    color: white;
    box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.2) !important;
    border-bottom: 0.5px solid rgba(255, 255, 255, 0) !important;
    transition: box-shadow 0.3s ease-in-out, border 0.3s;
    
}

.bullet-points {
    padding-left: 10px;
}

.work-img {
    border-radius: 24px;
}

.world-img {
    margin-top: 15px;
}

.contact-button-projects {
    margin: 0 auto 30px;
    justify-content: center !important;
}

.contact-me-title {
    color: #F27175;
    font-size: 80px;
    margin: 150px auto 20px;
    font-weight: 300;
    text-align: center;
}

.image-citrus-contact {
    margin-left: -72px;
    margin-top: 77px;
    width: 112%;
}

.coding-journey {
    font-size: 25px;
    text-align: center;
    margin: -9px auto;
    color: black;
    font-family: "Poppins", serif;
    font-weight: 300px;
}

.email {
    margin: 30px auto 0px !important;
    text-align: center;
}

.email-me {
    text-decoration: none;
    color: black;
    font-size: 20px;
}

.social-icons-contact-linkedin {
    margin: 20px auto;
    justify-content: center;
}

.social-icons-contact-git {
    margin-left: 6px;
}

.container-buttons-contact-page {
display: flex;
  flex-direction: column;
  gap: 0px;
  margin-top: -20px;
}

.about-button,
.projects-button {
  margin-left: auto;
  margin-right: auto;
  display: block;
margin-bottom: 20px;
}

.card-img-top-shecodes {
    width: 35%;
    height: auto;
}

.shecodes-card {
    margin: 50px auto 0px;
}

.shecodes-card-body {
    padding: 0px !important;
}

.shecodes-card-title {
    font-size: 16px;
    padding: 10px;
    margin: 0px;
    text-decoration: none !important;
    color: black;
}

.shecodes-card-title:hover {
    color: #F27175;
    box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.2) !important;
    border-bottom: 0.5px solid rgba(255, 255, 255, 0) !important;
    border-radius: 50px;
    transition: box-shadow 0.3s ease-in-out, border 0.3s;
}

.shecodes-link {
    text-decoration: none;
    color: black;
}

a .shecodes-link:hover {
    color: #F27175;
}

footer {
    text-align: center;
    font-size: 10.5px;
    font-weight: 200;
    color: #656060;
    margin: 35px auto 15px;
}

footer a {
    color: #FF543E;
    text-decoration: none;
}

footer a:hover {
    color: #285142;
}
 

@media (max-width: 577px) {

    body, html {
        overflow-x: hidden;
        width: 100%;
    }
    
    .image-flowers { display: none;}

    .image-emily {
        display: none;
    }
    .bg-container {
       display: flex !important;
       flex-direction: column;
       justify-content: center;
       align-items: center;
       width: 100%;
       height: auto !important;
       padding: 0 !important;
       margin: 0 !important;
       background: none !important;
    }
    .citrus-box {
        width: 100%;
        display: flex !important;
        flex-direction: column;
        align-items: center;
        height: auto !important;
        padding: 20px 0 !important;
        background: none !important;
    }

    .image-citrus::before {
        background-image: none;
    }

    .image-citrus {
display: flex !important;
align-items: center;
justify-content: center;
width: 100%;
height: auto !important;  
padding: 0 !important;
margin: 0 !important;  }

    .text-content {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
    width: 100%;
    margin: 0 auto !important;
    padding: 10px 0 !important;
    }

.portfolio-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.card-homepage-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: -10px !important;
}

.contact-button {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 70px auto 0 auto;
    width: 65%;
    max-width: 300px;
    position: relative !important;
}

.contact-button-homepage {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    margin: -20px auto !important;
}

.container-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: -17px !important;
    width: 100%;
}
.container-buttons button {
    width: 65%;
    max-width: 300px;
    text-align: center;
}

.about-button {
    margin: auto !important;
}
    .card-homepage {
        width: 90% !important;
        max-width: 400px;
        margin-top: 25px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .d-flex {
       order: 3;
        justify-content: center;
        width: 100%;
    }

    .social-icons {
        margin-top: 25px !important;
    }

    .linkedin-icon-index {
        width: 35px;
        height: 35px;
        font-size: 35px;
        margin-left: 21px;
    margin-right: 0px;
    }

   .project-btn-index {
        margin: 0 auto !important;
    }

    .h2-welcome {
        margin-top: 60px;
        font-size: 38px;
        margin-bottom: -7px !important;
    }
        
        .btn-projects {
            display: none;
        }

    h1 {
        font-size: 37px;
        text-align: center;
        width: 100%;
        margin: 40px auto 5px !important;
    }

    h3 {
        font-size: 29px;
        font-weight: 300;
        margin: 0 auto 10px;
        text-align: center;
        width: 100%;

    }

    h5{
        font-size: 16px;
        font-weight: 300;
        margin: 0 auto;
        text-align: center;
        width: 100%;
    }

    .image-citrus-about {
        background-image: none;
    }

    .image-flowers-about {
        display: none;
    }

    .image-emily-about {
display: none;    }

.social-icons-about-git {
    display: none !important;}

    .aboutme-title {
        margin: -220px auto -20px auto !important;
    }

    .social-icons-about-linkedin {
        margin: 0 !important;
        order: 3;
    }

    .about {    margin: 79px 0 -28px 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        left: 10%;
    }

    .btn-contact {
        padding: 10px 41px !important;
    }

    .card-about-content {margin: -215px 10px 50px 10px;
    order: 1;}

    .h6-title-about-content {
        font-size: 21px;
        text-align: center;
        margin-bottom: 20px;
    }

    .text-content-about {
        text-align: center;
    }

    .about-container {
        display: flex;
    flex-direction: column;
    align-items: center;
    }

    .linkedin-about {
        width: 35px;
        height: 35px;
        font-size: 35px;
        margin-left: auto;}

    .container-buttons-landscape {
        display: none !important;
    }

    .coding-projects-title {
        font-size: 50px;
    }

    .laptop-coffee-img {
        display: none;}

        .social-icons-projects-linkedin {
            margin: 25px 57px auto;
            justify-content: center;
        }

        .linkedin-icon-projects{
            width: 35px;
            height: 35px;
            font-size: 35px;
            margin-left: -8px !important;
            margin-right: 10px !important;
        }

        .social-icons-projects-git {
            width: 0%;
            margin-left: 20px;
        }

        .card-work {
            margin: -20px 20px 20px 20px;
        }

        .card-title-projects {
            font-size: 20px; 
            align-items: center;

        }

            .card-text-projects {
                font-size: 15px;}

                .project-link {
                    font-size: 12px;}

                    .contact-button-projects {
                        margin: -75px auto 30px;
                        justify-content: center !important;}

    .image-citrus-contact {
        display: none;
    }

    .contact-me-title {
        font-size: 50px;
        text-align: center;
        margin: 75px auto 20px !important;
    }

    .coding-journey {
        font-size: 20px;
        text-align: center;
        margin: 0 auto;
    }

    .container-buttons-contact-page {
        margin: -10px auto !important;
    }

    .about-contact {
        margin: 0 auto !important;
    }

    .project-contact {
        margin: 20px auto !important;
    }

    .shecodes-card {
        margin: 30px auto 0px;
    }

    .linkedin-contact {
        margin-left: 278px;
        margin-right: -138px;
    }
    
    .social-icons-contact-git {
margin: 0 auto 5px;     }

footer {
    padding: 20px;
}
}


@media (min-width: 578px) and (max-width: 992px) {
    
    .image-flowers {
        margin-top: 64px;
        margin-left: 36px;
        width: 486px;
        height: 409px;
        background-image: url(/images/image-flowers-hawai.png);
        background-position: left top;
        background-repeat: no-repeat;
        opacity: 100%;
        z-index: -1;
    }
    
    .bg-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: auto !important;
        padding: 20px 0 !important;
        margin: 0 auto !important;
        text-align: center;
    }

    .citrus-box {
        width: 100% !important;
        max-width: 80vw !important;
        height: auto !important;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 20px 0 !important;
        background: none !important;
    }

    .image-citrus::before {
        background-image: none;
    }

    .image-citrus {
        display: flex !important;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: auto !important;  
        padding: 0 !important;
        margin: 0 !important;  
    }

    .text-content {
        display: flex !important;
        flex-direction: column;
        align-items: center;
        text-align: center;
        justify-content: center;
        width: 143%;
        margin: 93px auto 20px !important;
        padding: 0 !important;
    }

    .image-emily {
        display: none;
        margin: 0 auto 10px;
    }

    h1 {
        font-size: 50px;
        text-align: center;
        width: 100%;
        margin: 30px 0px 14px 69px !important;
    }

    .h2-welcome {
        margin: 125px 0px 5px 150px;
    }

    h3 {
        font-size: 30px;
        font-weight: 300;
        margin: -4px 0px 14px 90px;
        text-align: center;
        width: 100%;

    }

    h5{
        font-size: 17px;
        font-weight: 300;
        text-align: center;
        width: 100%;
    }

    .container-buttons {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        margin-top: -732px;
        gap: 15px;
    }

    .container-buttons button {
        width: 100% !important;
        max-width: 250px !important;
        text-align: center;
        padding: 10px 15px;
        font-size: 18px;
        }

    .card-homepage-container {
        display: grid !important;
        grid-template-columns: 1fr;
        justify-content: center !important;
        gap: 20px !important;
        width: 200%;
        padding: 10px 0;
        margin-left: 99px !important;
    }

    .card-homepage {
        flex: 1 1 calc(33.333% - 10px);
        min-width: 300px;
        max-width: 500px;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .social-icons {
        display: flex;
        justify-content: center;
        width: 100%;
        margin-top: 0px !important;
        gap: 15px;
    }

    .social-icons a {
        font-size: 24px;
    }

    .contact-button {
        margin:-15px -47px;
    }
    .about-button {
        margin-bottom: 862px;    
    }
    .projects-button {
        margin-left: 40px;
        margin-top: -860px;
                display: flex;
        justify-content: center;
        align-items: center;
    }

    .linkedin-icon {
        margin-left: 48px;
    }

    .github-icon {
        margin-left: -15px;
    }
    .container-buttons-landscape {
        display: none !important;
    }
}

@media (max-width: 768px) {
    .card-homepage {
        flex: 1 1 100%;
    }

    .card-homepage-container {
        grid-template-columns: repeat(3, 1fr);
    }

.container-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: -40px;
    gap: 10px;
}

.container-buttons button {
    width: 100% !important;
    max-width: 230px !important;
    text-align: center;
    padding:8px 15px;
    font-size: 16px;
    margin-bottom: 5px;
}

.social-icons {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 20px !important;
    gap: 15px;
}

.social-icons a {
    font-size: 24px;
}

.contact-button-homepage {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    margin-top: -80px !important;
}

.contact-button {
    padding: 8px 60px !important;
}
.container-buttons-landscape {
    display: none !important;
}
}

@media (max-width: 932px) and (orientation: landscape) {
    body, html {
      overflow-x: hidden;
      width: 100%;
    }
  
    .container {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
  
    .image-flowers,
  .image-emily {
    display: none;
  }
  
    .citrus-box {
      width: 100% !important;
      height: auto !important;
      margin: 0 auto !important;
      padding: 0 !important;
    }
  
    .image-citrus {
      width: 100% !important;
      height: auto !important;
      background: none !important;
      display: flex;
      justify-content: center;
      align-items: center;
    }
  
    .image-citrus::before {
      background-image: none !important;
    }
  
  .text-content {
    display: none !important;
  }

  .text-content-landscape {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 73vh;
        text-align: center;
        padding: 20px;
        margin-bottom: -25px !important;
  }

  .hello-index {
    font-size: 52px;
    color: #757575;
    margin: 10px auto !important;
  }

  .emily-name-index {
    font-size: 32px;
    color: #757575;
    margin: 10px auto !important;
  }

  .role-index {
    font-size: 18px;
    font-weight: 300;
    color: #656060;
    line-height: 1.5;
    margin: 10px auto !important;
  }
  
    .contact-button-homepage {
      display: flex;
      justify-content: center;
      margin: -25px auto !important;
      width: 100%;
    }
  
    .contact-button {
      padding: 10px 40px !important;
      margin: 15px auto 0;
    }
  
    .h2-welcome {
        margin: 65px auto 0px !important;
        text-align: center;
      font-size: 40px !important;
    }
  
    .container-buttons-landscape {
        display: flex !important;
        justify-content: center !important;
        gap: 20px !important;
        margin: 20px auto 30px auto !important;
      }
    
      .container-buttons-landscape .btn {
        margin: 0;
        color: white;
    }
    
    
      .container-buttons {
        display: none !important;
      }
  
   .social-icons {
    margin: -22px 0px 1125px 250px;
   }

   .linkedin-icon-index {
    width: 35px;
    height: 35px;
    font-size: 35px;
    margin-left: 46px;
    margin-right: 10px;
   }

   .card-homepage {
    margin: 0px 0px -21px 35px;
   }
  
    .card-homepage-container {
      width: 73%;
      display: grid;
      grid-template-columns: 1fr;
      gap: 40px !important;
    }


    .image-citrus-about  {
        display: none !important;
    }

.image-flowers-about {
    display: none !important;
}

.card-about-content {
    margin: 41px 81px 50px -115px !important;
}

.h3-about-content {
    margin: 0 !important;
}

.h6-title-about-content {
    padding-top: 22px !important;
}

.about-contact-button-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: -30px;
    z-index: 3;
    position: relative;
  }
  
  .btn-contact-me {
    background-color: #F8A5A8;
    border: none;
    padding: 10px 40px;
    text-decoration: none;
    color: white;
    font-family: "Poppins", sans-serif;
    border-radius: 25px;
    font-size: 20px;
    box-shadow: 0px 4px 6px rgba(0,0,0,0.1);
    transition: background-color 0.3s ease;
    margin: 0 auto 20px !important;
  }
  
  .btn-contact-me:hover {
    background-color: #f38e91;
    color: white;
  }

  .image-emily-about{
            margin: 70px 0px 10px 225px !important;
            height: 250px;
    width: 250px;
  }

  .coding-projects-title {
    font-size: 70px;
    margin: 15px auto 0 !important;
  }

  .social-icons-projects-linkedin {
    margin: 0 auto;}

  .linkedin-projects {
    margin-left: -70px;
    margin-right: 15px;
    }

        .card-work {
            margin: -15px 30px 0px 30px;
        }


.laptop-coffee-img {
    height: 200px;
    width: auto;
    margin-top: -15px;
}

.world-img {
    margin-top: 0px;}

.contact-me-title {
    font-size: 54px;
    margin: 65px auto 15px !important;
}

.coding-journey {
    font-size: 19px;
}

.container-buttons-contact-page {
    margin: -10px auto !important;
}

.about-contact {
    margin: 0 auto !important;
}

.project-contact {
    margin: 20px auto 0px !important;
}

.shecodes-card {
    margin: 24px auto 40px; }

.linkedin-contact {
    margin-left: 197px;
        margin-right: -112px;
}

.social-icons-contact-linkedin {
    margin: 15px auto 15px;
    justify-content: center;
}
.social-icons-contact-git {
    margin: 0 auto -30px;   
}

.email {
    margin: 25px auto !important;
        text-align: center;
}

.email-me {
    font-size: 19px;
}

.image-citrus-contact {
    margin-left: -126px;
    margin-top: 96px;    
    width: 133%;}

}

@media (min-width: 1200px) {
    .image-citrus-about {
        height: 500px;
    }

    .about {
        top: 55%;
    }

    .container-buttons-landscape {
        display: none !important;
    }
}