html {
    height: 100%;
}


@media (min-width: 1200px) {
    html {
        background-size: auto;
    }
}

body {
    position: relative;
    font-family: 'Changa', sans-serif;
    color: #000100;
    width: 100%;
    /*max-width: 1434px;*/
    /*height: 100vh;*/
    margin: 0 auto;
    /*padding: 0 1rem;*/

    display: flex;
    min-height: 100%;
    height: 100%;
    flex-direction: column;

}

header {
    padding-top: 2rem;
}

main {
    /*height: 100%;*/
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-around;
    margin: 0 auto;
    max-width: 1434px;
    position: relative;
    flex: 1 0 auto;
}

main > * {
    margin: 2rem 0;
}

@media (min-width: 1200px) {
    main {
        width: 100%;
        display: flex;
        align-items: center;
        flex-direction: row;
        justify-content: space-between;
    }
}

h1 {
    color: #254292;
    font-size: 18px;
    font-weight: 700;
}

@media (min-width: 1200px) {
    h1 {
        font-size: 21px;
    }
}

.text {
    max-width: 280px;
    color: #254292;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: -0.923077px;
    line-height: 52px;
    text-align: center;
}

@media (min-width: 1200px) {
    .text {
        max-width: 625px;
        font-size: 60px;
        letter-spacing: -1.230769px;
        line-height: 68px;
        text-align: left;
        padding: 0 1rem;
    }
}

.text > span {
    color: #f4a300;
    display: inline-block;
}

a {
    opacity: .9;
    color: white;
}

a:hover {
    opacity: 1;
}

.logo {
    width: 55%;
}

@media (min-width: 1200px) {
    .logo {
        width: 521px;
        padding: 0 1rem;
    }
}

.docs {
    width: 100%;
}

@media (min-width: 1200px) {
    .docs {
        max-width: 800px;
        position: absolute;
        bottom: 0;
    }
}

.footer {
    /*position: fixed;*/
    width: 100%;
    left: 0;
    bottom: 0;
    background-color: #e0edfe;
    flex-shrink: 0;
}

.footer-top {
    display: flex;
    background-color: #e0edfe;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.5rem;
    margin: 0 auto;
}

@media (min-width: 1200px) {
    .footer-top {
        justify-content: flex-start;
        max-width: 1434px;
    }
}

.footer-top-text {
    color: #254292;
}

.footer-top-logo {
    display: flex;
}

.footer-top-logo > img {
    width: 74px;
}

@media (min-width: 1200px) {
    .footer-top-logo {
        width: 153px;
    }

    .footer-top-logo > img {
        width: 153px;
    }
}

.footer-top-text.desktop {
    display: none;
}

@media (min-width: 1200px) {
    .footer-top-text.desktop {
        display: block;
        width: 100%;
        font-weight: 600;
        font-size: 18px;
        text-align: center;
        margin-left: -153px;
    }
}

.footer-top-text.mobile {
    display: flex;
    flex-direction: column;
    font-size: 10px;
    font-weight: 600;
    line-height: 14px;
    text-align: center;
}

.footer-top-text.mobile > p {
    color: #254292 !important;
    text-decoration: unset !important;
    margin: 0;
}

.footer-top-text.mobile:last-child {
    text-align: left;
    align-self: flex-start;
}

@media (min-width: 1200px) {
    .footer-top-text.mobile {
        display: none;
    }
}

.footer-bottom {
    background-color: #254292;
    padding: 0 .5rem;
}

@media (min-width: 1200px) {
    .footer-bottom {
        padding: 0 2.5rem;
    }
}

.footer-bottom-items {
    margin: 0 auto;
    padding: .5rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;

}

@media (min-width: 1200px) {
    .footer-bottom-items {
        padding: 1.5rem;
        max-width: 1434px;
        justify-content: space-between;
    }
}

.footer-bottom-items > div {
    color: #fff;
    font-size: 8px;
    font-weight: 400;
    text-align: center;
    margin: 0 .5rem;
}

@media (min-width: 1200px) {
    .footer-bottom-items > div {
        color: #fff;
        font-size: 14px;
        font-weight: 400;
        line-height: 30px;
    }
}
