
/** ADD YOUR AWESOME CODES HERE **/

.navbar-fixed {
    top: 0;
    z-index: 100;
    position: fixed;
    width: 100%;
  }

/* CSS for active tab */
.card-custom .nav-tabs > li > a.active {
  background: #eea412; /* Active tab background color */
  color: #fff; /* Active tab text color */
	border: 0px;
}

.card-custom .nav-tabs > li > a {
  font-size: 14px;
  background: #2d3032; /* Inactive tab background color */
  color: #fff; /* Inactive tab text color */
  margin-right: 2px;
	border: 0px;
}

.card-custom .nav-tabs > li > a:hover{
	background: #eea412;
	color: #ffffff;
	border: 0px;
}

.card-custom {
  border-top:thistle;
  border-right: none;
  border-bottom: none;
  border-left: none;
  background:#fff;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  margin-top: 10px;
}
