body {
    color: #7d7d7d;
    font-size: 0.8em;
    background-color: white;

    padding-left: 0px;
    padding-top: 50px;
    padding-right: 0px;
    padding-bottom: 50px;
    background: url('background.jpg') no-repeat center center fixed;
    background-size: cover;
}

div {
    border: none;
}

h1 {
    font-size: 5em;
}

h2 {
    font-size: 1.3em;
    color: black;
    font-weight: bold;
    text-transform: uppercase;
}

h3 {
    font-size: 1em;
    color: black;
    font-weight: bold;
    text-transform: uppercase;
}

h4 {
    font-size: 0.9em;
    font-weight: bold;
    color: black;
}

i {
    color: black;
    font-size: 1em;
    margin-left: 10px;
    margin-top: 5px;
}

a {
    color: #7d7d7d;
    text-decoration: none;
}


    a:hover {
        color: #7d7d7d;
        text-decoration: underline;
    }


.profilepicture {
    text-align: center;
}

    .profilepicture img {
        width: 80%;
    }

.employerlogo {
    height: 20px;
}

.nametitle {
    position: relative;
    min-height: 150px;
}

.nametitle-content {
    color: black;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
}

    .nametitle-content h2 {
        font-size: 1.5em;
        color: #4f81bb;
    }

.container {
    background-color: white;
    padding: 0px;
    border: solid 1px green;
}

/*.container-inner{border: solid 1px red;}*/

.tableborder {
    border-collapse: collapse;
}

    .tableborder td {
        padding: 0px;
        margin: 0px;
        border: none;
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }

.tableborder-vertical {
    width: 16px;
    font-size: 1px;
    line-height: 1px;
}

.tableborder-horizontal {
    height: 16px;
    font-size: 1px;
    line-height: 1px;
}

.tableborder-left {
    background: url('border-left.jpg');
}

.tableborder-top {
    background: url('border-top.jpg');
}

.tableborder-right {
    background: url('border-right.jpg');
}

.tableborder-bottom {
    background: url('border-bottom.jpg');
}

.tableborder-middle {
    padding: 30px !important;
    background-color: white;
}

.divinfo {
    margin-top: 10px;
}

.mainprojects li {
    margin-top: 10px;
}

.blueborderleft {
    border-left: solid 2px #4f81bb;
    padding-left: 40px;
}

.bluebordertop {
    border-top: solid 2px #4f81bb;
    padding-top: 40px;
}

@media only screen and (max-width: 600px) {
    body {
        padding-left: 4px;
        padding-top: 4px;
        padding-right: 4px;
        padding-bottom: 4px;
        background: inherit;
        background-size: inherit;
    }


    .tableborder-vertical {
        width: 8px;
    }

    .tableborder-horizontal {
        height: 8px;
    }

    .blueborderleft {
        border-left: none;
        padding-left: 15px;
    }

    .nametitle-content h1 {
        font-size: 4em;
    }
}
