*{
    margin: 0;
    padding: 0;
    font-family: rig-solid-bold-inline-solo, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #e6ded2;
}
.link{
    color: #3b1c1c;
    font-family: rig-sans, sans-serif;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 24px;
margin-bottom: 10px;
}

p{
    color: #3b1c1c;
    font-family: rig-sans, sans-serif;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 24px;
margin-bottom: 10px;
}

.bold{
    color: #3b1c1c;
    font-family: rig-sans, sans-serif;
font-style: normal;
font-weight: bold;
font-size: 16px;
line-height: 24px;
margin-bottom: 10px;
}

.date{
    color: #3b1c1c;
    font-family: rig-solid-bold-inline-solo, sans-serif;
font-style: normal;
font-weight: 700;
line-height: 24px;
margin-bottom: 10px;
}

.header{
    min-height: 30px;
    max-height: 150px;
    width: 100%;
    background-color: #201604;
    background-position: top;
    background-size: 100% auto;
    position: relative;
}

/*--- navigation---*/

nav{
    display: flex;
    padding: 1%;
    justify-content: space-between;
    align-items: center;
}
nav img{
    height: 50px;
}
.nav-links{
    flex: 1;
    text-align: right;
}
.nav-links ul li{
    list-style: none;
    display: inline-block;
    padding: 6px 8px;
    position: relative;
}
.nav-links ul li a{
    text-decoration: none;
    font-size: 16px;
}

.active{
    color: #72511f;
    text-decoration: none;
    font-size: 16px;
    background-color: rgb(199, 197, 182);
}

.nav-links a:not(.nohover):hover{
    background-color: rgb(10, 138, 10);
}

nav .fa{
    display: none;
}

@media screen and (max-width: 700px){
    .h1{
        font-size: 22px;
    }
    .nav-links ul li{
        display: block;
    }
    .nav-links{
        position: absolute;
        background: #624418;
        height: 100vh;
        width: 200px;
        top: 0;
        right: -200px;
        text-align: left;
        z-index: 2;
        transition: 1s;
    }   
    nav .fa{
        display: block;
        color: #ffffff;
        margin: 10px;
        font-size: 22px;
        cursor: pointer;
    }
    .nav-links ul{
        padding: 30px;
    }
}

/*--- buttons---*/

.hero-btn{
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
    border: 1px solid #ffffff;
    padding: 10px 20px;
    font-size: 14px;
    background: transparent;
    position: relative;
    cursor: pointer;
}
.hero-btn:hover{
    border: 1px solid #ffffff;
    background: #046313;
    transition: 1s;
}

.green-btn{
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
    border: 1px solid #046313;
    padding: 10px 20px;
    font-size: 14px;
    background: #407c49;
    position: relative;
    cursor: pointer;
    margin-bottom: 20px;
}
.green-btn:hover{
    border: 1px solid #046313;
    color: #ffffff;
    background: #046313;
    transition: .2s;
}

/*----hero-----*/

.hero{
    width: 100%;
    margin: auto;
}
.hero-col{
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}
.hero-col img{
    width: 100%;
}

/*--- homepage hero text box--- */
.layer{
    background-color: rgba(253, 253, 253, 0.2);
    width: 30%;
    position: absolute;
    top: 10%;
    right: 5%;
    padding: 10px;
    justify-content: left;
    
}
.layer h1{
    font-family: rig-sans, sans-serif;
font-style: normal;
font-weight: 500;
font-size: 36px;
color: #201604;
}

.font-weight{
    font-family: rig-sans, sans-serif;
font-style: normal;
font-weight: 300;
font-size: 36px;
color: #201604;
}

@media screen and (max-width: 700px){
    .layer{
        background-color: rgba(130, 91, 32, 0.2);
        height: 100%;
        width: 100%;
        position: relative;
        top: 0%;
        right: 0%;
        padding: 15px;
    }
    .layer h1{
        font-family: rig-sans, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    color: #201604;
    }
    
    .font-weight{
        font-family: rig-sans, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 32px;
    color: #201604;
    }
}


/*----- 3 column home page----*/

.course{
    width: 80%;
    margin: auto;
    text-align: left;
    padding-top: 10px;
}


