::selection {
    background: #b58900;
}

html, body {
    width: 100%-25px;
    /*height: 80%;*/
    margin-top: 25px;
    margin-left: 25px;
    margin-bottom: 0px;
    margin-right: 0px;
}

a:link, a:visited, a:hover {
    color: #586e75;
    text-decoration: none;
}
.text {
    color: white;
}
body {
    font-size: 13pt;
    font-family: monospace;
    color: #839496;
    background-color: #002b36;
}

#container {
    padding: .1em 1.5em 0 1em;
    margin-left: 50px;
    margin-right: 135px;
    margin-bottom: 27vw;
}
#cmdline {
    outline: none;
    background-color: transparent;
    width: 100%;
    font: inherit;
    border: none;
    color: white;
    /*margin-bottom: -20%;*/
}
#output {
    clear: both;
    width: 100%;
}
#prompt {
    white-space: nowrap;
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-orient: vertical;
    display: -moz-box;
    -moz-box-pack: center;
    -moz-box-orient: vertical;
    display: box;
    box-pack: center;
    box-orient: vertical;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.prompt-color {
    color: #859900;
}
.input-line {
    display: -webkit-box;
    -webkit-box-orient: horizontal;
    -webkit-box-align: stretch;
    display: -moz-box;
    -moz-box-orient: horizontal;
    -moz-box-align: stretch;
    display: box;
    box-orient: horizontal;
    box-align: stretch;
    clear: both;
}
.input-line > div:nth-child(2) {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
}

.footer {
    position: fixed;
    width: 100%;
    bottom: 0;
    padding-bottom: 0.5vh;
    left: 25px;
    /*height: 20vh;*/
    /*opacity: .1;*/
    background-color: #002b36;
    color: white;
    text-align: center;
}

#githubImg img {
    position: fixed;
    bottom: 0; right: 0;
    border: 0;
}

/* SIDE NAV */

#sidenavBtn {
    position: absolute !important;
    padding: 2px !important; 
    top: 0 !important;
    right: 7px !important;
    font-size: 35px !important;
}

#sidenav {
    height: 100%;
    width: 50px;
    position: fixed;
    z-index: 9;
    top: 0;
    left: 0;
    background-color: #268bd2;
    opacity: 1;
    overflow-x: hidden;
    transition: 0.2s;
    padding-top: 60px;
}
#sidenav img {
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 100px;
    transition: 0.2s;
    opacity: 0;
}

#sidenav img:focus {
    outline: none;
}

#sidenav button {
    padding: 8px 8px 8px 32px;
    cursor: pointer;
    text-decoration: none;
    font-size: 15pt;
    font-family: helvetica;
    color: white;
    display: block;
    transition: 0.2s;
    background:none !important;
    border:none;
}
#sidenav button:hover {
    color: #442e00;
}
#social_media {
        float: on;
        border: 0;
        outline: 0;
        filter: invert(1);
        height: 13vw;
        max-height: 150px;
}
#email {
        float: on;
        border: 0;
        outline: 0;
        filter: invert(1);
        height: 7vw;
        max-height: 100px;
}

@media screen and (max-height: 450px) {
    body {
        font-size: 11pt;
    }
    #sidenav {
       padding-top: 15px;
   }
    #sidenav a {
       font-size: 13px;
       font-family: helvetica;
   }
}

@media screen and (max-width: 900px) {
    #githubImg img {
        transform: translateX(900px);
    }

    #container {
        margin-right: 0;
    }
}
