/* MAIN CONTENT */

#welcomeContent {
    background-repeat: no-repeat;
    /*background-image: url("../Assets/Art/The\ Sorcerer\ And\ The\ Power\ Of\ LifeTN.jpeg");*/
    background-image: url("../Assets/Others/20231014_124929.jpg");
    background-position-y: 30%;
    background-position: center;
    background-size: cover;
    text-align: center;
    height: 82.5vh;
}

#welcomeText div {
    font-size: 4vh;
}

#mainContent #welcomeText {
    background-color: rgba(0, 0, 0, 0.3);
    color: #d2dcdb;
    font-size: 9vw;
    font-weight: 100;
    width: 100%;
    height: 100%;
    text-shadow: 3px 5px 16px #47474783, 0px 4px 20px #6e6e6eab;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: var(--font3);
}

#welcomeButtons {
    display: flex;
}

#moreBelow a {
    background-color: #dfd5c0;
    font-size: 1.2vw;
    letter-spacing: 0.1vw;
    backdrop-filter: blur(0.5vw);
    border-radius: 2vw;
    color: black;
    font-weight: 500;
    padding: 1vw;
    font-family: var(--font3);
    border: none;
    margin: 1vw;
    width: 15vw;
    text-shadow: none;
    text-decoration: none;
    transition: background-color 0.25s linear;
}

#moreBelow a:hover {
    background-color: #bfb6a2;
}

#mainContent #aboutMe {
    background-color: #fcfcfc;
}

/* ABOUT ME */

#aboutMe {
    display: flex;
    /*display: flex;
    justify-content: flex-start;
    align-items: center;*/
    /*padding-top: 15vh;*/
    justify-content: center;
    align-items: center;
    height: 28vw;
}

#aboutMe > * {
    margin: 1vw;
}

#aboutMe img {
    width: 40vw;
    height: 22vw;
    object-fit: cover;
    /*object-position: -8vw -4vw;*/
    filter: brightness(110%);
}

#aboutMe .titleText
{
    font-family: var(--font3);
    text-align: left;
    font-size: 3vw;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: .05em;
    padding: 2vw;
}

#aboutMe pre, #aboutMe div {
    font-family: Public Sans, sans-serif;
    text-align: left;
    font-size: 1.25vw;
    font-weight: 220;
    letter-spacing: 0.08vw;
}

#myPathText {
    line-height: 1.6;
}

#myPathText div {
    max-width: 45vw;
}

#myPathText .rightJustify, #myPathText .rightJustify pre {
    text-align: right;
    padding-bottom: 0.5vw;
}

hr {
    width: 60vw;
    margin: auto;
}

/* CV */
#cv {
    padding-top: 3vw;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#cv * {
    user-select: text;
}

#cvTitle {
    font-size: 5vw;
    font-family: var(--font3);
    text-align: center;
}

#cvContent {
    font-size: 1vw;
    font-family: Public Sans, sans-serif;
    font-weight: 300;
    margin: 0;
}

/* footer */

#footer {
    height: 5vh;
}

#footer img {
    height: 3.5vh;
}