body {
    background-color:#ffffff;
    font-family: sans-serif;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

.container {
    width: 100vw;
}

.heading {
    text-align: center;
}

.list {
    text-align: left;
    padding-left: 10%;
}

h2 {
    padding: 0 15% 0 15%;
    line-height: 2rem;
    font-weight: 600;
}

h2::before {
    content: '"';
}

h2::after {
    content: '"';
}

.image-container {
    text-align: center;
}

.pic {
    width: 100vw;
}

.pic2 {
    width: 100vw;
}

ul {
    text-align: left;
    line-height: 2rem;
}

li {
    padding: .5rem;
    line-height: 1.3rem;
}

.stuff {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.button {
    display: inline-block;
    background-color:#8fbc89;
    border: none;
    color: white;
    padding: 2rem 1.5rem;
    text-align: center;
    text-decoration: none;
    font-size: 1.5rem;
    margin: 4px 2px;
    cursor: pointer;
    text-transform: uppercase;
    white-space: nowrap;
}

.vid-container{
    padding-top: 5%;
    right: 20%;
    left: 20%;
    margin: 0;
    align-self: center;
    height: auto;
}

.text {
    font-size: 1rem;
    line-height: 1.5rem;
    padding: 0 5%;
}

footer {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    position: relative;
    height: 3rem;
    background-color: black;
    color: white;
    text-align: center;
    font-size: .8rem;
    justify-content: center;
    padding-top: 2%;
}

/* 
##Device = Desktops
##Screen = 1281px to higher resolution desktops
*/

@media screen and (min-width: 800px) { 

    h5 {
        font-size: 1.5rem;
        font-weight: 400;
    }

    h2 {
        font-size: 4.5rem;
        line-height: 5.2rem;
        padding: 0 20% 2% 20%;
        margin: 0;
    }

    .stuff {
        padding: 0 15% 0 15%;
    }

    .image-container {
        display: flex;
        flex-flow: row nowrap;
    }

    .pic {
        justify-content: flex-start;
        width: 50%;
    }

    .pic2 {
        justify-content: center;
        max-width: 800px;
    }

    .list {
        padding-left: 5%;
    }

    .list-container{
        display: flex;
        flex-flow: column nowrap;
        justify-content: flex-end;
        
    }

    .image-container {
        align-items: center;
    }

    .button, input[type=button] {
        padding: 2rem 4.5rem;
        margin: 2rem;
        font-size: 2rem;
        font-weight: 600;
    }

    .image-container {
        padding-bottom: 5%;
    }

    .about-me {
        padding: 0;
    }
    
}
