@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:wght@400;700&display=swap');

/* AVANT GARDE GOTHIC NORMAL */
@font-face {
  font-family: AvantGardeGothic;
  src: url('/file/30/itcavantgardestd-bk.otf');
  src: url('/file/30/itcavantgardestd-bk.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: AvantGardeGothic;
  src: url('/file/30/itcavantgardestd-bkobl.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: AvantGardeGothic;
  src: url('/file/30/itcavantgardestd-bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: AvantGardeGothic;
  src: url('/file/30/itcavantgardestd-boldobl.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: AvantGardeGothic;
  src: url('/file/30/itcavantgardestd-demi.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: AvantGardeGothic;
  src: url('/file/30/itcavantgardestd-demiobl.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: AvantGardeGothic;
  src: url('/file/30/itcavantgardestd-md.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: AvantGardeGothic;
  src: url('/file/30/itcavantgardestd-mdobl.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: AvantGardeGothic;
  src: url('/file/30/itcavantgardestd-xlt.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: AvantGardeGothic;
  src: url('/file/30/itcavantgardestd-xltobl.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

/* END OF AVANT GARDE GOTHIC CN */


body {
  background-color: #fffde8;
  font-family: "AvantGardeGothic", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
}

h1, h2, h3 {
  font-weight: 700;
}

h4 {
  font-weight: 600;
}

h5, h6 {
  font-weight: 500;
}

.z-10 {
  z-index: 10;
}

.top-120 {
  top: 120px;
}

.serif {
  font-family: "Noto Serif", serif !important;
  font-weight: 400;
}

.bg-success {
  background-color: #58b947 !important;
}

.bg-warning {
  background-color: #ffcf00 !important;
}

.bg-primary {
  background-color: #0680c0 !important;
}

.bg-danger {
  background-color: #f04959 !important;
}

.bg-gray {
  background-color: #414042 !important;
}

.bg-yellow {
  background-color: #fffde8;
}

.border-gray {
  border-color: #414042 !important;
}

/* CUSTOM NAVBAR STYLE */ 
.navbar-brand img {
  height: 120px;
}

.navbar-toggler {
  border: 0 !important;
  padding: 0 !important;
}

.navbar-toggler .btn-close {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
}

.navbar-toggler[aria-expanded="true"] > span.navbar-toggler-icon {
  display: none;
}
.navbar-toggler[aria-expanded="false"] > span.btn-close {
  display: none;
}

.collapse {
    min-height: calc(100% - 120px) !important;
    height: calc(100% - 120px) !important;
    max-height: calc(100% - 120px) !important;
}
.collapsing {
    min-height: calc(100% - 120px) !important;
    height: calc(100% - 120px) !important;
    max-height: calc(100% - 120px) !important;
}

/* END OF CUSTOM NAVBAR STYLE */ 

.max-h-250 {
  max-height: 250px !important;
}

.max-h-350 {
  min-height: 400px !important;
  max-height: 400px !important;
}

.max-w-60 {
  max-width: 60%;
}

.w-15 {
  width: 15% !important;
}

.list-style-position-inside {
  list-style-position: inside;
}

.object-cover {
  object-fit: cover;
  object-position: top;
}

.object-fill {
  object-fit: fill;
  object-position: top;
}

.undefined {
  height: 100%;
  background: #414042;
  color: #414042;
}

#hero-header {
  background: url("./assets/stock/kid-running.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#hero-header h1 {
  font-weight: 900;
  color: white;
  text-transform: uppercase;
}

.large-hero-header {
  height: 50vh;
}

.small-hero-header {
  height: 25vh;
}

footer {
  background-color: #414042;
  min-height: 50vh;
}

#grid .card img {
  max-height: 250px !important;
}

#grid .card h3 {
   font-size: 2.25rem!important;
}

#rows .card .card-body .card-text {
   margin-top: 0px;
   margin-bottom: 0px;
}

#rows .card h3 {
  font-size: 2rem !important;
}

.card {
  padding: 0;
  border-radius: 0;
  border: 0;
  height: 100%;
}

.card img {
  max-height: 50%;
  object-fit: cover;
}

.card .card-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 25px;
}

.card .card-body h3 {
  text-transform: uppercase;
  margin-bottom: 0;
}

.card .card-body h4 {
  text-align: center;
}

.card .card-body p {
  max-width: 90%;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}

.card .card-body a {
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  color: white;
}

.card h3 {
  font-weight: 900;
}

@media (max-width: 575.98px) {
  .navbar-brand img {
    height: 86px;
  }

  .max-w-60 {
    max-width: 100%;
  }
}
