@import "_reset.css";

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

main {
    margin-top: 2em;
}

body {
    background-color:#fbfbfb;
    padding-top: 1em;
    padding-left: 1em;
    padding-right: 1em;
/*    padding-bottom: 1em;*/
    font-family:'Helvetica Monospaced W01';
    font-weight: 400;
    font-size: 13px;
    color: red;
    margin-bottom: 0;
}

span {
    font-family: "Helvetica";
    letter-spacing: 0.5px;
}

.project-media {
    margin-bottom: 7em;
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/

}

img {
    text-align: right;
    display: block;
    width: 100%;
    margin-bottom: 1em;
}

.project-header {
    display: flex;
    margin-bottom: 1em;
}

.project-date {
    border-bottom: 1px;
    border-bottom-style: solid;
    padding-bottom: 3px;
    width: 6.55em;
}

.project-description {
    flex: 1;
    margin-left: 0.5em;
}

.project-format {
    margin-right: 14em;
}

.top {
    margin-bottom: 1em;
    color: white;
    background-color:red;
    padding-top: 2px;
    padding-left: 2px;
    position: fixed;
    top: 0;
    margin-top: 10px;
    }


.nav-item-header {
    display: flex;
    margin-bottom: 0.5em;
}

.nav-item-date {
    border-bottom: 1px;
    border-bottom-style: solid;
    padding-bottom: 2px;
    margin-right: 3px;
    width: 6.55em;
    cursor: cell;

}

.about {
    letter-spacing: 0.5px;
    font-family: "Helvetica";
    display: block;
    color: red;
    float: right;
    margin-right: 7em;
    margin-bottom: 1em;
    line-height: 15px;

}


.nav-item-description {
    flex: 1;
    margin-left: 0.3em;
}

.bottom {
    position: relative;
    width: 100%;
    height: 75vh;
    list-style: none;
}
.nav-item-contact {
    position: fixed;
    bottom: 0;
    margin-bottom: 10px;
    z-index: 20;
    cursor: cell;
    color: white;
    padding-bottom: 3px;
    width: 6.55em;
    background-color:red;
    padding: 2px ;


}
.nav-item-description.abs {
    position: absolute;
    bottom: 0;
    padding-left: 7em;
    margin-bottom: -4.55em;
    z-index: 10;
}


@media (min-width: 640px) {

    .project {
        width: 70%;
    }

}


@media screen and (min-width: 500px) {


    body:after {
        content: "";
        display: block;
        position: fixed;
        z-index: -1;
        top: 0;
        left: 0;
        width: 7.5em;
        height: 100%;
        border-right: 1px dotted;
    }

    .project {
        width: 100%;
    }

    .project-media {
        padding-left: 7em;
        width: 70%;

    }

}

@media screen and (max-width: 700px) {
    
    .project-date {
        border-bottom: 0px;
    }
    .nav-item-date {
        border-bottom: 0px;
    }
    .about {
        visibility: hidden;
    }
    
    .project-format {
    margin-right: 0em;
}

}

    


