body {
	background-color: #EFEFF4;
	padding-bottom: 30px;
}

a {
	color: #00D8FF;
}

.email-us {
	margin-top: 40px;
}

.navbar {
	height: 65px;
	background-color: #00D8FF;
}

.jumbotron {
	background-color: #FFFFFF;
}

.btn-primary {
    background-color: #00D8FF;
    border-color: #00D8FF;
}

.donate-form {
	margin-top: 40px;
}

.download-section {
	margin-top: 40px;
}

.download-section:hover {
	opacity: 75%;
}

.rv-navbar {
	display: flex;
}

.rv-navbar-left {
	margin-right: 40px;
}