body {
    background: #191919 url("../img/chalkboard.jpg") repeat;
    background-attachment: fixed;
    color: rgba(255, 255, 255, 0.8);
    font-family: 'Martel Sans', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 200;
    line-height: 1.7em;
    min-height: 100%;
    padding-top: 30px;
}

.nav-container {
    padding: 0;
}
nav {
    background-color: #3B6278;
    padding: 10px 0;
    color: white;
    margin: 0 1em;
    float: right;
}
nav ul {
    margin: 0;
    padding: 4px 0 0;
}
nav ul li {
    display: inline;
    padding: 4px 1em 1px;
}
nav ul li.active {
    font-weight: 400;
}
nav ul li a {
    color: white;
}
nav ul li a:hover {
    color: white;
    text-decoration: underline;
}

.page {
    background: #294540;
    padding: 10px;
    box-shadow: 0 0 87px rgba(184, 92, 92, 0.11);
    margin: 1.5em 0;
}
.inside-page {
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 5em 7em;
    min-height: 700px;
}
@media (max-width: 768px) {
    .inside-page {
        padding: 2em 1em !important;
    }
}
.page small, p.small {
    color: rgba(255, 255, 255, 0.3); 
    font-size: 100%;   
}
.tekst { 
    margin: 15px auto;
    text-align: justify;
}
p.big {
    padding: 1em 1em 0.5em 1em;
    font-size: 19px;
    line-height: 1.8em;
}
hr {
    margin-top: 30px;
    margin-bottom: 30px;
    border: 0;
    border-top: 1px solid transparent;
}

img {
    border: 7px solid #545F5D;
    margin-top: 20px;
}
.image {
    text-align: center;
}
.img-640 {
    max-width: 640px;
    margin: 0 auto;
    text-align: right;
}

.image small {
    display: block;
    text-align: right;
}

.anton img {
    width: 92px;
    border: none;
    margin: 0 10px;
}

.control {
    position: fixed;
    top: 50%;
    cursor: pointer;
}
#left {
    left: 10px;
}
#right {
    right: 10px;
}
.control img {
    border: none;
}
