.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.div-block {
  background-color: #9e1c19;
  width: 100%;
  height: 10px;
}

.brand {
  display: none;
}

.navbar {
  background-color: #b27b13;
  justify-content: center;
  align-items: center;
  display: flex;
}

.dropdown-list {
  width: 100%;
}

.dropdown-list.w--open {
  flex-flow: column;
  width: 600px;
  height: 200px;
  margin-left: -123px;
  margin-right: 0;
  display: flex;
}

.dropdown-toggle {
  color: #9e1c19;
  text-align: center;
  width: 125px;
  font-weight: 700;
}

.dropdown-toggle.w--current {
  color: #9e1c19;
  text-decoration: underline;
}

.navmenu {
  color: #fff;
  text-align: center;
  width: 125px;
}

.brand-2 {
  display: none;
}

.navbar-2 {
  background-color: #e1dbd1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section {
  background-image: url('../images/mainHero_01.v2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 725px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.section-2 {
  background-color: #e1dbd1;
  padding-top: 60px;
  padding-bottom: 60px;
}

.paragraph {
  color: #e1dbd1;
  text-align: left;
  margin-bottom: 0;
  font-family: Great Vibes, cursive;
  font-size: 30px;
  line-height: 46px;
}

.paragraph-2 {
  color: #e1dbd1;
  text-align: right;
  text-shadow: 0 5px #0003;
  justify-content: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 90px;
  font-weight: 900;
  line-height: 80px;
  display: flex;
}

.paragraph-2.left {
  text-align: left;
}

.paragraph-3 {
  color: #e1dbd1;
  width: 390px;
  margin-top: 0;
  font-size: 18px;
}

.paragraph-3.lower {
  text-align: center;
  width: 480px;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 16px;
}

.button {
  text-align: center;
  background-color: #9e1c19;
  width: 150px;
  margin-top: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 700;
}

.grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-2 {
  justify-content: space-between;
  display: flex;
}

.div-block-3 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-4 {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.paragraph-4 {
  color: #000;
  text-align: center;
}

.bold-text, .bold-text-2, .bold-text-3, .bold-text-4 {
  font-size: 17px;
}

.image {
  width: 50px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}

.two-by-twogrid {
  padding-top: 0;
  padding-bottom: 0;
}

.heading-2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 22px;
}

.grid-2 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  grid-template-rows: auto;
  margin-left: auto;
  margin-right: auto;
}

.div-block-5 {
  background-color: #000;
  background-image: url('../images/girl-holding-her-hoodie-mockup-while-standing-near-a-metal-column-a17743.jpg');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  height: 760px;
  display: flex;
}

.div-block-5.football {
  background-image: url('../images/round-neck-tee-mockup-of-a-strong-man-holding-a-kettlebell-at-the-gym-23641.jpg');
  background-position: 50% 20%;
  background-size: cover;
  flex-flow: column;
  display: flex;
}

.heading-3 {
  color: #e0dad0;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 24px;
}

.heading-3.grid {
  color: #9e1c19;
  margin-bottom: 0;
  font-size: 15px;
}

.paragraph-6 {
  text-align: center;
}

.button-2 {
  color: #9e1c19;
  text-align: center;
  background-color: #e0dad0;
  width: 175px;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  font-weight: 700;
  display: block;
  box-shadow: 0 2px 5px #0003;
}

.div-block-6 {
  background-color: #9e1c19e6;
  margin-top: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.threebytheegrid {
  margin-top: 2px;
}

.grid-3 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-left: auto;
  margin-right: auto;
}

