﻿/*----- MAIN.CSS START ----- */
* {
    padding: 0;
    margin: 0;
}

.primary-bg-color {
    background-color: #d31245;
}

.secondary-bg-color {
    background-color: #231f20;
}

.primary-color {
    color: #d31245;
}

.secondary-color {
    color: #231f20;
}

.dark-gray-color {
    color: #403f3f;
}

a {
    color: #403f3f;
}

a:hover {
    color: #d31245;
}

a:active {
    color: #d31245;
}

.main-nav-item {
    font-family: 'Barlow';
    font-size: 14px;
    font-weight: bold;
}

.subheader {
    font-family: 'Roboto Black';
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    color: #403f3f;
}

.product-p {
    font-family: 'Roboto';
    font-size: 16px;
    line-height: 22px;
    color: #403f3f;
}

.cta-headline {
    font-family: 'Roboto';
    font-size: 18px;
    line-height: 16px;
    font-weight: bold;
    color: #403f3f;
}

.cta-p {
    font-family: 'Roboto';
    font-size: 14px;
    color: #403f3f;
}

.hero-heading {
    font-family: 'Roboto';
    font-size: 36px;
}

.roboto-style {
    font-family: 'Roboto Black';
    color: #403f3f;
}

.roboto-style-uppercase {
    font-family: 'Roboto Black';
    color: #403f3f;
    text-transform: uppercase;
}

.navbar-nav .nav-item:hover {
    background-color: #d31245;
}

.bg-off-white {
    background-color: #f4f4f4;
}

.bg-dark-gray {
    background-color: #403f3f;
}

.radio-button-list input {
    margin-right: 5px;
}

.cursor-pointer {
    cursor: pointer;
}

.tradeshow p {
    margin: 0px;
}

/*----- MAIN.CSS END ----- */

/*----- FOOTER START ----- */
#footer a {
    color: #999;
}

#footer a:hover {
    color: #d31245;
}

#footer a:active {
    color: #d31245;
}

#footer p {
    color: #999;
}

.footer-question {
    font-family: 'Roboto Black';
    font-size: 14px;
    line-height: 20px;
    color: #fff;
}

.footer-intro {
    font-family: 'Roboto';
    font-size: 13px;
    line-height: 24px;
    color: #999;
}

.footer-hr {
    border: 1px solid #999;
}

.footer-nav-category:hover {
    text-decoration: underline;
}

.footer-nav-header {
    font-family: 'Roboto Black';
    font-size: 18px;
    line-height: 20px;
    color: #fff;
}

.footer-phone-number {
    font-family: 'Roboto Black';
    font-size: 18px;
    line-height: 20px;
    color: #d31245;
}

.footer-font {
    font-family: 'Roboto';
    font-size: 13px;
    line-height: 26px;
    color: #999;
}

.footer-copyright {
    font-family: 'Roboto';
    font-size: 13px;
    line-height: 30px;
    color: #999;
}

/*----- FOOTER END ----- */

.set-font-h1{
    font-family: 'Barlow', 'Barlow Semi-Bold', 'Roboto', 'Roboto Black';
    font-size: 20px;
    line-height: 22px;
    text-transform: uppercase;
    color: #403f3f;
    font-weight: bolder;
}

.set-font-h2{
    font-family: 'Barlow', 'Barlow Semi-Bold', 'Roboto', 'Roboto Black';
        font-size: 16px;
    line-height: 22px;
    color: #403f3f;
}

.set-nav-font{
    font-size: small;
    font-family: 'Barlow', 'Barlow Semi-Bold', 'Roboto', 'Roboto Black';
    font-weight: 400;
    line-height: 1.5;
    color: #403f3f;
}
.nav-link {
    display: block;
    padding: 0.5rem 1rem;
  }
  
  .nav-link:hover, .nav-link:focus {
    text-decoration: none;
  }
  
  .nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default;
  }
  .nav-num {
    font-size: small;
    font-family: 'Barlow', 'Barlow Semi-Bold', 'Roboto', 'Roboto Black';
    font-weight: 400;
    line-height: 1.5;
    color: #403f3f;
}