body {
    margin-left: 12%;
    margin-top: 70px;
    margin-right: 12%;
}


.hometitle {
	color: #d4af37;
}

.doingtitle {
	font-size: 18px;
}

.doingtext {
	font-size: 12px;
}

#volunteerlink:link {
  color: white;
}

/* visited link */
#volunteerlink:visited {
  color: white;
}

/* mouse over link */
#volunteerlink:hover {
  color: white;
}

/* selected link */
#volunteerlink:active {
  color: white;
}

#footertext a {
	color: black;
}

#footertext a:link {
	color: black;
}

#footertext a:visited {
	color: black;
}

#footertext a:hover {
	color: black;
}

#footertext a:active {
	color: black;
}

#subscribe_form {
	text-align:center;
	padding-bottom:40px;
}

.mc4wp-form input[type="submit"]
{
		width:25% !important;
		background-color: #444;
    color: #fff;
		padding:10px;
		border: 1px solid #444;
		margin-left:5%;
}

.signup-textbox {
	border-radius: 10px;
}
#signup-firstname-lbl {
	float: left;
	margin-right: 10px;
}
#signup-lastname-lbl {
	overflow: hidden;
}

#signup-addr-apt-lbl {
	float: left;
	margin-right: 10px;
}
#signup-addr-street-lbl {
	overflow: hidden;
}

#signup-addr-city-lbl {
	float: left;
	margin-right: 10px;
}
#signup-addr-postal-lbl {
	overflow: hidden;
}

#signup-id-acceptable-header {
	font-weight: bold;
}

.signup-id-list-item {
	font-size:14px;
	font-weight:400;
}

#name-ids-list {
	float: left;
	margin-right: 40px;
	margin-bottom:40px;
}

#address-ids-list {
	overflow: hidden;
}

#id-form {
    clear: both;
    margin-top: 0px;
}

.fileChoosers {
    margin-top: 5px;
    margin-bottom: 5px;
}

#upload-button {
	border-radius: 	15px;
	color: white;
    margin-top: 10px;
	padding-left:10px;
    padding-top: 5px;
    padding-bottom: 5px;
	padding-right:10px;
	background-color: #502e61 !important;
}

/* Smartphones (portrait and landscape) ----------- */
@media screen and (min-width: 0px) and (max-width: 500px) {
	.desktopgallery {
		display: none;
	}
	.mobilegallery {
		display: block;
	}
	
	#popup_h2 
	{
		color: black;
		font-family:"Tahoma";
		font-size: 18px;
	}

	#popup_form 
	{
		text-align:center;
		padding-bottom:0px;
	}

	#subscribe_form {
		text-align:center;
		padding-bottom:0px;
	}
}