.row{
    display: flex;
    justify-content: space-between
}
.course-col{
    flex-basis: 31%;
    background: #E6DED2;
    margin-bottom: 5%;
    padding: 16px 20px;
    box-sizing: border-box;
}
h3{
    text-align: left;
    font-family: rig-solid-bold-reverse, sans-serif;
    font-weight: 700;
    font-style: normal;
font-size: 36px;
color: #046313;
}

@media screen and (max-width: 850px){
    .row{
        flex-direction: column;
    }
    h3{
        text-align: left;
        font-family: rig-solid-bold-reverse, sans-serif;
        font-weight: 700;
        font-style: normal;
    font-size: 36px;
    color: #046313;
    }
}



/*--- footer 
.footer{
    width: 100%;
    text-align: center;
    padding: 30px 0;
}

.footer h4{
    margin-bottom: 25px;
    margin-top: 20px;
    font-weight: 600;
}
---*/
/*---- marketing blurb on homepage ---*/
.action{
    width: 100%;
    background-color: #E6DED2;
    padding: 20px 0;
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
}
.action-row{
    width: 80%;
    display: flex;
    justify-content: space-between;
}
.action-col{
flex-basis: 48%;
    justify-content: center;
}
.action-col img{
    width: 100%

}
.action h1{
    color: #201604;
    margin-bottom: 10px;
    padding: 0;
    font-family: rig-sans, sans-serif;
font-style: normal;
font-weight: 300;
font-size: 36px;
line-height: 42px;
}

.action-font-weight{
    font-family: rig-sans, sans-serif;
font-style: normal;
font-weight: 600;
font-size: 36px;
line-height: 42px;
color: #201604;
}

@media screen and (max-width: 700px){
    .action h1{
        color: #201604;
    margin-bottom: 10px;
    padding: 0;
    font-family: rig-sans, sans-serif;
font-style: normal;
font-weight: 300;
font-size: 24px;
        line-height: 28px;
    }
    .action-font-weight{
        font-size: 24px;
        line-height: 28px;
    }
    p{
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 18px;
    }
    .link{
        font-size: 14px;
    line-height: 16px;
    }
    .action-row{
        width: 80%;
        display: flex;
        flex-direction: column-reverse;
        justify-content: space-between;
    }
}

/*-- sponsors --*/

.sponsors{
    width: 80%;
    margin: auto;
    padding-top: 30px;
    text-align: center;
}
.sponsors h1{
    color: #201604;
}
.sponsors-col{
    flex-basis: 30%;
    margin-bottom: 5%;
    padding: 25px;
    display: flex;
    justify-content: center;
}
.sponsors-col150{
    flex-basis: 30%;
    margin-bottom: 5%;
    padding: 25px;
    display: flex;
    justify-content: center;
}
.sponsors-col img{
    height: 100px;

}
.sponsors-col150 img{
    height: 150px;

}

.sponsors-col300 img{
    height: 300px
}

@media(max-width: 700px){
    .testimonials-col img{
        margin-left: 0px;
        margin-right: 15px;
    }
}


/* --- footer ---*/

.foot{
    width: 100%;
    margin: auto;
    background-color: #201604;
}
.foot-nav{
    display: flex;
    padding: 2% 2%;
    justify-content: space-between;
    align-items: center;
}

