#projects{
    grid-area: projects;

    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    border-radius: 3px;

    padding: 0.5rem;
}

.project {
    background-image: linear-gradient(180deg, rgba(78, 187, 197, 0.90),rgba(50, 133, 163, 0.85));
    border-style: solid;
    border-width: 3px;
    border: rgba(101, 168, 193, 0.395);
    border-radius: 4px;

    margin-left: -1rem;
    margin-right: -1rem;
    margin-top: 3rem;

    padding: 1rem;

    text-align: center;
}

#bio #current
{
    text-align: center;
}

@media screen and (min-width: 760px){
    .project {
        margin-left: 5rem;
        margin-right: 5rem;
        display: grid;
        grid-template-columns: 1fr 1fr;

        border-style: solid;
        border-width: 3px;
    }

    #bio
    {
        margin-left: 0.25rem;
        margin-right: 0.25rem;
    }

    .info {
        padding: 1rem;
        text-align: left;
    }
    
    .description {
        padding: 1rem;
    }
}

@media screen and (min-width: 1201px){
    .project {
        margin-left: 12rem;
        margin-right: 12rem;
        display: grid;
        grid-template-columns: 1fr 1fr;

        border-style: solid;
        border-width: 3px;
    }

    #bio
    {
        margin-left: 10rem;
        margin-right: 10rem;
    }

    .info {
        padding: 1rem;
        text-align: left;
    }
    
    .description {
        padding: 1rem;
    }
}

.project p, .project h4, .project img{
    margin-top: -0.25rem;
    margin-bottom: 0.5rem;
    text-align: left;
}
.date{
    margin-top: 0.5rem;
}

#contact h3{
    margin-top: -0.25rem;
}

#contact a:link, a:visited, a:focus {
    color: rgb(229, 228, 236);
}
#contact a:hover, a:active{
    color: rgb(189, 229, 253);
}

/* PROJECTS */
#neo-versailles {
    height: auto;
} 

#directX-11 {
    height: auto;
} 

#changeling {
    height: auto;
} 


#game-jam {
    height: auto;
} 

#projects h1{
    margin-top: -0.25rem;
}

#projects img{
    width: 100%;
}
@media screen and (min-width: 758px){
    #projects img{
        width: 100%;
    }
}

#projects .youtube-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
}
#projects .youtube-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#projects video {
    margin-top:-1rem;
    width: 100%;
    height: 60%;
}

.slides-container .project{
    border-radius: 4px;
    padding: 1rem;
    text-align: center;
}

.slides-container .info{
    text-align: left;
}

.slides-container .description{
    text-align: left;
}

@media screen and (min-width: 760px){
    .slides-container .project {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .info {
        padding: 1rem;
    }
    
    .description {
        padding: 1rem;
    }
}
