* { 
	box-sizing: border-box; 
}
body { 
	font-family: "Lucida Grande", "Tahoma", sans-serif;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	background: #F2EDE0; 
	color: rgba(0, 0, 0, 0.75);
	font-size: 100%;
 }

header {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-bottom: 10em;
	background: #9fe29e url(../images/water.png) center bottom repeat-x;
}

.container {
	max-width: 60em;
	margin: 0 auto;
}

#shibe-island {
	padding-top: 2.5em;
	background: #afefff url(../images/little-hill.png) center bottom repeat-x;	
}

#shibe-island .container {
	background: transparent url(../images/island.png) center bottom no-repeat;
	background-size: 100% auto;
}

h1 { 
	font-family: Comic Sans, Comic Sans MS; 
	font-size: 3em; 
	line-height: 1.575em;
	font-weight: 600; 
	text-align: center;
	margin: 0;
}

header img {
	display: block;
	margin: 0 auto;
	max-height: 40%;
	max-width: 100%;
}

header h2 {
	text-align: center;
}

#donate {
	background: #9fe29e;
	width: 100%;
}

footer:before,
footer:after,
.container:before,
.container:after,
#donate:before,
#donate:after {
	content: " ";
	display: table;
}

footer:after,
.container:after,
#donate:after {
	clear: both;
}

h3,
footer a p,
h2 {
	font-size: 2em;
	line-height: 1.25em;
	margin-bottom: 0.5em;
	font-family: "Helvetica", "Arial", sans-serif;
	font-weight: 600;
	letter-spacing: -0.05em;
}

.donate-type h2 {
	font-size: 3em; 
	margin: 0;
}

.donate-type,
.or {
	box-sizing: border-box;
	float: left;
	text-align: center;
}

.donate-type {
	width: 45%;
}

footer p:first-child,
.or {
	font-weight: normal;
	font-family: "Georgia", serif;
	font-style: italic;
}

.or {
	width: 10%;
	font-size: 1.5em;
	text-align: center;
	line-height: 2.5em;
}



.button:active,
.button:visited,
.button {
	display: inline-block;
	border: 0.15625em solid rgba(0, 0, 0, 0.25);
	padding: 0.625em 1.25em;
	text-decoration: none;
	border-radius: 0.3125em;
	background: #f4997c;
	color: rgba(0, 0, 0, 0.75);
	transition: background-color 0.5s;
	-webkit-transition: background-color 0.5s;
	font-weight: 600;
}

a.button:hover {
	color: rgba(0, 0, 0, 0.85);
	background: #da7150;
	transition: background-color 0.5s;
	-webkit-transition: background-color 0.5s;
}

p.button,
p.button:hover {
	color: rgba(0, 0, 0, 0.75);
	background: transparent;
	border-style: dashed;
	transition: border-color 0.5s;
	-webkit-transition: border-color 0.5s;
	border-color: #f4997c;
}

p.button:hover {
	transition: border-color 0.5s;
	-webkit-transition: border-color 0.5s;
	border-color: #da7150;
}


#learn-more {
	position: absolute;
	bottom: 3.125em;
	left: 50%;
	margin-left: -15.625em;
	width: 31.25em;
	cursor: pointer;
}

#learn-more h2 {
	margin: 0;
	transition: color 0.5s;
	-webkit-transition: color 0.5s;	
}

#learn-more:hover h2 {
	color: rgba(0, 0, 0, 0.8);
	transition: color 0.5s;
	-webkit-transition: color 0.5s;
}

#learn-more img {
	display: block;
	margin: 0 auto;
	width: 50px;
	height: 50px;
	opacity: 0.7;
	transition: opacity 0.5s;
	-webkit-transition: opacity 0.5s;
}

#learn-more:hover img {
	opacity: 1;
	transition: opacity 0.5s;
	-webkit-transition: opacity 0.5s;	
}



#page-content {
	position: absolute;
	padding: 2.5em 0 0;
	top: 100%;
	width: 100%;
	background: #71ddf9;
}



h3 {
	font-size: 1.5em;
	margin-bottom: 0.83333333em;
}


p,
ul,
ol {
	font-size: 1em;
	line-height: 1.25em;
	margin: 0 0 1.25em 0;
}

ul {
	padding-left: 1.25em;
	list-style: disc;
}

section {
	padding-bottom: 1.25em;
}


footer .container div,
#page-content section,
#page-content img {
	width: 48%;
	float: left;
}

.left {
	float: left;
}

.right {
	float: right;
}


.suchcurrency { 
	font-weight: bold;
}

.centered {
	text-align: center;
}

a {
	color: #2980b9;
	text-decoration: none;
	transition: color 0.5s;
	-webkit-transition: color 0.5s;
	
}

a:visited {
	color: #8e44ad;
}

a:hover {
	color: #329fe8;
	transition: color 0.5s;
	-webkit-transition: color 0.5s;
}




