:root {
    --ld-oswald: "Oswald", sans-serif;
    --ld-roboto: "Roboto", sans-serif;
    --ld-white: rgba(255, 255, 255, 1);
    --ld-black: #000000;
    --ld-off-black: #0f0e0e;
    --ld-medium-gray: #818181;
    --ld-gray: rgba(129, 129, 129, 1);
}

/* *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *
** font-face 
** *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** */



/* *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *
** pre-defined classes
** *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** */
h1, .h1 {
    font-size: 55px;
    line-height: 120%;
    font-family: var(--ld-oswald);
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: -0.02em;
}

h2, .h2 {
    font-size: 40px;
    line-height: 120%;
    font-weight: 700;
    color: var(--ld-off-black);
    font-family: var(--ld-oswald);
    margin: 0;
    text-transform: uppercase;
    letter-spacing: -0.01em;
}

h3, .h3 {
    font-size: 30px;
    line-height: 1.4;
    color: var(--ld-off-black);
    font-family: var(--ld-oswald);
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
}

h4, .h4 {
    font-size: 16px;
    line-height: 140%;
    margin: 0;
    font-family: var(--ld-oswald);
    font-weight: 700;
    text-transform: uppercase;
}

h5, .h5 {
    font-size: 24px;
    line-height: 130%;
    margin: 0;
    font-family: var(--ld-roboto);
    font-weight: 700;
}

h6, .h6 {
    font-size: 16px;
    line-height: 130%;
    margin: 0;
    font-family: var(--ld-roboto);
    font-weight: 700;
}

.p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    font-family: var(--ld-roboto);
    color: var(--ld-off-black);
}

.xlg-text {
    font-size: 30px;
    line-height: 1.4;
    font-weight: 400;
    font-family: var(--ld-roboto);
    color: var(--ld-off-black); 
}


.lg-text {
    font-size: 24px;
    line-height: 1.4;
    font-weight: 400;
    font-family: var(--ld-roboto);
    color: var(--ld-off-black);
}


.md-text {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    font-family: var(--ld-roboto);
    color: var(--ld-off-black);
}


.sm-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    font-family: var(--ld-roboto);
    color: var(--ld-off-black);
}
.roboto {
    font-family: var(--ld-roboto);
}


h2.large,
.h2.large {
    font-size: 55px;
}


.white .p, 
.white .lg-text,
.white .md-text,
.white .sm-text,
.dark_section .p, 
.dark_section .lg-text,
.dark_section .md-text,
.dark_section .sm-text,
.dark_section .xlg-text ,
.bg-off-black .p, 
.bg-off-black .lg-text,
.bg-off-black .md-text,
.bg-off-black .sm-text,
.bg-off-black .xlg-text ,
.bg-off-black,
section.bg-off-black:not(.bg-white) *,
.bg-black *, 
.bg-black .p, 
.bg-black .lg-text,
.bg-black .md-text,
.bg-black .sm-text,
.bg-black .xlg-text {
    color: var(--ld-white);
}
.bg-white .desc {
    color: var(--ld-black);
}



.font-oswald {
    font-family: "Oswald", sans-serif;
}

.font-roboto {
    font-family: "Roboto", sans-serif;
}



.fw-100 {
    font-weight: 100;
}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-700 {
    font-weight: 700;
}

.fs-normal {
    font-style: normal;
}

.fs-italic {
    font-style: italic;
}





.tt-upper {
    text-transform: uppercase;
}

.tt-lower {
    text-transform: lowercase;
}

.ta-center {
    text-align: center;
}

.ta-left {
    text-align: left;
}

.ta-right {
    text-align: right;
}

.ls-1 {
    letter-spacing: 1px;
}

.ls-2 {
    letter-spacing: 2px;
}

.ls-3 {
    letter-spacing: 3px;
}

.fl {
    display: flex;
    gap: 1rem;
} 

.fl-ai-center {
    align-items: center;
} 

.fl-ai-fs {
    align-items: flex-start;
} 

.fl-ai-fe {
    align-items: flex-end;
} 

.fl-jc-sb {
    justify-content: space-between;
}

.fl-jc-fs {
    justify-content: flex-start;
}

.fl-jc-fe {
    justify-content: flex-end;
}

.fl-jc-center {
    justify-content: center;
}

.fl-dir-row {
    flex-direction: row;
}
.fl-wr-wrap {
    flex-wrap: wrap;
}
.fl-wrap-wrap {
    flex-wrap: wrap;
}
.fl-wr-nowrap {
    flex-wrap: nowrap;
}


.fl-dir-col {
    flex-direction: column;
}

