

/* home page */

.nivo-caption h2,
    .nivo-caption h3{
        margin: 0;
        line-height: 1.5em;
    }
    
    
.MultiColor-bg {
    background: #A6BBCD;
    background: url(https://www.aapg.org/Portals/0/images/Foundation/_site/homepage-band-background-blue-rocks-new.jpg);
    margin: 0 0 30px 0;
    background-size: cover;
}

/* end home page */

/* footer links */

    .copyright a{
        color: #fff;
    }
    .copyright a:hover{
        text-decoration: underline !important;
    }
    
/* end footer links */

