html {
    overflow-x: hidden;
}

body {
    font-family: 'Forma DJR Display', sans-serif;
    font-size: 20px;
    color: #2f2c27;
    line-height: 1.4;
    letter-spacing: 1px;
    overflow-x: hidden;
}

a {
    color: #2f2c27;
}

.no_javascript {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #fff;
    z-index: 100;
    text-align: center;
}

.full_wrapper {
    max-width: 2560px;
    margin-left: auto;
    margin-right: auto;
}

.padded_full_wrapper {
    padding-left: 30px;
    padding-right: 30px;
}

.page_wrapper, .padded_page_wrapper {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.padded_page_wrapper {
    padding-left: 30px;
    padding-right: 30px;
}

.top_error {
    padding-top: 90px;
    text-align: center;
}

.section_padding { 
    padding-top: 120px;
}

h1, h2, h3 {
    font-family: 'Forma DJR Display', sans-serif;
    font-weight: 700;
    line-height: 1.1;
}

h1 {
    font-size: 60px;
}

h3.light {
    font-weight: 300;
}

h3.smaller {
    font-size: 19px;
}

h2 {
    font-size: 32px;
    line-height: 1.2;
}

h3 {
    font-size: 24px;
    line-height: 1.2;
}

.centered {
    text-align: center;
}

.green {
    background-color: #00c0aa;
    color: #fff;
}

.blue {
    background-color: #009cea;
    color: #fff;
}

.light_green {
    background-color: #bfefea;
}

.button_wrapper {
    text-align: center;
    padding-top: 52px;
}

.homepage_banner_text.shifted .button_light_wrapper {
    display: none;
}

.button_light_wrapper {
    text-align: left;
    margin-right: 50px;
    margin-top: 20px;
}

.button {
    font-size: 18px;
    padding: 11px 50px 9px;
    border-radius: 1000px;
    display: inline-block;
    cursor: pointer;
    font-weight: 700;
    color: #2f2c27;
    text-decoration: none;
    transition: all 0.3s ease-in-out;

}

.button.green {
    background: #00C0AA;
    border: 1px solid #00C0AA;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.152808), inset 1px 2px 5px rgba(74, 74, 74, 0.496148);
    border-radius: 30px;
    color: #FFF;
    /*box-shadow: inset 0 2px 4px 3px rgba(27, 148, 135, 1);*/
}
.button.green:hover {
    background: #00AA96;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.152808), inset 1px 2px 5px rgba(74, 74, 74, 0.496148);
}

.button.blue {
    background: #009CEA;
    border: 1px solid #009CEA;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.152808), inset 1px 2px 5px rgba(74, 74, 74, 0.496148);
    border-radius: 30px;
    color: #FFF;
    /*box-shadow: inset 0 2px 4px 3px rgba(27, 127, 177, 1);*/
}

.button.blue:hover {
    background: #0088CC;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.152808), inset 1px 2px 5px rgba(74, 74, 74, 0.496148);
}

.button.yellow {
    background: #D9BC2C;
    border: 1px solid #D9BC2C;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.152808), inset 1px 2px 5px rgba(74, 74, 74, 0.496148);
    border-radius: 30px;
    color: #FFF;
}

.button.yellow:hover {
    background: #C6AD31;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.152808), inset 1px 2px 5px rgba(74, 74, 74, 0.496148);
}

.button.orange {
    background: #D84720;
    border: 1px solid #D84720;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.152808), inset 1px 2px 5px rgba(74, 74, 74, 0.496148);
    border-radius: 30px;
    color: #FFF;
}

.button.orange:hover {
    background: #C53A15;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.152808), inset 1px 2px 5px rgba(74, 74, 74, 0.496148);
}

.button_light {
    font-size: 18px;
    padding: 11px 50px 9px;
    border-radius: 1000px;
    display: inline-block;
    cursor: pointer;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    color: #979797;
    background: #FFFFFF;
    border: 1px solid #FDFDFD;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.152808), inset 1px 2px 5px rgba(74, 74, 74, 0.496148);
    border-radius: 30px;
}

.button_light:hover {
    background: #F2F2F2;
    border: 1px solid #FDFDFD;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.152808), inset 1px 2px 5px rgba(74, 74, 74, 0.496148);
    border-radius: 30px;
    color: #979797;
}

.button.dark_button_to_white, .dark_button_to_light, .dark_button_to_light_blue {
    color: #fff;
}

.button.dark_button_to_white:hover {
    background-color: #fff;
    color: #2f2c27 !important;
    box-shadow: inset 0 2px 4px 1px rgb(245 245 245);
}

.dark_button_to_light:hover {
    background-color: #90e5dc;
    color: #2f2c27 !important;
}

.dark_button_to_light_blue:hover {
    background-color: #aedef7;
    color: #2f2c27;
    box-shadow: inset 0 2px 4px 1px rgb(146 195 221);
}

.page_footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 80px;
}

.page_footer_logo {
    display: block;
    text-decoration: none;
    width: 104px;
    height: 40px;
    background-image: url(../img/logo.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
    z-index: 1;
    left: 0;
}

.page_footer_text {
    font-size: 10px;
    padding-top: 20px;
    text-align: center;
    margin-bottom: 3rem;
}

.floating_right { float: right;}
.floating_left { float: left;}

img { max-width: 100%;}
.rslogo { height: 4rem;}

.flex_container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.container_gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    /*margin-bottom: 50px;*/
}
.container_gallery picture {
    max-width: calc(100%/3 - 1rem);
}

@media screen and (max-width: 1440px) {

    body {
        font-size: calc(16px + (20 - 16) * ((100vw - 320px) / (1440 - 320)));
    }

    h1 {
        font-size: calc(40px + (60 - 40) * ((100vw - 320px) / (1440 - 320)));
    }

    h2 {
        font-size: calc(24px + (32 - 20) * ((100vw - 320px) / (1440 - 320)));
    }

    h3 {
        font-size: calc(18px + (24 - 16) * ((100vw - 320px) / (1440 - 320)));
    }

    h3.smaller {
        font-size: calc(16px + (19 - 16) * ((100vw - 320px) / (1440 - 320)));
    }

    .button_light_wrapper {
        margin-right: calc(30px + (50 - 30) * ((100vw - 320px) / (1440 - 320)));
        ;
    }
}

@media screen and (max-width: 400px) {
    .button_wrapper {
        text-align: center;
    }
    .container_gallery picture {
        max-width: 100%;
    }
    .rslogo {
        height: 3.5rem;
    }
    .centered { text-align: center;}
    .one_being { padding-bottom: 50px;}
    .other_people_list .narrow_text_block_content {
        text-align: center;
    }
}