@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

.case-studies-nav .dropdown-toggle::after {
  content: "";
  background: transparent url('data:image/svg+xml;utf8,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20width=%2216%22%20height=%2216%22%20fill=%22%23000%22%20viewBox=%220%200%2016%2016%22%3E%3Cpath%20d=%22M8%204a.5.5%200%200%201%20.5.5v3h3a.5.5%200%200%201%200%201h-3v3a.5.5%200%200%201-1%200v-3h-3a.5.5%200%200%201%200-1h3v-3A.5.5%200%200%201%208%204%22/%3E%3C/svg%3E') no-repeat 50% 50%;
  background-size: 100% 100%;
  border: 0;
  width: 1.5em;
  margin: 0 -0.5em 0 auto;
}

.case-studies-nav .dropdown-toggle[aria-expanded='true']::after {
  background-image: url('data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23000%22%20class%3D%22bi%20bi-dash%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpath%20d%3D%22M4%208a.5.5%200%200%201%20.5-.5h7a.5.5%200%200%201%200%201h-7A.5.5%200%200%201%204%208%22%2F%3E%3C%2Fsvg%3E');
}

body, h1, h2, h3, h4, h5, h6,
#mainNav,
#mainNav .navbar-nav > li.nav-item > a.nav-link,
#mainNav .navbar-brand,
header.masthead .page-heading .subheading,
header.masthead .site-heading .subheading,
.btn {
  font-family: Roboto, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  text-transform: none;
  font-variation-settings: "wdth" 100;
  letter-spacing: 0;
}

body {
  background: #f5f5f5;
  font-size: 18px;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
}

.btn {
  font-size: 100%;
  font-weight: 400;
}

.case-studies-nav .btn-light {
  background: #fff;
  border-color: #fff;
}

.card,
.card:active,
.card:focus,
.btn,
.btn:active,
.btn:focus {
  border-width: 0;
  box-shadow: 0 1px 2px rgba(0 0 0 / 0.05) !important;
}

.dropdown-menu {
  border-width: 0;
  border-radius: 10px !important;
}

span.img-fluid {
  background: #fafafa;
  color: #ccc;
}

#mainNav,
#mainNav .navbar-nav > li.nav-item > a.nav-link {
  background: none;
  border: 0;
  font: inherit;
  letter-spacing: 0;
}

#mainNav {
  margin: 24px 24px 0;
  transition: all 0.2s;
}

#mainNav .bi {
  display: block;
  width: 2em;
  height: 2em;
  fill: currentColor;
}

#mainNav .container-fluid.rounded {
  background: transparent url('/posts/lot/y/learngestalt.com/logo.png') no-repeat 15px 10px;
  background-size: auto 30px;
  border-color: rgba(255 255 255 / 0.4) !important;
  border-radius: 10px !important;
}

#mainNav.expanded::before {
  background: #fec107;
  bottom: 0;
  content: "";
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: -1;
}

#mainNav:not(.expanded) .container-fluid.rounded {
  backdrop-filter: blur(10px);
}

#mainNav .navbar-logo {
  display: none;
  width: 150px;
  height: 80px;
  background: transparent url('/posts/lot/y/learngestalt.com/logo.png') no-repeat 50% 50%;
  background-size: contain;
}

#mainNav .navbar-logo-mobile {
  position: absolute;
  top: 0;
  left: 0;
  height: 47px;
  width: 115px;
}

#mainNav .navbar-toggler {
  border: 0;
  box-shadow: none !important;
  color: #fff !important;
}

#mainNav .dropdown-menu {}

#mainNav .dropdown-item {
  color: inherit;
}

.dropdown-item:focus,
.dropdown-item:hover {
  background: rgb(135 135 135 / 0.25);
}

.dropdown-item:active,
.dropdown-item.active {
  background: #86680d;
}

@media (min-width: 992px) {
  header.masthead .site-heading h1 {
    font-size: 2.45em;
  }
  .break-md {
    font: 0/0 a;
    display: block;
  }
  #mainNav.expanded::before {
    display: none;
  }
  #mainNav .container-fluid.rounded {
    background-image: none;
  }
  #mainNav .navbar-logo {
    display: block;
  }
  #mainNav .navbar-logo-mobile {
    display: none;
  }
  #mainNav .dropdown-menu {
    transition: top 0.5s;
  }
  #mainNav.is-fixed {
    background: rgb(0 0 0 / 0.25);
    border: 0;
    margin: 0;
    box-shadow: 0 2px 5px rgb(0 0 0 / 0.5);
  }
  #mainNav.is-fixed .container-fluid.rounded {
    border-radius: 0 !important;
    border-width: 0 0 1px !important;
  }
  #mainNav.is-fixed:not(.is-visible) .dropdown-menu {
    top: -250%;
  }
  #mainNav .navbar-nav:last-child .nav-item {
    position: relative;
  }
  #mainNav .navbar-nav:last-child .nav-item:not(:first-child)::before {
    content: "";
    border-left: 1px solid rgba(255 255 255 / 0.25);
    position: absolute;
    top: 1.25em;
    bottom: 1.25em;
    left: 0;
  }
  #mainNav .dropdown-menu {
    background: rgb(0 0 0 / 0.5);
    backdrop-filter: blur(10px);
    color: #fff;
    border-radius: 10px !important;
    border: 1px solid rgb(255 255 255 / 0.5);
    box-shadow: 0 2px 10px rgb(0 0 0 / 0.75) !important;
    margin-top: -0.5em;
  }
}

header.masthead {
  text-shadow: 0 1px 4px rgba(0 0 0 / 0.5);
}

header.masthead .page-heading .subheading,
header.masthead .site-heading .subheading {
  font: inherit;
}

a:not([class]) {
  border-bottom: 2px solid #fec107;
  text-decoration: none;
}

.card-body {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.card-title {
  margin: 0.75rem 0 2rem;
}

.card-title a {
  border-width: 0;
}

.card-text {
  color: #666;
}

.card-title + .card-text {
  flex: 1;
}

.masthead,
.masthead::before {
  border-radius: 0 0 15px 15px;
}

body > footer {
  background: #fec107;
  border-radius: 15px 15px 0 0;
}

body > footer > div > p {
  color: #4c3201;
  border-top: 1px solid #845201;
}

body > footer > div > p a {
  color: #191001;
}

.btn.rounded,
.card.rounded {
  border-radius: 10px !important;
}

.card.rounded .img-fluid.rounded {
  border-radius: 10px !important;
}