@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@500;700&display=swap');

html {
    font-size: 16px;
   }




@media (min-width: 768px) {
    html {
    font-size: 16px;
  }
    .banner {
        height: 500px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
    margin-bottom: 60px;
   /* font-family: 'Open Sans', sans-serif;*/
    
}
.color{
    color :red;
    font-size: 22px;
}
/*.maxSize{
    width:227px;
}*/
/*.vl {
    border-left: 6px solid green;
    height: 500px;
    transform: rotate(45deg);
}*/
.col-md-6 {
    padding: 0;
    text-align: left;
    
}
.imgStripText {
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;

}
.AboutText {
background-color: #c3cba4;
    margin-top: 1rem; padding: 2.5rem;
    font-size: 1.2rem; 

}
.PagesHealine {
    line-height: 2rem; width: auto; text-underline-offset: 1.2rem; margin-top: 2rem;
}
.productHeadLine {
    margin-top: 1rem;
    padding-block: 1rem;
    border-block: 1px solid black;
    letter-spacing: .4rem;
    
}
.Dline {
    letter-spacing: 0.2rem;
}
    .productCont {
        min-height: 30%;
        border: 1px solid black;
        padding: 2rem;
        margin-left: 1px;
    }
    .productCont .img-fluid {
        box-shadow: 3px 3px 3px black;
    }
.footer a {
    color: black;
    text-decoration: none;
}
address a {
    text-decoration: none;
    color: white;
}
address a:hover {
    text-decoration: none;
    background-color: white;
    color: black;
}