html {-webkit-font-smoothing:antialiased;}
body {color:#555;font-family:"Lato","Helvetica Neue",Helvetica,Arial,sans-serif;margin:0;height:100%;background:#FFF;}
body {min-height: 75rem;padding:6.4rem 0 0 0;}
.header {padding:0;margin:0;background:#FFF;background:-webkit-linear-gradient(#eaeaea, #FFFFFF);background:-o-linear-gradient(#eaeaea, #FFFFFF);background:-moz-linear-gradient(#eaeaea, #FFFFFF);background:linear-gradient(#eaeaea, #FFFFFF);border-bottom:1px solid #ddd;}
/* OTHER */
.btn {cursor:pointer;}
span.orange {color:#ff6b00;}
hr.divider {height:2px;width:100px;text-align:center;position:relative;background:#ff6b00;margin:10px auto 20px;border:0;}
/* NAV EDITS */
.nav-link  {color:#ff6b00;}
.nav-link:hover {color:#b44e26;}
.navbar-toggler {background:#ff6b00;}
/* LOGO */
.logo {width:100%;max-width:170px;}
.navbar-brand {padding: 14px 15px;}
/* SECTIONS */
.section {position: relative;}
.top-section {padding: 9rem 2rem;border-bottom:1px solid #ddd;margin:0;background:url('../imgs/landing/peoplebg4.jpg') 50% 20% no-repeat;background-size:cover;color:#fff;}
.top-section h1 {font-size:28px;font-weight:600;text-shadow: 1px 1px 2px #333;}
.top-section p {margin-bottom:15px;font-size:21px;font-weight:200;text-shadow: 1px 1px 2px #333;}
.top-section .btn {width:400px;font-size:22px;border-color:#FFF;}
.bg-overlay {background: #000;opacity: 0.7;position: absolute;height: 100%;width: 100%;right: 0;bottom: 0;left: 0;top: 0;}
/* FOOTER */
.footer {width:100%;display:block;color:#333;margin-top:30px;margin-bottom:20px;}
@media (max-width: 400px) {
  .footer {font-size:84%;}
  .top-section p {font-size:100%;}
  .top-section .btn {width:100%;}
}
@media (max-width: 768px) {
  .top-section .btn {width:100%;}
  .top-section {padding: 2rem;}
}