/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Hanlding Updates
-----------------------------------------------------------------*/


.footer-logo {
    display: block;
    margin-bottom: 30px;
    margin-top: -35px;
}
.introfont {
font-size: 1.3em;
max-width: 700px;
}

.introfont2 {
font-size: 1.3em;
max-width: 70vw;
}
#footer.dark, .dark #footer {
    background-color: #9e2a2b;
    color: #fff;
    border-top-color: rgba(0,0,0,0.2);
}
