.bg-light{background-color: #FFF !important;}
.socials{padding-bottom: 10px !important;}
.socials a{padding:10px !important;}
.socials a:hover{padding:10px !important;}
.d2b-cont{max-width: 100% !important; padding: 20px 30px;}
.d2b-cont h1{padding: 10px 0 10px 0 !important;}
.d2b-cont p{padding: 10px 0 !important;}
.d2b-cont ul li{padding: 2px 0 0 20px !important;}

/* Fixed sidenav, full height */


/* Style the sidenav links and the dropdown button */
.sidenav .dropdown-container a, .dropdown-btn {
  color: #818181;
  display: block;
  background: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
  outline: none;
}

/* Add an active class to the active dropdown button 
.active {
  background-color: green;
  color: #495057;
}*/

.list-group-item.active{
	color: #495057 !important;
}

/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.dropdown-container {
  display: none;
  padding-left: 8px;
}

/* Optional: Style the caret down icon */
.fa-caret-down {
  float: right;
  padding-right: 8px;
}

/* Some media queries for responsiveness */
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}