@font-face {
	font-family: 'DINMittelschriftStd';
	src: url("../fonts/DINMittelschriftStd.otf");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'DINEngschriftStd';
	src: url("../fonts/DINEngschriftStd.otf");
	font-weight: 700;
	font-style: normal;
}

/*
font-family: 'Roboto', sans-serif;
font-family: 'Roboto Slab', serif;
*/
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html,
body {
    height: 100%;
}

body {
    background-color: #FFFFFF;
    font-family: 'Roboto Slab', sans-serif;
    margin: 0 auto;
    overflow-x: hidden;
}

#logo {
    position: absolute;
    width: 316px;
    height: auto;
    top: 0;
    z-index: 100;
    padding: 20px;
    background-color: #ffffff;
}

#logo img {
    width: 100%;
    height: auto;
}

#tooSmall {
    position: fixed;
    display: none;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 20000;
    background-color: #00643B;
    color: #ffffff;
    font-family: 'DINMittelschriftStd', sans-serif;
    font-size: 22px;
    line-height: 1.25;
}

.white {
    background-color: #FFFFFF;
}

.peach {
    background-color: #FFDDCC;
}

.green {
    background-color: #00837E;
}

h2 {
    font-family: 'DINMittelschriftStd', sans-serif;
    font-size: 28px;
    line-height: 32px;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    font-weight: 400;
    color: #00643B;
    margin: 0;
    padding: 0;
}

ul {
    list-style-type: none;
}

p, li {
    font-size: 19px;
    line-height: 30px;
    font-weight: 300;
    color: #404040;
    margin: 0;
    padding: 0;
}

#hero {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    position: relative;
}

#hero video {
    position: absolute;
    height: 100%;
    min-height: 100vh;
    min-width: 100vw;
    top: 0;
    right: -30%;
    z-index: 1;
    object-fit: cover;
}

#hero #gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    min-height: 100vh;
    background-image: linear-gradient(90deg, #005833 0%, rgba(0, 88, 51, 0) 50%, rgba(0, 88, 51, 0) 100%);
    z-index: 2;
}

#hero .row {
    position: relative;
    z-index: 4;
    height: calc(100vh - 220px);
    padding-top: 220px;
}

#hero h1 {
    font-family: 'DINEngschriftStd', sans-serif;
    color: #FCB61A;
    font-weight: 500;
    font-size: 83px;
    line-height: 73px;
    margin-top: 10px;
    margin-bottom: 18px;
}

#hero h1 small {
    font-family: 'DINMittelschriftStd', sans-serif;
    position: relative;
    font-size: 26px;
    line-height: 36px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    font-weight: 400;
    color: #ffffff;
    display: block;
    margin-bottom: 36px;
}

#hero h1 small::before {
    content: '';
    position: absolute;
    top: 13px;
    left: -220px;
    width: 206px;
    height: 2px;
    background-color: #FCB61A;
}

#hero h1 span {
    display: block;
    color: #FFFFFF;
}

#hero p {
    font-size: 21px;
    line-height: 31px;
    max-width: 525px;
    color: #ffffff;
}

#hero p:last-of-type {
    font-size: 16px;
    line-height: 24px;
    max-width: 525px;
    font-style: italic;
    color: #ffffff;
    margin-top: 36px;
}

#home-hero-callout {
    height: 70px;
    width: 225px;
    /* box-shadow: 0px 0px 15px 4px rgba(0,0,0,0.3); */
    color: #ffffff;
    font-family: 'DINMittelschriftStd', sans-serif;
    font-size: 18px;
    line-height: 20px;
}

section img {
    position: relative;
    width: 100%;
    height: auto;
}

section:not(#home) .container {
    height: 100%;
}

#section2 {
    background-color: #FFFFFF;
    padding-top: 100px;
    padding-bottom: 100px;
}

#section3 {
    background-color: rgba(157, 200, 184, 0.3);
    padding-top: 140px;
    padding-bottom: 140px;
}

#section3 img.butterflies {
    width: 130%;
    margin-top: -150px;
    margin-left: 50px;
    margin-bottom: 40px;
}

#section3 a.btn {
    background-color: #00643B;
    color: #FFFFFF;
    font-family: 'DINMittelschriftStd', sans-serif;
    font-size: 18px;
    line-height: 34px;
    padding: 11px 22px 8px;
    font-weight: normal;
}

#section3 ul {
    margin-top: 19px;
    padding-left: 20px;
}

#section3 ul li {
    position: relative;
}

#section3 ul li:before {
    content: "\2022";
    position: absolute;
    color: #00643B;
    left: -18px;
    top: 1px;
    font-size: 1.2em;
}

#section3 p, #section3 ul {
    position: relative;
    margin-bottom: 19px;
}

#section4 {
    background: #00643B;
    background: linear-gradient(300deg, #00643B 0%, #014529 100%);
    padding-top: 0;
    padding-bottom: 0;
}

#section4 h2 {
    color: #FFB200;
}

#section4 h2 span {
    color: #FFFFFF;
    display: block;
}

#section5 {
    background-color: #FFFFFF;
	background-image: url("../images/Butterfly_footer_1x.webp");
	background-image: image-set(
		url("../images/Butterfly_footer_1x.webp") 1x,
		url("../images/Butterfly_footer_2x.webp") 2x,
		url("../images/Butterfly_footer_1x.jpg") 1x,
		url("../images/Butterfly_footer_2x.jpg") 2x
	);
	background-position: left -90px top;
	background-size: 700px auto;
	background-repeat: no-repeat;
    height: 600px;
    padding-top: 0;
    padding-bottom: 0;
}

#section5 p {
    font-family: 'Roboto Slab', sans-serif;
    font-size: 42px;
    line-height: 50px;
    color: #00643B;
}

@media only screen and (max-width:992px) {
    #tooSmall {
        display: flex;
    }
}

@media only screen and (min-width:996px) {
    #hero video {
        right:-15%;
    }
}

@media only screen and (min-width:1100px) {
    #hero video {
        right:-10%;
    }


    #section5 {
        background-color: #FFFFFF;
        background-image: url("../images/Butterfly_footer_1x.webp");
        background-image: image-set(
            url("../images/Butterfly_footer_1x.webp") 1x,
            url("../images/Butterfly_footer_2x.webp") 2x,
            url("../images/Butterfly_footer_1x.jpg") 1x,
            url("../images/Butterfly_footer_2x.jpg") 2x
        );
        background-position: left -90px top;
        background-size: 800px auto;
        background-repeat: no-repeat;
        height: 600px;
        padding-top: 0;
        padding-bottom: 0;
    }
}

@media only screen and (min-width: 1200px) {

    #section5 {
        background-color: #FFFFFF;
        background-image: url("../images/Butterfly_footer_1x.webp");
        background-image: image-set(
            url("../images/Butterfly_footer_1x.webp") 1x,
            url("../images/Butterfly_footer_2x.webp") 2x,
            url("../images/Butterfly_footer_1x.jpg") 1x,
            url("../images/Butterfly_footer_2x.jpg") 2x
        );
        background-position: left -90px top;
        background-size: 900px auto;
        background-repeat: no-repeat;
        height: 600px;
        padding-top: 0;
        padding-bottom: 0;
    }
}

@media only screen and (min-width:1400px) {
    #hero video {
        right:0;
    }
}
