@font-face {
    font-family: "Assistant";
    src: local("Assistant"),
        url(Assistant.ttf) format("truetype");
}

:root {
    --font-headline: #646461;
    --font-headlineOLD: #3C3C3B;
    --font-text: #413f3f;
    --font-textOLD: #414141;
    --font-dark: #000000;
    --background-green: #A1CBA6;
    --background-light: #F7F8F3;
    --gold-dark: #B48811;
    --gold-light: #EBD197;
    font-family: "Assistant", sans-serif;
    font-optical-sizing: auto;
}

html,
body {
    width: 100%;
    margin: 0 auto;
}


.page {
    background-color: var(--background-light);
    width: 100%;
    background: rgb(180, 136, 17);
    background: linear-gradient(180deg, rgba(180, 136, 17, 0.01) 0%, rgba(235, 209, 151, 0.2) 50%, rgba(180, 136, 17, 0.01) 100%);
}

.vh {
    min-height: 100vh;
}

.nav {
    width: 100%;
    text-align: center;
    min-height: 100px;
}

.nav-button {
    display: inline-block;
    width: 140px;
    height: 35px;
    line-height: 35px;
    margin-top: 20px;
    margin-bottom: 10px;
    margin-left: 15px;
    margin-right: 15px;
    background: rgb(180, 136, 17);
    background: linear-gradient(90deg, #b48911a6 0%, var(--gold-light) 50%, #B48811a6 100%);
    border-radius: 10px;
    filter: drop-shadow(#808080 0px 0px 3px);
}

.nav-button a {
    color: var(--font-text);
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
}

@media only screen and (max-width: 985px) {
    .nav-button {
        width: 110px;
        height: 30px;
        line-height: 30px;
        margin-top: 20px;
        margin-bottom: 10px;
        margin-left: 5px;
        margin-right: 5px;
    }

    .nav-button a {
        font-size: 16px;
    }
}


.text-right {
    width: 100%;
    display: table;
}

.text-right .left,
.text-right .left2,
.text-right .left3,
.text-right .left4 {
    float: left;
    width: 40%;
    display: table-row;
}


.text-right .left img,
.text-right .left2 img,
.text-right .left4 img {
    float: right;
    width: 300px;
    height: 450px;
    border-radius: 10px;
    filter: drop-shadow(#808080 0px 0px 5px);
    margin-top: 50px;
}

.text-right .left3 img {
    float: right;
    width: 100%;
    max-width: 400px;

    height: auto;
    margin-top: 135px;
    margin-bottom: 15px;
    margin-right: -20px;
    border-radius: 10px;
    filter: drop-shadow(#808080 0px 0px 5px);
}



.text-right .right {
    float: left;
    width: calc(60% - 20px);
    margin-left: 20px;
    max-width: 665px;
    display: table-row;
    /* background-color: #A1CBA6; */
    text-align: center;
}

.bigcircle {
    position: absolute;
    z-index: 1;
    width: 250px;
    height: 250px;
    margin-left: 370px;
    margin-top: 50px;
    background: #EBD197;
    background: linear-gradient(90deg, rgba(180, 136, 17, 0.5) 0%, rgba(235, 209, 151, 0.7) 50%, rgba(180, 136, 17, 0.5) 100%);
    border-radius: 150px;
}

.bigcircle img {
    width: 250px;
    height: 250px;
}

.spacer1 {
    width: 100%;
    height: 100px;
}

h1 {
    color: var(--font-headline);
    font-size: 35px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}

ul {
    position: relative;
    z-index: 10;
    margin: 0 auto;
    max-width: 530px;
    text-align: left;
    margin-top: 20px;
}

li {
    padding-bottom: 20px;
    color: var(--font-text);
    font-size: 20px;
    font-weight: 500;
}

li::marker {
    color: #B48811;
}

h2 {
    color: var(--font-headline);
    margin: 0 auto;
    font-size: 21px;
    margin-top: 10px;
}

.calltoaction {
    margin: 0 auto;
    width: 300px;
    height: 40px;
    margin-top: 20px;
    margin-bottom: 30px;

    line-height: 40px;
    background: rgb(180, 136, 17);
    background: linear-gradient(90deg, #b48911 0%, var(--gold-light) 50%, #B48811 100%);
    filter: drop-shadow(#808080 0px 0px 3px);
    border-radius: 10px;
}

.calltoaction a {
    color: var(--font-dark);
    font-size: 20px;
    font-weight: 500;
    text-decoration: none;
}


.below {
    width: 100%;
    /* background-color: #ffe39563; */
    text-align: center;
    margin-bottom: 5px;
}

.below p {
    text-align: center;
}

.topic {
    width: 100%;
    min-height: 120px;
    text-align: center;
}

.topic h1 {
    font-size: 35px;
    margin: 0 auto;
}

.spacer3 {
    width: 100%;
    height: 20px;
}

.spacer4 {
    width: 100%;
    height: 110px;
}

.golden {
    color: #000000;
    background-color: #000000;
    background-image: linear-gradient(90deg, rgba(119, 90, 10, 1) 20%, rgba(201, 167, 93, 0.945) 50%, rgba(119, 90, 10, 1) 80%);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    text-shadow: #00000005 1px 1px;
}

.topic-header {
    width: 100%;
    /* float: left; */
}

.topic-image {
    width: 35%;
    /* float: left; */
    position: absolute;
    margin-left: calc(62%);
    margin-top: -40px;
    overflow-x: hidden;
}

.topic-image img {
    width: 400px;
    border-radius: 10px;
    filter: drop-shadow(#808080 0px 0px 5px);
    margin-top: 20px;
    margin-left: 20px;
}

.topic-spacer {
    /* max-width: 555px; */
    /* float: right; */
}

.thick {
    min-height: 180px;
}

.spacer5 {
    width: 100%;
    height: 50px;
}

.hideIfBig {
    width: 0px;
    height: 0px;
    opacity: 0;
}

@media only screen and (max-width: 985px) {

    .hideIfBig {
        width: auto;
        height: auto;
        opacity: 1;
    }
    
    .spacer5 {
        height: 30px;
    }

    .topic-image,
    .topic-image img {
        width: 0px;
        height: 0px;
        opacity: 0;
    }

    .topic-header,
    .topic-spacer {
        width: 100%;
        float: none;
        margin: 0 auto;
    }

    .spacer4 {
        height: 20px;
    }

    .text-right .left, .text-right .left3, .text-right .left4 {
        float: none;
        width: 100%;
    }

    .text-right .left3 h1, .text-right .left4 h1, .text-right .left4 h3 {
        margin: 0 auto;
        text-align: center;
        max-width: 600px;
    }

    .text-right .left img {
        float: none;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }


    .text-right .left3 img {
        float: none;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
    }

    .text-right .left4 img {
        float: none;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: 10px;
        margin-bottom: 20px;
    }


    .text-right .left2 {
        width: 0px;
        height: 0px;
        opacity: 0;
    }

    .text-right .right {
        float: none;
        width: 100%;
        max-width: 985px;
    }

    .spacer1 {
        height: 50px;
    }

    .bigcircle {
        width: 0px;
        height: 0px;
    }

    .bigcircle img {
        width: 0px;
        height: 0px;
        opacity: 0;
    }

    li {
        color: var(--font-text);
        font-size: 18px;
        font-weight: 500;
        padding-bottom: 15px;
    }
}


.text-left {
    width: 100%;
    display: table;
}

.text-left .left {
    float: right;
    width: 60%;
    max-width: 665px;
    text-align: center;
    display: table-row;
}

.text-left .right {
    float: right;
    width: 40%;
    display: table-row;
}

.text-left .right img {
    float: left;
    width: 300px;
    height: 450px;
    border-radius: 10px;
    filter: drop-shadow(#808080 0px 0px 5px);
    margin-top: 50px;
    margin-left: 10px;
}

.spacer2 {
    width: 100%;
    height: 30px;
}

h3 {
    color: var(--font-headline);
    font-size: 20px;
    font-weight: 600;
    margin: 0 auto;
}

.gradienttext {
    background-color: #f3ec78;
    background-image: linear-gradient(90deg, rgba(180, 136, 17, 1) 20%, rgb(226, 176, 66) 50%, rgba(180, 136, 17, 1) 80%);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
}


p {
    margin: 0 auto;
    margin-top: 20px;
    width: 90%;

    font-size: 19px;
    color: var(--font-text);
    font-weight: 600;
    text-align: left;
}

.p2,
.p3 {
    margin: 0;
    text-align: left;
    margin-left: 10px;
}

.p3 {
    margin-top: -20px;
    /* width: 100%; */
}


@media only screen and (max-width: 985px) {
    .hideIfSmall {
        width: 0px;
        height: 0px;
        opacity: 0;
    }

    .p2,
    .p3 {
        text-align: center;
    }

    .p3 {
        /* width: 100%; */
        text-align: left;
    }



    .text-left .right,
    .text-left .right img {
        width: 0px;
        height: 0px;
        opacity: 0;
    }

    .text-left .left {
        float: none;
        width: 100%;
        max-width: 985px;
    }


    p {
        font-size: 17px;
    }
}

.green {
    background: linear-gradient(180deg, rgba(180, 136, 17, 0.01) 0%, rgba(235, 209, 151, 0.26) 50%, rgba(180, 136, 17, 0.01) 100%);
    background-color: #A1CBA6;
    /* background: rgb(180, 136, 17); */
}