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

::-moz-selection {
    background: #ffc0a7;
}

::selection {
    background: #ffc0a7;
}

html,
body {
    height: 100%;
    scroll-behavior: smooth;
}

html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 2;
    color: #232323;
    background-color: #ffffff;
    overflow-x: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    padding: 0;
    margin: 0;
}

a,
a:visited,
a:active,
a:hover,
a:focus {
    color: #0077b7;
    outline: none;
    text-decoration: none;
}

.content {
    padding: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 768px) {
    .content {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .content {
        width: 870px;
    }
}

@media (min-width: 1200px) {
    .content {
        width: 1070px;
    }
}

.header,
.footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -7px;
    margin-left: -7px;
}

.header>.header-intro,
.header>.header-social {
    position: relative;
    min-height: 100%;
    padding-right: 7px;
    padding-left: 7px;
    margin-bottom: 14px;
}

.header>.header-intro h1 {
    font-weight: 500;
}

.header>.header-intro h2 {
    font-weight: 300;
}

.header>.header-intro h3 {
    font-weight: 400;
}

.header>.header-social {
    text-align: right;
    min-height: 42px;
    margin-top: 24px;
}

.header>.header-social a {
    padding: 5px;
    margin: 0;
    text-decoration: none;
    outline: none;
    display: inline-block;
    cursor: pointer;
}

.header>.header-social img {
    height: 32px;
}

@media (min-width: 768px) {
    .header>.header-intro {
        width: 70%;
    }

    .header>.header-social {
        width: 30%;
    }
}

.footer>.footer-info {
    position: relative;
    width: 100%;
    min-height: 100%;
    padding-right: 7px;
    padding-left: 7px;
    margin-top: 48px;
    margin-bottom: 14px;
}

.footer>.footer-info h3 {
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 5px;
}

.footer>.footer-social {
    display: none;
    position: relative;
    height: 100%;
    margin-bottom: 14px;
    text-align: left;
    min-height: 42px;
}

.footer>.footer-social a {
    padding: 5px;
    margin: 0;
    text-decoration: none;
    outline: none;
    display: inline-block;
    cursor: pointer;
}

.footer>.footer-social img {
    height: 32px;
}

.header-social,
.footer-social {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media (max-width: 768px) {
    .header>.header-social {
        display: none;
    }

    .footer>.footer-social {
        display: block;
    }

    .footer>.footer-info {
        margin-top: 18px;
    }
}