.page-title-bg {
    background: url(../images/banner.jpg);
    background-attachment: fixed;
	background-size: contain;
}
.page-title {
    padding: 20px 0px;
    background: #000000b0;
    background-image: linear-gradient(to right, #089ee859, #28a7455e);
    background: #000000a6;
    color: #fff;
    font-style: italic;
    text-shadow: 1px 3px 3px #111;
}
.carousel-item img {
    width: 100%;
}

.dept-content {
    padding: 50px 0px;
}
h4 {
    color: #981f4d;
    text-shadow: 0px 1px 1px #a6a6a6;
}


.shadow {
    background: #a1a1a1;
    border-radius: 5px;
    font-family: cursive;
    color: #6c0000;
    padding: 20px 0px;
    color: #000;
    box-shadow: 3px 3px 6px #c3c0c0;
}

