@font-face {
    font-family: BungeeRegular;
    src: url('../fonts/Bungee-Regular.ttf');
}

@font-face {
    font-family: PoppinsLight;
    src: url('../fonts/Poppins-Light.ttf');
}

@font-face {
    font-family: PoppinsBold;
    src: url('../fonts/Poppins-Bold.ttf');
}

@font-face {
    font-family: PoppinsRegular;
    src: url('../fonts/Poppins-Regular.ttf');
}

html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

button.cta, a.cta {
    background-color: rgb(205 77 12);
    color: white;
}

button.cta:hover, a.cta:hover, button.cta:active, a.cta:active {
    transition: .3s;
    background-color: #ffc107;
    color: black;
    font-weight: bold;
}

.accordion-button:focus {
    background-color: white;
    border-color: white;
    box-shadow: initial
}

.accordion-button:not(.collapsed) {
    border-color: white;
    background-color: white;
    color: black;
}

a.cta:focus, button.cta:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem black;
}

/* Hero section - push content below fixed header + promo bar */
section.claude-code-hero {
    padding-top: 160px;
}

/* Trainer section */
section.our-team {
    background-color: #f3f5fa;
    padding-top: 20px;
    padding-bottom: 20px;
}

section.our-team h2 {
    text-align: center;
    text-transform: uppercase;
}

section.our-team .hexagon {
    width: 100%;
    max-width: 120px;
    height: auto;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    object-fit: cover;
    aspect-ratio: 1;
}

section.our-team .networks i {
    color: orangered;
}

section.our-team .networks a {
    margin-right: 10px;
}