.fl-dir-row-rev {
    flex-direction: row-reverse;
}

.fl-dir-col-rev {
    flex-direction: column-reverse;
}
.gd {
    display: grid;
}
.gd-col-2 {
    grid-template-columns: 1fr 1fr;
}
.gd-col-3 {
    grid-template-columns: 1fr 1fr 1fr;
}
.gp-10 {
    gap: 10px;
}
.gp-20 {
    gap: 20px;
}
.gp-25 {
    gap: 25px !important;
}
.gp-30 {
    gap: 30px;
}
.gp-50 {
    gap: 50px;
}
.gp-60 {
    gap: 60px;
}
.gp-2 {
    gap: 2rem;
}

.off-black {
    color: var(--ld-off-black);
}

.black {
    color: var(--ld-black);
}

.white {
    color: var(--ld-white);
}

.medium-gray {
    color: var(--ld-medium-gray);
}

.gray {
    color: var(--ld-gray);
}


.bg-off-black {
    background-color: var(--ld-off-black);
}

.bg-black {
    background-color: var(--ld-black);
}

.bg-white {
    background-color: var(--ld-white);
}

.bg-medium-gray {
    background-color: var(--ld-medium-gray);
}

.bg-gray {
    background-color: var(--ld-gray);
}




.m-auto {
    margin-left: auto;
    margin-right: auto;
}

.m-0 {
    margin: 0;
}

.m-1 {
    margin: 1rem;
}

.m-2 {
    margin: 2rem;
}

.m-3 {
    margin: 3rem;
}

.m-4 {
    margin: 4rem;
}

.m-5 {
    margin: 5rem;
}

.mt-0 {
    margin-top: 0;
}

.mt-1 {
    margin-top: 1rem;
}

.mt-2 {
    margin-top: 2rem;
}

.mt-3 {
    margin-top: 3rem;
}

.mt-4 {
    margin-top: 4rem;
}

.mt-5 {
    margin-top: 5rem;
}

.mb-0 {
    margin-bottom: 0;
}

.mb-1 {
    margin-bottom: 1rem;
}

.mb-2 {
    margin-bottom: 2rem;
}

.mb-3 {
    margin-bottom: 3rem;
}

.mb-4 {
    margin-bottom: 4rem;
}

.mb-5 {
    margin-bottom: 5rem;
}

.mx-0 {
    margin-left: 0;
    margin-right: 0;
}

.mx-1 {
    margin-left: 1rem;
    margin-right: 1rem;
}

.mx-2 {
    margin-left: 2rem;
    margin-right: 2rem;
}

.mx-3 {
    margin-left: 3rem;
    margin-right: 3rem;
}

.mx-4 {
    margin-left: 4rem;
    margin-right: 4rem;
}

.mx-5 {
    margin-left: 5rem;
    margin-right: 5rem;
}

.my-0 {
    margin-top: 0;
    margin-bottom: 0;
}

