body {
    font-family: 'Zona Pro Light', sans-serif;
}

.profile-info, .history {
    display: grid;
    grid-template-columns: auto auto;
    align-items: center;
    width: 95%;
    grid-gap: 2rem;
    padding: 0rem;
    margin: 0;
    z-index: 900;
}

.profile-info .about-me {
    display: flex;
    height: 100%;
    flex-direction: column;
    align-items: left;
    justify-content: space-between;
    padding: 0;
    margin: 0;
    min-width: 0;
    min-height: 0;
}

.profile-info img {
    max-width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}

.about-me p {
    padding: 0;
    margin: 0;
    font-size: 1.18vw;
}

.about-me h2 {
    font-family: 'Zona Pro', sans-serif;
    padding-bottom: 1rem;
    padding-top: 1rem;
    margin: 0;
    font-size: 1.5vw;
    color: #EF16AC;
}

.mobile-profile-info {
    display: none;
}


@media (max-width: 768px) {
    .profile-info {
        display: none;
    }

    .mobile-profile-info {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 95%;
    }

    .mobile-profile-info img {
        max-width: 100%;
        height: auto;
        margin: 0;
        padding: 1vw 2vw;
    }

    .about-me {
        padding: 4vw 0vw;
    }  

    .mobile-profile-info h2 {
        font-size: 3.5vw;
        font-family: 'Zona Pro SemiBold', sans-serif;
        font-weight: normal;
        padding-top: 0;
        padding-bottom: 1rem;
    }

    .mobile-profile-info p {
        font-size: 3.5vw;
    }
}

.banner-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    overflow: hidden;
    height: 30vw;
    margin-bottom: -7.5vw;
    margin-top: -7.5vw;
}

.banner-container .banner {
    width: 130vw;
    object-fit: cover;
    padding-bottom: -1.5vw;
    margin-bottom: -31vw;
    margin-top: -23.5vw;
    -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; 
}

.mobile-banner-container {
    display: none;
}

.mobile-banner-container .mobile-banner {
    -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; 
    display: none;
}

@media (max-width: 768px) {
    .banner-container .banner {
        display: none;
    }

    .banner-container {
        display: none;
    }

    .mobile-banner-container {
        display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    overflow: hidden;
    height: 40vw;
    margin-bottom: -7.5vw;
    margin-top: -12vw;
    }

    .mobile-banner-container .mobile-banner {
        display: flex;
        width: 150vw;
    object-fit: cover;
    padding-bottom: -1.5vw;
    margin-bottom: -27vw;
    margin-top: -12vw;
    }
}

p img {
    margin-top: 0.2vw;
    margin-bottom: -0.15vw;
}

.mobile-contact {
    display: none;
}

.history {
    align-items: start;
    grid-template-columns: 45% 50%;
    gap: 8vw;
}

.history span, .experience span{
    color: #B96DE2;
}

.history h3, .experience h3 {
    font-family: 'Zona Pro', sans-serif;
    font-size: 1.5vw;
    color: #00B0F2;
}

.history p, .experience p {
    padding: 0;
    margin: 0;
    font-size: 1.35vw;
    font-weight: lighter;
}

.history strong, .experience strong {
    font-family: 'Zona Pro', sans-serif;
    color: #B96DE2;
    font-weight: bold;
}

.experience h3 {
    margin: -3vw 0;
}

.experience {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: auto auto auto;
    align-items: center;
    width: 95%;
    grid-gap: 3vw;
    padding: 0rem;
    margin: 0;
    z-index: 900;
}

.experience div {
    display: flex;
    justify-content: space-between;
}

.experience p:last-child{
    display: block;
    width: 44.5%;
}

.line {
    border-top: 2px solid #B96DE2;
    width: 80%;
}

.mobile-line {
    display: none;
}

.desktop-contact p a {
        text-decoration: none;
    }
  

@media (max-width: 768px) {

    .desktop-contact {
        display: none;
    }

    .mobile-contact {
        display: flex;
        flex-direction: column;
    }

    .mobile-contact-row {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: end;
        
    }

    .mobile-contact-row div {
        display: flex;
        flex-direction: row;
        justify-content: left;
        align-content: baseline;
        font-size: 3.5vw;
        gap: 0.7vw;
    }

    .mobile-contact-row img {
        max-height: 4vw;
        max-width: 4vw;
}

    .history {
        display: flex;
        flex-direction: column;
        align-items: left;
        width: 96%;
        padding: 0rem;
        margin: 0;
    }

    .history h3, .experience h3 {
        font-size: 3.5vw;
        font-family: 'Zona Pro SemiBold', sans-serif;
        font-weight: normal;
        margin: 1vw 0;
    }

    .history p, .experience p{
        padding: 0;
        margin: 1.5vw 0;
        font-size: 3.5vw;
        font-weight: lighter;
    }

    .history div, .experience div{
        width: 100%;
    }

    .experience p:last-child{
    display: block;
    width: 100%;
}


    .experience {
    display: flex;
    flex-direction: column;
    justify-content: left;
    align-items: start;
    width: 95%;
    grid-gap: 3vw;
    padding: 0rem;
    margin: 0;
    z-index: 900;
}

    .experience h3 {
        margin-bottom: -2vw;
    }

    .experience div {
        display: flex;
        flex-direction: column;
        gap: 2vw;

    }

    .mobile-contact div a {
        text-decoration: none;
    }

    .line {
        border-top: 1px solid #B96DE2;
        width: 92vw
    }

    .mobile-line {
        display: block;
        border-top: 1px solid #B96DE2;
        width: 92vw;
        margin-top: -4.5vw;
        margin-bottom: -4.5vw;
    }
}
