a {
    color: #6ea5bc;
}
a:hover {
    color: #446876;
}
.text-primary {
    color: #fff!important;
}
a.text-primary:hover, a.text-primary:focus {
    color: #c64200 !important;
}
.bg-primary {
    background-color: transparent !important;
}
a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
    background-color: transparent !important;
}
.btn-primary {
    color: #fff;
    background-color: #1095b7;
    border-color: #0088aa;
}
.btn-primary:hover {
    color: #fff;
    background-color: #146478;
    border-color: #125768;
}
.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #146478;
    border-color: #125768;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #264f73;
    border-color: #1d354a;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(249, 83, 0, 0.5);
}
.jumbotron {
    width: 1385px;
    height: 296px;
    margin: auto;
    background-color: transparent;
    /*background-color: #172a3a;*/
    background-size: 600px;
    /*background-image: url("https://puu.sh/IQme8/c89803cf56.png");*/
    background-image: url("https://i.imgur.com/olyyNbX.png");
    background-position: center;
    background-repeat: no-repeat;
}

body {
    background-image: url("https://puu.sh/IQmcp/ec6ddae191.png");
}

.bg-footer {
    background-color: #1d354a !important;
}




.content-outer {
    background-color: #172a3a !important;
}
.border-left {
    background-color: #172a3a !important;
}
.border-right {
    background-color: #172a3a !important;
}
.bg-white {
    background-color: #172a3a !important;
}
.sidebar {
    background-color: #172a3a !important;
}

.navbar-light {
    color: white !important;
}

.p-4 {
    color: white;
}

.text-white {
    color: white;
}

.page-title {
    margin-top: 65px;
}
.progress-bar {
    color: #fff;
    background-color: #f95300;
}
.dropdown-item:hover, .dropdown-item:focus {
    color: #172a3a;
    background-color: #fafafa;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    background-color: #172a3a;
    
}
.gateways .radio input[type="radio"]:checked + img {
    border: 2px solid #f95300 !important;
}

#basket-dropdown {
    background-color: #264261;
}

.dropdown-menu {
    color: #fff !important;
}
}