* {
    font-family: "Saira Extra Condensed", serif;
}

body {
    display: flex;
}

@media (max-width: 480px) {

    body {
        display: inline-block;
    }

    #sideNav {
        width: 100vw;
        height: 20vh;
    }

    #sideNav > ul {

        display: ruby-base;
        flex-direction: row;
        flex-wrap: wrap;
    }

    #sideNav > a {
        color: white;
    }

    #resumeBody {
        /*justify-self: end;*/
        position: inherit;
        padding: 2px 2px 2px 2px;
        margin: 0;
        width: 100vw;
        height: 100%;
        display: inherit;
        flex-wrap: wrap;

    }
}

@media (min-width: 480px) {

    #sideNav {
        background-color: #0a53be;

        /*position: sticky;*/
        /*display: flex;*/
        /*flex-direction: column;*/
        /*width: 17rem;*/
        /*height: 100vh;*/

        padding-left: 0;
        padding-right: 0;
        /*text-align: center;*/
        justify-items: center;
        position: sticky;
        top: 0;
        left: 0;
        /*display: flex;*/
        /*flex-direction: column;*/
        width: 30vw;
        /*width: 7em;*/

        height: 100vh;
        font-size: 3vw;

    }

    #sideNav > * {
        list-style-type: none;
    }

    #navbarResponsive {

        display: flex;
        flex-direction: column;
        position: sticky;
        top: 0;
        /*font-size: 1vw;*/

    }

    #sideNav a {
        color: white;
        text-decoration: none;
        font-weight: bolder;
        font-family: Futura sans-serif;


        /*background-color: goldenrod;*/
        /*border: 2px solid black;*/
        /*border-radius: 5px;*/
        /*padding: 5px;*/
    }

    #sideNav li {
        margin: 40px 20px 80px 10px;
    }

    #nickName {
        font-size: 5.8vw;
    }

    #name {
        font-size: 6vw;
        margin: .2em 0.6em 1em 0.6em;
        font-weight: bold;

    }

    h2 {
        font-size: 4vw;
        margin: 5px 0 1em 1em;
        font-weight: bold;
    }

    .pictureDiv {
        /*display: flex;*/
        align-items: center;
    }

    #profilePic {
        width: 200px;
        /*margin: 0 0 0 150px;*/
        margin: 0 0 0 0;
        /*padding-right: 20px;*/
        align-self: center;
    }

    .contact {
        display: flex;
        flex-direction: column;

        font-size: 20px;
        margin: 3% 2% 3% 0;
        padding-left: 0;
        /*word-wrap: break-word;*/
        text-align: left;
    }

    #biography {
        display: inline-block;
        flex-wrap: wrap;
        margin: 0 25px 0 15px;
        font-size: 100%;
        padding-right: 40px;
    }

    section {
        /*font-size: calc(10px - 100vh);*/
        /*font-size: 2vw;*/
        width: 100%;
        /*overflow: auto;*/
        /*scrollbar-width:*/
        min-height: 100vh;
        height: auto;
    }


    section::-webkit-scrollbar {
        display: none;
    }

    .programs {
        text-align: center;
    }

    #resumeBody {
        /*justify-self: end;*/
        position: inherit;
        padding: 2px 2px 2px 2px;
        margin: 0;
        width: 80vw;
        height: 100%;
        display: inherit;
        flex-wrap: wrap;

    }

    #about {
        min-height: 100vh;
        height: auto;
        align-self: center;
        justify-self: center;

    }

    /*img {*/
    /*    float: left;*/
    /*    width: 50%;*/
    /*    margin: 10px;*/
    /*}*/

    h1 {
        font-weight: bold;
        margin-left: 10px;
    }

    p {
        font-size: 100%;
    }

    span {
        width: 20vw;
        /*font-size: 0.8em;*/
        margin-right: 1px;
    }

    .projectIcons {
        width: 50vw;
        border: 3px black solid;
        border-radius: 10px;
        justify-content: center;
        margin: 0 1em auto;

    }

    .projectContainer {
        align-items: center;
    }



    .subheading {
        color: #0b5ed7;
    }

    span {
        color: #0b5ed7;
        font-size: 0.8em;
    }

    ul {
        padding: 0 0 0 20px;
    }



    .lists li {
        list-style-type: none;
        padding: 20px 40px 0 20px;
        font-size: 12vw;
    }

    #contactMe {
        /*background-color: deeppink;*/
    }

    #contactMe > h1 {
        margin: 10px 0 0 10px;
    }

    label {
        font-family: Futura sans-serif;
        background-color: deeppink;
        color: white;
        padding: 0 0 0 0;
        border-radius: 5px;
        margin: 10px 5px 0 15px;
        font-weight: bolder;
        font-size: 1.5rem;
        text-shadow: 1px 1px 2px #000,
                     -1px 1px 2px #000,
                     -1px -1px 2px #000,
        1px -1px 2px #000;
        /*-webkit-text-stroke: 2px black;*/

    }

    #hiddenForm {
        width: 50vw;
        border: 3px blue solid;
        border-radius: 10px;
        justify-content: center;
        margin: 0 1em auto;
        background-color: deeppink;
    }

    #thankYou {
        align-items: center;
    }

    input {
        margin: 10px 10px 10px 10px;
        border: 2px solid black;
        border-radius: 5px;
        width: 94%;
        
    }

    input[type="submit"] {
        background-color: blue;
        color: white;
        font-weight: bold;
        padding: 6px 0 6px 0;
        font-size: 2rem;
    }

footer {
    background-color: #0b5ed7;

    color: white;

    display: inline-flex;
    padding-bottom: 10px;
    width: 95vw;

}

#footer {
    width: 100vw;
}

.links {
    border-radius: 5px;
    align-content: center;
    margin: 13px 10px 10px 10vw;
    background-color: white;
}
}


