﻿.func-page {
    background-color: whitesmoke;
    background-size: 100% 100%;
    width: 1000px;
    height: 100%;
    padding-bottom: 3em;
}

.func-header {
    position: relative;
    display: inline-block;
    margin-bottom: 1rem;
}

.func-page-name {
    position: absolute;
    left: 0;
    top: 30%;
    color: black;
    text-align: center;
    font-size: xx-large;
    width: 100%;
}

.func-container {
    /*width: 1000px;*/
    /*border: solid thin red;*/
}

.func-p-container {
    display: flex;
    justify-content: center;
}

.func-p-container-left {
    display: flex;
    justify-content: center;
    float: left;
}

.func-p-slimbox {
    display: flex;
    justify-content: center;
    background-color: white;
    margin-left: 100px;
    border: solid thick white;
    border-radius: 2em;
    width: 750px;
    padding: 2em;
}

.func-p-box {
    display: flex;
    justify-content: center;
    background-color: white;
    border: solid thick white;
    border-radius: 2em;
    width: 90%;
    padding: 2em;
    margin-bottom: 2em;
}

.func-p-box-left {
    display: flex;
    justify-content: center;
    background-color: white;
    margin-left: 3em;
    margin-right: 3em;
    margin-top: 3em;
    margin-bottom: 2em;
    padding: 2em;
    border: solid thick white;
    border-radius: 2em;
    width: 200px;
}

.func-p-slimboxcontent {
    width: 90%;
    font-size: 0.9em;
}

.func-p-content {
    width: 90%;
    font-size: 0.9em;
}

.func-p-content-left {
    width: 90%;
    font-size: 0.9em;
}

.func-p-paragraph-ingress {
    font-weight: bold;
}

.func-p-paragraph-text {
    font-weight: normal;
}

.func-images {
    margin-left: 5%;
    margin-right: 5%;
    display: flex;
    justify-content: center;
}

.func-image {
    padding-bottom: 1em;
    margin-left: 0.5em;
    margin-right: 0.5em;
}

    .func-image img {
        max-width: 100%;
        height: auto;
        width: auto;
    }

.func-image-caption {
    font-weight: bold;
}

@media (max-width:1199px) {
    .func-page {
        width: 100%;
    }

    .func-page-name {
        font-size: x-large;
        left: 10%;
        text-align: left;
    }

    .func-container {
        width: 100%;
        /*border: solid thin blue;*/
    }

    .func-p-container-left {
        float: none;
    }

    .func-p-slimbox {
        margin-left: 5%;
        margin-right: 5%;
        border: solid thick white;
        border-radius: 2em;
        width: 90%;
        padding: 2em;
    }

    .func-p-box {
        margin-left: 5%;
        margin-right: 5%;
        border: solid thick white;
        border-radius: 2em;
        width: 80%;
        padding: 2em;
    }

    .func-p-box-left {
        margin-left: 0;
        margin-right: 0;
        margin-top: 0;
        border: solid thick white;
        border-radius: 2em;
        width: 70%;
        padding: 2em;
    }

    .func-image {
        width: 100%;
    }
}

@media (max-width:640px) {
    .func-page-name {
        left: 10%;
        text-align: left;
    }
}
