@font-face {
    font-family: 'Basis Grotesque Pro';
    src: url('/wp-content/themes/gochildren/fonts/basis-grotesque-pro-regular/basisgrotesquepro-regular-webfont.eot');
    src: url('/wp-content/themes/gochildren/fonts/basis-grotesque-pro-regular/basisgrotesquepro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/wp-content/themes/gochildren/fonts/basis-grotesque-pro-regular/basisgrotesquepro-regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Basis Grotesque Pro Medium';
    src: url('/wp-content/themes/gochildren/fonts/basis-grotesque-pro-medium/subset-BasisGrotesquePro-Medium.woff2') format('woff2'),
        url('/wp-content/themes/gochildren/fonts/basis-grotesque-pro-medium/subset-BasisGrotesquePro-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'PP Eiko Thin';
    src: url('/wp-content/themes/gochildren/fonts/ppeiko-thin/ppeiko-thin-webfont.woff2') format('woff2'),
         url('/wp-content/themes/gochildren/fonts/ppeiko-thin/ppeiko-thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body, html{
    color: #000000;
    margin: 0;
    padding:0;
    min-height: 100%;
    height: 100%;
    font-family: 'PP Eiko Thin', sans-serif;
    font-size: 36px;
    line-height: 40px;
    background-color: #ffffff;
}

a:link,
a:visited{
    color: black;
    text-decoration: none;
}
a:hover,
a:active{
    color: #F9DC4B;
}

.container{
    display: flex;
    justify-content: center;
    padding: 70px 20px;
    flex-direction: column;
    width: 100%;
    align-items: center;
    box-sizing: border-box;
    min-height: 100%;
}

.subtitle{
    font-size: 11px;
    line-height: 12px;
    font-family: 'Basis Grotesque Pro';
    margin-top: 14px;
}

.helping{
    max-width: 420px;
    margin-top: 107px;
    text-align: center;
}

a.look:link,
a.look:visited{
    max-width: 420px;
    display: block;
    text-align: center;
    padding: 27px 70px 25px;
    font-family: 'Basis Grotesque Pro Medium', sans-serif;
    font-size: 9px;
    text-transform: uppercase;
    line-height: 11px;
    letter-spacing: 1.8px;
    text-decoration: none;
    color: #000;
    box-sizing: border-box;
    margin-top: 107px;
    border: 1px solid black;
}

a.look:hover,
a.look:active{
    border: 1px solid #F9DC4B;
    color: #F9DC4B;
}

.contact{
    margin-top: 120px;
}

.social{
    margin-top: 50px;
}

.social a:link,
.social a:visited{
    font-family: 'Basis Grotesque Pro Medium', sans-serif;
    font-size: 9px;
    text-transform: uppercase;
    line-height: 11px;
    letter-spacing: 1.8px;
    padding: 0 15px;
}
  