@charset "utf-8";

.howToGiveWrapper {
	background-color: hsla(141,100%,31%,0.9);
	width: 100%;
	margin: 0px;
}

.howToGive {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
} 
.howToGive .column {
	float: left;
	width: 25%;
	padding-left: 30px;
	padding-right: 30px;
	margin-bottom: 40px;
}
.howToGive .column.borderRight {
	border-right: 2px dotted hsla(141,43%,51%,1.00);
}

.howToGive .column.borderLeft {
	border-Left: 2px dotted hsla(141,43%,51%,1.00);
}

.howToGive .column .wrapper {
	height: 260px;
}

.howToGive h1 {
	text-align: center;
	color: hsla(0,0%,100%,1.00);
	font-size: 36px;
	padding-bottom: 40px;
	margin: 0px;
}
.howToGive h2 {
	text-align: left;
	color: hsla(0,0%,100%,1.00);
	font-size: 24px;
	padding-bottom: 20px;
	margin: 0px;
}

.howToGive p {
	font-size: 18px;
}


.howToGive .icon {
	width: 40px;
	height: auto;
	margin-bottom: 20px;
}

.howToGive .icon a img {
		opacity: 1;
		width: 100%;
		height: auto;
}

.howToGive .icon a:hover img {
	opacity: 0.7;
}
.howToGive .column .Go {
	margin-bottom: 20px;
}

.howToGive .column .Go a {
	background-color: hsla(77,71%,49%,1.00);
	padding-left: 30px;
	padding-right: 30px;
	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: 20px;
	color: hsla(232,80%,36%,1.00);
	text-shadow: -1px -1px 1px hsla(0,0%,100%,0.30);
	font-weight: 700;
}

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

@media screen and (max-width:2200px){
	
.howToGive {
	width: 100%;

} 	

}

@media screen and (max-width:1600px){

.howToGive .column .wrapper {
	height: 300px;
}
}


@media screen and (max-width:1400px){

.howToGive .column .wrapper {
	height: 330px;
}
}


@media screen and (max-width:1200px){
.howToGive .column {
	width: 50%;
	padding-left: 20px;
	padding-right: 20px;

}

.howToGive .column.borderRight {
	border-right: none;
}
.howToGive .column.borderLeft {
	border-left: none;
}

.howToGive .column .wrapper {
	height: 240px;
}
}

@media screen and (max-width:1000px){
.howToGiveWrapper {
	background-color: hsla(141,78%,34%,1.0);
}

.howToGive .column {
	width: 100%;
	margin-bottom: 30px;
	border-bottom: 2px dotted hsla(141,43%,51%,1.00);
}

.howToGive .column .wrapper {
	height: auto;
	margin-bottom: 40px;
}
}

@media screen and (max-width:767px){

.howToGive {
	padding-top: 40px;
} 
}
