body {
    background: #f2f4f5 url(/public/root/img/bg.jpg) no-repeat top center;
}

.header h1 {
    color: #2c3c4e;
    font-size: 40px;
    line-height: 42px;
    font-weight: 300;
}

.wrapper { width: 1024px; margin: 0 auto; padding-left: 20px; padding-right: 20px; }

@media screen and (max-width: 1100px) {
    .wrapper { width: 100%; max-width: 95%; }
}

section {
    width: 100%;
    padding: 50px 0;
}

#text-slide {
    background: url("/public/root/img/back_opacity.png") no-repeat center;
    background-size: cover;
}

#text-slide .owl-carousel {
    width: 80%;
    /*font-size: 1.5rem;*/
    text-align: center;
}

.twitterGif img {
    max-width: 500px;
    width: 100%;
}

.createButton {
    background: #f86433 url(/public/images/svg/pencil-white.svg) no-repeat right 10px center;
    background-size: 30px;
    border-radius: 4px;
    color: #fff !important;
    text-decoration: none !important;
    cursor: pointer;
    font-size: 150%;
    display: flex;
    padding-left: 13px;
    height: 55px;
    padding-right: 51px;
    align-items: center;
    margin-top: 40px;
}
.sectionLabel {
    color: #2b3c4f;
    font-size: 2.5rem;
    line-height: 50px;
    font-weight: 300;
    width: 100%;
    text-align: left;
    margin-bottom: 60px;
}

@media screen and (max-width: 1024px) {
    body {
        font-size: 14px;
    }

    section {
        height: auto !important;
        padding: 30px 0;
    }

    .wrapper {
        width: 100%;
        max-width: 95%;
    }
}

@media screen and (max-width: 768px) {
    .header h1 {
        padding-left: 0;
    }
}

@media screen and (max-width: 650px) {
    body {
        font-size: 12px;
    }

    .createButton {
        height: 35px;
        background-size: 18px;
        font-size: 120%;
        margin-top: 10px;
    }

    .sectionLabel {
        font-size: 1.5rem;
        margin-bottom: 20px;
    }

    section {
        height: auto;
        padding: 20px 0;
    }

    .wrapper {
        width: 100%;
        max-width: 90%;
    }

    #text-slide .owl-carousel {
        margin: 0px auto;
        font-size: 1.2rem !important;
    }
}

@media screen and (max-width: 470px) {
    .header h1 {
        width: 300px;
    }
}
