



h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: #5D7E95 !important;
}

.header-pic {
	margin-top: 100px;
}

.main .sub {
    font-weight: 500;
    text-align: center;
    text-shadow: none;
}

.main .mailing-list {
    margin-top: 80px;
    text-align: center;
}

.main .mailing-list .mailing-list-heading {
    font-weight: 400;
    text-align: center;
    text-shadow: none;
    font-size: 16px;
	color: #5D7E95 !important;
	letter-spacing: 0.2px;
	margin-bottom: 20px !important;
}

.main .mailing-list .mailing-list-heading a {
	color: #808080 !important;
}

.main .mailing-list .mailing-list-heading a:hover {
	color: #5D7E95 !important;
}

.theline {
	width: 83%;
	height: 5px;
	color: #5D7E95;
	background-color: #5D7E95;
	height: 10px;
	margin-top: 70px;
	margin-bottom: 40px;
	border-radius: 6px;
}

.bottomtext1 {
	text-align: center;
	margin-bottom: 4px !important;
	font-weight: 400;
	letter-spacing: 0.5px;
}

.bottomtext2 {
	text-align: center;
	padding-bottom: 50px;
	margin-top: 6px !important;
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 0.5px;
}

.bottomtext2 a {
	color: #808080 !important;
}

.bottomtext2 a:hover {
	color: #5D7E95 !important;
}

.credit {
	text-align: center;
	color: #5D7E95 !important;
	font-size: 14px;
}

.credit a {
	color: #b2b2b2;
}

.credit a:hover {
	color: #5D7E95;
}


/* Mobile Screen Styles */
@media screen and (max-width: 480px) {
	.header-pic {
	margin-top: 20px;
	}
	
	.main .mailing-list {
    margin-top: 40px;
	}
	
	.theline {
    width: 95%;
    margin-top: 35px;
    margin-bottom: 35px;
	}
	
	.bottomtext2 {
    padding-bottom: 30px;
	}
}






