@charset "utf-8";
/* CSS Document */

body {
	background-color: #000000;
	color: #FFFFFF;
	font-size: 1.3em;
}

a:link, a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	color: #1b75bc;
	text-decoration: none;
}

h1 {
	text-align: center;
}

a h4 {
	text-align: center;
	color: #1b75bc;
}

a:hover h4 {
	color:  #662d91;
}

#wrapper {
	width: 800px;
	margin: auto;
}

#menuIcon {
	display: block;
	position: absolute;
	left: 10px;
	top: 10px;
}

#menuDiv {
	display: none;
	position: absolute;
	padding-right: 15px;
	left: 4.1em;
	top: 10px;
	background-color: #000000;
}

#menuDiv ul {
	font-size: 2em;
	list-style-type: none;
}

#imgLogo {
	width: 400px;
}

#logoDiv {
	text-align: center;
}

#donationForm {
	width: 700px;
	margin: auto;
}

#footer {
	text-align: center;
	padding-bottom: 20px;
	font-style: italic;
	font-size: .75em;
}

.hamburgericon {
	width: 4.5em;
}

.headline {
	text-align: center;
	background: linear-gradient(to bottom, #1b75bc, #662d91);
	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
}

.highlightParagraph {
	text-align: center;
	color: #1b75bc;
	font-weight: bold;
}