body {
    font-family: Consolas, Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, serif;
    font: Consolas;
}

#wrapper {
    margin-top: 80px;
}

.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 {
    width: 100%;
    height: 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; */
}

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

#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;
    font-size: 11pt;"
}

#content-header-sub{
    font-size: 11pt;
    margin-top: 3pt;
}

#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{
    padding-right: 10px;
    font-style: italic;
    text-align: end;
}

#title{
    position: fixed;
    left: 10vw;
    font-size: 24px;
}

#title-background{
    position: fixed; 
    top: -350px; 
    left: 9vw;
    width: 180px;
}

#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;

/*
    outline: solid;
    outline-width: 1px;
    padding: 10px; */
}


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

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

@media (min-width:960px) { 
    #title{
        position: fixed;
    }
    
    #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:960px) { 
    #title{
        position: absolute;
    }
    
    #title-background{
        position: absolute;
    }

    #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;
    }
}
