body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    background-color: #ff0000;
    position: absolute;
    top:0;
    left:0;
    overflow: hidden;
}

#wrapper {
    background-color: #ff0000;/*#220044;*/
    position: absolute;
    height: 90vh;
    width: 90vw;
    margin-top: 5vh;
    margin-left: 5vw;
    border-radius: 2%;
}

a {
    color: #ffffff;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

img {
    width: 24vw;
    height: auto;
    float: left;
}

.blur {
    color: transparent;
    text-shadow: 0 0 4px rgba(255,255,255,1)
}

.blur:hover {
    color: white;
    text-shadow: none;
}

h1 {
    font-size: 380%;
    font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace;
    background-color: #000000;
    padding: 2%;
    font-weight: 100;
    font-variant: all-small-caps;
}

h4 {margin-left: 2vw;}

#salesPitch {
    float: right;
    color: #ffffff;
    margin-right: 2vw;
    justify-content: left;
    max-width: 36vw;
}

#navbar {
    display: none;
}

@media screen and (max-width:768px) {
    /* Phones */
    #navbar {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 8vh;
        background-color: #161C4D;
        border-radius: 0%;
    }
    img {
        position: fixed;
        height: 7vh;
        width: auto;
        top: 0;
        left: 50%;
        z-index: 1;
    }
    #salesPitch {
        float: left;
        justify-content: left;
        max-width: 85vw;
        margin-left: 5vw;
    }
    h1 {
        font-size:250%;
        font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        background-color: #ff0000;
        padding: 0%;
        font-variant: normal;
        font-weight: 700;
    }
    #wrapper {
        overflow-y: auto;
    }
}
