/* navbar background color */
.navbarScroll.navbarFill {
    background-color: rgb(183, 183, 183);
}

#contact {
    padding-bottom: 4rem;
}

/* scaling images for full view */
.responsive {
    max-width: 100%;
    height: auto;
}
/* index page */
.justifymid{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 10em;
}
IMG.imgcenter{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.justifymid1{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 15em;
}
a:link {
color: rgb(81, 72, 137);
background-color: transparent;
text-decoration: none;
}
a:visited {
color: rgb(143, 112, 142);
background-color: transparent;
text-decoration: none;
}
a:hover {
color: rgb(101, 70, 70);
background-color: transparent;
text-decoration: underline;
}   
a:active {
color: rgb(146, 146, 120);
background-color: transparent;
text-decoration: underline;
}