html, body {
  height: 100%;
}

body {
    font-family: Arial, sans-serif;
    display: flex;
    flex-direction: column;
}

.content {
    flex: 1 0 auto;
}

.btn-primary, .btn-primary:active, .btn-primary:visited {
    background-color: #ff2225;
    border-radius: 20px;
    color: rgb(255, 255, 255);
    border: 1px solid #ff2225;
    
    --bs-btn-color: #fff;
    --bs-btn-bg: #ff2225;
    --bs-btn-border-color: #ff2225;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #ff2225;
    --bs-btn-hover-border-color: #ff2225;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #ff2225;
    --bs-btn-active-border-color: #ff2225;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #ff2225;
    --bs-btn-disabled-border-color: #ff2225;
}

.btn-primary:hover {
    background-color: #C31832;
    color: rgb(255, 255, 255);
    border: 1px solid #C31832;
}

.form-control:focus {   
  border-color: rgba(255, 34, 37, 0.8);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 34, 37, 0.6);
  outline: 0 none;
}

a:link {
    color: red;
    background-color: transparent;
    text-decoration: none;
}

a:visited {
color: rgb(255, 123, 145);
background-color: transparent;
text-decoration: none;
}

a:hover {
    color: red;
    background-color: transparent;
    text-decoration: underline;
}

a:active {
    color: black;
    background-color: transparent;
    text-decoration: underline;
}

.nav-top {
   margin: 15px;
}

img.logo {
    max-height: 50px;
}

.nav-link {
    color: rgb(0, 0, 0);
    font-size: 16px;
    font-weight: 700;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 0 10px;
    padding: 10px;
}

.nav-link:hover {
    color: #C31832;
}

.nav-link:active {
    color: #C31832;
}

.nav-link:visited {
    color: rgb(0, 0, 0);
}

.btn-contact {
    background-color: #ff2225;
    border-radius: 20px;
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: 700;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    padding: 8px 20px;
    margin: 0 10px;
}

.btn-contact:hover {
    background-color: #C31832;
    color: rgb(255, 255, 255);
}

.hero {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("/img/hero.jpg");
    background-origin: padding-box;
    background-position-x: 50%;
    background-position-y: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    min-height: 80px;
    max-height: 200px;
    height: 12vw;
    margin: 0px;
    padding: 0;
    text-align: center;
}

.offer-title {
    padding: 20px;
}
.offer-title > h2 {
    color: #ff2225;
    font-weight: 700;
    font-size: 24px;
    border-bottom: 2px solid #ff2225;
}

.offer-cell > img {
    height: 120px;
}
.offer-cell > h3 {
    color: #ff2225;
    font-weight: 700;
    font-size: 18px;
}
.offer-cell > p {
    margin: 20px;
}

.blog-title a {
    color: #ff2225; 
}

.blog-title {
    padding: 20px;
}
.blog-title > h2 {
    color: #ff2225;
    font-weight: 700;
    font-size: 24px;
    border-bottom: 2px solid #ff2225;
}

.blog-title > h3 {
    color: #ff2225;
    font-weight: 700;
    font-size: 20px;
    border-bottom: 2px solid #ff2225;
}

.blog-title > h4 {
    color: #ff2225;
    font-weight: 700;
    font-size: 18px;
    border-bottom: 2px solid #ff2225;
}



.blog-cell > img {
    height: 120px;
}
.blog-cell > h3 {
    color: #ff2225;
    font-weight: 700;
    font-size: 18px;
}
.blog-cell > p {
    margin: 20px;
}

.tftable {
    font-size:12px;
    color:#333333;
    width:100%;
    border-width: 1px;
    border-color: #000000;
    border-collapse: collapse;
    margin: 10px 0px;
}

.tftable th {
    font-size:12px;
    background-color:#b8b8b8;
    border-width: 1px;
    padding: 8px;
    border-style: solid;
    border-color: #000000;
    text-align:left;
}

.tftable tr {
    background-color:#ffffff;
}

.tftable td {
    font-size:12px;
    border-width: 1px;
    padding: 8px;
    border-style: solid;
    border-color: #000000;
}


.value-title {
    padding: 20px;
}
.value-title > h2 {
    color: #ff2225;
    font-weight: 700;
    font-size: 24px;
    border-bottom: 2px solid #ff2225;
}

.value-cell > img {
    height: 120px;
}
.value-cell > h3 {
    color: #ff2225;
    font-weight: 700;
    font-size: 18px;
}
.value-cell > p {
    margin: 20px;
}


.footer {
    background-color: rgb(21, 23, 30);
    color: #ff2225;
    min-height: 100px;
    padding: 20px 0;
    margin:0;
    flex-shrink: 0;
}

.footer a {
    color: #ff2225; 
}

.mention-box {
    padding-top: 15px;
}

.contact-box {
    padding: 15px 0px;
}

[class*="product-"] {
    margin: 10px 0px;
}

[class*="product-"] > h2 {
    color: #ff2225;
    font-weight: 700;
    font-size: 24px;
}

[class*="product-"] > h3 {
    color: #ff2225;
    font-weight: 700;
    font-size: 20px;
}

[class*="product-"] > h4 {
    color: #ff2225;
    font-weight: 700;
    font-size: 18px;
}

[class*="product-"] > h5 {
    color: #ff2225;
    font-weight: 700;
    font-size: 16px;
}

[class*="product-"] > img {
    max-width: 450px;
}

[class*="product-"] > img {
    color: #ff2225;
}
