/* all ////// */

body {
    height: auto;
    min-height: 100vh;
    animation: fadeInAnimation ease 1s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    width: 100%;
    margin: 0px;
    background-color: #F7F7F7;
}

@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

footer {
    text-align: center;
    font-family: "Hind", sans-serif;
    font-weight: 300;
    font-style: normal;
    position: relative;
    height: 15vh;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.footerElement {
    margin-right: 40px;
    margin-left: 40px;
}

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

footer a:hover {
    text-decoration: none;
    font-family: "Hind", sans-serif;
    font-weight: 300;
    font-style: normal;
    text-decoration: none;
    color: #724CF9;
}

nav {
    display: flex;
    justify-content: space-between;
    height: 130px;
    align-items: center;
    padding-left: 50px;
    padding-right: 50px;
}

#logo {
    flex-grow: 1;
    width: 300px;
    cursor: pointer;
}

#logoDiv {
    height: fit-content;
}

.navLinks {
    font-family: "Hind", sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #000000;
    text-align: center;
    background-color: transparent;
    width: auto;
    margin-bottom: 3px;
    text-decoration: none;
    margin-left: 60px;
    cursor: pointer;
}

.navLinks:hover {
    text-decoration: none;
    font-family: "Hind", sans-serif;
    font-weight: 300;
    font-style: normal;
    text-decoration: none;
    color: #724CF9;
}

.navLinksDiv {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* home/////////////////// */

.rows {
    display: flex;
    flex-direction: row;
}

.rowContainer {
    margin-top: 0px;
}

.homeImageLinks {
    width: 100%;
    aspect-ratio: 9/5;
    margin: 10px;
    cursor: pointer;
}

#homeImageLink1 {
    background-image: url("img/mouseGif.gif");
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}

#homeImageLink2 {
    background-image: url("img/coffeeGIFpurple.gif");
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}

#homeImageLink3 {
    background-image: url("img/VDanimation.gif");
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}

#homeImageLink4 {
    background-image: url("img/amazonGIF.gif");
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}


.homeImageHoverTitle {
    display: none;
    justify-content: flex-start;
    align-items: flex-end;
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.6);
    height: 100%;
    width: 100%;
    margin-bottom: 0;
    margin-top: 0;
}

.titleText {
    text-align: left;
    font-family: "Mulish", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 800;
    color: #000000;
    text-decoration: none;
    font-size: 55px;
    padding-left: 20px;
    padding-bottom: 20px;
    margin-bottom: 0;
}

/* about ///////////// */

.aboutContent {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    margin-left: 50px;
    margin-right: 50px;
}

.aboutTextP {
    font-family: "Lexend", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 300;
    color: #000000;
    text-decoration: none;
    font-size: 14px;
    line-height: 25px;
}

#headshot {
    width: 35vw;
    height: auto;
    object-fit: contain;
    padding-right: 40px;
    margin-top: 24px;
}

.aboutText {
    font-family: "Lexend", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 200;
    color: #000000;
    text-decoration: none;
    font-size: 15px;
    line-height: 25px;
    align-items: flex-start;
    width: 700px;
    margin-top: 0px;
}

.titleHeaderContainer {
    height: fit-content;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    justify-content: center;
    border-bottom: 2px solid #e4e7ea;
    padding-bottom: 30px;
}

.titleHeader {
    text-align: left;
    font-family: "Lexend", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 500;
    font-size: 50px;
    color: #000000;
    letter-spacing: 1.5px;
}

/* project pages //////// */

.projectColumns {
    display: flex;
    flex-direction: column;
    margin-top: 80px;
}

.projectRow {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    padding-bottom: 80px;
    padding-left: 5vw;
    padding-right: 5vw;
}

.projectVisualDiv {
    width: 60vw;
}

.projectVisual {
    width: 100%;
    padding-left: 0px;
}

.projectWrittenContent {
    display: flex;
    flex-direction: column;
    height: auto;
    font-family: "Lexend", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 300;
    color: #000000;
    text-decoration: none;
    font-size: 14px;
    line-height: 25px;
}

.projectWrittenContentDiv {
    display: flex;
    flex-direction: column;
    width: 30vw;
    padding: 0 0 0 2vw;
}

.projectWrittenContentHeader {
    display: flex;
    flex-direction: column;
    width: 30vw;
    height: auto;
    font-family: "Lexend", sans-serif;
    font-style: normal;
    font-weight: 600;
    color: #000000;
    text-decoration: none;
    font-size: 30px;
    line-height: 35px;
    margin: 0 0 14px 0;
}

