.donationsection{
	border-top:2px solid rgba(75,75,75,0.3);
	margin-top:50px;
	padding-top:50px;
	
}
.donationsection p, #donateheader p{
	font-size:18px;

}
.zarsdonationsectionbody{
margin-top:100px;
	
}
#donateheader{
	margin-top:15px;
}

.zoestitle{
	color:#D9216D;
	font-size:40px;
	font-family: serif;
}
.zarsflexsection{
	display:flex;
	 justify-content: space-between;
}
div.zarsflexsection .zars65{
	
	width:65%;
}
div.zarsflexsection .zars35{
	
	width:35%;

}
div.zarsflexsection .zars50{
	width:50%;
}
div.zarsflexsection .zars100{
	width: 100%;
}
.zars35 img{
	display: block;
	margin-right:auto;
	margin-left:auto;
}



/* standard stylings */

 div.zarsbtn{
	 color:white;
	 background-color: #D9216D;
	 text-align: center;
	 padding:10px 15px 10px 15px;
	 border-radius: 5px;
	 transition:ease 0.3s all;
	 display: inline-block;
	 width: auto;
     min-width: 0;
	 margin-left:15px;
	 margin-top:20px;
 }
 div.zarsbtn a{
	color:white;
	text-decoration: none;
	text-align: center;
	
}
  div.zarsbtn:hover {
  
  transform: scale(1.1);
  -webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.6);
-moz-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.6);
box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.6);
	  
  }
  
  .zarslline{
	  line-height: 125%;
  }