/* css for Support */
.insta-pay{
padding: 5px;text-align: center;font-size: 15px;font-weight:bold;cursor: pointer;border-style: solid; border-radius: 3px;max-width: 150px;margin-left: 10px; margin-right: 10px;width: 30%;color: white; background-color: #00aeef; border-color: #fff; border-width: 1px; }

.support-block{
	display: flex; justify-content: space-around; align-items: center; width: 100%;
}
.support{
	border-top: 1px solid lightgray; margin-top: 10px; margin-bottom: 15px;
}
.support-upper{
	width: calc(100% - 40px); margin-left: 20px; margin-right: 10px; margin-top: 0px;
}
.sup_title{color: black; 
          font-weight: NaN;
}
.sup_body{display:flex; justify-content: space-between;}
.sup_logo{display: flex; align-items: center; justify-content: flex-start;}
.logo-img{display: flex; align-items: center; justify-content: center; height: 140px; background-color: #fff; 
        min-width: 140px;}
.support-box{font-family: 'Lato', sans-serif; font-weight: NaN; padding: 10px;}
.supp_box{
	border: 1px solid grey; border-radius: 3px; width: calc(100% - 2px); max-width: 700px; margin: 0px auto;
}
.donation-box{
	background-color: #edeff4;
    padding: 8px;
    border-radius: 6px;
}