.logo-image {
    width: 175px;
}

.fdic-logo {
    width: 125px;
}

.equal-housing-logo {
    width: 15px;
}

.appstore-logo {
    width: 125px;
    height: 40px
}

.bg-home {
    background-image: url(../img/VSB_MobileApp_Assets_HeroImage_Personal.jpg);
    background-size: contain;
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
}

.bg-home::before {
    content: '';
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    background-color: rgba(10, 87, 42, 0.842);
    z-index: 1;
}

.bg-header-box {
    position: relative; 
    z-index: 2;
}

.footer-no-margin {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.separator-arc {
    width:100%; 
    height:50px;
}

#gdpr .modal-dialog {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    z-index: -1;
}

.footnote {
    text-decoration: none;
    font-size: small;
    vertical-align: super;
    font-weight: 400;

}

#parent {position: relative;}

.about-image {
    width: 100%;
}

.footerNav{
    font-family: 'Roboto Mono', monospace;
}

.coin-image{
    object-fit: cover;
    height: 450px;
}


.policy-box{
    border-style: solid;
}

.policy-box-Q{
    background-color: #19322f;
    font-family: 'Roboto Mono', monospace;
    color: #ffffff;
}

.policy-box-A{
    border-style: solid;
}

.dev-box {
    border: 1px solid red; /* Thin red border */
    border-radius: 8px; /* Rounded corners */
    padding: 10px;
}

.stats-icons {
    width: 25%;
}

.fixed-top-fdic {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1050; /* Ensure it's above the navbar */
    background-color: #fff;
    padding: 10px;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center; /* Centering the content */
    transition: top 0.3s;
}

.navbar-adjustment {
    top: 60px; /* Adjust this value based on the height of the FDIC message bar */
    position: fixed;
    width: 100%;
    z-index: 1040;
    transition: top 0.3s;
}

.scrolled.fixed-top-fdic {
    top: -60px; /* Adjust this value based on the height of the FDIC message bar */
}

.scrolled.navbar-adjustment {
    top: 0;
}

.contrast-link {
    color: #FFD700; /* Gold color */
 
}

.contrast-link:hover {
    color: #FFFF00; /* Yellow color for hover */
}

.rev-tag {
    position: absolute;
    top: 8px;
    right: 12px;
    font-size: 0.75rem;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 2px 6px;
    font-weight: bold;
    color: #004225;
    border-radius: 4px;
}