@font-face {
    font-family: GalanoGrotesque;
    src: url(GalanoGrotesque-Regular.woff2), url(GalanoGrotesque-Regular.woff);
    font-style: normal;
    font-weight: 400
}

@font-face {
    font-family: TiemposHeadline;
    src: url(TiemposHeadlineWeb-Regular.woff2), url(TiemposHeadlineWeb-Regular.woff);
    font-style: normal;
    font-weight: 400
}

a {
    text-decoration: none;
    color: #fc5047
}

a:hover {
    color: #bd3c35
}

body {
    background-color: #1c1717;
    color: #212529;
    text-size-adjust: none;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
    text-align: left;
}

.header {
    background: #f9f8f7;
    border: 0;
    box-shadow: none;
    display: flex;
    height: 100px;
    position: relative;
    width: 100%;
    z-index: 1000;
}

.header a {
    color: #000
}

.header a:hover {
    color: #000
}

.header-nav {
    align-items: center;
    display: flex;
    width: 100%;
}

.header-nav-logo {
    display: flex;
    text-decoration: none;
    margin: 0 20px;
    padding: 0;
}

.header-nav-logo img {
    align-self: center;
    height: 28px;
    display: inline-block;
    vertical-align: middle;
}

.header-nav-logo:after {
    border-left: 2px solid #211f1f;
    content: "Prebid Server";
    font-family: GalanoGrotesque, sans-serif;
    font-size: 22px;
    margin-left: 27px;
    padding-left: 27px;
}

.content {
    background-color: #FFF;
    font-family: GalanoGrotesque, sans-serif;
    font-size: 24px;
    line-height: 32px;
    padding: 175px 0;
}

.hero {
    margin: 0 auto;
}

.hero-heading {
    font: 400 52px/52px TiemposHeadline, sans-serif;
    margin: 0 0 10px;
    margin-block-end: 0;
    margin-block-start: 0;
    margin-inline-end: 0;
    margin-inline-start: 0;
    padding: 0;
    padding-inline-start: 0;
}

.hero hr {
    margin: 22px 0;
    width: 105px;
    background-color: #fc5047;
    border: none;
    height: 4px;
    text-align: left;
}

.footer {
    height: auto;
    background-color: #1c1717;
    color: #f4f2f2;
    font-family: GalanoGrotesque, sans-serif;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    text-align: initial;
    align-items: center;
    border-top: 1px solid #d8d9da;
    display: flex;
    flex-shrink: 0;
    width: 100%;
    justify-content: center;
}

.footer a {
    color: #f4f2f2;
}

.footer a:hover {
    color: #f4f2f2
}

.footer-container {
    margin: 0 20px;
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 39px;
}

.footer-links ul {
    display: flex;
    flex-direction: column;
    list-style: none inside none;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.footer-links ul:first-child {
    margin-right: 140px;
}

.footer-links ul:nth-child(2) {
    padding-top: 10px;
}

.footer-links ul li {
    padding-top: 0;
    display: inline-block;
    position: relative;
}

.footer-links ul li a {
    box-sizing: border-box;
    position: relative;
}

.footer-links ul li:before {
    box-sizing: inherit;
}

.footer-links ul li:after {
    box-sizing: inherit;
}

.footer-links ul li+li {
    margin-left: 0;
    padding: 3px 0 0;
}

.footer-logo-lg {
    align-self: center;
    margin-left: auto;
    width: 120px;
}

.footer-logo-sm {
    height: 31px;
    margin-top: 30px;
    display: inline-block;
    vertical-align: middle;
    border: 0;
    max-width: 100%;
}

.footer-social {
    display: flex;
    flex-flow: row;
    width: 100%;
}

.footer-social:before {
    box-sizing: inherit;
}

.footer-social:after {
    box-sizing: inherit;
}

.social {
    display: block;
    font-size: 0;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    margin-right: 15px;
}

.social-twitter {
    background-image: url(logo-twitter.svg);
}

.social-facebook {
    background-image: url(logo-facebook.svg);
}

.social-linkedin {
    background-image: url(logo-linkedin.svg);
}

.social-instagram {
    background-image: url(logo-instagram.svg);
}

.social-youtube {
    background-image: url(logo-youtube.svg);
}

.footer-copyright {
    padding-top: 29px;
}

@media (max-width: 767.99px) {
    .hero {
        margin: 0 20px;
    }
}

@media (min-width: 768px) and (max-width: 991.9px) {
    .hero {
        margin: 0 80px;
    }
}

@media (max-width: 991.99px) {
    .header{
        height: 60px;
        position: sticky;
        top: 0;
    }
    .header-nav-logo img {
        height: 16px;
    }
    .header-nav-logo:after {
        font-size: 14px;
        line-height: 17px;
        margin-left: 10px;
        padding-left: 10px;
    }
    .hero hr {
        margin: 10px 0;
        width: 78px;
    }
    .hero-heading {
        font-size: 28px;
    }
    .content {
        font-size: 18px;
        padding: 50px 0;
    }
    .footer {
        bottom: auto;
        height: auto;
        padding: 30px 0;
        position: static;
    }
    .footer-links ul {
        display: flex;
        flex-direction: column;
    }
    .footer-logo-lg {
        display: none!important;
    }    
    .footer-links ul li+li {
        line-height: 1.2;
        padding: 5px 0 0;
        margin-top: 8px;
    }
}

@media (min-width: 992px) {
    .hero {
        width: 900px;
    }
    .footer {
        height: 476px;
    }
    .footer-container {
        margin: 0 118px;
    }
    .footer-links {
        display: flex;
        flex-wrap: nowrap;
    }
    .footer-links ul:nth-child(2) {
        padding-top: 0;
    }
    .footer-logo-lg {
        display: block!important;
    }
    .footer-logo-sm {
        display: none!important;
    }
    .footer-links ul li+li {
        padding: 3px 0 0;
    }
}