* {
    font-family: Roboto Mono,Courier,Helvetica,Arial,sans-serif;
    line-height: 1.5;
}

.header {
    width: 100%;
    height: 80px;
    display: block;
    background-color: #101010;
}

.inner-header {
    width: 1000px;
    height: 100%;
    display: block;
    margin: 0 auto;
}

.logo_container {
    height: 100%;
    display: table;
    float: left;
}

.logo_container h1 {
    color: white;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    font-size: 32px;
    font-weight: 200;
}

.logo_container h1 span {
    font-weight: 800;

}

.navigation {
    float: right;
    height: 100%;
}

.navigation a {
    height: 100%;
    display: table;
    float: left;
    padding: 0px 20px;
}

.navigation a:last-child {
    padding-right: 0;
}

.navigation a li{
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    color: white;
    font-size: 16px;
}

body {
    background-color: #fff6e6
}

.img-me {
    padding: 20em;
    background-image: url(../my-portfolio/Images/tempPicOfMe.jpg);
    background-repeat: no-repeat;
    background-position: center right;
    width: 100;
    height: 300;
}

