body, html {
    background: #d0f8bd;
}

#content {
    background: linear-gradient(to top, #003a3b 15%, #d0f8bd 100%);
    padding: 0 min(12vh, 8vw) 10vw min(12vh, 8vw);
}

#pf-logo{
    position: absolute;
    z-index: 0;
    display: block;
    aspect-ratio: 1 / 1;
    object-fit: contain;
    left: max(20vh, 35vw);
    top: 15vh;
    height: max(70vw, 100vh);
    max-height: 150vh;
}

#profile-titlebox{
    z-index: 1;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 5vh;
}

#profile-titletextbox{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 55%;
    height: fit-content;
}

#profile-titletext{
    color: #003a3b;
    margin-top: max(-10vw, -8vh);
    text-shadow: -.5vh .3vh 1vh rgba(0,0,0,0.1);
    font-weight: 400;
    line-height: 1.6;
}

#profile-name{
    position: relative;
    color: #003a3b;
    overflow-wrap: normal;
    word-break: normal;
    word-wrap: normal;
    font-size: min(12vh, 15vw);
    margin-top: 3vh;
    line-height: 1;
    z-index: 1;
    text-shadow: -.5vh .3vh 5vh rgba(0,0,0,0.3);
}

#mainprofileimage{
    display: block;
    object-fit: cover;
    max-width: 40%;
    max-height: 50vh;
    border-radius: 5pt;
    box-shadow: 0vh 0.3vh 3vh 0px rgba(0,0,0,0.2);
}

#profile-secondbox{
    z-index: 1;
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 10vh;
}

#profile-factsheet{
    border-radius: 5pt;
    background: linear-gradient(to top right, #d0f8bd30, #003a3b50);
    backdrop-filter: blur(10px);
    box-shadow: 0vh 0.3vh 3vh 0px rgba(0,0,0,0.2);
    width: calc(45% - 10vh);
    height: fit-content;
    padding: 3vh 5vh 3vh 5vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

#pffs-factblock{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: fit-content;
}

.pffs-factitem{
    height: fit-content;
    width: 100%;
    display: flex;
    flex-direction: row;
    border-bottom: 0.3vh solid rgba(0, 0, 0, 0.05);
}

.pffs-facttitle{
    font-family: 'Work Sans', Arial, Helvetica, sans-serif;
    font-weight: 500;
    color: #003a3b;
    font-size: 1rem;
    width: 8rem;
}

.pffs-fact{
    color: #ffffffaa;
    font-weight: 300;
    font-size: 1rem;
    width: calc(100% - 8rem);
}

.pffs-contactlink{
    font-size: 1rem;
    font-weight: 300;
    width: calc(100% - 8rem);
    cursor: pointer;
    color: #ffffffaa;
    text-shadow: 0 0 0 rgba(0,0,0,0);
}

a[href^="tel"] {
  color: inherit;
}

.pffs-contactlink:hover{
    color: #d0f8bd;
    text-shadow: -.5vh .3vh 1vh rgba(0,0,0,0.3);
}

.pffs-lastitem{
    border: none;
}

#pffs-links-title{
    font-family: 'Work Sans', Arial, Helvetica, sans-serif;
    margin-top: 3vh;
    font-size: 1rem;
    font-weight: 500;
    width: 100%;
    color: #003a3b;
}

#pffs-links{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: fit-content;
    height: 6.5vh;
    margin-left: -1.25vh;
}

.pffs-link{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 5.5vh;
    height: 5.5vh;
    margin-right: 1vh;
    border-radius: 3vh;
    box-sizing: border-box;
    overflow: hidden;
    border: none;
    background: transparent;
    transition: 0.3s ease;
}

.pffs-link:hover{
    background: #d0f8bd;
    scale: 1.05;
    box-shadow: 0.6vh 0.3vh 2vh 0px rgba(0,0,0,0.3);
}

.pffs-link img{
    width: 3vh;
    height: 3vh;
    object-fit: contain;
    transition: 0.3s ease;
    opacity: .7;
}

.pffs-link:hover img{
    scale: 0.85;
    opacity: .9;
}

#profile-textbox2{
    width: 50%;
    height: fit-content;
    margin-top: 5vh;
    text-align: left;
}

#profile-textbox2 p{
    color: #003a3b;
    text-shadow: -.5vh .3vh 1vh rgba(0,0,0,0.1);
    font-weight: 400;
    line-height: 1.6;
}

#profile-quotebox {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: calc(75% - 20vh);
    padding-left: 20vh;
    padding-top: 5vh;
    margin-top: 15vh;
    margin-left: 10%;
    background-image: url(/imgs/icons/quote.svg);
    background-repeat: no-repeat;
    background-size: 25vh auto;
    background-position: top left;
    z-index: 1;
}

#profile-quote{
    color: #003a3b;
    line-height: 3rem;
    text-shadow: -.5vh .3vh 5vh rgba(0,0,0,0.3);
}

#profile-quotefrom{
    font-size: 1.1rem;
    text-align: right;
    width: 90%;
    margin-top: -3vh;
    color: rgba(255, 255, 255, 0.5);
}

#profile-lastbox {
    position: relative;
    margin-top: 15vh;
    width: 100%;
    height: fit-content;
    line-height: 0;
    z-index: 1;
}

#profile-lastimage {
    float: left;
    margin-right: 3vh;
    margin-bottom: 1vh;
    width: 50vw;
    height: auto;
    border-radius: 5pt;
}

#profile-lasttext {
    text-align: justify;
    line-height: 1.5;
    font-weight: 300;
}