html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

body {
    margin-bottom: 60px;
    /*background-image:image-set("/Images/plumb_1.jpg");*/
    background-color: black;
    color: white;
}

    body::after {
        content: "";
        background: url("/Images/plumb_1.jpg");
        opacity: 0.60;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        position: absolute;
        z-index: -1;
    }

.header_image {
    /*border-radius: 20%;*/
    padding: 5px;
    width: 25%;
    margin: 25px;
    align-content: center;
}

.error_header {
    /*border-radius: 20%;*/
    padding: 5px;
    margin-top: 100px;
}

.header_text {
    font-size: 45px;
}

.header_row {
    background-color: black;
    color: white;
    text-align: center;
    margin-top: 20px;
    font-size: 1.5em;
    /* height: 140px; */
    align-content: center;
}

.header_container {
    text-align: center;
    color: white;
    font-size: 3em;
}

.list_item {
    text-align: left;
    color: white;
    font-size: 2em;
    margin-left: 25px;
}

.card_image {
    border: 1px solid #ddd;
    border-radius: 50%;
    padding: 5px;
    width: 5%;
    align-content: center;
}

.card_image2 {
    align-content: center;
    margin-bottom: 40px;
    width: 10%;
    height: 10%;
}

.profile_image {
    border: 1px solid #ddd;
    border-radius: 50%;
    padding: 5px;
    width: 100%;
}

.index_logo_image {
    border: 1px solid #ddd;
    border-radius: 0;
    padding: 5px;
    width: 100%;
}

.contact_card {
    border-radius: 20%;
    background-color: darkgray;
}

.contact_div {
}

.jumbotron-rmc {
    text-align: center;
    /*   color:white; */
}


.card-text {
    color: black;
}

.home-page-card {
    background-color: black;
}

.card {
    border: none;
    border-radius: 15%;
}

.card-title {
    color: black;
}

.footer {
    color: white;
}

.navbar-text {
    font-size: 1.5em;
    color: white;
}

.icon {
    color: white;
}