@charset "UTF-8";
/* CSS Document */
/* Ohio Third Frontier Homepage Custom */

.section { padding: 2rem 0 1rem; text-align: center; }
.section p { padding: .5rem; }
.values { background-image: url("../images/otf-bg.jpg"); background-size: cover; color: #fff; /*padding-bottom: 5rem;*/ }
.value-multiplier { color: #525051; margin-bottom: 0.5rem; }
.value-heading { color: #525051; margin-bottom: 0.3rem; }
.value-description { font-weight: 300; opacity: 0.8; }
.ctabutton { background-color: #fff; border-color: #525051; border-radius: 100px; margin-bottom: 1rem; cursor: pointer; display: inline-block; font-size: 11px; font-weight: 600; height: 38px; letter-spacing: 0.1rem; line-height: 38px; padding: 0 30px; text-align: center; text-decoration: none; text-transform: uppercase; white-space: nowrap; box-shadow: 1px 1px 3px rgba(81, 81, 81, .5); }
.otflogo {display:block; margin:auto; padding: 0 0 1rem 0;}

@media (min-width: 550px) {
.section { padding: 1rem 0 1rem; }
}

@media (min-width: 750px) {
.section { padding: 1rem 0 1rem; }
}

@media (min-width: 1000px) {
.section { padding: 2rem 0 1rem; }
}
