html,body{min-height:100%;}

body {
  background:#fafafa;
}
.cheader {
   border-bottom-width:1px;
   border-bottom-style:solid;
   border-bottom-color: #bd9926;
   height:95px;
 }
 .section {
    margin-top:50px;
    padding-top:160px;
    min-height:100%;
 }
 .card {
   margin-bottom:15px;
 }
 th {
     padding-top:5px;
 }
 .islive {
   color:#990000;
 }
 strong {
   color:#076633;
 }
 .second {
   color:#bd9926;
 }
 .bg-success {

 }
 h1,h2 {
   color:#076633;
 }
 main {

 }
 footer {
   margin-top:50px;
 }
.nav-link:hover {
    text-decoration: underline;
    color:#076633;
}
.nav-link {
  color:#303030;
}
