.footer-dark {
  padding: 50px 0;
  color: #f0f9ff;
  background-color: #282d32;
}

.footer-dark h3 {
  margin-top: 0;
  margin-bottom: 12px;
  font-weight: bold;
  font-size: 16px;
}

.footer-dark ul {
  padding: 0;
  list-style: none;
  line-height: 1.6;
  font-size: 14px;
  margin-bottom: 0;
}

.footer-dark ul a {
  color: inherit;
  text-decoration: none;
  opacity: 0.6;
}

.footer-dark ul a:hover {
  opacity: 0.8;
}

@media (max-width:767px) {
  .footer-dark .item:not(.social) {
    text-align: center;
    padding-bottom: 20px;
  }
}

.footer-dark .item.text {
  margin-bottom: 36px;
}

@media (max-width:767px) {
  .footer-dark .item.text {
    margin-bottom: 0;
  }
}

.footer-dark .item.text p {
  opacity: 0.6;
  margin-bottom: 0;
}

.footer-dark .item.social {
  text-align: center;
}

@media (max-width:991px) {
  .footer-dark .item.social {
    text-align: center;
    margin-top: 20px;
  }
}

.footer-dark .item.social > a {
  font-size: 20px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(255,255,255,0.4);
  margin: 0 8px;
  color: #fff;
  opacity: 0.75;
}

.footer-dark .item.social > a:hover {
  opacity: 0.9;
}

.footer-dark .copyright {
  text-align: center;
  padding-top: 24px;
  opacity: 0.3;
  font-size: 13px;
  margin-bottom: 0;
}

.masthead .intro-body .intro-text {
  font-size: 24px;
}

.nav-pills .nav-link.active h3, .nav-pills .show > .nav-link {
  color: #fff;
}

.nav-pills .nav-link .sub {
  color: rgba(255,255,255,0.4);
}

#workout li.nav-item:not(:last-child) .nav-link {
  border-right: solid 2px #fff;
  border-radius: 0px;
}

.nav-pills .nav-item .nav-link.active, .nav-pills .nav-item .nav-link {
  background-color: rgba(0,0,0,0);
}

.nav-pills .nav-link .sub {
  color: rgba(255,255,255,0.4);
}

.nav-pills .nav-link.active .sub.advanced {
  color: rgba(248,60,60,1);
}

.nav-pills .nav-link.active .sub {
  color: #fff;
}

.nav-pills .nav-link .sub.advanced {
  color: rgba(248,60,60,0.4);
}

#workout .nav-pills .nav-item .nav-link .sub {
  margin-bottom: 8px;
  margin-right: 16px;
  margin-left: 16px;
}

.smallbrandlogo {
  background-image: url("/assets/img/smallagnilogo.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 120px;
  height: 40px;
}

.agnibigheader {
  background-image: url("/assets/img/morefirefixed.jpg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.agnibigheaderlogo {
  background-image: url("/assets/img/agniwhitebig.png");
  background-position: 50% 0%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 120px;
  margin-bottom: 8px;"
}
