h1 {
    color:#212125;
}

.h1-bold {
    color:#212125;
}

.h2-welcome {
    color:#212125;
}

.go-to-second {
    background:#212125 url(../img/progress_arrow_black.png) no-repeat center 90px;
}

.time-line-href {
    color: #212125;
    background:#212125;
}

.circleLine {
    background:#fff;
    
}

.bar-elapsed {
            background-image: -webkit-gradient(linear, left top, right bottom,
                            color-stop(.25, rgba(33, 33, 37, .99)), color-stop(.25, transparent),
                            color-stop(.5, transparent), color-stop(.5, rgba(33, 33, 37, .99)),
                            color-stop(.75, rgba(33, 33, 37, .99)), color-stop(.75, transparent),
                            to(transparent));
        background-image: -webkit-linear-gradient(135deg, rgba(33, 33, 37, .99) 25%, transparent 25%,
                            transparent 50%, rgba(33, 33, 37, .99) 50%, rgba(33, 33, 37, .99) 75%,
                            transparent 75%, transparent);
        background-image: -moz-linear-gradient(135deg, rgba(33, 33, 37, .99) 25%, transparent 25%,
                            transparent 50%, rgba(33, 33, 37, .99) 50%, rgba(33, 33, 37, .99) 75%,
                            transparent 75%, transparent);
        background-image: -ms-linear-gradient(135deg, rgba(33, 33, 37, .99) 25%, transparent 25%,
                            transparent 50%, rgba(33, 33, 37, .99) 50%, rgba(33, 33, 37, .99) 75%,
                            transparent 75%, transparent);
        background-image: -o-linear-gradient(135deg, rgba(33, 33, 37, .99) 25%, transparent 25%,
                            transparent 50%, rgba(33, 33, 37, .99) 50%, rgba(33, 33, 37, .99) 75%,
                            transparent 75%, transparent);
        background-image: linear-gradient(135deg, rgba(33, 33, 37, .99) 25%, transparent 25%,
                            transparent 50%, rgba(33, 33, 37, .99) 50%, rgba(33, 33, 37, .99) 75%,
                            transparent 75%, transparent);
}

#line {
    background:#212125;
}

#outputtext h1 {
    color: #212125;
}

#outputtext p {
    color: #212125;
}

#third p {
    color:#212125;
}

.column h4 {
    color:#212125;

}
        
.column span {
    color:#212125;
}

.black {
    background:#212125;
}

.black span {
    color:#EDEEEE;
}

.column-two h4 {
    color:#212125;
}

        
.column-two span {
    color:#212125;
}

#fourth h3 {
    color:#212125;
}
    
#fourth p {
    color:#212125;
}

.circle {
    background:#212125;
}

.circle span {
    color:#EDEEEE;
}

.go-to-second span {
    color:#fff;
}

.circle-container:hover .circle {
    background:#fff;
}

.circle-container:hover span {
    color:#212125;
}

#fifth h3 {
    color:#212125;
}

#fifth p {
    color:#212125;
}