body {
    -webkit-font-smoothing: antialiased;
    font-family: lato,sans-serif!important
}
p {
	font-weight:400;
	font-size: 1.5em;
	letter-spacing: -0.5px;
	color: #2f2d2d;
	padding: 1rem 1rem 0rem 1rem;
}
	.container-fluid.specialBackground {max-height: 500px;min-height: 500px;margin: auto;border-bottom: 3px solid black;font-weight: bold;letter-spacing: -3px;color: black;text-shadow: 0px 0px 5px snow;margin-bottom: 0rem;background-color: #ffffffc7;}
.container-fluid.footerBG {
    font-size: 8px;
    padding: 0px;
    margin: auto;
    background: #0096889c;
}

.container-fluid.footerBG p {
    padding: 0px;
    margin-bottom: 0px;
    text-align: center;
    color: white;
}

footer.container {
    margin-top: 1rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

 h3.headlineText {
    margin-top: 9rem;
    font-size: 5rem;
    text-align: center;
    font-weight: bolder;
}
 .overLay {
    background-color: white;
    height: 100%;
    width: 100%;
    background-image: url(./images/bike-bg.png);
    max-height: 500px;
    min-height: 500px;
    /* background-attachment: fixed; */
    background-position: center;
    background-repeat: no-repeat;
    /* background-size: cover; */
}
@media only screen and (max-width:430px) {
	h3.headlineText {
    margin-top: 4rem;
    font-size: 3rem;
    text-align: center;
}
	
	
}
.container.contentContainer {
    max-width: 900px;
}
@media screen and (max-width: 480px) {

.overLay { min-height: 100%; }

.container-fluid.specialBackground { min-height: 387px; }



}
@media screen and (max-width: 767px) and (min-width:480px) {

h3.headlineText { margin-top: 2rem; }


}