body {
	background-color: #d61f21;
	font-family: 'Open Sans', sans-serif;
	color: #ffffff;
}


.__header {
	margin-top: 20px;
	margin-bottom: 40px;
	text-align: center;
}

.__header img {
	max-width: 90%;
}

.__intro {
	width: 80%;
	max-width: 800px;
	margin: 0 auto 60px auto;
}

.__intro p {
	font-size: 1.3em;
}
	
.__intro a {
	color: #ffffff;
	
}
	
.__no-bullets {
	list-style-type: none;
	margin: 0;
	padding: 0;
}	

.__no-bullets li {
	float: left;
	padding: 0 20px 0 20px;
}

.__no-bullets li.__first-menu {
	padding-left: 0;
}


.__no-bullets li a{
  color: #ffae00;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
}

.__no-bullets li a:hover{
  text-decoration: underline;
}
	
.__donate {
	width: 500px;
	max-width: 96%;
	margin: 30px auto 30px auto;
	padding: 20px;
	background-color: #ffae00;
	border-radius: 10px;
	border: solid 2px #ffffff;
}
	
.__donate h2 {
	text-align: center;
	margin-top: 0;
}	

.__donate-button {
	width: 200px;
	max-width: 90%;
	padding: 10px;
	background-color: #d61f21;
	margin: 5px auto 0 auto;
	text-align: center;
	border-radius: 10px;
	border: solid 2px #ffffff;
}

.__donate-button a {
	color: #ffffff;
	text-decoration: none;
	font-size: 1.2em;
	font-weight: bold;
}
	
.__section  {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.__section h2 {
	color: #ffae00;
	margin-bottom: 40px;
	margin-top: 60px;
	text-align: center;
	font-size: 2em;
}

.__section h3 {
	color: #ffae00;
	margin-bottom: 20px;
	margin-top: 0;
}

.__cf {
	clear: both;
}

.__float-left {
	float: left;
}

.__float-right {
	float: right;
}

.__float-width {
	width: 49%;
}


.__float-iframe {
	text-align: center;
	margin-bottom: 30px;
}


.__float-iframe iframe{
	width: 560px;
	height: 315px;
	max-width: 96%;
}

.__affiliate-wrapper {
	text-align: center;
	margin-right: 5px;
	float: left;
}

.__footer {
	text-align: center;
	font-size: 0.8em;
}


@media only screen and (max-width: 1260px ) {
 
.__float-left, .__float-right {
	float: unset;
}

.__float-width {
	width: 100%;
}

}