.projectSkillsDiv {
    display: flex;
    flex-direction: row;
}

.projectSkills {
    background-color: #000000;
    color: white;
    border-radius: 5px;
    margin-right: 12px;
    padding: 4px 7px 4px 7px;
    font-family: "Mulish", sans-serif;
    font-style: normal;
    font-weight: 300;
    margin-top: 4px;
    margin-bottom: 4px;
}

#calendarVideo {
    filter: drop-shadow(5px 5px 10px #c7c7c7);
}




/* form */

/* Style inputs, select elements and textareas */

form {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

input[type=text],
select,
textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    resize: vertical;
    font-family: "Hnd", sans-serif;
    font-weight: 300;
    font-style: normal;
    text-decoration: none;
    font-size: 14px;
}

/* Style the submit button */
input[type=submit] {
    background-color: #724CF9;
    ;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    float: right;
    margin-top: 20px;
    font-family: "Hnd", sans-serif;
    font-weight: 300;
    font-style: normal;
    text-decoration: none;
    font-size: 16px;
}

.formContainer {
    border-radius: 5px;
    padding: 20px;
}

.col-25 {
    float: left;
    width: 100px;
    margin-top: 6px;
}

.col-75 {
    float: left;
    width: 500px;
    margin-top: 6px;
}

.formRow {
    display: flex;
    justify-content: center;
    width: 70vw;
}

.thankYouHeader {
    text-align: center;
    font-family: "Lexend", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    color: #000000;
    letter-spacing: 1.5px;
}

.thankYouBody {
    font-family: "Hind", sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #3F4650;
    text-decoration: none;
    text-align: center;
    font-size: 20px;
    margin-top: 0px;
}

#thankYouLogo {
    width: 22vw;
}

.thankYouPageLayout {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.thankYouLogoDiv {
    display: flex;
    justify-content: center;
}

.linkButton {
    background-color: #724CF9;
    color: rgb(255, 255, 255);
    border-radius: 30px;
    border-color: #724CF9;
    border: none;
    font-family: "Hind", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    width: fit-content;
    padding: 4px 30px 4px 30px;
    margin-top: 16px;

}

.linkButton:hover {
    background-color: #5e3ed2;
    cursor: pointer;
}

.linkButton:visited {
    color: white;
}

@media screen and (max-width: 1000px) {


    .titleText {
        font-size: 30px;
    }

    .titleHeader {
        font-size: 6vw;
        margin-top: 0px;
        margin-bottom: 0px;
        text-align: center;
    }

    .titleHeaderContainer {
        margin-bottom: 10px;
        height: fit-content;
        padding-bottom: 1vh;
    }

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

    #logo {
        flex-grow: 1;
        width: 60vw;
    }

    nav {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 20px;
        height: fit-content;
    }

    .navLinks {
        margin-left: 3vw;
        margin-right: 3vw;
    }

    .rowContainer {
        margin-top: 0px;
    }

    .navLinksDiv {
        margin-right: 0px;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    footer {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        flex-direction: column;
        height: 25vh;
    }

    .footerElement {
        margin-right: 40px;
        margin-top: 5px;
    }

    /* about ///////// */

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

    .aboutText {
        width: 90vw;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 25px;
    }

    #headshot {
        width: 100vw;
        height: auto;
        object-fit: contain;
        padding-right: 0px;
    }

    .projectRow {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 90vw;
        padding-bottom: 40px;
    }

    .projectWrittenContentDiv {
        width: 90vw;
        display: flex;
        justify-content: center;
        flex-direction: column;
        padding: 0 0 0 0;
    }

    .projectWrittenContent {
        line-height: 24px;
        font-size: 16px;
        display: flex;
        justify-content: center;
        padding-top: 8px;
        padding-bottom: 8px;
    }

    p {
        margin: 0 0 0 0;
    }

    .projectWrittenContentHeader {
        width: 80vw;
        line-height: 35px;
    }

    .projectColumns {
        margin-top: 4vh;
    }

    .projectVisualDiv {
        display: flex;
        justify-content: center;
        flex-direction: column;
        width: 90vw;
        margin: 0 0 35px 0;
    }

    .projectVisual {
        width: 90vw;
        padding-left: 0px;
        display: flex;
        flex-direction: column;
    }

    #thankYouLogo {
        width: 50vw;
    }

    .aboutTextP {
        padding-top: 8px;
        padding-bottom: 8px;
    }
}

/* /////////// form */

.formContainer {
    display: flex;
    justify-content: center;
}