h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-top: 0;
    margin-bottom: 0;
    font-family: "Ubuntu", Helvetica, Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #333;
}

p {
    margin: 0 0 17px;
}

h1,
.h1 {
    font-size: 32px;
    line-height: 1;
}

h2,
.h2 {
    font-size: 26px;
    line-height: 1.2;
}

h3,
.h3, .smallh1 {
    font-size: 22px;
    line-height: 1.2;
}

h4,
.h4 {
    font-size: 20px;
    line-height: 1.2;
}

h5,
.h5 {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 500;
}

h6,
.h6 {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
}

*+h2,
*+.h2 {
    margin-top: 0;
}

*+h3,
*+.h3, .smallh1 {
    margin-top: 0;
}

*+h6,
*+.h6 {
    margin-top: 30px;
}

h6+*,
.h6+* {
    margin-top: 20px;
}

*+.small {
    margin-top: 15px;
}

h1+h3,
.h1+h3,
h1+.h3,
.h1+.h3 {
    margin-top: 20px;
}

*+p {
    margin-top: 18px;
}

h1>span, h2>span, h3>span, h4>span, h5>span, h6>span, .h1>span, .h2>span, .h3>span, .h4>span, .h5>span, .h6>span {
    display: inline-block;
    margin-right: .25em;
}

@media (min-width: 768px) {

    h1,
    .h1 {
        font-size: 56px;
    }

    h2,
    .h2 {
        font-size: 54px;
    }

    h3,
    .h3, .smallh1 {
        font-size: 36px;
    }

    h5,
    .h5 {
        line-height: 1.25;
        font-size: 32px;
    }

    h6,
    .h6 {
        font-size: 20px;
        line-height: 1.27273;
    }

    *+h2,
    *+.h2 {
        margin-top: 3px;
    }

    *+h3,
    *+.h3, .smallh1 {
        margin-top: 3px;
    }
}

@media (min-width: 992px) {

    h1,
    .h1 {
        font-size: 76px;
    }

    h2,
    .h2 {
        font-size: 72px;
    }

    h3,
    .h3, .smallh1 {
        font-size: 38px;
        line-height: 1.08696;
    }

    h4,
    .h4 {
        font-size: 36px;
        line-height: 1.25;
    }

    *+h2,
    *+.h2 {
        margin-top: 10px;
    }

    *+h3,
    *+.h3, .smallh1 {
        margin-top: 10px;
    }

    *+.small {
        margin-top: 28px;
    }

    h1+h3,
    .h1+h3,
    h1+.h3,
    .h1+.h3 {
        margin-top: 34px;
    }

    *+p {
        margin-top: 35px;
    }
}

@media (min-width: 1200px) {

    h1,
    .h1 {
        line-height: 1.14583;
        font-size: 96px;
    }

    h2,
    .h2 {
        line-height: 1.125;
        font-size: 80px;
    }

    h3,
    .h3, .smallh1 {
        font-size: 46px;
    }

    h4,
    .h4 {
        font-size: 40px;
    }

    h6,
    .h6 {
        font-size: 22px;
    }

    *+h6,
    *+.h6 {
        margin-top: 45px;
    }
}

@media (min-width: 1800px) {

    *+h2,
    *+.h2 {
        margin-top: 30px;
    }

    *+h3,
    *+.h3, .smallh1 {
        margin-top: 20px;
    }
}