
/*make a donation button*/
@media only screen and (min-width: 768px) {
    #navTopLevel li:last-child > a {    
        background: #000000;
        border-radius: 6px;
        padding: .6em 1em;
        color: #f5f5f5;

    }

    #navTopLevel li:last-child > a:hover {
        background: black;
        color: #f5f5f5;
        transition: background-color 0.6s ease-in;
    }
    
    .navContent ul li ul li:last-child a {
        background: transparent !important;
        border-radius: none;
        padding: 0px;
        color: #f5f5f5 !important;
    }
    .navContent ul li ul li:last-child a:hover {
        background: transparent;
        color: inherit !important;
        transition: none;
    } 
    
}

/*image rounded corners*/
.contentImg {
    border-radius: 10px;
}


.customCaption .contentTitle {
    padding: 15px 0px 15px 0px;
   
}
.customCaption p {
     color: #000000;
     padding-bottom: 15px;
}
/*Break homepage image gallery to one row mobile*/
@media only screen and (max-width: 480px) {
.block_dfcb3467669849ab842bd7ec39ab87d2.cols3.imgMgn1 .imgGridItem,
.block_c03cc3a4c063483cbec445ff4e1328a0.cols2.imgMgn1 .imgGridItem,
.block_f51fa0ac32924c828f73fc13a68d4267.cols3.imgMgn1 .imgGridItem {
        max-width: 100%;
        width: 100%;
        margin: 0 auto;
    }
}