body {
    font-family: "Trebuchet MS", "Verdana", "Helvetica", "Arial";
    margin: 0px;
    color: #000000;
    background-color: #ffffff;
    font-size: 12pt;
}

.logo {
    padding: 10px 0 0 10px;
    margin-bottom: -140px;
}

.logo img {
    max-width: 100%;
    object-fit: contain;
}

.navigation {
    margin: 0 0 5px 110px;
    font-size: 1.35em;
    display: flex;
    flex-wrap: wrap;
}

.navigation a {
    margin-left: 25px;
}

.navigation a {
    color: #181F34;
}

.navigation .current {
    font-weight: bold;
}

.content {
    background-color: #F1F295;
    padding: 10px 15px 15px 15px;
    margin: 0 100px 0 110px;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.38);
    border-radius: 4px;
}

.content img {
    max-width: 100%;
    object-fit: contain;
}

.intensive {
    font-size: 1.2em;
}

a {
    color: #465583;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

h1 {
    padding: 4px 4px 8px 4px;
    margin: 0px;
    font-size: 2.2em;
}

h2 {
    padding: 4px 4px 4px 4px;
    margin: 0px;
    font-size: 1.6em;
}

h3 {
    padding: 8px 4px 4px 4px;
    margin: 0px;
    font-size: 1.4em;
}

.special-navigation {
    position: absolute;
    right: 110px;
    padding: 10px 25px;
    text-align: center;
    border-radius: 40px;
    background-color: #f1e7a5;
    box-shadow: 3px 3px 3px #1A1A1A;
}

.centered {
    text-align: center;
}

.copyright {
    font-size: 0.85em;
    text-align: right;
    margin-right: 100px;
    padding: 2px 0 4px;
}

.photo {
    margin: 0px 10px 25px 10px;
}

.photos-container {
    display: flex;
    flex-wrap: wrap;
}

.photo-flex {
    margin: 0 10px 10px 0;
}

.photo-container {
    position: relative;
}

.photo-title {
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 2px;
}

.etusivu-kuva {
    max-width: 1200px !important;
    width: 100%;
}

.frontpage-caption {
    font-size: 1.4em;
}

.contact-form {
    width: 100%;
    height: 660px;
    border: none;
}

.no-bottom-margin {
    margin-bottom: 0 !important;
}

.bottom-margin {
    margin-bottom: 4px;
}

@media only screen and (max-width: 1200px) {
    body {
        font-size: 12pt;
    }
    .navigation {
        font-size: 1.35em;
    }
    .navigation a {
        margin-bottom: 10px;
    }
    .content {
        margin: 0 30px 0 110px;
    }
    .copyright {
        margin-right: 30px;
    }
    .photo {
        margin-bottom: 25px;
    }
    .photos-container {
        flex-direction: column;
    }
    .photo-flex {
        width: 100%;
        margin: 0 0 20px 0;
    }
    .photo img {
        width: 100%;
    }
    .copyright {
        font-size: 0.85em;
    }
    .image-copyright {
        font-size: 0.75em;
    }
}
