.jumbotron {
    height: 57%;
}

.bg-theme {
    background-image: url(../../images/bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}



.no-gutters {
    background-color: #fff;
}


.img_front_default {
    width: 100%;
    margin: 0 0%;
}




.bg-theme-footer-color {
    background: currentColor;
}

.bg-theme-footer {
    background: blue !important;
}

.wrapper__footer .widget__footer .link__category-two-column ul {
    columns: 1 !important;
}

.wrapper__footer {
    padding: 40px 0 !important;
}











/* Place the navbarbottom at the bottom of the page, and make it stick */
.navbarbottom {
    background-color: #3454d1;
    overflow: hidden;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 10;
}

/* Style the links inside the navigation bar */
.navbarbottom a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 20px 16px;
    text-decoration: none;
    font-size: 17px;
    width: 50%;
}

.navbarbottom a.blockwidth {
    width: 100%;
}

/* Change the color of links on hover */
.navbarbottom a:hover {
    background-color: #2742AB;
    color: white;
}

/* Add a color to the active/current link */
.navbarbottom a.active {
    background-color: #2742AB;
    color: white;
}





.captcha-image img {
    height: 45px;
    width: 100%;
    border-radius: 5px;
    box-shadow: 0px 0px 12px #ddd;
}

.refresh-button {
    padding: 12px;
    border: none;
}
