body {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 24px;
}

h1 {
    font-size: 40px;
    line-height: 40px;
    font-weight: 600;
}
h2 {
    font-size: 24px;
    line-height: 34px;
}
@media (min-width: 768px) {
    h1 {
        font-size: 50px;
        line-height: 50px;
    }
    h2 {
        font-size: 28px;
        line-height: 39px;
    }
}
@media (min-width: 1200px) {
    h1 {
        font-size: 60px;
        line-height: 60px;
    }
    h2 {
        font-size: 32px;
        line-height: 42px;
    }
}

img {
    max-width: 100%;
    height: auto;
}

/* Colors */
a {
    color: #BB4B28;
    text-decoration: none;
}
.btn {
    background-color: #6B6B6B;
    color: #fff;
}
.btn:hover,
.btn:focus {
    background-color: #5a5858;
}
.btn-primary {
    background-color: #4272c5;
}
.btn-primary:hover,
.btn-primary:focus {
    background-color: #2f5dad;
}
.header {
    border-bottom: 7px solid #4272c5;
}
.hero h1:after {
    background: #4272c5;
}
.welcome,
.text,
.footer {
    background: #EDF0F1;
}
.welcome__inner .intro {
    color: #4272c5;
}
.footer__bottom {
    background: #4272c5;
}

.btn {
    display: inline-block;
    padding: 10px 12px;
}
.btn svg {
    float: left;
    margin-right: 10px;
    margin-top: 4px;
}
.btn-primary svg {
    margin-top: 2px;
}
.btn-sync svg {
    margin-top: 0;
}
@media (max-width: 767px) {
    .btn-header {
        padding: 12px;
    }
    .btn-header svg {
        float: none;
        display: block;
        height: 18px;
        width: 18px;
        margin: 0;
    }
    .btn-header span {
        display: none;
    }
}

.header {
    padding: 12px 0;
}
.header-buttons a {
    float: right;
    margin-left: 10px;
}
.header-buttons:after {
    content: '';
    display: table;
    clear: both; 
}
@media (min-width: 768px) {
    .header-buttons a {
        margin-left: 20px;
    }
}

.hero {
    position: relative;
    background-image: url(images/Header.png);
    background-size: cover;
    background-position: center;
    padding: 80px 0 160px;
}
.hero:before {
    content: '';
    display: block;
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
    background: linear-gradient(to right, rgba(0,0,0,0.75),rgba(0,0,0,0));
}
.hero h1 {
    position: relative;
    color: #fff;
    display: block;
    padding-left: 40px;
    max-width: 320px;
}
.hero h1:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 30px;
    width: 7px;
}
@media (min-width: 768px) {
    .hero h1 {
        max-width: 590px;
        padding-left: 90px;
    }
    .hero h1:after {
        height: 43px;
        width: 10px;
    }
}

.welcome {
    position: relative;
}
.welcome__inner {
    margin-top: -80px;
    padding: 80px 30px;
    background: #fff;
}
.welcome__inner .intro {
    font-weight: 600;
}
.welcome__inner h2 {
    margin: 25px 0 55px;
}
.welcome__inner p:not(:last-of-type) {
    margin-bottom: 25px;
}
.welcome__inner img {
    margin: 50px 0;
}
.welcome__inner a:first-of-type {
    margin-bottom: 15px;
    margin-right: 15px;
}
@media (min-width: 768px) {
    .welcome__inner {
        padding: 80px 50px;
    }
    .welcome__left {
        padding-right: 20px;
    }
}
@media (min-width: 992px) {
    .welcome__inner {
        padding: 80px 75px;
    }
}
@media (min-width: 1200px) {
    .welcome__inner {
        padding: 80px 100px;
    }
}

.text {
    padding-top: 40px;
    padding-bottom: 80px;
    margin-bottom: 160px;
}
.text__inner {
    background: #fff;
    padding: 80px 30px;
}
.article h2 {
    margin: 40px 0 30px;
}
.article p {
    margin-bottom: 20px;
}
.article:first-of-type {
    margin-bottom: 80px;
}
@media (min-width: 768px) {
    .text__inner {
        padding: 80px 50px;
    }
}
@media (min-width: 992px) {
    .article h2 {
        margin: 20px 0 30px;
    }
    .text__inner {
        padding: 80px 75px;
    }
}
@media (min-width: 1200px) {
    .article h2 {
        margin: 40px 0 30px;
    }
    .text__inner {
        padding: 80px 100px;
    }
}

.footer__inner {
    padding: 80px 0 100px;
}
.footer__left p {
    margin: 30px 0 40px;
}
.footer__right {
    margin-top: 80px;
}
.footer__right span {
    display: block;
    font-weight: 200;
}
.footer__bottom {
    color: #fff;
    border-top: 7px solid #fff;
    text-align: center;
}
.footer__bottom p {
    padding: 20px 0;
    font-weight: 200;
}
@media (min-width: 768px) {
    .footer__left a:first-of-type {
        margin-bottom: 15px;
    }
    .footer__right {
        margin-top: 64px;
        text-align: right;
    }
    .footer__right p {
        text-align: left;
        max-width: 250px;
        margin-left: auto;
    }
}
@media (min-width: 992px) {
    .footer__left a:first-of-type {
        margin: 0 15px 0 0;
    }
    .footer__right {
        margin-top: 69px;
    }
}
@media (min-width: 1200px) {
    .footer__right {
        margin-top: 72px;
    }
}