/*!

 */


.bg-grey {
  background-color: #343837; } 
  
 .bg-light-grey {
  background-color: #EFEFEF; }   
 
 .bg-yellow {
  background-color: #FFCF01; }   
 
   .bg-black {
  background-color: #000000; }   
  
   .bg-dcc_blue {
  background-color: #485A62; }  
  
     .bg-dcc_brown {
  background-color: #7d3900; }  
  
   .bg-dark_blue {
  background-color: #00447d; }  
    
    .bg-nav {
  background-color: #625048; }  
  
    .bg-green {
  background-color: #007d78; } 
  
  
   
.text-white {
  color: #FFFFFF !important; }
  
 .text-black {
  color: #000000 !important; }   
  
  .text-grey {
  color: #343837 !important; }
  
 .text-light_grey {
  color: #EFEFEF !important; }
  
 .text-dcc_blue {
  color: #485A62 !important; }
  
 .text-dark_blue {
  color: #00447d !important; }
 
  .text-green {
  color: #007d78 !important; }
 
 .text-dcc_brown {
  color: #7d3900 !important; }
 
 
 .text-main {
  font-size: 24px;}
  
  .text-small {
  font-size: 19px;}
  
  .text-med {
  font-size: 21px;}

.text-lrg {
  font-size: 25px;}
 
  
  

     @media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
 @media (max-width: 850px) {
  .hidden-x {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.footer-link {
    color: #f8f9fa;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-link:hover {
    color: #0d6efd;
}

.social-icon {
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    display: inline-block;
    margin: 0 8px;
    transition: all 0.3s ease;
}

.social-icon:hover {
    transform: translateY(-3px);
    color: #fff;
}