body{
    overflow-x: hidden !important;
}
:root{
    --c-ov: #2d84eb;
    --c-primary: #2d84eb;
    --c-secondary:  #f79628;
    --c-secondary-d:  #b16917;
}
.dropdown-toggle::after{
    border: none;
}
@media (min-width: 768px) {
    .dropdown-menu{
        position: absolute !important;
    }
}

.text-ov{
    color: var(--c-ov) !important;
}

.bg-ov{
    background-color: var(--c-ov) !important;
}
.border-ov{
    border-color: var(--c-ov) !important;
}
.feature-box{
    height: 100%;
}


#gallery-1 {
    margin: auto;
}
#gallery-1 .gallery-item {
    float: left;
    margin-top: 10px;
    text-align: center;
    width: 50%;
}
#gallery-1 img {
    border: 2px solid #cfcfcf;
}
#gallery-1 .gallery-caption {
    margin-left: 0;
}

img{
    max-width: 100%;
    height: auto;
}
.loginForm{
    max-width: 600px;
    margin: 0 auto;
}
.loginForm.form div input{
    color: gray !important;
}
.invest{
    min-width: 14rem;
    width: 100%;
}


@media (max-width: 575px) {
    .invest{
        max-width: 18rem;
    }
}
@media (min-width: 576px) {
    .invest{
        max-width: 30%;
    }
}

.premium ul li, .standard ul li{
    border-bottom: solid 1px white;
    color: white;
}

.normal ul li{
    border-bottom: solid 1px #58151c;
}
.normal button{
    background-color: #58151c;
}
.normal button:hover{
    background-color: #431016;
}

.premium{
    background: linear-gradient(rgba(0,0,0,.65) 70%,rgba(0,0,0,.45) 100%),
    url(/img/stack-gold-coins-with-gold-plated-top-gold-plated-coin-top_1340-26337.jpg) padding-box;
}
.standard{
    background: linear-gradient(rgba(0,0,0,.65) 20%,rgba(0,0,0,.45) 40%),
    url(/img/gold-abstract-futuristic-electronic.jpg) -100px padding-box;
}
.normal{
    border-color: #e6e6e6 !important;
}
.normal li,.normal span, .normal i, .normal h4{
    color: #58151c !important;
}

@supports (-webkit-background-clip: text) and (-webkit-text-fill-color: transparent) {
    .premium .h4, .premium i{
        background: gold;
        background: linear-gradient(to right, goldenrod 0%, darkgoldenrod 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .standard .h4, .standard i, .standard span{
        background: silver;
        background: linear-gradient(to right, silver 0%, gray 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
}
