/* MAIN CONTENT */

#welcomeContent {
    background-repeat: no-repeat;
    background-image: url("../Assets/Portraits/Wide.jpg");
    background-position-y: 30%;
    background-size: cover;
    text-align: center;
    height: 82.5vh;
}

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

#mainContent {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 77.5vh;
}

#mainContent > * {
    padding: 3vh;
}

#mainContent img {
    height: 65vh;

    user-select: none;
}

#mainContent #contactText {
    color: #2D2324;
    font-size: 6vw;
    font-weight: 100;
    width: 100%;
    height: 100%;
    font-family: var(--font3);
}

#welcomeText a {
    font-size: 2vw;
    background-color: #ffffff77;
    backdrop-filter: blur(7.5px);
    border-radius: 2vw;
    color: black;
    font-weight: 500;
    padding: 1vw 1vw 1vw 1vw;
    font-family: var(--font3);
    border: none;
    margin: 1vw 1vw 1vw 1vw;
    width: 10vw;
    text-shadow: none;
    text-decoration: none;
    transition: background-color 0.25s linear;
}

#welcomeText a:hover {
    background-color: #ffffff36;
}

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

object {
    user-select: none;
}

/* CONTACT FORM */
#contactForm {
    display: flex;
    flex-direction: column;
    font-size: 2vw;
    font-family: var(--font7);
    font-optical-sizing: auto;
    font-weight: 100;
    font-style: normal;
}

#contactForm input {
    border: 1px gray solid;
    width: 100%;
    height: 3vw;
    font-size: 1vw;
    font-family: "Times New Roman";
}

#contactForm #nameInput
{
    height: 1.5vw;
}

#contactForm button
{
    background-color: grey;
    width: 20%;
}

#contactForm object {
    width: 3vw;
    padding-right: 1vw;
}

#contactForm div:not(:first-child)
{
    display: flex;
    align-items: center;
    padding-bottom: 1vw;
}

#footer {
    height: 5vh;
    position: fixed;
    bottom: 0;
    width: 100%;
    margin: auto 0;
}

#footer img {
    height: 3.5vh;
}