body {
    font-family: 'Open Sans', sans-serif;
	font-family: 'Roboto', sans-serif;
    color: #415161 !important;
    background: #d2d3d5;
    height: 100%;
}
.my-navbar {
    background-color: #ffffff !important;
    height: 80px;
}

.logo-image {
    max-height: 65px;
}

.btn-primary {
    background-color: #007e47;
    border-color: #007e47;
    text-transform: uppercase;
}

.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
	background-color: #004b2a !important;
	border-color: #004b2a !important;
}

.table-primary {
    --bs-table-bg: #007e47;
    --bs-table-color-state: #fff;

    color: #fff;
    border-color: #bacbe6;
}

.text-primary {
    color: #007e47 !important;
}

.footer {
    background-color: #007e47 !important;
    color: #fff;
}