
body {
    width: 100%;
    font-family: sans-serif;
    font-weight: 100;
}

a {
    color: #aaa;
    text-decoration: none;
}

header{
    width: 100%;
    position: relative;
}

h1{
    margin-top: 35px;
    text-align: center;
    font-family: "Georgia", serif;
    font-style: italic;
    font-weight: 100;
}

p{
    font-size: 0.9em;
    color: rgba(26,26,26,.6);
    text-align: center;
    margin: 0 20% ;
    line-height: 1.75em;
}

/*Style 'show menu' label button and hide it by default*/
.show-menu {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    text-decoration: none;
    color: #fff;
    background: #19c589;
    text-align: center;
    padding: 10px 0;
    display: none;
}

/*Hide checkbox*/
input[type=checkbox]{
    display: none;
}

/*Show menu when invisible checkbox is checked*/
input[type=checkbox]:checked ~ #mainNavigation{
    display: block;
    position: absolute;
    text-align: center;
    width: 100%;
}

input[type=checkbox]:checked ~ #mainNavigation ul li a{
    height: 45px;
    margin: 5px;
    background-color: rgba(0,0,0,0.8);
    padding-top: 25px;
}

input[type=checkbox]:checked ~ #mainNavigation ul{
    margin: 0;
}

#logo{
    width: 10%;
    float: left;
}

#mainNavigation {
    width: 90%;
    height: 45px;
    z-index: 10;
}

#logo {
    color: #fff;
    font-size: 2em;
    padding: 10px 0 0 10px;
    font-weight: 500;
 }

#mainNavigation {
    color:#ddd;
    font-size: 1em;
    text-align: right;
 }

#mainNavigation a {
    margin: 0 15px 0 15px ;
    color: #eee;
}

#mainNavigation ul{
    list-style: none;
    float:right;
    padding-left: 0;
}

#mainNavigation ul li {
    float:left;
}

/*#mainNavigation ul li:first-child{
    margin-left: 0;
}*/

#mainNavigation ul li a{
    display: block;
}

#mainNavigation ul li a:hover{
    cursor: pointer;
}

#mainNavigation .active{
    color: #fff;
}

#sectionTop{
    position: relative;
    background: url(images/dclt-bg.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    /* min height.. --> move to mediaquery for high res */
    min-height: 500px;
}

#sectionTop h1{
    color: #fff;
    z-index: 5;
    position: relative;
    text-align: center;
    font-family: "Georgia", serif;
    font-style: italic;
    font-weight: 100;
    font-size: 1em;
    margin-top: 100px;
}

#sectionTop h2{
    position: relative;
    color: #fff;
    text-align: center;
    z-index: 5;
}

#bg-image{
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
    position: absolute;
    z-index: 0;
}

#intro{
    width: 100%;
    background-color: #fff;
    z-index: 5;
}

#skills{
    text-align: center;
}

#skills h1{
    /*float:left;*/
    display: inline-block;
    margin-left: 60px;
}

#skills:hover{
    cursor: pointer;
}

#download{
    color: #aaa;
    font-size: 0.8em;
    font-style: italic;
    margin-left: 6px;
}

#download:hover{
    cursor: pointer;
}

#last{
    margin-bottom: 80px;
}

#last h1{
    margin-left: 20px;
    margin-right: 20px;
}
