.gitLink > img{
width: 50px;
height: 50px;;
}

.gitLink > p{
margin: 0px;
}

#AoShuLogo > img{
    width: 380px;
}

#AoShuLogo{
    display: flex;
    align-items: center;
}

#AoShuLogo > a{
    display: flex;
    align-items: center;
}

#AoShuTrailer{
    display: flex;
    align-items: center;
}

#trailer > img{
    height: 30px;
    width: 100px;
}

.spacer{
    height: 2rem;
}

#content{
    display: flex;
    flex-direction: column;
    margin: 0px;
    margin-left: 10vw;
    margin-right: 10vw;
    flex-grow: 1;
}

.verticalSection{
    display: flex;
    flex-direction: row;
    align-items: center;
}

.horizontalSection{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 40vw;
    height: 100%;
}

.horizontalSection > p{
    height: 80px;
    width: 60%;
}

.horizontalSection > .projectImage{
    display: flex;
    align-items: center;
}

.horizontalSection > .projectImage > img{
    width: 100%;
}

.horizontalSection > video{
    width: 382px;
    height: 216px;
    margin: 0px;
}

.projectImage {
    height: 100%;
}

@media only screen and (max-width: 1418px)  {
   .horizontalSection{
        font-size: 15px;
    }
}

@media only screen and (max-width: 1366px)  {

    .horizontalSection{
        font-size: 14px;
    }

    .horizontalSection > p{
        height: 80px;
        width: 80%;
    }
 }

 @media only screen and (max-width: 960px){
    
    #content{
        display: flex;
        flex-direction: column;
    }

    .verticalSection{
        flex-direction: column;
    }
    
    .horizontalSection{
        font-size: 20px;
        width: 60vw;
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .horizontalSection > p{
        height: 80px;
        width: 100%;
    }

    .horizontalSection > .projectImage{
        margin-top: 50px;
    }

    .horizontalSection > video{
        width: 382px;
        height: 216px;
        margin-top: 50px;
    }
 }

 @media only screen and (max-width: 960px){
    .horizontalSection{
        font-size: 15px;
        width: 80vw;
        margin-top: 50px;
        margin-bottom: 10px;
    }

    h3{
        font-size: 20px;
    }
 }