html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    height:100%
}

a {
    background-color: transparent;
    text-decoration:underline
}

a:active, a:hover {
    outline:0
}

h1 {
    margin:.67em 0
}

img {
    border: 0;
    max-width: 100%;
    vertical-align: middle;
    display:inline-block
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing:border-box
}

body {
    margin: 0;
    min-height: 100%;
    background-color: #fff;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color:#333
}

.inline-block {
    max-width: 100%;
    display:inline-block
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    margin-bottom:10px
}

.container {
    margin-left: auto;
    margin-right: auto;
    max-width:940px
}

.container:after, .container:before {
    content: " ";
    display: table;
    grid-column-start: 1;
    grid-row-start: 1;
    grid-column-end: 2;
    grid-row-end:2
}

.container:after {
    clear:both
}

h1 {
    margin-top: 0;
    margin-bottom: 0;
    font-family: 'Heading Pro Ultrawide', sans-serif;
    color: #000;
    font-size: 28px;
    line-height: 44px;
    font-weight: 900;
    text-align: center;
    letter-spacing: .2px;
    text-transform:uppercase
}

h2 {
    margin-top: 0;
    margin-bottom: 30px;
    font-family: 'Heading Pro Ultrawide', sans-serif;
    color: #000;
    font-size: 16px;
    line-height: 36px;
    font-weight: 800;
    text-align: center;
    letter-spacing: -.2px;
    text-transform:uppercase
}

.body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    background-color:#fdfdfd
}

.logos {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 50px;
    margin-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items:center
}

.linkedin {
    width:40px
}

.oddity {
    height:36px
}

.divider {
    width: 1px;
    height: 100%;
    margin-right: 20px;
    margin-left: 18px;
    background-color:rgba(0, 0, 0, .1)
}

@media screen and (max-width: 479px) {
    h1 {
        margin-bottom: -10px;
        font-size: 22px;
        letter-spacing:.8px
    }

    h2 {
        margin-bottom: 15px;
        font-size:13px
    }

    .body {
        height:auto
    }

    .linkedin {
        width:30px
    }

    .oddity {
        height: 28px
    }
}

@font-face {
    font-family: 'Heading Pro Ultrawide';
    src: url('../fonts/HeadingProUltraWide-Bold.woff2') format('woff2'),
        url('../fonts/HeadingProUltraWide-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Heading Pro Ultrawide';
    src: url('../fonts/HeadingProUltraWide-ExtraBold.woff2') format('woff2'),
        url('../fonts/HeadingProUltraWide-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Heading Pro Ultrawide';
    src: url('../fonts/HeadingProUltraWide-Heavy.woff2') format('woff2'),
        url('../fonts/HeadingProUltraWide-Heavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
