h1 {
    text-align: center;
    text-transform: uppercase;
    color: #f2efea;
    padding-top: 3em;
    padding-bottom: 2em;
    text-shadow: 0 0.03em 0.08em rgba(0, 0, 0, 1);
    letter-spacing: 0.05em;
}

header {
    background: radial-gradient(circle farthest-corner at center, #0c2e56 0%, #06172b 100%);
    background-color: #0c2e56;
    margin-bottom: 6rem;
    box-shadow: 0 1rem 10rem 2rem rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

span#skn {
    font-size: 0.7em;
}

div.with-menu {
    text-shadow: 0 0.05em 0.1em rgba(0, 0, 0, 1);
    background-color: rgba(0, 0, 0, 0.1);
    text-transform: uppercase;
    font-family: 'Dosis', sans-serif;
    padding-top: 0.4rem;
    letter-spacing: 0.07em;
}

div.with-menu a {
    color: #2190FF;
}

div.with-menu a:hover {
    color: #82c0ff;
}

h2, h3, h5 {
    font-family: 'Dosis', cursive;
}

#o-kole ul {
    list-style: none;
}

h2,h5 {
    margin-top: 2.5rem;
    margin-bottom: 1.2rem;
}

.button {
    background-color: #0c2e56;
}

div.epic p {
    font-size: 1rem;
    line-height: 2.2rem;
}

div.projects div {
    padding-bottom: 1rem;
}

body {
    background-color: #f3f3f3;
    font-family: 'Open Sans', sans-serif;
    padding-bottom: 5rem;
}

.sam {
    background: url(../img/sam.png) no-repeat center;
    background-size: cover;
    height: 40em;
}

.info-box p{
    margin:0 auto;
    margin-top: 3.5rem;
    margin-bottom: 1.2rem;
    background-color: #06172b;
    color: #f3f3f3;
    padding:1rem;
    width:80%;

}

.projects img, #o-kole img {
    padding: 3px;
    border:1px solid #06172b;
}