.home, .contact, .creations {
    height: 100vh;
}

.mission {
    height: 120vh;
}

.home {
    overflow: hidden;
    background-color: black;
}

#stars {
    min-height: 100vh;
    min-width: 100vw;
    display: none;
}

.inner-flex {
    position: absolute;
    overflow: hidden;
}

.title-container {
    top: 33vh;
    height: 67vh;
    width: 100%;
}

#name {
    color: #fff;
    font-size: 2.2rem;
    font-weight: 700;
}

.graphics {
    padding-right: 3vw;
}

.shapes {
    width: 1.5vw;
}

.home-graphics {
    height: 66vh;
}

#type-creations {
    font-size: 1.3rem; 
    color: white;
}

.mission {
    z-index: 3;
    background-color: #fff;
    overflow: visible;
}

.mission-container {
    width: 100%;
    z-index: 2;
}

.mission-text-container {
    height: 100%;
}


.mission-text {
    position: absolute;
    bottom: 0;
}

.mission-text h4 {
    font-size: 2rem;
    margin-bottom: 20px;
    text-shadow: 2px 2px #8ae7ff;
    font-weight: 600;
}

.mission-bio {
    margin-bottom: 50px;
}

.mission-bio p {
    margin-bottom: 30px;
}

.mission p {
    width: 250px;
}

.last-links {
    margin: 0;
}

.mission p a {
    color: black;
    text-shadow: none;
}

#about-link a {
    text-shadow: 1px 1px #8ae7ff;
    transition: 0.4s;
}

#about-link a:hover {
    text-shadow: none;
    color: #8ae7ff;
    transition: 0.4s;
}

.mission-graphics {
    height: 80vh;
}

.code {
    background-color: #000;
    height: 50vh;
}

.art {
    height: 50vh;
}

.center-content {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

.creation-border {
    width: 200px;
    height: 200px;
    border: 10px solid #fff;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    box-shadow: 6px 6px #8ae7ff;;
    text-shadow: 4px 4px #8ae7ff;
}

.art-border {
    border-color: #000;
}

.creation-text {
    padding-top: 10px;
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 3.5rem;
    font-weight: 700;
}

.code-art-creations {
    width: 100%;
    margin: 0;
}

.code a {
    color: white;
}

.art a {
    color: black;
}

.creation-hover {
    border-radius: 250px;
    color: #8ae7ff;
    border-color: #8ae7ff;
    box-shadow: none;
    text-shadow: none;
}

.hand {
    opacity: 0.7;
    width: 100%;
}

.contact {
    background-color: #000;
    color: #fff;
    position: relative;
}

.contact-content {
    width: 100%;
    position: relative;
}

.contact-text {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
}

.contact-intro {
    width: 70%;
    top: 75%;
    left: 50%;
    transform: translate(-50%,-75%);
    text-align: center;
}

.contact-text h6 {
    font-size: 1.6rem;
    line-height: 1.3;
    padding-bottom: 15px;
    font-weight: 600;
}

.contact-text p {
    font-size: 0.9rem;
}

.contact-links {
    text-align: center;
}

.contact-links p {
    padding-top: 20px;
}

.contact-links a {
    color: #fff;
}

#email {
    border-style: solid;
    border-width: 0 0 5px 0;
    padding-top: 50px;
    padding-bottom: 8px;
    transition: 1s;
    font-weight: 700;
}

#email:hover {
    color: #8ae7ff;
    border-color: #8ae7ff;
    transition: 1s;
}

.contact-links p, .socials img{
    opacity: 0.7;
    transition-duration: 0.3s;
}

#resume {
    text-decoration: underline;
}

.contact-links p:hover, .socials img:hover {
    opacity: 1;
    transition-duration: 0.3s;
}

.socials {
    padding-top: 50px;
}

.socials img {
    width: 30px;
    margin: 0 4px;
}



@media (min-width: 576px) {
    #name {
        font-size: 3rem;
    }

    #type-creations {
        font-size: 1.8rem;
    }

    .contact-intro {
        width: 50%;
    }

    .contact-content p {
        font-size: 1rem;
    }

    .contact-text h6 {
        font-size: 2.5rem;
    }

    .contact-text p {
        font-size: 1.2rem;
    }

    .socials img {
        width: 35px;
        margin: 0 7px;
    }

    .contact-text {
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
    }

    #email {
        padding-top: 0;
    }

}


@media (min-width: 768px) { 
    #name {
        font-size: 4.5rem;
    }

    #stars {
        display: inline;
    };

    #type-creations {
        font-size: 2.5rem;
    }

    .mission p {
        width: 400px;
    }

    .code, .art {
        height: 100vh;
    }

    .creation-text {
        font-size: 5rem;
    }

    .creation-border {
        width: 300px;
        height: 300px;
    }

    .contact-intro {
        text-align: left;
    }

}

@media (min-width: 992px) { 
    #name {
        font-size: 5rem;
    }

    #type-creations {
        font-size: 2.5rem;
    }

    .mission p {
        width: 400px;
    }

    .mission-text h4 {
        font-size: 2.5rem;
        margin-bottom: 50px;
    }

    .mission-text p {
        font-size: 1rem;
    }

    .creation-text {
        font-size: 5rem;
        padding-bottom: 15px;
    }

    .creation-border {
        width: 300px;
        height: 300px;
    }

    .contact-text h6 {
        font-size: 2.5rem;
    }

    .contact-intro h6 {
        margin: 50px 0;
    }

    .contact-text p {
        font-size: 1rem;
    }

    .socials img {
        width: 50px;
        margin: 0 15px;
    }
}


@media (min-width: 1200px) { 
    #name {
        font-size: 5rem;
    }
    #type-creations {
        font-size: 2.5rem;
    }
    .contact-text h6 {
        font-size: 2.5rem;
    }
    .contact-text p {
        font-size: 1.2rem;
    }
    .socials img {
        width: 50px;
    }
}