#header{
  color: #fff;
  background: #C31718;
  margin: 0;
  padding: 0;
}
#logo{
  width: 100px;
  height: 100px;
  font-size:2rem;
}
#navmenu {
  list-style:none;
  padding:0;

}
.section{
  padding-top: 70px;
  padding-bottom: 70px;
}
.section h2.section-head{
  color: #000;
  text-align: center;
  margin-bottom: 40px;
}
.section h2.section-head::after{
  background: #C31718;
  content: "";
  display: block;
  margin: 20px auto;
  width:100px;
  height: 3px;
}


#navmenu li a{
  color: #fff;
  padding : 15px 10px;
  display:block;
  text-decoration: none;
}
a:hover{
  text-decoration: none;
}
#navmenu li a:hover{
  background-color: #720000;

}
#company{
   margin-top: 5%;
   margin-left: 10%;
   flex-wrap: nowrap !important;
}
#banner{
  background: url('../images/banner.jpeg') no-repeat 0 0;
  height: 400px;
  background-size: 100% 100%;
}
#banner-contact-us{
  background: url('../images/contact-us.png') no-repeat 0 0;
  height: 400px;
  background-size: 100% 100%;
}

#banner-about-us{
  background: url('../images/about-us-banner.png') no-repeat 0 0;
  height: 400px;
  background-size: 100% 100%;

}
#banner-privacy{
  background: url('../images/banner.jpeg') no-repeat 0 0;
  height: 400px;
  background-size: 100% 100%;

}
#banner-membership{
  background: url('../images/membership-banner.jpeg') no-repeat 0 0;
  height: 400px;
  background-size: 100% 100%;
}
#banner-membership h1{
  color: #fff;
  text-align: center;
}
#banner-sponsor{
  background: url('../images/sponsor-banner.png') no-repeat 0 0;
  height: 400px;
  background-size: 100% 100%;
}
.py-2 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.banner-titile{
  padding-top: 1rem;
}
.margin-top-10 {
  margin-top: 10px;
}
.banner-titile h1{
  background: rgba(255,255,255,0.8);
  display: inline-block;
  padding: 10px;
  margin: 0;
}
.banner-titile p.lead{
  background: rgb(204, 0, 16,0.7);
  color:#fff;
  padding: 10px;
}
.banner-titile p.lead-bold{
  color:#000;
  padding: 10px;
  font-weight: bold;
  font-size: 30;
}

.section{
  text-align: center;
}
.service-box i.fa{
  color: #C31718;
  font-size: 70px;
  margin-bottom: 15px;
}
#testimonials{
  color:#fff;
  background: url("");
  background-size: cover;
  padding:50px 0;
  position: relative;
}
#testimonials::before{
  background: rgba(204,0,17,0.8);
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%
}
.news-post img{
  width:100%;
  margin-bottom: 10px;
}
.news-post h3{
  font-size: 1.35rem;
}
.news-post h3 a{
  color:#c01;
}

.post-date{
  font-size: 13px;
  margin-bottom: 2px;
}

.post-date::before{
  content: "\f073";
  font-family: FontAwesome;
  padding-right: 5px;
}


a.readmore::after{
  content: "\f101";
  font-family: FontAwesome;
  padding-left: 5px;
  text-decoration: none;

}
.service-box a{
  text-decoration: none !important;
  
}

#footer-sidebar{
  color:#fff;
  background: #C31718;
  padding: 20px 0px;
}
.footer-widget h4::after{
  content:"";
  background: #fff;
  display: block;
  width: 50px;
  height: 2px;
  margin: 5px 0px;
}

.footer-widget a{
  color:#fff;

}
.latest-news{
  list-style: none;
  padding: 0;
  margin: 0;
}
.latest-news li{
  margin-bottom: 3px;
}

.latest-news li::before{
  content: "\f101";
  font-family: FontAwesome;
  padding-left: 5px;
}
#footer{
  color:#fff;
  background: #720000;
  padding: 10px 0px;
}
#social-icons{
  list-style: none;
  color: #fff;
  margin: 0;
  padding: 0;
  text-align: right;
}
#social-icons li{
  display:inline-block;
  padding-left: 5px;
} 
#social-icons li a{
 color: #fff;
 font-size: 23px;
}
@media only screen and (max-width: 600px) {
  #text-center-sm{
    text-align: center;
    display: inline;
  }
  #sponsor-card{
    margin-top:10px;
  }
 #sponsor-tab-border-blu{
  margin-top:10px;
  width:300px;
 }
 
}
@media only screen and (min-width: 360px) and (max-width: 500px) {
  #text-center-sm{
    text-align: center;
    display: inline;
  }
  #sponsor-card{
    margin-top:10px;
  }
  #sponsor-tab-border-blue {
    background-size: 100% 100%;
    border: blue solid;
    width: 310px;
    margin-top: 10px;
}
 
}
@media (max-width:768xpx){
  .footer-widget{
    margin-bottom: 20px;
  }
  #footer{
    text-align: center;
  }
  #text-center-sm{
    text-align: center;
    display: inline;
    margin-left:100px;
  }
  #social-icons{
    margin-bottom: 20px;
  }
  #link-icons {
    margin-bottom: 20px;
  }
  #sponsor-card{
    margin-top:10px;
    margin-left:100px;
  }
 #sponsor-tab-border-blu{
  margin-top:10px;
  margin-left:100px;
 }
}
#image-icon {
  height: 100px;
  width: 100px;
}
#text-center-sm{
  font-size: 15px;
  color:#fff;
  display: inline;
}
#terms{
  text-align: center;
  font-size: 15px;
  color:#fff;
  display: inline;

}
#terms a {
  font-size: 15px;
  color:#fff;
  display: inline;
  text-decoration: none;
}
.contactus{
  font-size: 23px;
  font-weight: bold;
  text-align: left;
}
.contactus h2{
  text-decoration: underline;
}
.contactus a{
  text-decoration: none;
  color: #000;
}

#sponsor-tab{
  background-size: 100% 100%;

}

#sponsor-tab-border-blue{
  background-size: 100% 100%;
  border: blue solid;

}
#sponsor-card{
  width: 300px;
  max-height: 370px;
}
#sponsor-card-border{
  width: 300px;

}
#picnic-flyer img {
  height: 100%;
  width: 100%;
}
.link-class{
  font-size: 20;
  font-weight: bold;
}
.about-us-bg{

}
.about-us{
  color: #000;
}
.p-padding-left{
  padding-left: 2rem;
}
.privacy h5{
  color: blue;
}
.privacy h4{
  color: blue;
}


