
@font-face {
    font-family: 'Sage Text';
    src: url('https://fonts.sage.com/Sage_Text-Regular.woff') format('woff'), url('https://fonts.sage.com/Sage_Text-Regular.woff2') format('woff2'), url('https://fonts.sage.com/fonts/SageText-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Sage Headline';
    src: url('https://fonts.sage.com/Sage_Headline-Black.woff') format('woff'), url('https://fonts.sage.com/Sage_Headline-Black.woff2') format('woff2'), url('https://fonts.sage.com/fonts/HeadlineBlack.ttf') format('truetype');
}


body {
    font-family: 'Sage Text',  Arial, sans-serif;
    font-weight: 300;
    color: #000;
}

div, section {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

.page-container {
    display: flex;
}

.page-container-inner {
    flex: 1 1 auto;
    display: flex;
    flex-flow: column nowrap;
    min-height: 100vh;
    width: 100%;
}

.page-header {
    flex-shrink: 0;
}

.header-container {
    display: block;
}

.nav-bar-top {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 400;
    background: #000;
    height: 56px;
}

    .nav-bar-top p {
        display: inline-block;
        margin-top: 25px;
        vertical-align: middle;
        color: white;
        font-weight: 400;
    }

.header-logo {
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    margin-left: 24px;
    margin-right: 24px;
    width: auto;
    height: 60px;
}

.page-body {
    flex: 1 1 auto;
    padding-bottom: 96px;
    margin-top: 56px;
    display: block;
}

.hero-image {
    background: url('../../images/Welcome-Page_Hero-image_1600x800px.jpg') center center;
    background-size: cover;
}

.welcome-text {
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-right: 16px;
    margin-left: 16px;
    height: 400px;
    position: relative;
}
    .welcome-text h1 {
        font-family: "Sage Headline", Arial, sans-serif;
        font-size: 46px;
        margin-top: 0;
    }
@media (min-width: 1080px) {
    .welcome-text h1 {
        font-family: "Sage Headline", Arial, sans-serif;
        font-size: 50px;
    }
}
.welcome-text h2 {
    font-family: "Sage Headline", Arial, sans-serif;
    font-size: 40px;
}

.title-text {
    text-align: center;
    line-height: 1;
    font-weight: bold;
    color: #fff;
    font-size: 5em;
}



.content-panel {
    background: #fff;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: -2em;
    padding-top: 0.25em;
    padding-left: 2em;
    padding-right: 2em;
}

.content-panel-inner {
    margin: 0 auto;
    text-align: center;
}

.content-panel-buttons {
    max-width: 100%;
    margin: 0 auto;
}
@media (min-width: 1200px) {
    .content-panel-buttons {
        max-width: 30%;
        margin: 0 auto;
    }
}
@media (min-width: 1900px) {
    .content-panel-buttons {
        max-width: 25%;
        margin: 0 auto;
    }
}
.content-panel-text, .content-panel-buttons {
    margin-top: 40px;
}
.content-panel-text {
    max-width:1020px;
    margin-left:auto;
    margin-right:auto;
}

.button-row {
    display: inline-block;
    margin-top: 0.5em;
}

    .button-row:first-child {
        margin-left: 2px;
        margin-right: 2px;
    }

.navButton {
    color: white;
    font-size: 13px;
    line-height: 1.3;
    font-weight: 700;
    text-transform: uppercase;
    font-style: normal;
    border-width: 2px;
    border-radius: 30px;
    border-color: rgb(0, 0, 0);
    background-color: rgb(0, 0, 0);
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 8px;
    padding-left: 15px;
    min-width: 150px;
    margin: 0 4px;
}
    .navButton:hover, .navButton:active {
        color: rgb(0, 0, 0);
        border-color: rgb(0, 0, 0);
        background-color: rgba(0, 0, 0, 0);
    }
.page-footer {
    flex-shrink: 0;
    font-size: 16px;
    line-height: 24px;
}

.footer-component {
    width: 100%;
    z-index: 100;
    background-color: #000;
    color: #fff;
    display: flex;
    align-items: center;
    padding-left: 24px;
    padding-right: 24px;
    box-sizing: border-box;
    position: relative;
    height: 64px
}

.footer-copyright {
    flex: 100%;
}