footer {
	margin-top: 2.5em;
	background-image: url('https://i.pinimg.com/736x/40/f8/c6/40f8c69a33ed2d983da3a988a6a955d6.jpg');
	padding: 2.5em 0 3.75em 0;
	color: rgb(0, 0, 0);
}

footer {
	text-align: center;
}

footer a {
	display: inline-block;
}

footer a img,
footer a p {
	margin: 0 auto;
	display: block;
	clear: both;
}

#page-content footer a img {
	max-width: 6.25em;
	float: none;
	margin-bottom: 0.625em;
}

footer a p {
	font-size: 1.25em;
	color: rgba(0, 0, 0, 0.8);
	transition: color 0.5s;
	-webkit-transition: color 0.5s;
}

footer a:hover p {
	color: #fff;
	transition: color 0.5s;
	-webkit-transition: color 0.5s;
}




/* meter */

.meter { 
	height: 45px;  
	position: relative;
	margin: 0 0 1.25em 0; 
	background: rgba(39, 38, 35, 0.75);
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	padding: 10px;
}
.meter > span {
	display: block;
	height: 100%;
	   -webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	       -moz-border-radius-topright: 8px;
	    -moz-border-radius-bottomright: 8px;
	           border-top-right-radius: 8px;
	        border-bottom-right-radius: 8px;
	    -webkit-border-top-left-radius: 20px;
	 -webkit-border-bottom-left-radius: 20px;
	        -moz-border-radius-topleft: 20px;
	     -moz-border-radius-bottomleft: 20px;
	            border-top-left-radius: 20px;
	         border-bottom-left-radius: 20px;
	background-color: #71ddf9;

	position: relative;
	overflow: hidden;
}
.meter > span:after, .animate > span > span {
	content: "";
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	background-image: 
	   -webkit-gradient(linear, 0 0, 100% 100%, 
	      color-stop(.25, rgba(255, 255, 255, .2)), 
	      color-stop(.25, transparent), color-stop(.5, transparent), 
	      color-stop(.5, rgba(255, 255, 255, .2)), 
	      color-stop(.75, rgba(255, 255, 255, .2)), 
	      color-stop(.75, transparent), to(transparent)
	   );
	background-image: 
		-moz-linear-gradient(
		  -45deg, 
	      rgba(255, 255, 255, .2) 25%, 
	      transparent 25%, 
	      transparent 50%, 
	      rgba(255, 255, 255, .2) 50%, 
	      rgba(255, 255, 255, .2) 75%, 
	      transparent 75%, 
	      transparent
	   );
	z-index: 1;
	-webkit-background-size: 50px 50px;
	-moz-background-size: 50px 50px;
	-webkit-animation: move 2s linear infinite;
	   -webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	       -moz-border-radius-topright: 8px;
	    -moz-border-radius-bottomright: 8px;
	           border-top-right-radius: 8px;
	        border-bottom-right-radius: 8px;
	    -webkit-border-top-left-radius: 20px;
	 -webkit-border-bottom-left-radius: 20px;
	        -moz-border-radius-topleft: 20px;
	     -moz-border-radius-bottomleft: 20px;
	            border-top-left-radius: 20px;
	         border-bottom-left-radius: 20px;
	overflow: hidden;
}

.animate > span:after {
	display: none;
}

@-webkit-keyframes move {
    0% {
       background-position: 0 0;
    }
    100% {
       background-position: 50px 50px;
    }
}

.orange > span {
	background-color: #f1a165;
	background-image: -moz-linear-gradient(top, #f1a165, #f36d0a);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #f1a165),color-stop(1, #f36d0a));
	background-image: -webkit-linear-gradient(#f1a165, #f36d0a); 
}

.red > span {
	background-color: #f0a3a3;
	background-image: -moz-linear-gradient(top, #f0a3a3, #f42323);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #f0a3a3),color-stop(1, #f42323));
	background-image: -webkit-linear-gradient(#f0a3a3, #f42323);
}

.nostripes > span > span, .nostripes > span:after {
	-webkit-animation: none;
	background-image: none;
}

/**
 * Simple fade transition,
 */
.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out; 
	-moz-transition: all 0.15s ease-out; 
	transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out; 
	-moz-transition: all 0.15s ease-out; 
	transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}



@media only screen and (max-width: 65em) {

	.container {
		padding: 0 5em;
	}

	.donate-type,
	.or,
	#page-content section,
	#page-content img {
		width: 100%;
		float: none;
		clear: both;
	}

	.or {
		line-height: 1.25em;
		margin-bottom: 0.8333333em;
	}

	h1 {
		font-size: 2em;
	}

	#donate h2 {
		font-size: 1.5em;
	}

	header {
		padding-bottom: 5em;
	}

	#learn-more {
		display: none;
	}

}

@media only screen and (max-width: 36em) {

	header,
	#page-content {
		position: relative;
		top: auto;
		left: 0;
		height: auto;
	}

	.container {
		padding: 0 2.5em;
	}

	p {
		font-size: 0.85em;
	}

	#shibe-island .container {
		background: none;
	}

	p.button {
		max-width: 100%;
		word-wrap: break-word;
	}
}
