/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on May 15, 2019 */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Rakkas&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rakkas&display=swap');
@font-face {
    font-family: 'poppinsblack';
    src: url('../fonts/poppins-black-webfont.woff2') format('woff2'),
         url('../fonts/poppins-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'poppinsbold';
    src: url('../fonts/poppins-bold-webfont.woff2') format('woff2'),
         url('../fonts/poppins-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'poppinsitalic';
    src: url('../fonts/poppins-italic-webfont.woff2') format('woff2'),
         url('../fonts/poppins-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'poppinsthin';
    src: url('../fonts/poppins-thin-webfont.woff2') format('woff2'),
         url('../fonts/poppins-thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'poppinsregular';
    src: url('../fonts/poppins-regular-webfont.woff2') format('woff2'),
         url('../fonts/poppins-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'poppinsmedium';
    src: url('../fonts/poppins-medium-webfont.woff2') format('woff2'),
         url('../fonts/poppins-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ostrich_sansmedium';
    src: url('../fonts/ostrich-regular-webfont.woff2') format('woff2'),
         url('../fonts/ostrich-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'chalk_font';
    src: url('../fonts/chalk_font.woff2') format('woff2'),
         url('../fonts/chalk_font.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'chalk_font_shadow';
    src: url('../fonts/chalk_font_shadow.woff2') format('woff2'),
         url('../fonts/chalk_font_shadow.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body {
    width: 100vw !important;
    overflow-x: hidden !important;
}

.cognitoWrapper {
    background: #fff;
    padding: 120px 20px;
    overflow: auto;
}

h1.cognitoHeader {
    font-weight: normal;
    text-align: center;
    padding-bottom: 20px;
    font-family: "Inter", sans-serif;
    font-size: 5em;
}

p.cognitoDescription {
    padding: 0 20px 20px;
}
img.page-seperator {
    width: 100%;
    height: 20px;
    position: relative;
    top: -20px;
    z-index: 20;
}
img.page-seperator.bottom {
    top: auto;
    bottom: 10px;
}
h2 small, h4 small {
    font-size: 12px;
    font-family: sans-serif;
}

.section {
    max-width: 100vw;
    overflow-x: hidden;
    padding: 0px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.column {
    padding: 40px 15px;
}

.two-column {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.two-column > * {
    margin: 0 40px;
}

.two-column.reverse {
    flex-direction: column-reverse;
}

.two-column.reverse-mobile {
    flex-direction: column-reverse;
}

.img-gallery {
    display: flex;
    justify-content: center;
    margin: 20px 0 !important;
    padding: 0 !important;
}

.img-gallery-container {
    display: flex;
    flex-direction: column;
    max-width: 50%;
    overflow: visible;
}

.img-gallery-container:first-of-type {
    margin-top: 3em;
}

.img-gallery-container:nth-of-type(2n) {
    flex-flow: column wrap;
    flex-grow: 1;
}


.img-gallery-container:first-of-type img {
    width: 10em;
    height: 10em;
}

.img-gallery-container img {
    margin: 8px !important;
    padding: 0;
    border-radius: 8px;
    max-height: 15em;
    max-width: 15em;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 3px solid #d30000;
    max-width: 200px;
    margin-left: 0;
}

@media screen and (min-width: 768px) {
    .section {
    padding: 60px 20px;
}
    img.page-seperator {
        height: 40px;
        top: -40px;
    }
    .two-column {
    flex-direction: row;
}
.two-column.reverse, .two-column.reverse-mobile {
    flex-direction: row-reverse;
}
.two-column.reverse-desktop {
    flex-direction: row-reverse;
}
.two-column > * {
    margin: 0 60px;
}
}