html {
    scroll-behavior: smooth;
}

body {
    color: #444;
}

h2 {
    font-weight: bold;
    text-transform: uppercase;
    color: #37517e;
}

h3 {
    font-size: 1.3rem;
    font-weight: 500;
    color: #37517e;
}

.hr-left {
    position: relative;
    width: 60px;
    height: 2px;
    border-bottom: 1px solid #ddd;
    margin: auto;
    margin-left: 0px;
}

div.h2-after {
    position: relative;
    width: 120px;
    height: 2px;
    border-bottom: 1px solid #ddd;
    margin: auto;
}

div.h2-after > div {
    position: relative;
    width: 40px;
    height: 3px;
    background: #47b2e4;
    margin: auto;
}

.row-section {
    min-height: 100vh;
}

.row-footer {
    background-color: #37517e;
}

.text-vbl {
    color: #47b2e4;
}

.text-vbl-dark {
    color: #37517e;
}

.bg-vbl {
    background-color: #47b2e4;
}

.bg-vbl-dark {
    background-color: #37517e;
}

.btn-outline-vbl {
    border-color: #47b2e4;
    color: #47b2e4;
    border-width: 2px;
    font-weight: 500;
}

.btn-outline-vbl:not(:disabled):not(.disabled).active,
.btn-outline-vbl:not(:disabled):not(.disabled):active,
.btn-outline-vbl:hover {
    color: #fff;
    background-color: #47b2e4;
    border-color: #47b2e4;
    /*background-color: #209dd8;*/
}

.btn-outline-vbl:not(:disabled):not(.disabled).active:focus,
.btn-outline-vbl:not(:disabled):not(.disabled):active:focus,
.btn-outline-vbl:focus {
    box-shadow: 0 0 0 0.2rem rgba(71,178,228,.25);
}

.btn-vbl {
    color: #fff;
    background-color: #47b2e4;
    border-color: #47b2e4;
    border-width: 2px;
    font-weight: 500;
}

.btn-vbl:not(:disabled):not(.disabled).active,
.btn-vbl:not(:disabled):not(.disabled):active,
.btn-vbl:hover {
    background-color: #209dd8;
    border-color: #209dd8;
}

.btn-vbl:not(:disabled):not(.disabled).active:focus,
.btn-vbl:not(:disabled):not(.disabled):active:focus,
.btn-vbl:focus {
    background-color: #47b2e4;
    border-color: #47b2e4;
    box-shadow: 0 0 0 0.2rem rgba(32,157,216,.25);
}

.card-shbox {
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
    background: #fff;
    border: none;
}

@media (min-width: 768px) {
    .card-shbox-bordered {
        border-top: 4px solid #47b2e4;
        border-bottom: 4px solid #47b2e4;
    }
}

