h1 span:first-child {
    color: #2c6eff!important;
}

a.color_custom.btn {
    background-color: #2c6eff!important;
    border-color: #2c6eff!important;
    border-radius: 0;
}

a.color_custom.btn.center {
    margin: 0 auto;
}

.smaller {
    max-width: 500px;
    margin: 0 auto;
}


.ui-to-top {
    background-color: #2c6eff!important;
    background: #2c6eff!important;
}
.ui-to-top:hover {
    background-color: #2c6eff!important;
    background: #2c6eff!important;
}

.home_pic {
    margin: 0 0 0 auto;
    max-width: 600px;
}

@media (max-width: 991px) {
    .home_pic {
        display: none;
    }
    .darkend::after {
        background-color: transparent!important;
    }
    .col-lg-4.text-left.col-sm-12 {
        text-align: center!important;
    }
}

.page section:last-child a.btn.color_custom.center {
    margin: 50px 0;
}

hr {
    margin-bottom: 20px;
    background: #ccc!important;
}

.darkend {
    display: inline-block;
    position: absolute;
    height: 100%;
    width: 100%;
}
.darkend::before, .darkend::after {
    content: "";
    display: inline-block;
    position: absolute;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
}
.darkend::after {
    right: 0;
    width: 57%;
} 
.darkend::before {
    left: 0;
    width: 57%;
}
.darkend.right::before {
    background-color: rgba(0, 0, 0, .0);
}
.darkend.left::after {
    background-color: rgba(0, 0, 0, .0);
}

h6 {
    color: #666;
}

.box {
    background-color: #e2e3e5;
    border: 1px solid #d6d8db;
    padding: 20px;
    color: #666;
}

.pair {
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid #999;
    padding: 5px 0;
}
.pair span, .pair b {
    flex-grow: 2;
    text-align: left;
}
.pair b {
    text-align: right;
    color: red;
    padding-left: 20px;
}

.row.pairs h5 {
    margin: 25px 0 5px 0;
}

html p {
    font-weight: 400;
}
html p b {
    font-weight: 1000;
}


