@charset «utf-8»;
.i-love-steve-jobs {
    /* yep */ 
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,body {
    height: 100%;
}

* html .page-wrapper {
    height: 100%;
}

html {
    background-color: #fff;
    color: #363636;
    font-family: "Lato", "Arial", sans-serif;
    font-size: 15px;
    font-weight: 400;
    text-rendering: optimizeLegibility;
}

section {
    padding: 50px 0;
}

.clearfix:after {
   content: "."; 
   display: block; 
   height: 0; 
   clear: both; 
   visibility: hidden;
}

.clearfix {display: inline-block;}

* html .clearfix {height: 1%;}
.clearfix {display: block;}

* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

.row {
    max-width: 900px;
    padding: 2% 3% 1% 3%;
    margin: 0 auto;
}

section {
    padding: 30px 0;
} 

li {
    list-style: none;
}

*:focus {
    outline: none;
}

/* ------- HEADINGS -------- */

h2,
h3 {
    font-weight: 300;
    letter-spacing: 1px;
    text-align: center;
    padding-bottom: 27px;
}

h2 {
    font-size: 180%;
    word-spacing: 2px;
    text-align: center;
    padding: 10px;
    margin-bottom: 90px;
    text-transform: uppercase;
}

a:link,
a:visited {   
    color: #e67e22;
    text-decoration: none;
    padding-bottom: 1px;
    transition: color 0.2s;
}

a:hover,
a:active {   
    color: #8B8989;
}

header {
    max-height: auto;
    text-align: center;
}

header h2 {
    background: #dfdfdf;
}

.left-box {
    padding: 20px 0;
    float: left;
    width: 200px;
    height: 282px;
    /*background-image: url(../img/photo.jpg);*/
    /*background-repeat: no-repeat;*/
    /*background-position: top center;*/
    /*background-size: 100%;*/
}

.right-box {
    padding: 20px 0;
    float: right;
    max-width: 320px;
}

.right-box p {
    line-height: 25px;
}

.e-mail,
.skype {
    display: inline-block;
    vertical-align: top;
    width: 20%;
}

.g-y-em,
.skype-adres {
    display: inline-block;
    vertical-align: top;
    width: 79%;
}

.skype-adres span {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.page-wrapper {
    position: relative;
    min-height: 100%;
    padding-bottom: 90px;
}

.additional-information {
    text-align: justify;
}

.page-footer {
    background: #dfdfdf;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
}

.git {
    text-align: center;
    padding: 10px 0 5px 0 ;
}

@media only screen and (max-width: 768px) {

    .left-box {
        width: 150px;
        height: 232px;
    }

}
