/* Banner dinamico */
* {
	margin:0;
	padding::0;
	font-family: 'Roboto Condensed', sans-serif;
}

#navwrapper {
	position:absolute;
	width:100%;
	height:75px;
	margin:0 auto;
	background-color:#CCCCCC;
	opacity:0.8;
	z-index:3; 
}

#navlogo {
	float:left;
	overflow:hidden;
	width:20%;
	height:75px;
}

#navigation {
	float:right;
	overflow:hidden;
	width:75%;
	margin-right:20px;
	text-align:right;
}


#donationswrapper {
	clear:both;
	position:relative;
	width:65%;
	height:auto;
	margin:0 auto;
	padding:40px;
	text-align:center;
}

.boldtext {
	position:relative;
	font-family: 'Audiowide', cursive;
	font-size:36px;
	font-weight:400;
	color: #330033;
	text-align:center;
	margin-top:100px;
}

.specifications {
	margin-top:30px;
	text-align:justify;
	font-size:20px;
	text-align:center;
}

.donationbuttoncontainer {
	width:100%;
	margin:0 auto;	
	margin-top:25px;
}

.donationbuttoncontainer2 {
	width:100%;
	margin:0 auto;	
	margin-top:25px;
	margin-bottom:80px;
}

.blackbutton {
	background-color:rgb(39,35,31); 
	border-color:rgb(39,35,31); 
	width:200px; 
	margin-top:10px;
	cursor:pointer; 
	border-radius:10px; 
	color:#FFFFFF; 
	height:45px; 
	font-size:20px;
	text-align:center;
}

#textremark {
	background-color: rgb(235,235,235);
	margin-top:30px;
	border-radius:10px; 
	padding:10px;
	margin-bottom:80px;
}

.footercontainer {
	clear:both;
	display: block;
	position:relative;
	margin-right:auto;
	margin-left:auto;
	width:100%;
	color: #C60;
}

.footer {
	display: block;
	position:fixed;
	margin-right:auto;
	margin-left:auto;
	bottom:0;
	width:100%;
	height:80px;
	color: #C60;
	background-color:rgb(15,10,6);
}

.copyright {
	float:left;
	width: 250px;
	height:50px;
	padding-top:15px;
	font-size: 16px;
	text-align: left;
	color: #C60;
	line-height:16px;
}

.logo {
	float:right;
	height:50px;
	padding-top:12px;
}

a:link {
	font-size: 20px;
	color:rgb(255,80,0);
	text-decoration:none;
}

a:visited {
	font-size: 20px;
	text-decoration:none;
	color:rgb(255,80,0);
	text-decoration:none;
}

a:hover {
	font-size: 20px;
	text-decoration:none;
	color:rgb(255,80,0);
	text-decoration:none;
}

a:active {
	font-size: 20px;
	text-decoration:none;
	color:rgb(255,80,0);
	text-decoration:none;
}

a.nav:link {
	font-size:22px;
	color:rgb(126,88,56);
	text-decoration:none;
}

a.nav:visited {
	font-size:22px;
	color:rgb(126,88,56);
	text-decoration:none;
}

a.nav:hover {
	font-size:22px;
	color:rgb(221,216,210);
	text-decoration:none;
}

a.nav:active {
	font-size:22px;
	color:rgb(221,216,210);
	text-decoration:none;
}

a.nav2:link {
	display:inline-block;
	width:24%;
	height:35px;
	padding:5px;
	margin-top:18px;
	font-size:12px;
	color:rgb(255,255,255);
	text-decoration:none;
	text-align:center;
	background-color:rgb(0,0,0);
	border-radius:8px;
}

a.nav2:visited {
	display:inline-block;
	width:24%;
	height:35px;
	padding:5px;
	margin-top:18px;
	font-size:12px;
	color:rgb(255,255,255);
	text-decoration:none;
	text-align:center;
	background-color:rgb(0,0,0);
	border-radius:8px;
}

a.nav2:hover {
	display:inline-block;
	width:24%;
	height:35px;
	padding:5px;
	margin-top:18px;
	font-size:12px;
	color:rgb(255,255,255);
	text-decoration:none;
	text-align:center;
	background-color: rgb(153,51,153);
	border-radius:8px;
}

a.nav2:active {
	display:inline-block;
	width:24%;
	height:35px;
	padding:5px;
	margin-top:18px;
	font-size:12px;
	color:rgb(255,255,255);
	text-decoration:none;
	text-align:center;
	background-color: rgb(153,51,153);
	border-radius:8px;
}


