body {
    color: #000;
    font-family: "Lato", sans-serif;
}

.black {
    font-weight: 900;
}

.light {
    font-weight: 300;
}

.page-black {
    background: #000;
}

.page-grey {
    background: #f0f0f0;
}

.page-white {
    background: #fff;
}

.page-header {
    padding: 80px 0;
}

.page-header span {
    display: inline-block;
}

.page-header img {
    width: 80%;
}

.page-slogan {
    color: #fff;
    font-size: 45px;
    font-weight: 300;
    letter-spacing: 5px;
    text-transform: uppercase;
}

.video {
    background-image: linear-gradient(#000 50%, #f0f0f0 50%);
    padding-top: 40px;
}

.video-container {
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    max-width: 1000px;
}

.video-container::after {
    padding-top: 56.25%;
    display: block;
    content: '';
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.main-content {
    padding-top: 100px;
}

.offer-item {
    margin-bottom: 70px;
}

.offer-item img {
    margin-bottom: 20px;
}

.marathon-logo {
    margin-bottom: 80px;
}

.page-title, .page-sub-title {
    font-size: 35px;
    margin-bottom: 0;
}

.page-sub-title {
    margin-bottom: 30px;
}

.checklist {
    font-size: 18px;
    line-height: 48px;
}

.checklist + .checklist {
    margin-top: 70px;
}

.checklist a {
    color: #000;
    text-decoration: none;
}

.checklist p {
    line-height: 30px;
    margin-bottom: 19px;
    position: relative;
    padding-left: 40px;
}

.checklist p:before {
    content: "\f00c";
    color: #9b2220;
    font-family: "FontAwesome", sans-serif;
    position: absolute;
    left: 0;
}

.about-me {
    margin: 80px 0;
}

.about-me .page-title {
    margin-bottom: 10px;
}

.about-me .page-sub-title {
    font-size: 22px;
}

.about-me .red-divider {
    margin: 30px 0 50px 0;
}

.about-me img {
    margin-left: 15px;
}

.about-me-elem {
    font-size: 18px;
    line-height: 35px;
}

.about-me-mb {
    margin-bottom: 50px;
}

.red-divider {
    background: #9b2220;
    height: 5px;
    width: 100%;
}

.opinions {
    margin-bottom: 80px;
}

.opinions .page-title {
    margin-bottom: 0;
}

.opinions .red-divider {
    margin: 50px 0 70px 0;
}

.opinions img {
    margin-bottom: 25px;
}

.interested {
    font-size: 35px;
    padding: 60px 0;
}

.video .btn, .interested .btn, .offer-item .btn {
    background: #9b2220;
    border: none;
    border-radius: 0;
    font-size: 17px;
    padding: 15px 60px;
}

.video .btn {
    margin-top: 30px;
}

.offer-item .btn {
    padding: 15px;
}

.interested .btn {
    margin-left: 15px;
}

.page-footer {
    padding: 70px 0 50px 0;
}

.page-footer h2 {
    font-size: 35px;
    margin-bottom: 25px;
}

.page-footer, .page-footer a {
    color: #fff;
}

.page-footer a {
    text-decoration: none;
}

.contact {
    margin-bottom: 50px;
}

.contact a {
    font-size: 25px;
}

.contact a + a {
    margin-left: 30px;
}

.social-media a {
    font-size: 15px;
    margin: 0 15px 20px 15px;
}

.social-media a img {
    margin-bottom: 15px;
}

@media (max-width: 576px) {
    .page-slogan {
        font-size: 20px;
    }

    .about-me img {
        margin-bottom: 20px;
    }

    .about-me-elem {
        line-height: 30px;
    }

    .interested {
        font-size: 25px;
    }

    .page-footer h2 {
        font-size: 25px;
    }

    .contact a {
        font-size: 20px;
        display: block;
    }

    .contact a + a {
        margin: 0;
    }
}
