/* ChallengeBus site — global styles */
*,*::before,*::after{box-sizing:border-box}
body{margin:0;background:#ece3cf}
img{display:block;max-width:100%}
a{color:#b5502e}
a:hover{color:#8a3d21}
p{margin:0 0 1em}
p:last-child{margin-bottom:0}

.cb-input{
  width:100%;
  background:#f7f1e3;
  border:1px solid #c9b98f;
  padding:14px 16px;
  font-family:'Source Serif 4',serif;
  font-size:15px;
  color:#2b2a24;
  appearance:none;
}
.cb-input:focus{outline:2px solid #b5502e;outline-offset:0}

/* Nav active link */
.nav-link-active{color:#b5502e!important;border-bottom-color:#b5502e!important}
