html {
  font-size: 100%;
}

#childrenlogo {
  max-width: 225px;
  height: auto;
}

#banner {
  max-width: 500px;
  height: auto;
}

#logo {
  max-width: 30%;
  height: auto;
}

.grecaptcha-badge {
  display: none;
}

.bg-primary {
    background-color: #0e08e8 !important;
}

body, wrapper {
   min-height:100vh;
}

.navbar {
  margin-bottom: 0px; /* override navbar.less */
  border: 0;
  min-height: unset;
  border-radius: unset;
}

.navbar-text {
  padding-top: 0px;
  padding-bottom: 0px;
}

.navbar-brand {
  padding-left: 0px;
  padding-right: 0px;
  height: unset;
}

.nav-link {
  padding: 8px !important;
}

.nav-checkout .navbar-nav {
  flex-direction: row;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,.7);
}

h1 { font-size: 32px; }
h2 { font-size: 28px !important; }
h3 { font-size: 24px !important; }
h4 { font-size: 22px !important; }

#cart-dropdown {
  left: auto;
  right: 0;
  margin-right: 10px;
}
