/** Custom CSS. */
.fb-wrapper {
  position: relative;
  height: auto;
  color: #fff;
  background: #343a40;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.fb-wrapper::afer {
  display: block;
  clear: both;
  content: "";
}

.fb-image {
  position: absolute;
  top: -7rem;
  left: 0rem;
  margin: 1rem;
  max-width: 275px;
  max-height: 200px;
}

.fb-image > img {
  width: 275px;
  height: 200px;
  overflow: hidden;
}

.fb-cover-photo {
  max-width: 1200px;
  max-height: 350px;
  overflow: hidden;
}

.fb-content {
  position: relative;
  top: 1rem;
  left: 17.5rem;
  height: auto;
  overflow: hidden;
}

.fb-content > .fb-meta {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: start;
  align-items: center;
}

.fb-content > .fb-meta > .fb-name {
  display: flex;
  flex-wrap: wrap;
  font-weight: lighter;
  font-size: 2rem;
  padding-right: 1rem;
}

.fb-content > .fb-details {
  color: #ec9001;
  height: auto;
  padding-bottom: 1rem;
}

.fb-section {
  position: relative;
  top: 0rem;
  left: 0rem;
  color: #fff;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: start;
  align-items: center;
  height: auto;
  background: #343a40;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding-left: 17.9rem;
}

.fb-section > .fb-section-item {
  text-align: none;
  padding: 1rem;
  color: #fff;
}

.fb-section > .fb-section-item:hover {
  color: #ec9001;
}

.heading-crusta {
  color: #ec9001;
  font-weight: normal;
  font-size: 3rem;
  margin-top: 2rem;
}

.heading-crusta-sub {
  color: #ec9001;
  font-weight: normal;
  font-size: 1.5rem;
}

.mouse-over {
  cursor: pointer;
  text-decoration: none;
}

.mouse-over:hover {
  cursor: pointer;
  color: #ec9001;
  text-decoration: none;
}

.divider {
  border-bottom: 1px solid #ec9001;
}

.container {
  max-width: 1200px !important;
}

.nav-toggle {
  margin: 0.5rem;
}

.nav-account {
  position: relative;
  width: 100%;
}

.nav-account-dropdown {
  position: absolute;
  right: 0;
}

.nav-bg {
  border-top: #f89701 2px solid;
  border-bottom: #f89701 2px solid;
  background: #170149;
}

.nav-item {
  padding: 0.5rem;
}

.nav-item:hover {
  background: red;
  transition: all 2s ease-in-out 0s;
}

.nav-link:hover {
  transition: all 2s ease-in-out 0s;
}

.dropdown:hover {
  background: none !important;
}

.dropdown-menu {
  background: #170149;
  border: none;
  padding-left: 0.5rem;
}

.dropdown-menu:hover {
  background: #170149;
}

.dropdown-menu > li > .dropdown-item {
  padding: 0.5rem;
}

.dropdown-menu > li > .dropdown-item:hover {
  background: red;
  transition: all 2s ease-in-out 0s;
}

.carousel-control-next,
.carousel-control-prev {
  filter: invert(100%);
}

.track-font-size {
  font-size: 0.75rem;
}

.track-font-weight {
  font-weight: bold;
}

/** Media query. */
@media (max-width: 1198px) {
  .fb-wrapper {
    position: relative;
    width: 100%;
    height: auto;
    color: #fff;
    background: #343a40;
    display: flex;
    flex-direction: column;
  }

  .fb-image {
    position: relative;
    top: 0;
    left: 0;
    margin: 1rem auto;
    border: none;
  }

  .fb-content {
    position: relative;
    top: 0;
    left: 0;
    height: auto;
    text-align: center;
  }

  .fb-content > .fb-meta {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding-bottom: 1rem;
  }

  .fb-content > .fb-details {
    color: #9ba6a5;
  }

  .fb-section {
    position: relative;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background: #343a40;
    padding: 0;
    height: auto;
  }

  .fb-section > .fb-section-item {
    color: #fff;
    padding: 0.5rem 1rem;
  }

  .nav-account-dropdown {
    position: relative;
    right: 0;
  }
}
