@font-face {
    font-family: 'ProximaNova';
    src: url('../fonts/proxima/2EE009_5_0.eot');
    src: url('../fonts/proxima/2EE009_5_0.eot?#iefix') format('embedded-opentype'),
    url('../fonts/proxima/2EE009_5_0.woff2') format('woff2'),
    url('../fonts/proxima/2EE009_5_0.woff') format('woff'),
    url('../fonts/proxima/2EE009_5_0.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'ProximaNova';
    src: url('../fonts/proxima/2EE009_4_0.eot');
    src: url('../fonts/proxima/2EE009_4_0.eot?#iefix') format('embedded-opentype'),
    url('../fonts/proxima/2EE009_4_0.woff2') format('woff2'),
    url('../fonts/proxima/2EE009_4_0.woff') format('woff'),
    url('../fonts/proxima/2EE009_4_0.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

* {
    box-sizing: border-box;
}

html,
body {
    height: 100%;
}

body {
    min-width: 320px;
    font-family: 'ProximaNova';
}

.logo {
    display: block;
    margin: 0 auto 80px;
    width: 100%;
    max-width: 250px;
}

.page-main {
    padding: 30px;
    min-height: 100%;

    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;

    -webkit-align-items: center;
    align-items: center;

    -webkit-justify-content: center;
    justify-content: center;
}

.content p {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    margin: 0 0 60px;
}

.content p a {
    color: inherit;
    text-decoration: none;
}

.content p a:hover {
    text-decoration: underline;
}

.social-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
    margin: 0;
}

.social-links li {
    margin: 0 10px;
}

.social-links img {
    display: block;
}

@media screen and (max-width: 767px) {
    .logo {
        margin-bottom: 60px;
        max-width: 175px;
    }

    .content p {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 40px;
    }

    .social-links img {
        max-width: 30px;
    }
}
