﻿.text-center {
    text-align: center;
}

.mycontain section {
    padding: 100px 0;
}

html, body {
    overflow-x: hidden;
}

/*body {*/
/*  font-family: "Roboto";*/
/*  font-size: 17px;*/
/*  font-weight: 400;*/
/*  background-color: #eee;*/
/*}*/

.mycontain h1 {
    font-size: 200%;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 400;
}

.mycontain header {
    background: var(--dtk-blue);
    color: #FFFFFF;
    padding: 25px 0;
}

    .mycontain header p {
        font-family: "Allura";
        color: rgba(255, 255, 255, 0.2);
        margin-bottom: 0;
        font-size: 60px;
        margin-top: -30px;
    }

.mycontain .timeline {
    position: relative;
}

    .mycontain .timeline::before {
        content: "";
        background: #C5CAE9;
        width: 5px;
        height: 95%;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }

.mycontain .timeline-item {
    width: 100%;
    margin-bottom: 70px;
}

    .mycontain .timeline-item:nth-child(even) .timeline-content {
        float: right;
        padding: 40px 30px 10px 30px;
    }

        .mycontain .timeline-item:nth-child(even) .timeline-content .date {
            right: auto;
            left: 0;
        }

        .mycontain .timeline-item:nth-child(even) .timeline-content::after {
            content: "";
            position: absolute;
            border-style: solid;
            width: 0;
            height: 0;
            top: 30px;
            left: -15px;
            border-width: 10px 15px 10px 0;
            border-color: transparent #f5f5f5 transparent transparent;
        }

    .mycontain .timeline-item::after {
        content: "";
        display: block;
        clear: both;
    }

.mycontain .timeline-content {
    position: relative;
    width: 45%;
    padding: 10px 30px;
    border-radius: 4px;
    background: #f5f5f5;
    box-shadow: 0 20px 25px -15px rgba(0, 0, 0, 0.3);
}

    .mycontain .timeline-content::after {
        content: "";
        position: absolute;
        border-style: solid;
        width: 0;
        height: 0;
        top: 30px;
        right: -15px;
        border-width: 10px 0 10px 15px;
        border-color: transparent transparent transparent #f5f5f5;
    }

.mycontain .timeline-img {
    width: 30px;
    height: 30px;
    background: #F4BC16;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    margin-top: 25px;
    margin-left: -15px;
}

.mycontain a {
    background: #F4BC16;
    color: #FFFFFF;
    padding: 8px 20px;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 20px;
    margin-top: 10px;
    display: inline-block;
    border-radius: 2px;
    box-shadow: 0 1px 3px -1px rgba(0, 0, 0, 0.6);
}

    .mycontain a:hover, .mycontain a:active, .mycontain a:focus {
        background: #32408f;
        color: #FFFFFF;
        text-decoration: none;
    }

.mycontain .timeline-card {
    padding: 0 !important;
}

    .mycontain .timeline-card p {
        padding: 0 20px;
    }

    .mycontain .timeline-card a {
        margin-left: 20px;
    }

.mycontain .timeline-item .timeline-img-header {
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4)), url("../../images/timeline/dirt.jpg") center center no-repeat;
    background-size: cover;
}

.mycontain .timeline-img-header {
    height: 200px;
    position: relative;
    margin-bottom: 20px;
}

    .mycontain .timeline-img-header h2 {
        color: #FFFFFF;
        position: absolute;
        bottom: 5px;
        left: 20px;
    }

.mycontain .timeline-item .timeline-img-header2 {
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4)), url("../../images/timeline/money.jpg") center center no-repeat;
    background-size: cover;
}

.mycontain .timeline-img-header2 {
    height: 200px;
    position: relative;
    margin-bottom: 20px;
}

    .mycontain .timeline-img-header2 h2 {
        color: #FFFFFF;
        position: absolute;
        bottom: 5px;
        left: 20px;
    }

.mycontain .timeline-item .timeline-img-header3 {
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4)), url("../../images/timeline/bank.jpg") center center no-repeat;
    background-size: cover;
}

.mycontain .timeline-img-header3 {
    height: 200px;
    position: relative;
    margin-bottom: 20px;
}

    .mycontain .timeline-img-header3 h2 {
        color: #FFFFFF;
        position: absolute;
        bottom: 5px;
        left: 20px;
    }

.mycontain .timeline-item .timeline-img-header4 {
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4)), url("../../images/timeline/designdevelopment.jpg") center center no-repeat;
    background-size: cover;
}

.mycontain .timeline-img-header4 {
    height: 200px;
    position: relative;
    margin-bottom: 20px;
}

    .mycontain .timeline-img-header4 h2 {
        color: #FFFFFF;
        position: absolute;
        bottom: 5px;
        left: 20px;
    }

.mycontain .timeline-item .timeline-img-header5 {
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4)), url("../../images/timeline/building_permit.jpg") center center no-repeat;
    background-size: cover;
}

.mycontain .timeline-img-header5 {
    height: 200px;
    position: relative;
    margin-bottom: 20px;
}

    .mycontain .timeline-img-header5 h2 {
        color: #FFFFFF;
        position: absolute;
        bottom: 5px;
        left: 20px;
    }

.mycontain .timeline-item .timeline-img-header6 {
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4)), url("../../images/timeline/delivery.jpg") center center no-repeat;
    background-size: cover;
}

.mycontain .timeline-img-header6 {
    height: 200px;
    position: relative;
    margin-bottom: 20px;
}

    .mycontain .timeline-img-header6 h2 {
        color: #FFFFFF;
        position: absolute;
        bottom: 5px;
        left: 20px;
    }

.mycontain .timeline-item .timeline-img-header7 {
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4)), url("../../images/timeline/landscaping.jpg") center center no-repeat;
    background-size: cover;
}

.mycontain .timeline-img-header7 {
    height: 200px;
    position: relative;
    margin-bottom: 20px;
}

    .mycontain .timeline-img-header7 h2 {
        color: #FFFFFF;
        position: absolute;
        bottom: 5px;
        left: 20px;
    }

.mycontain .timeline-item .timeline-img-header8 {
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4)), url("../../images/timeline/housekeys.jpg") center center no-repeat;
    background-size: cover;
}

.mycontain .timeline-img-header8 {
    height: 200px;
    position: relative;
    margin-bottom: 20px;
}

    .mycontain .timeline-img-header8 h2 {
        color: #FFFFFF;
        position: absolute;
        bottom: 5px;
        left: 20px;
    }

.mycontain blockquote {
    margin-top: 30px;
    color: #757575;
    border-left-color: #F4BC16;
    padding: 0 20px;
}

.mycontain .date {
    background: #70543e;
    display: inline-block;
    color: #FFFFFF;
    padding: 10px;
    position: absolute;
    top: 0;
    right: 0;
}

@media screen and (max-width: 768px) {
    .mycontain .timeline::before {
        left: 50px;
    }

    .mycontain .timeline .timeline-img {
        left: 50px;
    }

    .mycontain .timeline .timeline-content {
        max-width: 100%;
        width: auto;
        margin-left: 70px;
    }

    .mycontain .timeline .timeline-item:nth-child(even) .timeline-content {
        float: none;
    }

    .mycontain .timeline .timeline-item:nth-child(odd) .timeline-content::after {
        content: "";
        position: absolute;
        border-style: solid;
        width: 0;
        height: 0;
        top: 30px;
        left: -15px;
        border-width: 10px 15px 10px 0;
        border-color: transparent #f5f5f5 transparent transparent;
    }
}

.mycontain .container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 768px) {
    .mycontain .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .mycontain .container {
        width: 970px;
    }
}