.my-1 {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.my-2 {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.my-3 {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.my-4 {
    margin-top: 4rem;
    margin-bottom: 4rem;
}

.my-5 {
    margin-top: 5rem;
    margin-bottom: 5rem;
}

.p-0 {
    padding: 0;
}

.p-1 {
    padding: 1rem;
}

.p-2 {
    padding: 2rem;
}

.p-3 {
    padding: 3rem;
}

.p-4 {
    padding: 4rem;
}

.p-5 {
    padding: 5rem;
}

.pt-0 {
    padding-top: 0;
}

.pt-1 {
    padding-top: 1rem;
}

.pt-2 {
    padding-top: 2rem;
}

.pt-3 {
    padding-top: 3rem;
}

.pt-4 {
    padding-top: 4rem;
}

.pt-5 {
    padding-top: 5rem;
}

.pb-0 {
    padding-bottom: 0;
}

.pb-1 {
    padding-bottom: 1rem;
}

.pb-2 {
    padding-bottom: 2rem;
}

.pb-3 {
    padding-bottom: 3rem;
}

.pb-4 {
    padding-bottom: 4rem;
}

.pb-5 {
    padding-bottom: 5rem;
}

.px-0 {
    padding-left: 0;
    padding-right: 0;
}

.px-1 {
    padding-left: 1rem;
    padding-right: 1rem;
}

.px-2 {
    padding-left: 2rem;
    padding-right: 2rem;
}

.px-3 {
    padding-left: 3rem;
    padding-right: 3rem;
}

.px-4 {
    padding-left: 4rem;
    padding-right: 4rem;
}

.px-5 {
    padding-left: 5rem;
    padding-right: 5rem;
}

.py-0 {
    padding-top: 0;
    padding-bottom: 0;
}

.py-1 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.py-2 {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.py-3 {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.py-4 {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.py-5 {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.tag-con {
    flex-wrap: wrap;
    gap: 5px 20px;
}

h6.sub-heading {
    text-transform: uppercase;
}
/* h4 with border */
h4.with-border {
    /* border: 2px solid var(--ld-black);
    padding: 6px 12px;
    width: fit-content; */
    text-transform: uppercase !important;
}
.bg-black .with-border,
.bg-off-black .with-border  {
    border-color: var(--ld-white);
}

/* Button */
.btn {
    padding: 18px 30px;
    background: #fff;
    color: #000 !important;
    width: fit-content;
    display: block;
    text-decoration: none !important;
    font-weight: 600;
    font-family: var(--ld-oswald);
    text-transform: uppercase;
    line-height: 1.4;
    font-size: 24px;
    text-align: center;
    transition: all .25s linear;
    border: 2px solid #fff;
}
.btn:hover {
    border-color: #fff;
    color: #fff !important;
    background: transparent;
}

.btn.dark {
    background: #000 !important;
    color: #fff !important;
    border-color: #000;
}

.btn.dark:hover {
    color: #000 !important;
    background: transparent !important;
}
.btn.white {
    background: #fff !important;
    color: #000 !important;
    border-color: #fff;
}

.btn.white:hover {
    color: #fff !important;
    background: transparent !important;
}

.btn.has-border {
    border: 2px solid;
    padding: 18px 30px;
}


.btn.sm {
    padding: 6px 14px;
    font-size: 18px;
}
.extra-large.btn {
    max-width: 600px;
    width: 100%;
}
.btn.sm.has-border {
    padding: 4px 14px;
}
.btn.sm.has-border:hover {
    background: #000;
    color: #fff;
    border-color: #000;
}
.btn.white.has-border {
    border-color:  var(--ld-white);
    background: transparent !important;
    color: #fff !important;
}
.btn.white.has-border:hover {
    background: var(--ld-white) !important;
    color: var(--ld-black) !important;
}
.bg-white .btn.has-border {
    background: transparent !important;
    color: #000;
}
.bg-white .btn.has-border:hover,
.download-btn:hover {
    background: #000 !important;
    color: #fff;
    border-color: #000;
}
.bg-off-black .btn.has-border,
.bg-black .btn.has-border {
    background: transparent !important;
    color: #fff !important;
}
.bg-off-black .btn.has-border:hover {
    background: #fff !important;
    color: var(--ld-off-black) !important;
    border-color: var(--ld-off-black);
}

.bg-black .btn.has-border:hover {
    background: #fff !important;
    color: var(--ld-off-black) !important;
    border-color: #fff;
}

.btn.filter {
    padding: 14px 25px;
    display: flex;
    gap: 30px;
    width: fit-content;
    font-size: 16px;
    line-height: 1;
    cursor: pointer;
    border-radius: 0;
}
.btn.filter.dark {
    padding: 14px 25px;
}

.filter-tag.btn.has-border:hover {
    background: var(--ld-black) !important;
    border-color: var(--ld-black) !important;
    color: var(--ld-white) !important;
}

.filter-tag.btn.has-border:hover .remove-filter {
    color: var(--ld-white);
} 


/* Button Hover */

.bg-off-black .btn.has-border:hover,
.bg-black .btn.has-border:hover {
    background: var(--ld-white) !important;
    color: var(--ld-black) !important;
    border-color: var(--ld-white) !important;
}


html body .no-underscore {
    text-decoration: none !important;
}


/* *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *
** buttons
** *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** */
.btn-default {
    color: var(--ld-white);
    background-color: var(--ld-off-black);
    font-family: var(--ld-oswald);
    font-weight: 700;
    padding: 6px 14px;
    font-size: 18px;
    line-height: 1.4;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
}

.btn-default:hover {
    background-color: var(--ld-black);
    color: var(--ld-light-gray);
    text-decoration: none;
}

.btn-lg {
    padding: 18px 30px;
    font-size: 24px;
    max-width: 576px;
    width: 100%;
}

.btn-white {
    background-color: var(--ld-white) !important;
    color: var(--ld-off-black) !important;
}

.btn-white:hover {
    background-color: transparent !important;
    color: var(--ld-white) !important;
}

.btn-outline {
    border: 2px solid var(--ld-black) !important;
    background-color: transparent !important;
}
.btn-outline:hover {
    background-color: var(--ld-black) !important;
    color: var(--ld-white);
}

.btn-outline.btn-white {
    border-color: #ffffff !important;
    color: var(--ld-white) !important;
}

.btn-outline.btn-white:hover {
    background-color: #ffffff !important;
    color: var(--ld-black) !important;
}


/* *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *
** site defaults
** *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** */
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    padding: 0 !important;
    margin: 0 !important;
    font-family: var(--ld-roboto);
    font-size: 16px;
    line-height: 140%;
    color: var(--ld-black);
    background-color: var(--ld-white);
}


body.home {
    background-color: var(--ld-off-black);
}

em {
    font-style: italic;
}

a {
    color: var(--ld-off-black);
    transition: all 0.1s linear;
    font-family: var(--ld-roboto);
    text-decoration: none;
    transition: all .2s linear;
}


.bg-off-black a, 
.bg-black a {
    color: var(--ld-white);
}

a:hover {
    color: var(--ld-off-black);
    text-decoration: underline;
}
a.gray:hover {
    text-decoration: none !important;
}
a.off-black:hover,
a.black:hover {
    text-decoration: none !important;
    color: var(--ld-gray);
}

.white a:hover {
    color: var(--ld-medium-gray);
}

a.white:hover,
a.white:hover h4 {
    color: var(--ld-gray);
}



/* a:focus,
a:active,
a:visited {
    color: var(--ld-off-black);
} */

.bg-off-black a:focus,
.bg-off-black a:active,
.bg-off-black a:visited {
    color: var(--ld-white);
}

.bg-black a:focus,
.bg-black a:active,
.bg-black a:visited {
    color: var(--ld-white);
}

.section {
    position: relative;
}

.wrapper {
    /* max-width: 1284px; */
    margin: 0 auto;
    position: relative;
}

.has-url {
    cursor: pointer;
}


/* Select */
input.filter {
    line-height: 1.4 !important;
    padding: 13px 25px !important;
}
.select2 {
    font-size: 16px;
    line-height: 140%;
    margin: 0;
    font-family: var(--ld-oswald);
    font-weight: 700;
    text-transform: uppercase;
}
.select2-container {
    min-width: 223px;
    text-align: center;
}
.select2-container--default .select2-selection--single {
    height: 48px !important;
    border-radius: 0 !important;
    border: 2px solid !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-top: 7px !important;
    color: #000 !important;
    text-align: left;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 48px !important;
    width: 30px !important;
}
.select2-container--open .select2-dropdown--below {
    margin-top: 32px;
}
.select2-results__options li,
.select2-container--default .select2-search--dropdown .select2-search__field {
    font-family: var(--ld-oswald);
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px;
    outline: 0 !important;
    text-align: left;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #000 !important;
}
/* Select Arrow */
.select2-container--default .select2-selection__arrow b {
    display: none;
}
.select2-container--default .select2-selection--single {
  position: relative;
}
.select2-container--default .select2-selection__arrow:after {
  content: "";
  background-image: url('/wp-content/themes/BYkids_2025/assets/img/arrow-down-black.svg');
  background-size: contain;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  display: block;;
  position: relative;
  top: 16px;
}
.select2-container--default.select2-container--open .select2-selection__arrow:after {
    top: 10px;
    rotate: 180deg;
}




/* 404 page */
.error-404 {
    padding: 0 20px;
}
.error-404 .container {
    margin: 0 auto;
    max-width: 650px;
    padding: 60px 0;
    margin-bottom: 120px;
}
.error-404 .container h2 {
    margin-bottom: 30px;
}
.error-page-content .btn {
    width: 100%;
    margin-top: 60px;
}




/* Animation */
.animate.fadeInUp {
  opacity: 0;
  transform: translateY(30%);
}

.animate.fadeInUp-100 {
  opacity: 0;
  transform: translateY(100%);
}

.animate.fadeInUp-90 {
  opacity: 0;
  transform: translateY(90%);
}

.animate.fadeInUp-80 {
  opacity: 0;
  transform: translateY(80%);
}

.animate.fadeInUp-70 {
  opacity: 0;
  transform: translateY(70%);
}
.animate.fadeInUp-60 {
  opacity: 0;
  transform: translateY(60%);
}
.animate.fadeInUp-50 {
  opacity: 0;
  transform: translateY(50%);
}
.animate.fadeInUp-40 {
  opacity: 0;
  transform: translateY(40%);
}
.animate.fadeInUp-20 {
  opacity: 0;
  transform: translateY(20%);
}
.animate.fadeInUp-10 {
  opacity: 0;
  transform: translateY(10%);
}
.animate.fadeInUp {
  opacity: 0;
  transform: translateY(30%);
}
.fadeInUp-100.animated {
    animation: fadeInUp-100 0.8s ease-out forwards;
}
.fadeInUp-90.animated {
    animation: fadeInUp-90 0.8s ease-out forwards;}
.fadeInUp-80.animated {
    animation: fadeInUp-80 0.8s ease-out forwards;
}
.fadeInUp-70.animated {
    animation: fadeInUp-70 0.8s ease-out forwards;
}
.fadeInUp-60.animated {
    animation: fadeInUp-60 0.8s ease-out forwards;
}
.fadeInUp-50.animated {
    animation: fadeInUp-50 0.8s ease-out forwards;
}
.fadeInUp-40.animated {
    animation: fadeInUp-40 0.8s ease-out forwards;
}
.fadeInUp-20.animated {
    animation: fadeInUp-20 0.8s ease-out forwards;
}
.fadeInUp-10.animated {
    animation: fadeInUp-10 0.8s ease-out forwards;
}
.fadeInUp.animated {
  animation: fadeInUp 0.8s ease-out forwards;
}

.animate.fadeIn {
  opacity: 0;
}
.fadeIn.animated {
  animation: fadeIn 1s linear forwards;
  animation-delay: .2s;
}
.ani-delay-0 {
    animation-delay: 0 !important;
}

/* Keyframes for fadeIn */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* keyframes */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInUp-100 {
  from {
    opacity: 0;
    transform: translateY(100%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


@keyframes fadeInUp-90 {
  from {
    opacity: 0;
    transform: translateY(90%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}



@keyframes fadeInUp-80 {
  from {
    opacity: 0;
    transform: translateY(80%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInUp-70 {
  from {
    opacity: 0;
    transform: translateY(70%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}



@keyframes fadeInUp-60 {
  from {
    opacity: 0;
    transform: translateY(60%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


@keyframes fadeInUp-50 {
  from {
    opacity: 0;
    transform: translateY(50%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


@keyframes fadeInUp-40 {
  from {
    opacity: 0;
    transform: translateY(40%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}




@keyframes fadeInUp-20 {
  from {
    opacity: 0;
    transform: translateY(20%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


@keyframes fadeInUp-10 {
  from {
    opacity: 0;
    transform: translateY(10%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


@media screen and (max-width: 1300px) {
    .wrapper {
        max-width: 96%;
    }

    /* Font */
    h1, .h1 {
        font-size: 50px;
    }

    h2, .h2 {
        font-size: 36px;
    }

    h3, .h3 {
        font-size: 28px;
    }


    .p {
        font-size: 16px;
    }

    .xlg-text {
        font-size: 26px;
    }


    .lg-text {
        font-size: 20px;
    }


    .md-text {
        font-size: 16px;
    }


    .sm-text {
        font-size: 14px;
    }
}

@media screen and (max-width: 1024px) {

    /* Font */
    h1, .h1 {
        font-size: 45px;
    }

    h2, .h2 {
        font-size: 32px;
    }

    h3, .h3 {
        font-size: 26px;
    }



    .xlg-text {
        font-size: 22px;
    }


    .lg-text {
        font-size: 18px;
    }


    .md-text {
        font-size: 16px;
    }
    h2.large,
    .h2.large {
        font-size: 40px;
    }


    /* .sm-text {
        font-size: 12px;
    } */



    .wrapper {
        max-width: 100%;
        padding: 0 1rem; 
    }


    /* Button */
    .btn {
        padding: 13px 30px;
        font-size: 22px;
    }
    .btn.has-border {
        padding: 13px 27px;
    }

    .btn.sm {
        font-size: 18px;
    }
    .btn-lg {
        font-size: 22px;
    }



}

@media screen and (max-width: 767px) {
    /* Button */
    .btn {
        padding: 13px 22px;
        font-size: 20px;
    }
    .btn.has-border {
        padding: 13px 21px;
    }
    .btn.sm {
        padding: 6px 10px;
        font-size: 16px;
    }
    .btn.sm.has-border {
        padding: 4px 8px;
    }
    .btn-lg {
        font-size: 20px;
    }
    

    /* Error page */
    .error-404 .container {
        margin-bottom: 60px;
    }


    /* font */
    h1, .h1 {
        font-size: 40px;
    }
     h2, .h2 {
        font-size: 32px;
    }
    h3, .h3 {
        font-size: 22px;
    }
    h4, .h4 {
        font-size: 16px;
    }
    h5, .h5 {
        font-size: 22px;
    }
    h6, .h6 {
        font-size: 16px;
    }
    .xlg-text {
        font-size: 20px;
    }

    h2.large, .h2.large {
        font-size: 36px;
    }



}