/** Custom Styles for Ridgefield Running Co. **/

.logo {
  	max-height: 50px;
}

.maintenence {
 	display: none; 
}

.maintenence .logo {
padding-top: 10vh;
}

@media all and (max-width: 767px) {
 .logo {
     max-height: 42px;
 }
}

a.slidermore {
color: #ffffff!important;
background-color: #FE5002!important;
font-weight: 900!important;
}


p.lead {
 color: #FFFFFF;
 font-size: 22px;
}

a.btn.btn--primary {
 background-color: #FFFFFF;
 color: #FE5002;
 font-size: 18px;
}

span.btn__text {
 font-weight: bold;
 text-transform: none;
}

.btn-white:visited, .btn:visited:hover {
    color: #fe621b;
    transition: all 0.3s ease;
}