body {
    background-image: url("../images/bg_ecenter.jpg");
	background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

section {
    overflow: hidden;
}

h1{
	font-size: 2rem;
	color: #ffffff !important;
}

h2 {
	font-size: 2rem;
	color: #ffffff !important;
}

p, ul, li {
	font-size: 1.25rem;
	color: #ffffff;
}

.img_wrapper a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    transform: scale(1.0);
    transition: all 0.3s ease;

}

.img_wrapper a:hover {
    transform: scale(1.1);
    transition: all 0.3s ease;
}

@media (max-width: 991.98px) {
    .img_wrapper img {
        margin-bottom: 1rem;
    }
}

footer {
    text-align: center;
}

.footer_navbar ul {
    margin: 0;
    padding: 0;
}

.footer_navbar ul li {
    font-size: 1.25rem;
    display: inline;
    list-style: none;
    margin-right: 0.825rem;
}

.footer_navbar ul li a {
    color: #ffffff;
    text-decoration: none;
}

.footer_navbar ul li a:hover {
    color: #ffffff;
    text-decoration: underline;
}