.div-block-3grid {
  background-color: #000;
  background-image: url('../images/t-shirt-mockup-of-a-man-standing-by-a-city-building-18072.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  height: 500px;
  display: flex;
}

.div-block-3grid.football {
  background-image: url('../images/round-neck-tee-mockup-of-a-strong-man-holding-a-kettlebell-at-the-gym-23641.jpg');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  display: flex;
}

.div-block-3grid.kids {
  background-image: url('../images/mockup-of-two-siblings-with-customizable-t-shirts-hugging-30591.jpg');
}

.div-block-3grid.women {
  background-image: url('../images/round-neck-tee-mockup-of-a-girl-with-braids-leaning-against-a-car-18170.jpg');
  background-position: 50%;
}

.div-block-6a {
  background-color: #e0dad0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.section-4 {
  display: flex;
}

.div-block-7 {
  background-color: #000;
  background-image: url('../images/mockup-of-a-young-woman-with-curly-hair-wearing-a-t-shirt-and-nsitting-on-a-sofa-20395.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 50%;
  height: 600px;
  padding-left: 20px;
  display: flex;
}

.div-block-7.male {
  background-color: #9e1c19;
  background-image: none;
  justify-content: center;
  align-items: center;
  padding-left: 0;
}

.heading-40 {
  color: #fff;
  text-shadow: 0 3px 1px #0003;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 26px;
}

.button-3 {
  text-align: center;
  background-color: #9e1c19;
  border-radius: 0;
  width: 155px;
  margin-bottom: 40px;
  font-weight: 700;
}

.button-3.video {
  width: 200px;
  box-shadow: 0 2px 5px #0003;
}

.paragraph-7 {
  color: #e0dad0;
  text-align: center;
  margin-bottom: 40px;
  font-size: 16px;
}

.paragraph-8 {
  color: #e0dad0;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 900;
}

.text-span, .text-span-2 {
  font-family: Great Vibes, cursive;
  font-size: 25px;
}

.paragraph-9 {
  color: #e0dad0;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 900;
  line-height: 28px;
}

.image-banner-01 {
  background-color: #000;
  background-image: url('../images/oversized-t-shirt-mockup-of-a-serious-man-posing-against-a-vintage-car-m56273.jpg');
  background-position: 50% 19%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  height: 500px;
  margin-top: 2px;
  padding-right: 40px;
  display: flex;
}

.heading-39 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}

.paragraph-21 {
  color: #fff;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 200;
}

.category {
  margin-top: 2px;
  padding: 0;
}

.heading-41 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 22px;
}

.grid-4 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-left: auto;
  margin-right: auto;
}

.background-video {
  justify-content: center;
  align-items: flex-end;
  height: 800px;
  display: flex;
}

.site-designer {
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 30px;
  margin-top: auto;
  display: flex;
}

.link-block-4 {
  color: #fff;
  text-decoration: none;
}

.text-block-6 {
  color: #fff;
  text-align: center;
  font-size: 12px;
}

.bottom-footer {
  background-color: #9e1c19;
  border-top: 1px solid #e0dad0;
  justify-content: center;
  align-items: center;
  height: 51px;
  margin-top: auto;
  display: flex;
}

.social-media-icons {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-top: 1px solid #e0dad0;
  justify-content: center;
  align-items: center;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 0;
  display: flex;
}

.social_icons {
  height: 30px;
}

