@charset "utf-8";

.donate h2 {
	font-family: play;
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
}


.donate .column {
	width: 33.333333333333333333%;
	float: left;
	padding-right: 0.2%;
	padding-left: 0.2%;
}




.optionWrapper {
	border-top: 2px solid hsla(219,100%,38%,0.40);
	padding-top: 30px;
	padding-bottom: 30px;
	float: left;
	clear: left;
	width: 100%;
	padding-right: 30px;
	padding-left: 30px;
	margin-bottom: 40px;
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,0.50) 0%,rgba(255,255,255,0.00) 95.85%);
	background-image: linear-gradient(180deg,rgba(255,255,255,0.50) 0%,rgba(255,255,255,0.00) 95.85%);
	text-align: center;
}



.optionWrapper .donateIcon {
	width: 60px;
	height: auto;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}

.optionWrapper .donateIcon img {
	width: 100%;
	height: auto;
}



.donate .column .Go {
	margin-top: 30px;
	margin-bottom: 30px;
}


.donate .column .Go a {
	background-color: hsla(137,66%,38%,1.00);
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 4px;
	padding-bottom: 5px;
	border-radius: 10px;
	-webkit-box-shadow: 1px 1px 3px 1px hsla(141,100%,22%,0.50);
	box-shadow: 1px 1px 3px 1px hsla(141,100%,22%,0.50);
	font-size: 18px;
	color: hsla(0,0%,100%,1.00);
	text-shadow: -1px -1px 1px hsla(0,0%,0%,0.30);
	font-weight: 700;
}

.donate .column .Go a:hover {
	background-color: hsla(226,70%,41%,1.00);
	-webkit-box-shadow: -1px -1px 1px 0px hsla(0,0%,0%,0.20);
	box-shadow: -1px -1px 1px 0px hsla(0,0%,0%,0.20);
	color: hsla(0,0%,100%,1.00);
	text-shadow: -1px -1px 1px hsla(0,0%,100%,0.30);
}




.donate .graciasPhoto figure {
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	margin-bottom: 20px;
	max-width: 600px;
	display: block;
}

.donate .graciasPhoto figure img {
	width: 100%;
	height: auto;
	border-radius: 40px;
	-webkit-box-shadow: 1px 1px 3px hsla(0,0%,0%,0.20);
	box-shadow: 1px 1px 3px hsla(0,0%,0%,0.20);
}



@media (max-width:1200px){
	
.donate h2 {
	font-size: 20px;
}	
	
.optionWrapper p {
	font-size: 16px;
}	
}



@media (max-width:680px){
	
.donate .column {
	width: 100%;
	padding-right: 0px;
}	

.optionWrapper {
	margin-bottom: 10px;
}	

.donate h2 {
	font-size: 24px;
}	
	
.optionWrapper p {
	font-size: 18px;
}		
}
