* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@-webkit-viewport{width:device-width}
@-moz-viewport{width:device-width}
@-ms-viewport{width:device-width}
@-o-viewport{width:device-width}
@viewport{width:device-width}

.allcontent {
    padding-top: 60px;
    padding-bottom: 60px;
}

body, html {
    font-family: 'Barlow', 'Helvetica Neue', Helvetica, 'Courier New', Courier, monospace;
    font-weight: regular;
    font-size: 18px;
    font-weight: 100;
    color: #222;
    position: relative;
    transition: 0.5s all;
    scroll-behavior: smooth;
    padding-left: auto;
    padding-right: auto;
}

.changeColor {
    background: #fafafa;
}

p {
    font-family: 'Barlow';
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.7rem;
    padding-top: 2rem;
}

b {
    font-weight: 600;
}

h1 { /*section titles*/
    font-family: 'Barlow';
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.5rem;
    text-transform: uppercase;
    letter-spacing: .3rem;
    text-align: right;
    padding-top: 1rem;
}

h2 { /*section numbers*/
    font-family: 'Barlow Condensed';
    font-weight: 500;
    font-size: 120px;
    line-height: 120px;
    text-align: right;
}

h3 { /*hmw*/
    font-family: 'Barlow';
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 2.2rem;
    font-style: italic;
    opacity: .3;
}

h4 { /*intro*/
    font-family: 'Barlow';
    font-weight: 200;
    font-size: 1.5rem;
    line-height: 2.2rem;
    padding-top: 2rem;
    text-align: center;
}

h5 {
    font-family: 'Barlow';
    font-weight: 200;
    font-size: 1.5rem;
    line-height: 2.2rem;
    padding-top: .5rem;
    text-align: left;
}

