/* Global Styles */

html,
body {
    width: 100%;
    height: 100%;
}

body {
    font-family: "Open Sans","Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
}

h3, h4 {
   line-height: 150%;
}

.text-vertical-center {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

/* Header */

.header {
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
    background: url(../img/reneoertel.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.header h2 {
    color: #ccff00;
}

/* About */

.about {
    padding: 50px 0;
}

/* Footer */

footer {
    padding: 50px 0;
}

.skills {
    padding: 50px 0 100px;
}
