body {
    background-color: /*#212121*/#fafafa;
    color: #fafafa;
    /*max-width: 1200px;*/
}

h1 {
    text-align: center;
    padding: 6%;
    margin: 0;
    font-size: 5.5rem;
    font-weight: 200;
}

h1 span {
    font-size: 66%;
    font-weight: bold;
}

h2 {
    padding-top: 6%;
    padding-bottom: 3%;
    text-align: left;
}

h3 {
    padding-top: 0;
    padding-bottom: 3%;
}

p {
    max-width: 800px;
}

p:last-child {
    padding-bottom: 6%;
}

.top-padding {
    padding-top: 6%;
}

a:link,
a:visited,
a:hover,
a:active {
    color: #fafafa;
    font-weight: bold;
}

.press-image {
    background-repeat: no-repeat;
    background-position-x: center;
    background-size: cover;
    min-height: 430px;
    max-width: 800px;
}

@media (min-width: 576px) {
    .press-image {
        min-height: 600px;
    }
}

.press-1 { background-image: url("../img/1.jpg") }
.press-2 { background-image: url("../img/2.jpg") }
.press-3 { background-image: url("../img/3.jpg") }
.press-4 { background-image: url("../img/4.jpg") }
.press-5 { background-image: url("../img/5.jpg") }
.press-6 { background-image: url("../img/6.jpg") }
.press-7 { background-image: url("../img/7.jpg") }

.row {
    background-color: #212121;
}

.white {
    background: #fafafa;
    color: #212121;
}

.link {
    display: block;
    width: 130px;
    height: 130px;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 6% auto;
}

.some-link-container {
    padding: 25px 0;
}

.some-link {
    width: 50px;
    height: 50px;
    display: inline-block;
    margin-right: 10px;
}

.some-link img {
    width: 50px;
    height: 50px;
}

.link.vasemmisto { background-image: url("../img/vasemmisto.png") }