@charset "utf-8";
.mobileHeader {
	width: 0px;
	height: 0px;
	visibility: hidden;
}



@media (max-width:767px){
.mobileHeader {
	width: 100%;
	background-color: hsla(220,94%,32%,1.00);
	visibility: visible;
	padding-top: 20px;
	padding-bottom: 20px;
	display: block;
	height: auto;
	border-top: 10px solid hsla(141,78%,34%,1.00);
	border-bottom: 2px solid hsla(221,100%,20%,1.00);
	-webkit-box-shadow: 0px 3px 5px hsla(0,0%,0%,0.40);
	box-shadow: 0px 3px 5px hsla(0,0%,0%,0.40);
	padding-left: 30px;
	padding-right: 30px;
	position: relative;
	z-index: 1;
}
	
	
.mobileHeader figure {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}	
	
.mobileHeader figure img {
	width: 100%;
	height: auto;
}
.mobileHeader p {
	color: hsla(0,0%,100%,1.00);
	text-align: center;
	font-size: 24px;
	margin-bottom: 50px;
}
	
.mobileHeader .donateButton {
	margin-top: 30px;
	margin-bottom: 40px;
}
	

	
.mobileHeader .donateButton a {

	background-color: hsla(141,78%,34%,1.00);
	-webkit-box-shadow: 1px 1px 3px hsla(0,0%,0%,0.60);
	box-shadow: 1px 1px 3px hsla(0,0%,0%,0.60);
	color: hsla(0,0%,100%,1.00);
	font-size: 34px;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-radius: 10px;
	margin-top: 50px;
	text-shadow: -1px -1px 1px hsla(0,0%,0%,0.70);
}

.mobileHeader .donateButton a:hover {
	background-color: hsla(45,100%,50%,1.00);
	-webkit-box-shadow: -1px -1px 1px hsla(0,0%,0%,0.60);
	box-shadow: -1px -1px 1px hsla(0,0%,0%,0.60);
	color: hsla(220,100%,30%,1.00);
	text-shadow: 1px 1px 1px hsla(0,0%,100%,0.90);
}

}

@media (max-width:600px){


.mobileHeader figure {
	width: 75%;
}	
	
.mobileHeader p {
	font-size: 20px;
}
	

.mobileHeader .donateButton a {
	font-size: 28px;
}	
}


@media (max-width:400px){


.mobileHeader .donateButton a {
	font-size: 24px;
}	
}
