html {
    overflow-x: hidden;
}
body {
    background-color: #FFFFFF;
    font-family: 'Oswald', sans-serif;
    margin: 0 auto;
}
/*Header*/
header {
    background: url("images/background.png") no-repeat center;
    background-size: cover;
    width: 100%;
    height: 100vh;
}
#top {
    position: relative;
    /*height: 50px;*/
    width: 100%;
    z-index: 1;
}
.menu {
    position: fixed;
    top: 0;
    background-color: #E9EBEE;
    width: 100%;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    z-index: 1;
    opacity: 0.7;
}
.menu ul {
    display: none;
}
nav li {
    display: inline;
    color: #222222;
    cursor: pointer;
    padding: 0 15px;
    font-size: 18px;
    font-weight: bold;

}
nav li a {
    color: inherit;
    text-decoration: none;
}
nav li:last-of-type {
    padding-right: 30px;
}
nav li:hover {
    color: #0C4C7D;
}
.menu-short {
    background-color: #E9EBEE;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    margin: 0 10px 0 0;
    cursor: pointer;
    border-radius: 5px;
    padding: 0 5px;
    position: fixed;
    z-index: 2;
}
.menu-short a {
    background-color: #E9EBEE;
    font-size: 15px;
    text-decoration: none;
    cursor: pointer;
    border-radius: 2px;
    padding: 0 5px;
}
.menu-short span {
    display: block;
    width: 25px;
    height: 3px;
    border-radius: 1px;
    background-color: #222222;
    margin-bottom:5px;
    margin-top:5px;
    padding: 0 5px;
}
.checkbox-menu {
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    z-index: 1;
    width: 100%;
    height: 90%;
    cursor: pointer;
}

input.checkbox-menu {
    opacity: 0;
}

.menu-short-collapse {
    position: fixed;
    left: -100px;
    top: 80px;
    width: 100px;
    color: #E9EBEE;
    background-color: #222222;
    transition: left 2s;
    -webkit-transition: left 2s;
    padding-bottom: 10px;
    opacity: 0.9;
}

span.menu-shortlist {
    padding: 10px 0 15px 20%;
    border-bottom: 4px solid #EAC67A;
}
span.menu-shortlist a {
    color: #E9EBEE;
    background: #222222;
}

span.menu-shortlist a:hover {
    color: #EAC67A;
    background-color: #222222;
}
.menu-short input:checked~.menu-short-collapse {
    left: 0;
}
h1 {
    color: #3A3030;
    font-family: 'Oswald', sans-serif;
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 2px;

}
.job-title {
    font-family: 'Oswald', sans-serif;
    letter-spacing: 4px;
    text-align: center;
    position: relative;
    top: 25vh;
}
.job-title p {
    font-size: 50px;
    font-family: 'Oswald', sans-serif;
    color: #EAC67A;
    text-shadow: 2px 2px #3A3030;
    margin-top: 20px;
    margin-bottom: 20px;
}
/*End of header*/
.skill {
    width: 100px;
    height: 100px;
    padding-right: 30px;
}

/*Main*/
main {
    padding: 0 20px;
}

.flex-container-center {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
}
.project-container {
    width: 315px;
    padding: 0 20px 0 20px;
}
.project-container p {
    text-align: center;
    background-color: #E9EBEE;
    border-radius: 3px;
}
.project-container img{
    display: block;
    height: 200px;
    width: 300px;
    margin: auto;
    padding: 5px;
    border-radius: 5%;
    vertical-align: bottom;
    transition: all 1s;
}

.project-container img:hover {
    transform: scale(1.1);
}

img.autor {
    height: 200px;
    width: 200px;
    margin: auto;
    padding: 5px;
    border-radius: 100%;
}
.about-me {
    padding: 0 20%;
}

h2 {
    color: #383838;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}

h3 {
    color: #0C4C7D;
    font-family: 'Oswald', sans-serif;
}

p {
    color: #3E3E3E;
    font-family: 'Varela Round', sans-serif;
}
/*End of main*/

/*Footer*/
footer {
    background-color: #CCCCCC;
    padding: 5px 20px;
    margin-top: 20px;
}
.copyright {
    color: #3A3030;
    font-family: 'Oswald', sans-serif;
    display: flex;
    justify-content: flex-end;
}
footer h2 {
    margin: 5px 0;
}
.contact-icons {
    display: table;
    position: relative;
}
.contact-icon-list {
    width: 178px;
    height: 42px;
    display: table-cell;
    -webkit-padding-start: 10px;
}

.contact-icon {
    width: 22px;
    height: 22px;
    position: relative;
    top: 10px;
    left: 10px;

}

.contact-icon-element {
    /*border: 2px solid #EAC67A;*/
    margin-right: 10px;
    border-radius: 50%;
    display: inline-block;
    height: 42px;
    width: 42px;
    background-color: #0C4C7D;
}
/*End of footer*/


/*@media (max-width: 768px) {*/
    /*#o-mnie, #projekty {*/
        /*width: 100%;*/
    /*}*/
    /*img.autor {*/
        /*max-width: 100%;*/
    /*}*/
     /*li.navigator {*/
         /*display: block;*/
         /*margin: 10% 0;*/
     /*}*/
/*}*/
/*@media (min-width: 1200px) {*/
    /*!*header {*!*/
        /*!*max-width: 900px;*!*/
    /*!*}*!*/
/*}*/
@media (min-width: 576px) {
    /*body {*/
        /*min-width: 425px;*/
    /*}*/
    .menu ul {
        display: block;
    }
    .menu-short {
        display: none;

    }
}