body {
    font-family: Courier New, Consolas, Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, monospace, serif;
    font: Consolas;
    background-color: black;
    padding: 0;
    margin: 0;
    /*    
    background-image: url("media/imgs/background.jpg");
    background-size: 1440px;
    background-repeat: no-repeat;*/
}
#screen-wrapper{
    position: fixed;
    padding: 0;
    margin: 0;
    height: 100vh;
    width: 100vw;
}

#album-cover{
    width: 20px;
    left: -20vw;
}

#background-img{
    position: fixed;
    top: -10vh;
    left: -3vw;
    animation-name: parallax2;
    animation-duration: 16s;
    animation-direction: reverse;
    animation-iteration-count: infinite;
    animation-timing-function: ease;
}

#background-parallax{
    top: -10vh;
    left: -3;
    position: fixed;
    opacity: 0.6;
    filter: invert(10%);
    animation-name: parallax;
    animation-duration: 20s;
    animation-iteration-count: infinite;
    animation-timing-function: ease;
}

@keyframes parallax{
    0% {left: -3vw;}
    50% {left: 0vw;}
    100% {left: -3vw;}
}

@keyframes parallax2{
    0% {left: -1vw;}
    50% {left: 0vw;}
    100% {left: -1vw;}
}

.flex-container{
    display: flex;
}

.flex-child{
    padding: 10px;
    flex: 1;
}

.flex-child:last-child {
    margin-right: 20px;
} 

a{
    text-decoration: none;
    color: black;  
}

a:hover{
    color: black;
    font-weight: bold;
}

img {
    height: 100%;
    width: auto;
 }

.autoscale{
    width: 100%;
    height: auto;
}

 video{
     width: 100%;
     height: auto;
 }

#menu{
    margin-top: 36px;
    margin-left: 10vw;
    margin-right: 20px;
    width: 400px;
    min-width: 160px;
    max-width: 200px;
    /* outline: solid;
    outline-width: 1px; */
}

#centered-socials {
    margin: auto;
    width: 70%;
    font-size: 14pt;
    font-style: italic;
    text-align: center;
    color: whitesmoke;
}

#content {
    max-width: 750px;
    outline: solid;
    outline-width: 1px;
    margin-top: 30px;
    margin-bottom: 10px;
    margin-left: 200px;
}

#content-body{
}

#content-header:before{
    /* content: "project: "; */
}

#content-header{
    /* position: sticky; */
    margin-bottom: 10px;
    font-size: 22px;
    outline: solid;
    outline-width: 1px;   
}

#content-header-date{
    text-align: end; 
    margin-right: 0px;
}

#content-image{
    /* padding: 10px; */
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: center;
    /* outline: solid;
    outline-width: 1px; */
}

#content-img-caption{
    margin-top: 14pt;
    font-size: 14pt;
    font-style: italic;
    text-align: center;
}

#title{
    margin: auto;
    top: 8%;
    width: 33%;
    font-size: 24pt;
    font-style: italic;
    text-align: center;
    color: black;
}

#title-background{
    position: fixed; 
    top: 120px; 
    left: 0px;
    width: 960px;
}

#menu-item{
    text-transform :uppercase;
}

#subitem{
    text-transform : lowercase;
    font-weight: normal;
    margin-left: 6px;
}

#picture-grid{
}

#grid-image{
    text-align: center;
}

#entry{
    margin-top: 10px;
    border-bottom: 1px solid black;
}


#entry-header{
    padding: 0px;
    font-weight: bold;
    margin-top: 10px
    margin-bottom: 10px;
}

#entry-header-date{
    padding: 0px;
    text-align: end;
    margin-right: 0px;
}

#unmoved-overlay{
/*    position: fixed;*/
    padding: 0;
    width: 100vw;
    height: 100vh;
    /* background-color: skyblue; */
}

#unmoved-footer{
    position: fixed;
    top: 85vh;
    width: 100vw;
    height: 10vh;
    /* background-color: skyblue; */
}

@media (min-width:960px) { 
    #title{
        position: relative;
    }
    
    #title-background{
        position: fixed;
    }

    #wrappy{
        position: fixed;
    }

    #content{
        position: relative;
    }

    #contact-image{
        margin-top: -100px; 
        margin-left: 0px;
        width: 230px;
    }

    #contact-info{
        margin-left: -100px; 
        margin-top: 70px;
    }
}

@media (max-width:1500px) { 
    #title{
        width: 50%;
    }
}

@media (max-width:960px) { 
    #title{
        position: relative;
        width: 85%;
    }
    
    #title-background{
        position: absolute;
        width: 100%;
    }

    #wrappy{
        position: absolute;
    }

    #content{
        position: absolute;
        margin-top: 240px;
        margin-right: 10px;
    }

    #contact-image{
        position: absolute;
        top: -340px; 
        left: 50vw;
        width: 200px;
    }

    #contact-info{
        position: absolute;
        left: 11vw;
        width: 400px;
        margin-top: 0px;
    }
}
