body {
    margin: 0px;
    background-color: #000000;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    color: white;
}

nav {
    display: flex;
    flex-wrap: wrap;
    position: fixed;
    width: 100%;
    margin: 0px;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: 1rem;
    background-color: #000000;
    color: white;
    list-style: none;
}

img {
    width: 100px;
}

@media only screen and (min-width: 320px) {
    img {
        width: 50px;
    }
}

@media only screen and (min-width: 550px) {
    img {
        width: 60px;
    }
}

@media only screen and (min-width: 768px) {
    img {
        width: 70px;
    }
}

@media only screen and (min-width: 960px) {
    img {
        width: 100px;
    }
}


.sociallinks {
    position:static;
    justify-content: center;
    align-items: center;
}

a {
    padding: 15px;
    text-decoration: none;
    color: white;
}

.push {
    margin-left: auto;
    padding-right: 70px;
}

header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background-image: url("/img/networkDaveBanner1920.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #000000;
    height: 30vh;
    
}

.main_header {
     line-height: 15px;
}

/* Style for "Network Dave" Title, classified as an H1 */

.header_box {
    height: 200px;
}

h1 {
    font-size: 1rem;
    font-weight: 300;
    text-shadow: 3px 3px #000000;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 20px;
}

h2 {
    font-size: 1rem;
    font-weight: 300;
    text-shadow: 3px 3px #000000;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

@media only screen and (min-width: 320px) {
    h1 {
        font-size: 2rem;
    }
    h2 {
        font-size: 1rem;
    }
}

@media only screen and (min-width: 550px) {
    h1 {
        font-size: 3rem;
        font-weight: 400;
    }

    h2 {
        font-size: 2rem;
        font-weight: 400;
    }
}

@media only screen and (min-width: 768px) {
    h1 {
        font-size: 4rem;
        text-shadow: 4px 4px #000000;
    }
    h2 {
        font-size: 3rem;
        text-shadow: 4px 4px #000000;
    }
}

@media only screen and (min-width: 960px) {
    h1 {
        font-size: 5rem;
        font-weight: 400;
        text-shadow: 5px 5px #000000;
    }
    h2 {
        font-size: 3rem;
    }
}

main {
    display: flex;
    flex-wrap: wrap;
    flex-flow: column;
    align-items: contain;
    justify-content: center;
    padding: 90px 20px 20px 20px;
}

.center_img {
    height: 10vh;
    object-fit: contain;
}

@media only screen and (min-height: 700px) {
    
    .center_img {
        height: 30vh;
        object-fit: contain;
    }

    .main_header {
        line-height: 5px;
    }
}



footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background-color: #000000;
    height: 10vh;
}

h3 {
    font-size: 2rem;
    font-weight: 300;
    text-align: center;
}