@font-face {
    font-family: "Panton";
    src: url("fonts/PantonSemiBold/font.woff2") format("woff2"), url("fonts/PantonSemiBold/font.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    font-display: swap
}

@font-face {
    font-family: "Panton";
    src: url("fonts/PantonBold/font.woff2") format("woff2"), url("fonts/PantonBold/font.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    font-display: swap
}

@font-face {
    font-family: "Panton";
    src: url("fonts/PantonBlack/font.woff2") format("woff2"), url("fonts/PantonBlack/font.woff") format("woff");
    font-weight: 800;
    font-style: normal;
    font-stretch: normal;
    font-display: swap
}




*, *::before, *::after { box-sizing: border-box; }
html { font-size: 15px; height:100%; }
body {
    height:100%;
    padding:0; margin:0;
    font-family: 'Panton', Arial, sans-serif; font-weight: 400; font-size: 1rem; -webkit-font-smoothing: antialiased;
    background-color: #054d34; color: #fff;
    background-image: url('background.jpg');
    background-size: cover; background-position: right center; background-repeat: no-repeat; background-attachment: fixed;

}

.splash {
    min-height: 100vh; width: 100%;
    position: relative; z-index:0;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    align-content: space-between;
    background-color: rgba(5,77,15,.3);

}

header { width:100%; max-width: 1280px; padding: 1.5rem; }

#logo { width: 158px; height:auto; }


main { width: 100%; max-width: 1280px; margin-bottom:auto; padding: 3rem 1.5rem; }

main > div { width:70%; }

.topline {
    display: block;
    font-size: .875rem;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    margin-bottom: 1.25rem;
}

.headline {
    font-size: 2rem;
    line-height: 1;
    font-weight: 800;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: .03em;
    color: #fff;
    margin-bottom: 0;
    line-height: 1;
}
.headline strong { color: #7bbd14; font-weight: 800; }


p { font-size: 1rem;  }
p strong { font-weight: 800; }

.lead-lg { font-size: 1.5rem; }


@media (orientation: portrait) {
    body { background-image: url('background_vert.jpg'); background-size: cover; background-position: right center; }
}

@media (max-width: 420px) {
    html { font-size: 14px; }
    #logo { max-width: 140px; }
    main > div { width:100%; }
    main > div.text { width:80%; }
    .lead-lg { font-size: 1.1rem; }
    .headline { font-size: 1.75rem; margin-bottom: 40px; }
}

@media (max-width: 1024px) and (orientation: landscape) {
    main > div { width:80% !important; }
    main > div.text { width:80%; }

}

@media (min-width: 1024px) {
    html { font-size: 16px; }
    main { margin-top:auto; margin-bottom:auto; }
    main > div { width:60%; }
    .headline { font-size: 2.3rem; margin-bottom: 40px; }

}
@media (min-width: 1280px) {
    .headline { font-size: 2.75rem; margin-bottom: 2.75rem; }

    p { font-size: 1.25rem; }

}