.roboto-thin {
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-style: normal;
  }
  
  .roboto-light {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
  }
  
  .roboto-regular {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .roboto-medium {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: normal;
  }
  
  .roboto-bold {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  
  .roboto-black {
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-style: normal;
  }
  
  .roboto-thin-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-style: italic;
  }
  
  .roboto-light-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: italic;
  }
  
  .roboto-regular-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: italic;
  }
  
  .roboto-medium-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: italic;
  }
  
  .roboto-bold-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: italic;
  }
  
  .roboto-black-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-style: italic;
  }

  
a {
    transition:all 500ms;
    text-decoration: none;
}




.header_logo {
    margin-top:24px;
    margin-bottom:24px;
}

.header_link {
    font-size: 18px;
    color: #000000;
    text-transform: uppercase;
}

.header_link:hover {
    color:#da2329;
}

.myfootykit_hero {
    background-image: url('/images/myfootykit-hero.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height:39.93vw;
}

.hero_title {
    font-size: 63px;
    line-height: 65px;
    color: #FFFFFF;
    text-align: center;
    text-transform: uppercase;
    margin-bottom:18px;
}

.hero_subtitle {
    font-size: 17px;
    line-height: 24px;
    color: #FFFFFF;
    text-align: center;
    margin-bottom:30px;

}

.bbutton a {
    display: inline-block;
    background-color: #000000;
    color: #FFFFFF;
    font-size: 17px;
    line-height: 24px;
    color: #FFFFFF;
    text-align: center;
    text-transform: uppercase;
    padding-top:20px;
    padding-right:14px;
    padding-bottom:20px;
    padding-left:14px;
}

.bbutton a:hover {
    background-color: #da2329;
}

.myfootykit_highlights_block {
    position: relative;
}

.myfootykit_highlights {
    --bs-gutter-x: 6rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.myfootykit_highlights_block_label {
    position: absolute;
    width: 100%;
    left: 0;
    bottom:3rem;
}

.label_title {
    font-size: 29px;
    line-height: 24px;
    color: #FFFFFF;
    text-align: center;
    text-transform: uppercase;
    margin-bottom:10px;
}

.label_subtitle {
    font-size: 17px;
    line-height: 24px;
    color: #FFFFFF;
    text-align: center;
    margin-bottom:18px;

}



.myfootykit_tshirt_short {
    --bs-gutter-x: 6rem;
}

.tshirt_short_title {
    font-size: 36px;
    line-height: 35px;
    color: #000000;
    text-align: center;
    text-transform: uppercase;
    margin-bottom:30px;
}

.tshirt_short_subtitle {
    font-size: 17px;
    line-height: 24px;
    color: #000000;
    text-align: center;
    margin-bottom:32px;

}

.myfootykit_full_zip {
    margin-top:6rem;
    margin-bottom:6rem;
}

.myfootykit_full_zip {
    --bs-gutter-x: 6rem;
}

.full_zip_title {
    font-size: 36px;
    line-height: 35px;
    color: #000000;
    text-align: center;
    text-transform: uppercase;
    margin-bottom:30px;
}

.full_zip_subtitle {
    font-size: 17px;
    line-height: 24px;
    color: #000000;
    text-align: center;
    margin-bottom:32px;

}

.myfootykit_comfortable {
    background-color: #F5F5F5;
    padding-top:6rem;
    padding-bottom:6rem;
    --bs-gutter-x: 6rem;
}

.comfortable_title {
    font-size: 36px;
    line-height: 35px;
    color: #000000;
    text-transform: uppercase;
    margin-bottom:30px;
}

.comfortable_subtitle {
    font-size: 17px;
    line-height: 24px;
    color: #000000;
    margin-bottom:32px;

}



.myfootykit_secondhero {
    background-image: url('/images/performance.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height:39.93vw;
}

.myfootykit_secondhero .hero_subtitle {
    max-width: 880px;
    margin: 0 auto;
    margin-bottom:30px;
}




.myfootykit_socks {
    --bs-gutter-x: 6rem;
    padding-top:6rem;
    padding-bottom:6rem;
}



footer {
    background-color: #000000;
    padding-top:6rem;
    padding-bottom:6rem;
}

.social_icons {
    margin-bottom:20px; 
}

.footer_header {
    margin-bottom:20px;
    text-transform: uppercase;
}

.footer_link, .footer_header {
    font-size: 18px;
    color: #ffffff;
}

.footer_link:hover {
    color:#da2329;
}

.footer_copy {
    font-size: 18px;
    color: #ffffff;
    margin-top:40px;
}