body {
    background-color: #FFFFFF;
    padding: 0px;
    margin: 0px;
}

div {
    text-align: justify;
}

header {
    background-color: #FFFFFF;
    color: white;
    border-top: 15px solid rgb(146, 0, 0);
    border-bottom: 6px solid rgb(146, 0, 0);
}

.jumbotron {
    background-color: #FFFFFF;
}

.card > img {
    height: 200px;
}

.nav-link {
    font-weight: bold;    
}

.nav-link :hover {
    color: rgb(146, 0, 0);
}

.selected-link{
    color: rgb(146, 0, 0);
}

footer {
    background-color: rgb(146, 0, 0);
    color: #FFFFFF;
    padding: 15px 15px;
    font-weight: bold;
    text-align: center;
}

.page-heading {
    width:100%;
    height: 150px;
    background-image: url("./../images/heading.png");   
    padding-top: 60px;    
}

.page-heading > div {
    background-color: rgb(146, 0, 0);
    text-align: left;
    font-size: 25;
    font-weight: bold;    
    color: #FFFFFF;
    padding: 10px 25px; 
    display: inline;
    opacity: 85%;   
}

.service-img {
    height: 350px;
}

.service-img-medium {
    height: 250px;
}

.service-img-small {
    height: 250px;
}

.contactItemSection {
    float: left;
    margin-left: 10px;
}

.contactItemImage {
    float: left;
    margin-top: 15px;
    width: 75px;
    height: 70px;
}

