body {
    margin: 0;
    background-image: url("../Images/aot-background.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    overflow-x: hidden;
    height: 295vh;
}

html {
    scroll-behavior: smooth;
}

.name {
    color: white;
    opacity: 0.6;
    font-family: 'Ditty', sans-serif;
    margin-top: 21vh;
    margin-left: 10.66vw;
    max-width: 32vw;
    font-size: 7vw;
}

.projects-div {
    height: 200vh;
    width: 100%;
    top: 20vh;
    text-align: center;
    padding-top: 4vh;
    overflow-x: hidden;
    position: relative;
}

.projects-title {
    font-family: 'Ditty', sans-serif;
    margin-top: 0;
    font-size: 15vh;
    color: white;
    opacity: 0.6;
    margin-bottom: 0;
}

.top-projects {
    margin-top: 60px;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
}

.top-projects div {
    background-color: rgba(0, 0, 0, 0.6);
    width: 20vw;
    height: 25vh;
    border-radius: 20px;
    transform: scale(1);
    transition: transform .2s ease;
    cursor: pointer;
}

.top-top-project {
    margin-left: 10vw;
}

.top-bottom-project {
    margin-right: 10vw;
}

.top-projects div:hover {
    transform: scale(1.1);

}

.bottom-projects {
    margin-top: 60px;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
}

.bottom-projects div {
    background-color: rgba(0, 0, 0, 0.6);
    width: 20vw;
    height: 25vh;
    border-radius: 20px;
    transform: scale(1);
    transition: transform .2s ease;
    cursor: pointer;
}

.bottom-projects div:hover {
    transform: scale(1.1);
}

.bottom-top-project {
    margin-left: 10vw;
}

.bottom-bottom-project {
    margin-right: 10vw;
}

.about-section-div {
    width: 100%;
    height: 85vh;
    position: absolute;
    top: 205vh;
    text-align: center;
    padding-top: 4vh;
}

.about-title {
    margin-top: 0;
    font-family: 'Ditty', sans-serif;
    color: white;
    opacity: 0.6;
    font-size: 12vh;
    margin-bottom: 0;
}

.about-desc {
    color: white;
    opacity: 0.6;
    font-family: 'New Rocker';
    width: 50%;
    font-size: 4vh;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
}

.contact-section-div {
    border-radius: 16px;
    width: fit-content;
    height: 10vh;
    position: absolute;
    top: 295vh;
    margin-left: 40vw;
    margin-right: 40vw;
    display: flex;
}

.contact-section-div a {
    height: 100%;
    margin-left: 1.5vw;
    margin-right: 1.5vw;
    transform: scale(1);
    transition: transform .15s ease-in-out;
}

.contact-section-div a:hover {
    transform: scale(1.1);
}

.contact-logo {
    opacity: 0.6;
}

@media (max-width: 600px) {

    body {
        margin: 0;
        background-image: url("../Images/aot-background.jpg");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        background-attachment: fixed;
        overflow-x: hidden;
    }

    .name {
        color: white;
        opacity: 0.4;
        font-family: 'Ditty', sans-serif;
        margin-top: 12vh;
        margin-left: 10.66vw;
        max-width: 32vw;
        font-size: 18vw;
    }

    .projects-div {
        height: 200vh;
        width: 100%;
        position: absolute;
        top: 85vh;
        text-align: center;
    }

    .projects-title {
        font-family: 'Ditty', sans-serif;
        margin-top: 0;
        font-size: 8vh;
        color: white;
        opacity: 0.6;
        margin-bottom: 0;
    }

    .top-projects {
        margin-top: 20px;
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
    }

    .top-projects div {
        margin-top: 3vh;
        background-color: rgba(0, 0, 0, 0.6);
        width: 60%;
        height: 20vh;
        border-radius: 20px;
        transform: scale(1);
        transition: transform .2s ease;
        cursor: pointer;
    }

    .middle-project {
        margin-left: auto;
        margin-right: 10vw;
    }

    .right-project {
        margin-right: auto;
        margin-left: 10vw;
    }

    .top-projects div:hover {
        transform: scale(1.1);
    }

    .top-top-project {
        margin-left: 10vw;
    }

    .top-middle-project {
        margin-left: auto;
        margin-right: 10vw;
    }

    .top-bottom-project {
        margin-left: 10vw;
    }

    .bottom-projects {
        margin-top: 3vh;
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
    }

    .bottom-projects div {
        margin-top: 0;
        background-color: rgba(0, 0, 0, 0.6);
        width: 60%;
        height: 20vh;
        border-radius: 20px;
        transform: scale(1);
        transition: transform .2s ease;
        cursor: pointer;
        margin-bottom: 3vh;
    }

    .bottom-projects div:hover {
        transform: scale(1.1);
    }

    .bottom-top-project {
        margin-left: auto;
        margin-right: 10vw;
    }

    .bottom-middle-project {
        margin-left: 10vw;
    }

    .bottom-bottom-project {
        margin-left: auto;
        margin-right: 10vw;
    }

    .about-section-div {
        width: 100%;
        height: 50vh;
        position: absolute;
        top: 244vh;
        text-align: center;
        padding-top: 4vh;
    }

    .about-title {
        margin-top: 0;
        font-family: 'Ditty', sans-serif;
        color: white;
        opacity: 0.6;
        font-size: 6vh;
        margin-bottom: 0;
    }

    .about-desc {
        color: white;
        opacity: 0.6;
        font-family: 'New Rocker';
        width: 90%;
        font-size: 2.6vh;
        margin-top: 0;
        margin-left: auto;
        margin-right: auto;
    }
}