/* scss/settings/_breakpoints.scss */ /* scss/utilities/_functions.scss */
/*
    .cssClass {
        font-size: fluid-type(rem-calc(360), rem-calc(1280), rem-calc(20), rem-calc(50));
        margin-bottom: fluid-type(rem-calc(360), rem-calc(1280), rem-calc(10), rem-calc(20));
    }

*/
/* scss/utilities/_mixins.scss */ /* xsmall = 10 (1 - 11)
small = 13 - (12-14)
default = 16 (15-18)
medium = 20 (18-26)
large = 32 (26-36)
xlarge = 40 (36 <) */
/* ---------- headers ---------- */
/* ---------- medium fonts: 20 (18-26) ---------- */
/* ---------- default fonts: 16 (15-18) ---------- */
/* ---------- small fonts: 13 - (12-14) ---------- */
/* ---------- xsmall fonts: 10 (1 - 11) ---------- */
/* ---------- button fonts ---------- */
.frame {
  margin-bottom: 6.25rem;
}

.seoText {
  margin-top: 6.25rem;
}

.frame-space-after-none {
  margin-bottom: 0;
}

.frame-space-after-small {
  margin-bottom: 3.125rem;
}

.frame-space-after-medium {
  margin-bottom: 6.25rem;
}

.frame-space-after-large {
  margin-bottom: 9.375rem;
}

body {
  scroll-behavior: smooth;
}

.no-transitions,
.no-transitions * {
  transition: none !important;
  animation: none !important;
}

/* scss/utilities/_functions.scss */
/*
    .cssClass {
        font-size: fluid-type(rem-calc(360), rem-calc(1280), rem-calc(20), rem-calc(50));
        margin-bottom: fluid-type(rem-calc(360), rem-calc(1280), rem-calc(10), rem-calc(20));
    }

*/
/* scss/utilities/_mixins.scss */ /* xsmall = 10 (1 - 11)
small = 13 - (12-14)
default = 16 (15-18)
medium = 20 (18-26)
large = 32 (26-36)
xlarge = 40 (36 <) */
/* ---------- headers ---------- */
/* ---------- medium fonts: 20 (18-26) ---------- */
/* ---------- default fonts: 16 (15-18) ---------- */
/* ---------- small fonts: 13 - (12-14) ---------- */
/* ---------- xsmall fonts: 10 (1 - 11) ---------- */
/* ---------- button fonts ---------- */
.m-navSocial {
  display: flex;
  gap: 2.1875rem;
  justify-content: space-around;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .m-navSocial {
    justify-content: center;
  }
}
@media only screen and (min-width: 992px) {
  .m-navSocial {
    justify-content: flex-start;
  }
}
.m-navSocial svg {
  max-width: 2.1875rem;
  max-height: 100%;
  fill: #A19898;
  transition: fill 350ms ease-out;
}
.m-navSocial a {
  display: inline-block;
  padding: 0.25rem;
  border-radius: 4px;
  height: 2.5rem;
  aspect-ratio: 1;
  transition: background-color 350ms ease-out;
}
.m-navSocial__yt:hover svg {
  fill: #FF0000;
}
.m-navSocial__ld:hover svg {
  fill: #0A66C2;
}
.m-navSocial__tw:hover svg {
  fill: #00ACEE;
}
.m-navSocial__xi:hover svg {
  fill: #126567;
}
.m-navSocial__fb:hover svg {
  fill: #4267B2;
}
.m-navSocial__x:hover {
  background: #A19898;
}
.m-navSocial__x:hover svg {
  fill: #000;
}

/*# sourceMappingURL=nav_socials.css.map */