.aln-c {
    text-align: center;
}

.margin-30 {
    margin: 30px;
}

.about-container {
    padding: 15px;
}

.about-section {
    margin: 100px 0 100px 0;
}

.about-container img:first-child {
    float: left;
    margin: 0 15px 0 15px;
    vertical-align: middle;
}

.about-container h1 {
    font-size: 3em;
    margin: 50px 0 30px 0;
    vertical-align: middle;
}

.about-container p {
    text-align: justify;
    line-height: 25px;
    max-width: 80vw;
}

.about-container a {
    color: #B71C1C;
    text-decoration: none;
}

.about-container .cta {
    display: block;
    margin: 50px 0 50px 0;
    font-size: 1.5em;
    text-transform: uppercase;
    font-weight: bold;
}

.about-container .cta i {
    transition: margin .5s;
}

.about-container .cta:hover {
    text-decoration: none;
}

.about-container .cta:hover i {
    margin-left: 10px;
}
.about-container a:hover {
    text-decoration: underline;
}
.timeline-container {
    padding: 0 30px 0 30px;
}
.timeline {
    position: relative;
    height: 200px;
    margin: 50px 0 0 0;
    padding: 50px 0 50px 0;
    overflow-x: auto;
}

.line {
    background: #B71C1C;
    height: 15px;
    width: 0;
    transition: width .5s;
}

.timeline ul {
    list-style-type: none;
}

.timeline li {
    position: absolute;
    padding-left: 30px;
    display: inline-block;
    height: 60px;
    white-space: nowrap;
}

.timeline li span {
    color: #B71C1C;
    font-weight: bold;
    text-transform: uppercase;
}

.timeline li:not(:first-child) {
    left: 0;
}

.timeline li:before {
    content:"";
    background: #B71C1C;
    height: 60px;
    width: 15px;
    display: block;
    position:absolute;
    top:0;
    left:0;
}

.timeline li:nth-child(odd) {
    top: 0 !important;
}

.timeline li:nth-child(even) {
    top: 60px;
    padding-top: 35px;
}


.services li:nth-child(odd):before {
    background:rgba(183,28,28, .3) !important;
}

.services li:nth-child(even):before {
    background: rgba(215,215,215,.7) !important;
}

.services li:nth-child(odd) {
    color: white;
}

.services li:nth-child(even) {
    color: black;
    text-align: right;
}

.services li:nth-child(even) a {
    color:#B71C1C;
    text-decoration: none;
}

.services li .parallax-content {
    padding: 50px 30px 50px 30px;
}

.services li .parallax-content h2 {
    font-size: 2.5em;
    text-transform: uppercase;
}

@media(max-width: 1000px) {
    .about-container img {
        width: 100%;
        float: none !important;
        margin: 0 !important;
    }
    
    .about-container h1 {
        font-size: 2em;
        margin: 30px 0 30px 0;
    }
    
    .about-container p {
        margin: 0;
        max-width: 100%;
    }
    
    .about-container .cta {
        margin-bottom: -50px !important;
        font-size: 1.1em;
    }
    
    .services li h2 {
        font-size: 1.3em !important;
    }
    
    h2.margin-30 {
        margin-left: 15px !important;
    }
}