@font-face {
  font-family: "Norms-Bold";
  src: url("fonts/TTNormsProBold.woff2") format("woff2");
}
@font-face {
  font-family: "Norms-Light";
  src: url("fonts/TTNormsProLight.woff2") format("woff2");
}

body {
  font-size: 18px;
  text-rendering: optimizeSpeed;
}

@media (max-width: 1300px) {
  body {
    font-size: 17px;
  }
}
@media (max-width: 500px) {
  body {
    font-size: 16px;
  }
}
strong {
  /* font-family: "Norms-Bold", sans-serif; */
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

a {
  color: rgb(59, 60, 83);
  text-decoration: underline;
  transition: all ease-in 0.25s;
}

a:hover {
  color: rgb(255, 222, 65);
  text-decoration: none;
}

.sectionPadding {
  padding-left: 130px;
  padding-right: 130px;
}

.sectionMargin {
  margin-top: 130px;
}

@media (max-width: 1300px) {
  .sectionPadding {
    padding-left: 80px;
    padding-right: 80px;
  }
  .sectionMargin {
    margin-top: 80px;
  }
}
@media (max-width: 500px) {
  .sectionPadding {
    padding-left: 20px;
    padding-right: 20px;
  }
  .sectionMargin {
    margin-top: 60px;
  }
}
.mcbrands-ns header {
  position: fixed;
  z-index: 1000;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 7px;
  transition: all ease-in 0.25s;
}

.mcbrands-ns .headerTiny {
  background: white;
  padding-top: 15px;
  padding-bottom: 15px;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.3);
}

.brandImg {
  width: 250px;
  transition: all ease-in 0.25s;
}

.brandImgTiny {
  width: 150px;
}

@media (max-width: 500px) {
  .brandImg {
    width: 200px;
  }
}
.nav {
  width: 100%;
  height: 100%;
  background-color: rgb(59, 60, 83);
  overflow: hidden;
}

.mainNav {
  position: fixed;
  right: 80px;
  top: 40px;
  transition: all ease-in 0.25s;
}

.mainNavTiny {
  top: 20px;
}

ul.menu {
  display: flex;
  list-style: none;
  margin: 0;
}

.menu a {
  display: inline-block;
  padding: 0 0 5px;
  margin-left: 8px;
  color: rgb(59, 60, 83);
  font-family: "Norms-Bold", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  text-decoration: none;
  border-bottom: 3px solid rgba(0, 0, 0, 0);
}

.menu a:hover {
  color: rgb(59, 60, 83);
  border-bottom: 3px solid rgb(59, 60, 83);
}

.nav {
  max-height: 0;
  transition: max-height 0.5s ease-out;
}

.hamb {
  cursor: pointer;
  float: right;
  padding: 10px 20px;
} /* Style label tag */
.hamb-line {
  background: black;
  display: block;
  height: 2px;
  position: relative;
  width: 24px;
} /* Style span tag */
.hamb-line::before,
.hamb-line::after {
  background: black;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  transition: all 0.2s ease-out;
  width: 100%;
}

.hamb-line::before {
  top: 5px;
}

.hamb-line::after {
  top: -5px;
}

.side-menu {
  display: none;
} /* Hide checkbox */
/* Toggle menu icon */
.side-menu:checked ~ nav {
  max-height: 100%;
}

.side-menu:checked ~ .hamb .hamb-line {
  background: transparent;
}

.side-menu:checked ~ .hamb .hamb-line::before {
  transform: rotate(-45deg);
  top: 0;
}

.side-menu:checked ~ .hamb .hamb-line::after {
  transform: rotate(45deg);
  top: 0;
}

body:has(.side-menu:checked) {
  overflow: hidden;
}

@media (min-width: 1200px) {
  .nav {
    max-height: none;
    width: -moz-fit-content;
    width: fit-content;
    background-color: transparent;
  }
  .menu a {
    text-decoration: none;
  }
  .menu a:hover {
    background-color: transparent;
  }
  .hamb {
    display: none;
  }
}
@media (max-width: 1200px) {
  .menu a {
    display: inline-block;
    padding: 0 0 5px;
    margin-left: 30px;
    color: rgb(255, 222, 65);
    font-family: "Norms-Bold", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    -webkit-text-decoration: 0;
            text-decoration: 0;
    border-bottom: 3px solid rgba(0, 0, 0, 0);
  }
  .menu a:hover {
    color: white;
  }
  ul.menu {
    display: flex;
    flex-direction: column;
    list-style: none;
    margin: 0;
  }
  ul.menu {
    display: flex;
    flex-direction: column;
    list-style: none;
    margin: 15px;
    padding: 20px;
  }
  .mainNav {
    position: fixed;
    right: 20px;
    top: 26px;
  }
  .mainNavTiny {
    position: fixed;
    right: 20px;
    top: 17px;
  }
}
footer {
  padding-top: 40px;
  padding-bottom: 40px;
}

footer ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

footer ul li {
  margin-left: 30px;
}