.copyright-statement {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.copyright {
  color: #fff;
  text-align: center;
  justify-content: flex-end;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 10px;
  font-size: 12px;
}

.div-block-10 {
  background-color: #000;
  padding-top: 10px;
  padding-bottom: 10px;
}

.heading-52 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.code-embed-2 {
  width: 100%;
  margin-bottom: 0;
}

.section-5 {
  background-color: #000;
  flex-flow: column;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.image-2 {
  width: 125px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-11 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 15px;
  display: flex;
}

.bottom-nav-links {
  color: #e0dad0;
  text-align: center;
  font-weight: 700;
  text-decoration: none;
}

.section-6 {
  margin-top: 2px;
  margin-bottom: 2px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.grid-5 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-left: auto;
  margin-right: auto;
}

.div-block-12 {
  background-color: #000;
  background-image: url('../images/t-shirt-mockup-of-a-young-man-with-afro-hair-22221-removebg.png');
  background-position: 50%;
  background-size: cover;
  height: 400px;
}

.div-block-12._04 {
  background-image: url('../images/mockup-of-a-male-model-wearing-a-round-neck-t-shirt-from-bella-canvas-m39818-removebg.png');
  background-position: 50% 14%;
}

.div-block-12._03 {
  background-image: url('../images/mockup-of-a-woman-with-curly-hair-wearing-a-t-shirt-20424-removebg.png');
}

.div-block-12._02 {
  background-image: url('../images/mockup-of-a-happy-woman-with-braids-pointing-at-her-new-t-shirt-m37949-removebg.png');
  background-position: 50% 93%;
}

.div-block-12._05 {
  background-image: url('../images/pullover-hoodie-mockup-featuring-a-serious-looking-man-by-a-clear-wall-30322-removebg.png');
  background-position: 50% 14%;
}

.text-block-10 {
  color: #c00;
  font-size: 12px;
  font-weight: 700;
}

.text-block-7 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
}

.link-block-6 {
  color: #000;
  text-decoration: none;
}

.text-block-11 {
  color: #9e1c19;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}

.text-block-8 {
  text-align: center;
  font-size: 12px;
}

.paragraph-22 {
  color: #9d1c19;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 30px;
}

.section-7 {
  border-top: 2px solid #9e1c19;
  height: 374px;
  margin-top: 2px;
  margin-bottom: 2px;
  padding: 40px;
}

.code-embed {
  height: 255px;
}

.text-block-2 {
  color: #9e1b18;
  text-align: center;
  margin-bottom: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.section-8 {
  background-color: #e0dad0;
  padding: 60px 10px;
}

.paragraph-27 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 700;
}

.html-embed-4 {
  max-width: 800px;
  height: 650px;
  margin: 20px auto;
}

.section-9 {
  padding: 60px 10px;
}

.paragraph-28 {
  color: #000;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.section-10 {
  color: #fff;
  background-image: linear-gradient(#00000080, #00000080);
  justify-content: center;
  align-items: center;
  height: 300px;
  margin-top: 60px;
  display: flex;
}

.section-10.sub_pages {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/t-shirt-mockup-featuring-a-family-in-a-nature-scenario-30604.jpg');
  background-position: 0 0, 50% 33%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  margin-top: 0;
}

.heading-4 {
  text-shadow: 0 3px #0003;
  margin-top: 0;
  margin-bottom: 0;
}

.image-3 {
  width: 300px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section-11 {
  padding: 60px 10px;
}

.container {
  padding-left: 10px;
  padding-right: 10px;
}

.title-header-2 {
  color: #9e1c19;
  text-align: left;
  text-transform: none;
  border-bottom: 1px #d9e1e6;
  margin-top: 40px;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-size: 26px;
  font-weight: 800;
  line-height: 38px;
}

.paragraph-20 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}

.heading-38 {
  color: #9e1c19;
  text-align: left;
  margin-top: 30px;
  margin-bottom: 5px;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  font-weight: 400;
}

.page-link {
  color: #9e1c19;
  border-bottom: 1px solid #56697e52;
  font-weight: 700;
  text-decoration: none;
}

.page-link:hover {
  color: #56697e;
  border-bottom-color: #56697e;
}

.page-link.w--current {
  color: #8a191b;
  font-weight: 600;
  text-decoration: none;
}

.page-link.w--current:hover {
  box-shadow: none;
  color: #204546;
  font-weight: 600;
}

.section-12 {
  padding: 60px 10px;
}

.title-header {
  color: #050709;
  text-align: left;
  text-transform: none;
  border-bottom: 1px #d9e1e6;
  margin-top: 40px;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-size: 26px;
  font-weight: 800;
  line-height: 38px;
}

.paragraph-29 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.container-2 {
  max-width: 800px;
}

.section-13 {
  border-bottom: 3px solid #9e1c19;
  padding: 20px 10px 60px;
}

.tablinks_25 {
  text-align: center;
  background-color: #e1dbd1;
  width: 25%;
  padding-left: 0;
  padding-right: 0;
}

.tablinks_25.w--current {
  color: #fff;
  background-color: #9e1c19;
  font-weight: 700;
}

.paragraph-30 {
  color: #9e1c19;
  text-align: center;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
}

.paragraph-31 {
  text-align: center;
  margin-bottom: 40px;
}

.grid-6 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.div-block-13 {
  margin-top: 5px;
}

.paragraph-32 {
  font-size: 14px;
}

.text-span-3 {
  font-size: 12px;
  line-height: 8px;
}

.text-span-4 {
  color: red;
  font-size: 13px;
}

.paragraph-33 {
  text-align: center;
  margin-bottom: 0;
}

.link-block-7 {
  margin-top: auto;
  text-decoration: none;
}

.link-block-8 {
  margin-top: auto;
}

.link-block-9 {
  color: #000;
  text-decoration: none;
}

.image-4 {
  width: 150px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.tabs {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.code-embed-3 {
  border-bottom: 2px #9e1c19;
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .dropdown-toggle {
    border-top: 1px solid #9e1c19;
    width: 100%;
  }

  .dropdown-toggle.w--current {
    color: #fff;
    background-color: #9e1c19;
  }

  .brand-2 {
    justify-content: flex-start;
    align-items: center;
    margin-top: 18px;
    margin-left: 10px;
    display: block;
  }

  .navbar-2 {
    display: block;
  }

  .section {
    background-position: 50% 100%;
    height: 775px;
    padding-top: 450px;
    padding-bottom: 40px;
  }

  .paragraph {
    text-align: center;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    font-size: 24px;
  }

  .paragraph-2 {
    text-align: center;
    font-size: 77px;
    line-height: 57px;
  }

  .paragraph-2.left {
    text-align: center;
  }

  .paragraph-3 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
  }

  .paragraph-3.lower {
    width: auto;
  }

  .button {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .grid {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-2 {
    flex-flow: column;
  }

  .div-block-3 {
    max-width: 700px;
  }

  .paragraph-5 {
    color: #9e1c19;
    margin-bottom: 0;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 700;
  }

  .icon {
    color: #9e1c19;
  }

  .grid-2 {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
  }

  .div-block-5 {
    height: 550px;
  }

  .grid-3 {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
  }

  .div-block-3grid {
    height: 350px;
  }

  .div-block-7.male {
    padding-left: 10px;
    padding-right: 10px;
  }

  .button-3 {
    background-color: #9e1c19;
  }

  .paragraph-8 {
    font-size: 47px;
  }

  .paragraph-9 {
    font-size: 39px;
  }

  .code-embed {
    height: 250px;
  }

  .tablinks_25 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .menu-button, .menu-button.w--open {
    background-color: #e1dbd1;
  }

  .nav-menu {
    background-color: #e1dbd1;
    border-bottom: 1px solid #9e1c19;
  }
}

@media screen and (max-width: 767px) {
  .section {
    background-image: linear-gradient(#00000080, #00000080), url('../images/mainHero_01.v2.jpg');
    background-position: 0 0, 50% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    height: 850px;
  }

  .two-by-twogrid {
    padding-left: 0;
    padding-right: 0;
  }

  .grid-2 {
    grid-template-columns: 1fr;
  }

  .div-block-5 {
    height: 750px;
  }

  .grid-3 {
    grid-template-columns: 1fr;
  }

  .div-block-3grid {
    height: 750px;
  }

  .section-4 {
    flex-flow: column;
  }

  .div-block-7 {
    justify-content: flex-end;
    align-items: center;
    width: 100%;
  }

  .button-3.video {
    width: 125px;
    margin-bottom: 10px;
  }

  .paragraph-9 {
    font-size: 50px;
  }

  .image-banner-01 {
    background-position: 0%;
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 100px;
    padding-right: 0;
  }

  .grid-4 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .background-video {
    height: 275px;
  }

  .containgrid {
    margin-bottom: 20px;
  }

  .grid-5 {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-12 {
    height: 350px;
  }

  .link-block-6 {
    width: 283px;
  }

  .code-embed {
    height: 250px;
  }

  .tablinks_25 {
    width: 50%;
  }

  .grid-6 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  .section {
    height: 650px;
    padding-top: 350px;
  }

  .paragraph-2 {
    font-size: 50px;
    line-height: 41px;
  }

  .paragraph-2.left {
    font-size: 50px;
  }

  .div-block-5, .div-block-3grid {
    height: 550px;
  }

  .div-block-7 {
    height: 500px;
  }

  .button-3.video {
    width: 100px;
  }

  .paragraph-9 {
    font-size: 40px;
  }

  .image-banner-01 {
    background-position: 15%;
    justify-content: center;
    align-items: center;
    padding: 278px 10px 40px;
  }

  .heading-39 {
    text-shadow: 0 3px #0003;
  }

  .paragraph-21 {
    text-shadow: 0 3px #0003;
    font-weight: 400;
  }

  .heading-41.video {
    font-size: 18px;
    line-height: 23px;
  }

  .social-media-icons {
    width: 90%;
  }

  .copyright {
    text-align: right;
  }

  .heading-52 {
    font-size: 14px;
  }

  .code-embed {
    height: 230px;
  }

  .text-block-2 {
    font-size: 18px;
  }

  .tablinks_25 {
    width: 100%;
  }

  .grid-6 {
    grid-template-columns: 1fr 1fr;
  }
}


