/* to remove large category title */
/*  #intro .page-title {
    visibility: hidden;
    display: block;
    color: #fff;
    font-size: 1px;
    width: auto;
    margin: -15px;
}
*/

/* donate right-hand top nav button */

.nav-donate-btn .button {
    font-size: 14px;
    padding-left: 30px;
    padding-top: 10px;
    padding-right: 30px;
    padding-bottom: 10px;
    text-align: center;
    text-decoration: none;
    background-color: #0e76bc;
    margin-top: -10px;
   /*  margin-left:  80px; */
    margin-bottom: -10px;
    border-radius: 18px;
   }


.buttondonate {
    background-color: #0e76bc;
    color: #ffffff;
    border: 1px solid #0e76bc;
    border-radius: 18px;
}


 .buttondonate:hover {
    background-color: #0e76bc;
    color: #fffffff;
    border: 1px solid #0e76bc;
    border-radius: 18px;
	opacity: 0.5;
}

/* ends donate right-hand top nav button */