.foot-col{
    flex-basis: 44%;
    margin-bottom: 5%;
    text-align: left;
    display: flex;
}
.foot-col-icons{
    flex-basis: 44%;
    margin-bottom: 5%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.foot-col img{
    width: 75px;
    height: 94px;
    margin-left: 5px;
    margin-right: 30px;
}

.foot-col p{
font-size: 14px;
}

.foot-col h5{
    text-align: left;
    font-family: rig-sans, sans-serif;
font-style: normal;
font-weight: 300;
font-size: 14px;
line-height: 22px;
}

.footer-i{
font-weight: 300;
    color: #d6cec1;
}

.foot-col-icons .fa{
    color: #d6cec1;
    cursor: pointer;
    padding: 5px;
}

@media(max-width: 700px){
    .foot-nav{
        flex-wrap: wrap;
        flex-direction: column;
    }
}

/*---- green headline sections page --*/

.race{
    background: rgba(230, 222, 210, 0.5);
    margin-bottom: 5%;
    padding: 16px 20px;
}

.race h1{
    text-align: left;
    font-family: rig-solid-bold-fill, sans-serif;
font-weight: 700;
font-style: normal;
font-size: 36px;
color: #046313;
}

.race h5{
    text-align: left;
    font-family: rig-sans, sans-serif;
font-style: normal;
font-weight: 700;
font-size: 18px;
line-height: 30px;
color:#201604;
margin-top: 15px;
}


.bigger{
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
}

@media(max-width: 700px){
    .race h1{
        text-align: left;
        font-family: rig-solid-bold-fill, sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 24px;
        line-height: 28px;
    }
    .race h2{
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    }
    .race h3{
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    }
    .race h4{
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    }
    .bigger{
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 15px;
    }
}

/*-- map --*/
.map{
    width: 100%;
    margin: auto;
    padding-top: 0px;
    background: rgba(130, 91, 32, 0.2);
}
.map-row{
    display: flex;
    justify-content: center;
}
.map-col{
    width: 80%;
    margin-bottom: 0px;
    display: flex;
    justify-content: center;
    overflow: hidden;
}
.map-col img{
    width: 100%;
    height: 100%; 
}

/*--- about page --*/

/*--marketing blurb on inside pages--*/

.FWtextbox{
    width: 100%;
    background-color: #E6DED2;
    padding: 20px 0;
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}
.FWtextbox-row{
    width: 80%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: column;
}

.FWtextbox h1{
    color: #201604;
    margin-bottom: 10px;
    padding: 0;
    font-family: rig-sans, sans-serif;
font-style: normal;
font-weight: 300;
font-size: 32px;
line-height: 42px;
}

.FWtextbox-font-weight{
    font-family: rig-sans, sans-serif;
font-style: normal;
font-weight: 600;
font-size: 32px;
line-height: 42px;
color: #201604;
}

@media(max-width: 700px){
    .FWtextbox h1{
        font-size: 24px;
        line-height: 28px;
    }
    .FWtextbox-font-weight{
        font-size: 24px;
        line-height: 28px;
    }
    p{
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 18px;
    }
    .FWtextbox-row{
        width: 80%;
        display: flex;
        justify-content: space-between;
    }
}

/*-- sections for clinics, races --*/

.clinics{
    background: rgba(230, 222, 210, 0.5);
    margin-bottom: 5%;
    padding: 16px 20px;
}

.clinics h1{
    text-align: left;
    font-family: rig-sans, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    color: #046313;

}

.clinics h2{
    text-align: left;
    font-family: rig-sans, sans-serif;
font-style: normal;
font-weight: 600;
font-size: 24px;
color: #046313;

}
/*--
.clinics h3{
    text-align: left;
    font-family: Rig Sans;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    color: #046313;

}
.clinics h4{
    text-align: left;
    font-family: Rig Sans;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    color: #046313;

}
--*/
.bigger{
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
}

@media(max-width: 700px){
    .clinics h1{
        font-size: 24px;
        line-height: 28px;
    }
    .clinics h2{
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    }
    .clinics h3{
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    }
    .clinics h4{
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    }
    .bigger{
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 15px;
    }
}


/*--- schedule table---*/

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
   /* border: 1px solid #ddd; */
   margin-bottom: 50px;
  }
  
  th, td {
    text-align: left;
    padding: 16px;
    color: #3b1c1c;
    margin-bottom: 20px;
  }
  

  tr:nth-child(even) {
    background-color: #e6ded2;
  }

  .schedule{
    width: 80%;
    margin: auto;
    text-align: left;
    padding-top: 10px;
}
.schedule-col{
    background: rgba(230, 222, 210, 0.5);
    margin-bottom: 5%;
    padding: 16px 20px;
}

.schedule-col h1{
    text-align: left;
    font-family: rig-solid-bold-fill, sans-serif;
font-weight: 700;
font-style: normal;
font-size: 36px;
color: #046313;
}

  @media(max-width: 700px){
      .schedule{
          font-size: 12px;
          width: 100%;
      }
      .schedule-col h1{
        font-size: 24px;
        line-height: 28px;
    }
  }

  @media(max-width: 350px){
    .schedule{
        font-size: 12px;
        width: 100%;
    }
    th, td {
        text-align: left;
        padding: 8px 4px;
        color: #3b1c1c;
        margin-bottom: 10px;
      }
      .schedule-col{
        background: rgba(230, 222, 210, 0.5);
        margin-bottom: 2%;
        padding: 8px 10px;
    }
    }