a {
    font-family: 'Barlow';
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #8CC63F;
    font-style: italic;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

ul {
    list-style: none;
    padding-top: 2rem;
}

li {
    font-family: 'Barlow';
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.7rem;
}

.t_intro {

}

.t_inset {
    margin-left: 4rem;
    width: 40rem;
    max-width: 40rem;
}

.t_divide {
    margin-top: 4rem;
    margin-bottom: 2rem;
}

.t_highlight {
    background-color: #FED965;
}

.t_white {
    color: #fafafa;
}

.t_light {
    opacity: .54;
}

.t_gallery_caption {
    padding-top: 1rem;
    font-size: .8rem;
    font-style: italic;
    line-height: 1.2rem;
}

.imgholder {
    display: flex;
    flex-direction: row;
    margin-top: 4rem;
    margin-bottom: 2rem;
}

.imgholder_f {
    margin-top: 4rem;
    margin-bottom: 2rem;
}

.imgholder_intro {
    display: flex;
    flex-direction: row;
    margin-top: 4rem;
    margin-bottom: 2rem;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
}

img {

}

.i_tbanner {
    width: 100%;
    padding-top: 10%;
}

.i_gallery {
    object-fit: cover;
    width: 20rem;
    height: 11.25rem;
    border-radius: 0px;
    margin-right: 2rem;
}

.i_gallery_diff {
    object-fit: cover;
    height: 11.25rem;
    border-radius: 0px;
    margin-right: 2rem;
}

.i_feature {
    object-fit: contain;
    max-width: 40rem;
    max-height: 40rem;
    border-radius: 0px;
}

.i_feature_s {
    object-fit: contain;
    max-width: 30rem;
    max-height: 30rem;
    border-radius: 0px;
}

.i_gallery_feat_o {
    object-fit: cover;
    height: 25rem;
    border-radius: 0px;
    margin-right: 2rem;
}

.i_gallery_feat {
    object-fit: cover;
    height: 25rem;
    border-radius: 0px;
}

.i_gallery_feat_holder {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 15rem;
    margin-right: 2rem;
}

.i_gallery_caption {
    text-align: center;
}

.i_intro_m {
    display: none;
}

.i_scrollarrow {
    padding-top: 60px;
    width: 32px;
    padding-bottom: 100px;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.i_scrollarrow2 {
    padding-top: 240px;
    width: 32px;
    padding-bottom: 120px;
    height: auto;
    display: block;
}

.s_intro {
    width: 60rem;
    max-width: 60rem;
    margin-left: auto;
    margin-right: auto;
}

.s_body {
    display: flex;
    flex-direction: row;
    padding-top: 8rem;
}

.body_titles {
    width: 15%;
    max-width: 15%;
    margin-right: 4rem;
}

.body_titles_hold {
    position: sticky;
    top: 4rem;
}

.body_titles_nav {
    margin-top: 1rem;
    text-align: right;
}

.body_content {
    width: 80%;
}

.body_content_text {
    width: 40rem;
    max-width: 40rem;
}

.body_content_intro {
    width: 50rem;
    max-width: 50rem;
}










.headernav_holder {
    max-width: 60rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 1px solid rgba(255,255,255,0);
    align-items: center;
    align-content: center;
    margin-bottom: 40px;
}

.footernav_holder {
    max-width: 60rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    border-top: 1px solid rgba(255,255,255,0);
    align-items: center;
    align-content: center;
    margin-top: 40px;
}

.hn_return {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 15rem;
    justify-content: flex-start;
}

.hn_return {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 15rem;
    justify-content: flex-start;
}

.hn_nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 15rem;
    justify-content: flex-end;
}

.t_hn_name {
    font-size: 1rem;
    font-family: 'Barlow Condensed';
    padding-top: 1rem;
    padding-bottom: .5rem;
    padding-left: .2rem;
    margin-left: 0;
    text-align: left;
}

.t_hn_name a:hover {
    text-decoration: none;
}

.i_hn {
    width: 1.2rem;
    opacity: 1;
    padding-top: .7rem;
}



@media screen and (max-width: 480px) {
    body, html {
        font-size: 14px;

    }

    .allcontent {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    p {
        font-weight: 400;
    }
    
    b {
        font-weight: 700;
    }
    
    h1 { /*section titles*/
        text-align: center;
        font-weight: 600;
    }
    
    h2 { /*section numbers*/
        text-align: center;
        font-weight: 500;
    }
    
    h3 { /*hmw*/
        font-weight: 400;
    }
    
    h4 { /*intro*/
        font-weight: 300;
        font-size: 1.3rem;
        line-height: 2rem;
    }
    
    h5 {
        font-weight: 300;
        font-size: 1.3rem;
        line-height: 2rem;
    }
    
    a {
        font-weight: 400;
    }
    
    ul {
        list-style: none;
        padding-top: 2rem;
    }
    
    li {
        font-weight: 400;
    }


    .t_inset {
        width: 80%;
        max-width: 80%;
    }

    .t_divide {
        text-align: center;
    }

    .headernav_holder {
        margin-left: 2rem;
        margin-right: 2rem;
        border-bottom: 1px solid rgba(255,255,255,.3);
        margin-bottom: 40px;
    }

    .footernav_holder {
        margin-left: 2rem;
        margin-right: 2rem;
        border-top: 1px solid rgba(255,255,255,.3);
        margin-top: 20px;
        padding-bottom: 0;
    }

    .hn_title {
        display: none;
    }

    .s_intro {
        width: 100%;
        padding-left: 2rem;
        padding-right: 2rem;
        padding-top: 10%;
    }

    .s_body {
        flex-direction: column;
        padding-left: 2rem;
        padding-right: 2rem;
        padding-top: 6rem;
    }

    .imgholder {
        flex-direction: column;
        margin-bottom: 0;
    }

    .imgholder_intro {
        display: none;
    }

    .imgholder_intro_m {
        display: block;
        margin-left: auto;
        margin-right: auto;
        align-items: center;
        width: 45%;
        margin-bottom: 1rem;
    }

    .i_gallery {
        margin-bottom: 2rem;
        margin-left: auto;
        margin-right: auto;
    }

    .i_gallery_feat_o {
        object-fit: contain;
        height: 25rem;
        padding-bottom: 2rem;
    }

    .i_gallery_feat {
        object-fit: contain;
        height: 25rem;
    }

    .i_gallery_feat_holder {
        object-fit: contain;
        padding-bottom: 2rem;
        margin-left: auto;
        margin-right: auto;
    }

    .i_feature {
        width: 100%;
        max-width: 100%;
    }

    .i_feature_s {
        width: 100%;
        max-width: 100%;
    }

    .i_intro_m {
        display: block;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .i_tbanner {
        padding-top: 0;
    }

    .i_scrollarrow {
        padding-top: 1rem;
        padding-bottom: 4rem;
    }

    .i_scrollarrow2 {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .body_titles {
        width: 100%;
        max-width: 100%;
        margin-right: 4rem;
    }

    .body_titles_hold {
        margin-left: auto;
        margin-right: auto;
    }

    .body_titles_nav {
        text-align: center;
    }

    .body_content {
        width: 100%;
        max-width: 100%;
        padding-top: 2rem;
    }

    .body_content_intro {
        width: 100%;
        max-width: 100%;
    }

    .body_content_text {
        width: 100%;
        max-width: 100%;
    }

}