* {
  box-sizing: border-box;
  /* font-display: optional; */
  /* font-size: calc(10% + 0.9vmin); */
  margin: 0;
  padding: 0;

  background: none;

  a {
    text-decoration: none;
  }

  .brandUppercase {
    text-transform: uppercase;
  }

  #map {
    height: 300px;
    width: 480px;
  }

  /* top: 0; */
  /* left: 0; */
  /* margin: 0; */
  /* padding: 0; */
  /* border: 1px solid red; */

  /* width: 100vw; */
  /* margin: 0;
  padding: 0;
  
  top: 0;
  left: 0;
  border: 1px solid red; */
}


/* For mobile phones: */
/* [class*="col-"] {
  float: left;
  padding: 0px;
  border: 0px solid red;
} */

/* Media Query for Mobile Devices */
@media only screen and (max-device-width: 480px) {
  body {
    position: absolute;
    margin: 0;
    padding: 0;
    max-width: 100%;
  }

  #lineid {
    font-size: 1rem !important;
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .card {
    width: 70vw !important;
    margin: 0px auto;
  }

  .pt-5 {
    padding-top: 100px !important;
  }

  .login {
    font-size: 17pt;
    display: inline-block;
    padding: 0.1em 3em 0.1em 3em;
    margin: 0.3em 0em 0.3em 0em;
    border: 0.16em solid rgb(129, 133, 137);
    border-radius: 2em;
    box-sizing: border-box;
    text-decoration: none;
    font-weight: 300;
    color: rgb(129, 133, 137);
    text-shadow: 0 0.04em 0.04em rgba(255, 255, 255, 0.253);
    text-align: center;
    transition: all 0.1s;
  }

  .login:hover {
    color: rgb((211, 211, 211));
    background-color: rgb(255, 255, 255);
  }

  .register {
    font-size: 17pt;
    display: inline-block;
    padding: 0.1em 3em 0.1em 3em;
    margin: 0.3em 0em 0.3em 0em;
    border: 0.16em solid rgb(129, 133, 137);
    border-radius: 2em;
    box-sizing: border-box;
    text-decoration: none;
    font-weight: 300;
    color: rgb(129, 133, 137);
    text-shadow: 0 0.04em 0.04em rgba(255, 255, 255, 0.253);
    text-align: center;
    transition: all 0.1s;
  }

  .register:hover {
    color: black;
    background-color: rgb(255, 255, 255);
  }

  .share_title {
    font-size: 16pt;
  }

  .responsive {
    margin-top: 3px;
    margin-bottom: 3px;
    margin-right: auto;
    margin-left: auto;

    /* border-radius: 10px; */
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 1);

    aspect-ratio: auto;
    width: 80%;
    height: auto;
    min-height: 150px;
  }

  .banner {
    margin-top: 0px;
    margin-bottom: 0px;
    aspect-ratio: auto;
    margin-right: auto;
    margin-left: auto;
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 1);
    width: 100%;
    min-height: 100px;
  }

  .button {
    margin-top: 3px;
    margin-bottom: 3px;
    margin-right: auto;
    margin-left: auto;
    aspect-ratio: auto;
    width: 100%;
  }

  .social {
    display: grid;
    border: 0px solid green;
    margin-top: 3px;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
  }

  .icon_social {
    aspect-ratio: auto;
    width: 48px;
    height: 48px;
    min-height: 48px;
    border: 0px solid green;
  }

  .flex-container {
    display: flex;
    grid-template-columns: auto auto auto auto;
    border: 0px solid green;
    min-height: 56px;
    max-width: 100%;
  }

  .container {
    /* position: absolute; */
    display: grid;
    aspect-ratio: auto;
    max-width: 100%;
    width: 100vw;
    /* height: 100%; */
    margin-left: auto;
    margin-right: auto;
    border: 0px solid red;
    justify-content: center;
    /* grid-template-columns: 100%; */
    background-color: #FCFAF2;
  }



  .content_bar {
    aspect-ratio: auto;
    margin-top: 3px;
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
    /* height: auto; */
    border: 0px solid red;
  }

  .content_bar img {
    width: 100%;
    height: auto;
    border: 0px solid red;
  }

  .content_bar h1 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .content_bar h5 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .content_bar input[type=text],
  input[type=tel] {
    width: 90%;
    padding: 12px 20px;
    margin: 8px 8px;
    box-sizing: border-box;
    -webkit-border-radius: 5px;
    border-radius: 5px;

  }

  .content_bar input[type=submit] {
    /* background-color: #04AA6D; */
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    float: right;
  }

  .flex_location {
    aspect-ratio: auto;
    margin-top: 1px;
    /* max-width: 100%; */
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    border: 0px solid #ff0000;
    margin-left: auto;
    margin-right: auto;
    /* padding-left: 8px; */
    /* padding-right: 8px; */
    justify-self: stretch;
  }

  .flex_location div a {
    margin: 1px;
    padding: 2px 7px 2px 7px;
    background-color: blue;
    border-radius: 7px;
    color: white;
  }

  .flex_brand {
    aspect-ratio: auto;
    margin-top: 0px;
    /* max-width: 100%; */
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    border: 0px solid #ff0000;
    margin-left: auto;
    margin-right: auto;
    /* padding-left: 8px; */
    /* padding-right: 8px; */
    justify-content: space-evenly;
    font-size: 1rem;
  }

  .flex_brand img {
    margin: 2px;
    padding: 1px 1px 1px 1px;
    filter: drop-shadow(1px 1px 5px gray);
  }

  .flex_key {
    aspect-ratio: auto;
    margin-top: 1px;
    /* max-width: 100%; */
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    border: 0px solid #ff0000;
    margin-left: auto;
    margin-right: auto;
    /* padding-left: 8px; */
    /* padding-right: 8px; */
    justify-self: stretch;

  }

  .flex_key div a {
    margin: 1px;
    padding: 3px 7px 3px 7px;
    color: white;
    background-color: lightseagreen;
    border-radius: 7px;
    font-size: 0.1rem;

  }

  .flex_car {
    aspect-ratio: auto;
    margin-top: 0px;
    /* max-width: 100%; */
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    border: 0px solid #ff0000;
    margin-left: auto;
    margin-right: auto;
    /* padding-left: 8px; */
    /* padding-right: 8px; */
    justify-content: space-evenly;
  }

  .flex_car div img {
    margin: 2px;
    padding: 1px 1px 1px 1px;
    border-radius: 11px;
    box-shadow: 1px 1px 5px gray;
  }

  .flex_car p {
    text-align: center;
    color: black;
    text-decoration: none;
    text-transform: uppercase;
    font-size: .3rem;
  }

  .flex_badge {
    aspect-ratio: auto;
    margin-top: 0px;
    max-width: 100%;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    /* flex-wrap: wrap; */
    border: 0px solid #ff0000;
    margin-left: auto;
    margin-right: auto;
    /* padding-left: 8px; */
    /* padding-right: 8px; */
    justify-content: space-around;
  }

  .flex_badge div img {
    width: 100%;
  }



  .flex_content {
    aspect-ratio: auto;
    margin-top: 1px;
    /* max-width: 100%; */
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    border: 0px solid #ff0000;
    margin-left: auto;
    margin-right: auto;
    /* padding-left: 8px; */
    /* padding-right: 8px; */
    justify-self: stretch;
  }

  .flex_content div {
    margin: 1px;
    padding: 3px 7px 3px 7px;
    background-color: green;
    border-radius: 7px;
  }

  .product_bar {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    /* column-gap: 11px; */
    /* row-gap: 21px; */
    /* grid-auto-flow: column dense; */
    /* grid-gap: 3px; */
    aspect-ratio: auto;
    /* margin-top: 0px; */
    /* width: 100vw; */
    /* max-width: 100%; */
    border: 0px solid red;
    /* padding: 1px; */
    /* margin: 0; */
    justify-items: center;

  }

  .product_bar:after {
    content: "";
    display: table;
    clear: both;
  }

  .product_col {
    border: 0px solid greenyellow;
    padding: 11px;
    box-sizing: border-box;
    /* width: 100%; */
  }

  .product_card {
    padding: 0px;
    text-align: center;
    /* background-color: #f1f1f1; */
    width: 100%;
    border: 0px solid blue;
  }

  .product_card img {
    aspect-ratio: auto;
    width: 100%;
    height: auto;
  }

  .product_card p {
    text-transform: uppercase;
    color: darkblue;
    font-weight: bold;
  }

  .container_single {
    /* position: absolute; */
    display: grid;
    aspect-ratio: auto;
    max-width: 100%;
    width: 100vw;
    /* height: 100%; */
    margin-left: auto;
    margin-right: auto;
    border: 0px solid red;
    /* justify-content: center; */
    background-color: #FCFAF2;
  }

  .content_single {
    aspect-ratio: auto;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    border: 0px solid red;
  }

  .content_single img {
    width: 100%;
    height: auto;
    border: 0px solid red;
  }

  .content_single h2 {
    margin-left: 10%;
    margin-right: auto;
    line-height: 2.5;
    text-transform: uppercase;
  }

  .content_single ul li {
    margin-left: 20%;
    margin-right: auto;
    line-height: 1.5;
    text-transform: uppercase;
    list-style-type: disc;
  }


}



/* Media Query for low resolution  Tablets, Ipads */
@media (min-width: 480px) and (max-width: 767px) {


  .container {
    /* position: absolute; */
    display: grid;
    aspect-ratio: auto;
    max-width: 100%;
    /* width: 100%; */
    /* height: 100%; */
    margin-left: 25%;
    margin-right: 25%;
    border: 0px solid red;
    /* justify-content: center; */
    /* grid-template-columns: 100%; */
    background-color: #f8feea;
  }

  .content_bar {
    aspect-ratio: auto;
    margin-top: 3px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    /* height: auto; */
    border: 0px solid red;
  }

  .content_bar img {
    width: 100%;
    height: auto;
    border: 0px solid red;
  }

  .content_bar h1 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .flex_location {
    aspect-ratio: auto;
    margin-top: 1px;
    /* max-width: 100%; */
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    border: 0px solid #ff0000;
    margin-left: auto;
    margin-right: auto;
    /* padding-left: 8px; */
    /* padding-right: 8px; */
    justify-self: stretch;
    font-size: 1rem;
  }

  .flex_location div a {
    margin: 1px;
    padding: 2px 7px 2px 7px;
    background-color: blue;
    border-radius: 7px;
    color: white;
  }

  .flex_brand {
    aspect-ratio: auto;
    margin-top: 0px;
    /* max-width: 100%; */
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    border: 0px solid #ff0000;
    margin-left: auto;
    margin-right: auto;
    /* padding-left: 8px; */
    /* padding-right: 8px; */
    justify-content: space-evenly;
    font-size: 1rem;
  }

  .flex_brand div a img {
    margin: 2px;
    padding: 1px 1px 1px 1px;
    filter: drop-shadow(1px 1px 5px gray);
  }

  .flex_key {
    aspect-ratio: auto;
    margin-top: 1px;
    /* max-width: 100%; */
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    border: 0px solid #ff0000;
    margin-left: auto;
    margin-right: auto;
    /* padding-left: 8px; */
    /* padding-right: 8px; */
    justify-self: stretch;

  }

  .flex_key div a {
    margin: 1px;
    padding: 3px 7px 3px 7px;
    color: white;
    background-color: lightseagreen;
    border-radius: 7px;
    font-size: 0.1rem;

  }

  .flex_car {
    aspect-ratio: auto;
    margin-top: 0px;
    /* max-width: 100%; */
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    border: 0px solid #ff0000;
    margin-left: auto;
    margin-right: auto;
    /* padding-left: 8px; */
    /* padding-right: 8px; */
    justify-content: space-evenly;
  }

  .flex_car div img {
    margin: 2px;
    padding: 1px 1px 1px 1px;
    border-radius: 11px;
    box-shadow: 1px 1px 5px gray;
  }

  .flex_car p {
    text-align: center;
    color: black;
    text-decoration: none;
    text-transform: uppercase;
    font-size: .3rem;
  }

  .flex_badge {
    aspect-ratio: auto;
    margin-top: 0px;
    max-width: 100%;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    /* flex-wrap: wrap; */
    border: 0px solid #ff0000;
    margin-left: auto;
    margin-right: auto;
    /* padding-left: 8px; */
    /* padding-right: 8px; */
    justify-content: space-around;
  }

  .flex_badge div img {
    aspect-ratio: auto;
    width: 100%;
  }

  .product_bar {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    /* column-gap: 11px; */
    /* row-gap: 21px; */
    /* grid-auto-flow: column dense; */
    /* grid-gap: 3px; */
    aspect-ratio: auto;
    /* margin-top: 0px; */
    /* width: 100vw; */
    /* max-width: 100%; */
    border: 1px solid red;
    /* padding: 1px; */
    /* margin: 0; */
    justify-items: center;

  }

  .product_bar:after {
    content: "";
    display: table;
    clear: both;
  }

  .product_col {
    border: 0px solid greenyellow;
    padding: 11px;
    box-sizing: border-box;
    /* width: 100%; */
  }

  .product_card {
    padding: 0px;
    text-align: center;
    /* background-color: #f1f1f1; */
    width: 100%;
    border: 0px solid blue;
  }

  .product_card img {
    aspect-ratio: auto;
    width: 100%;
    height: auto;
  }

  .container_single {
    /* position: absolute; */
    display: grid;
    aspect-ratio: auto;
    max-width: 100%;
    width: 100vw;
    /* height: 100%; */
    margin-left: 0;
    margin-right: 0;
    border: 0px solid red;
    /* justify-content: center; */
    background-color: #FCFAF2;
  }

  .content_single {
    aspect-ratio: auto;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    border: 0px solid red;
  }

  .content_single img {
    width: 100%;
    height: auto;
    border: 0px solid red;
  }

  .content_single h2 {
    margin-left: 10%;
    margin-right: auto;
    line-height: 2.5;
    text-transform: uppercase;
  }

  .content_single ul li {
    margin-left: 20%;
    margin-right: auto;
    line-height: 1.5;
    text-transform: uppercase;
    list-style-type: disc;
  }


}

/* Media Query for Tablets Ipads portrait mode */
@media (min-width: 768px) and (max-width: 1024px) {

  .container {
    /* position: absolute; */
    display: grid;
    aspect-ratio: auto;
    max-width: 100%;
    /* width: 100%; */
    /* height: 100%; */
    margin-left: 37%;
    margin-right: 37%;
    border: 0px solid red;
    /* justify-content: center; */
    /* grid-template-columns: 100%; */
    background-color: #f8feea;
  }

  .content_bar {
    aspect-ratio: auto;
    margin-top: 3px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    /* height: auto; */
    border: 0px solid red;
  }

  .content_bar img {
    width: 100%;
    height: auto;
    border: 0px solid red;
  }

  .content_bar h1 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .flex_location {
    aspect-ratio: auto;
    margin-top: 1px;
    /* max-width: 100%; */
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    border: 0px solid #ff0000;
    margin-left: auto;
    margin-right: auto;
    /* padding-left: 8px; */
    /* padding-right: 8px; */
    justify-self: stretch;
    font-size: 1rem;
  }

  .flex_location div a {
    margin: 1px;
    padding: 2px 7px 2px 7px;
    background-color: blue;
    border-radius: 7px;
    color: white;
  }

  .flex_brand {
    aspect-ratio: auto;
    margin-top: 0px;
    /* max-width: 100%; */
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    border: 0px solid #ff0000;
    margin-left: auto;
    margin-right: auto;
    /* padding-left: 8px; */
    /* padding-right: 8px; */
    justify-content: space-evenly;
    font-size: 1rem;
  }

  .flex_brand div a img {
    margin: 2px;
    padding: 1px 1px 1px 1px;
    filter: drop-shadow(1px 1px 5px gray);
  }

  .flex_key {
    aspect-ratio: auto;
    margin-top: 1px;
    /* max-width: 100%; */
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    border: 0px solid #ff0000;
    margin-left: auto;
    margin-right: auto;
    /* padding-left: 8px; */
    /* padding-right: 8px; */
    justify-self: stretch;

  }

  .flex_key div a {
    margin: 1px;
    padding: 3px 7px 3px 7px;
    color: white;
    background-color: lightseagreen;
    border-radius: 7px;
    font-size: 0.1rem;

  }

  .flex_car {
    aspect-ratio: auto;
    margin-top: 0px;
    /* max-width: 100%; */
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    border: 0px solid #ff0000;
    margin-left: auto;
    margin-right: auto;
    /* padding-left: 8px; */
    /* padding-right: 8px; */
    justify-content: space-evenly;
  }

  .flex_car div img {
    margin: 2px;
    padding: 1px 1px 1px 1px;
    border-radius: 11px;
    box-shadow: 1px 1px 5px gray;
  }

  .flex_car p {
    text-align: center;
    color: black;
    text-decoration: none;
    text-transform: uppercase;
    font-size: .3rem;
  }

  .flex_badge {
    aspect-ratio: auto;
    margin-top: 0px;
    max-width: 100%;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    /* flex-wrap: wrap; */
    border: 0px solid #ff0000;
    margin-left: auto;
    margin-right: auto;
    /* padding-left: 8px; */
    /* padding-right: 8px; */
    justify-content: space-around;
  }

  .flex_badge div img {
    aspect-ratio: auto;
    width: 100%;
  }

  .product_bar {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    /* column-gap: 11px; */
    /* row-gap: 21px; */
    /* grid-auto-flow: column dense; */
    /* grid-gap: 3px; */
    aspect-ratio: auto;
    /* margin-top: 0px; */
    /* width: 100vw; */
    /* max-width: 100%; */
    border: 0px solid red;
    /* padding: 1px; */
    /* margin: 0; */
    justify-items: center;

  }

  .product_bar:after {
    content: "";
    display: table;
    clear: both;
  }

  .product_col {
    border: 0px solid greenyellow;
    padding: 11px;
    box-sizing: border-box;
    /* width: 100%; */
  }

  .product_card {
    padding: 0px;
    text-align: center;
    /* background-color: #f1f1f1; */
    width: 100%;
    border: 0px solid blue;
  }

  .product_card img {
    aspect-ratio: auto;
    width: 100%;
    height: auto;
  }

  .container_single {
    /* position: absolute; */
    display: grid;
    aspect-ratio: auto;
    max-width: 100%;
    width: 100vw;
    /* height: 100%; */
    margin-left: 0;
    margin-right: 0;
    border: 0px solid red;
    /* justify-content: center; */
    background-color: #FCFAF2;
  }

  .content_single {
    aspect-ratio: auto;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    border: 0px solid red;
  }

  .content_single img {
    width: 100%;
    height: auto;
    border: 0px solid red;
  }

  .content_single h2 {
    margin-left: 10%;
    margin-right: auto;
    line-height: 2.5;
    text-transform: uppercase;
  }

  .content_single ul li {
    margin-left: 20%;
    margin-right: auto;
    line-height: 1.5;
    text-transform: uppercase;
    list-style-type: disc;
  }
}

/* Media Query for Laptops and Desktops */
@media (min-width: 1025px) and (max-width: 1280px) {


  .container {
    /* position: absolute; */
    display: grid;
    aspect-ratio: auto;
    max-width: 100%;
    /* width: 100%; */
    /* height: 100%; */
    margin-left: 30%;
    margin-right: 30%;
    border: 0px solid red;
    /* justify-content: center; */
    /* grid-template-columns: 100%; */
    background-color: #f8feea;
  }

  .content_bar {
    aspect-ratio: auto;
    margin-top: 3px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    /* height: auto; */
    border: 0px solid red;
  }

  .content_bar img {
    width: 100%;
    height: auto;
    border: 0px solid red;
  }

  .content_bar h1 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .flex_location {
    aspect-ratio: auto;
    margin-top: 1px;
    /* max-width: 100%; */
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    border: 0px solid #ff0000;
    margin-left: auto;
    margin-right: auto;
    /* padding-left: 8px; */
    /* padding-right: 8px; */
    justify-self: stretch;
    font-size: 1rem;
  }

  .flex_location div a {
    margin: 1px;
    padding: 2px 7px 2px 7px;
    background-color: blue;
    border-radius: 7px;
    color: white;
  }

  .flex_brand {
    aspect-ratio: auto;
    margin-top: 0px;
    /* max-width: 100%; */
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    border: 0px solid #ff0000;
    margin-left: auto;
    margin-right: auto;
    /* padding-left: 8px; */
    /* padding-right: 8px; */
    justify-content: space-evenly;
    font-size: 1rem;
  }

  .flex_brand div a img {
    margin: 2px;
    padding: 1px 1px 1px 1px;
    filter: drop-shadow(1px 1px 5px gray);
  }

  .flex_key {
    aspect-ratio: auto;
    margin-top: 1px;
    /* max-width: 100%; */
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    border: 0px solid #ff0000;
    margin-left: auto;
    margin-right: auto;
    /* padding-left: 8px; */
    /* padding-right: 8px; */
    justify-self: stretch;

  }

  .flex_key div a {
    margin: 1px;
    padding: 3px 7px 3px 7px;
    color: white;
    background-color: lightseagreen;
    border-radius: 7px;
    font-size: 0.1rem;

  }

  .flex_car {
    aspect-ratio: auto;
    margin-top: 0px;
    /* max-width: 100%; */
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    border: 0px solid #ff0000;
    margin-left: auto;
    margin-right: auto;
    /* padding-left: 8px; */
    /* padding-right: 8px; */
    justify-content: space-evenly;
  }

  .flex_car div img {
    margin: 2px;
    padding: 1px 1px 1px 1px;
    border-radius: 11px;
    box-shadow: 1px 1px 5px gray;
  }

  .flex_car p {
    text-align: center;
    color: black;
    text-decoration: none;
    text-transform: uppercase;
    font-size: .3rem;
  }

  .flex_badge {
    aspect-ratio: auto;
    margin-top: 0px;
    max-width: 100%;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    /* flex-wrap: wrap; */
    border: 0px solid #ff0000;
    margin-left: auto;
    margin-right: auto;
    /* padding-left: 8px; */
    /* padding-right: 8px; */
    justify-content: space-around;
  }

  .product_bar {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    /* column-gap: 11px; */
    /* row-gap: 21px; */
    /* grid-auto-flow: column dense; */
    /* grid-gap: 3px; */
    aspect-ratio: auto;
    /* margin-top: 0px; */
    /* width: 100vw; */
    /* max-width: 100%; */
    border: 0px solid red;
    /* padding: 1px; */
    /* margin: 0; */
    justify-items: center;

  }

  .product_bar:after {
    content: "";
    display: table;
    clear: both;
  }

  .product_col {
    border: 0px solid greenyellow;
    padding: 11px;
    box-sizing: border-box;
    /* width: 100%; */
  }

  .product_card {
    padding: 0px;
    text-align: center;
    /* background-color: #f1f1f1; */
    width: 100%;
    border: 0px solid blue;
  }

  .product_card img {
    aspect-ratio: auto;
    width: 100%;
    height: auto;
  }

  .container_single {
    /* position: absolute; */
    display: grid;
    aspect-ratio: auto;
    max-width: 100%;
    width: 100vw;
    /* height: 100%; */
    margin-left: auto;
    margin-right: auto;
    border: 0px solid red;
    /* justify-content: center; */
    background-color: #FCFAF2;
  }

  .content_single {
    aspect-ratio: auto;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    border: 0px solid red;
  }

  .content_single img {
    width: 100%;
    height: auto;
    border: 0px solid red;
  }

  .content_single h2 {
    margin-left: 10%;
    margin-right: auto;
    line-height: 2.5;
    text-transform: uppercase;
  }

  .content_single ul li {
    margin-left: 20%;
    margin-right: auto;
    line-height: 1.5;
    text-transform: uppercase;
    list-style-type: disc;
  }

}

/* Media Query for Large screens */
@media (min-width: 1281px) {

  .container {
    /* position: absolute; */
    display: grid;
    aspect-ratio: auto;
    max-width: 100%;
    /* width: 100%; */
    /* height: 100%; */
    margin-left: 40%;
    margin-right: 40%;
    border: 0px solid red;
    /* justify-content: center; */
    /* grid-template-columns: 100%; */
    background-color: #f8feea;
  }

  .content_bar {
    aspect-ratio: auto;
    margin-top: 3px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    height: auto;
    border: 0px solid red;
  }

  .content_bar img {
    aspect-ratio: auto;
    max-width: 100%;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    border: 0px solid red;
  }

  .content_bar h1 {
    aspect-ratio: auto;
    max-width: 100%;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .flex_location {
    aspect-ratio: auto;
    margin-top: 1px;
    /* max-width: 100%; */
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    border: 0px solid #ff0000;
    margin-left: auto;
    margin-right: auto;
    /* padding-left: 8px; */
    /* padding-right: 8px; */
    justify-self: stretch;
    font-size: 1rem;
  }

  .flex_location div a {
    margin: 1px;
    padding: 2px 7px 2px 7px;
    background-color: blue;
    border-radius: 7px;
    color: white;
  }

  .flex_brand {
    aspect-ratio: auto;
    margin-top: 0px;
    /* max-width: 100%; */
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    border: 0 solid #ff0000;
    margin-left: auto;
    margin-right: auto;
    /* padding-left: 8px; */
    /* padding-right: 8px; */
    justify-content: space-evenly;
    font-size: 1rem;
  }

  .flex_brand img {
    margin: 2px;
    padding: 1px 1px 1px 1px;
    filter: drop-shadow(1px 1px 5px gray);
  }

  .flex_key {
    aspect-ratio: auto;
    margin-top: 1px;
    /* max-width: 100%; */
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    border: 0px solid #ff0000;
    margin-left: auto;
    margin-right: auto;
    /* padding-left: 8px; */
    /* padding-right: 8px; */
    justify-self: stretch;

  }

  .flex_key div a {
    margin: 1px;
    padding: 3px 7px 3px 7px;
    color: white;
    background-color: lightseagreen;
    border-radius: 7px;
    font-size: 0.1rem;

  }

  .flex_car {
    aspect-ratio: auto;
    margin-top: 0px;
    /* max-width: 100%; */
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    border: 0px solid #ff0000;
    margin-left: auto;
    margin-right: auto;
    /* padding-left: 8px; */
    /* padding-right: 8px; */
    justify-content: space-evenly;

  }

  .flex_car div img {
    margin: 2px;
    padding: 1px 1px 1px 1px;
    border-radius: 11px;
    box-shadow: 1px 1px 5px gray;
  }

  .flex_car p {
    text-align: center;
    color: black;
    text-decoration: none;
    text-transform: uppercase;
    font-size: .3rem;
  }

  .flex_badge {
    aspect-ratio: auto;
    margin-top: 0px;
    max-width: 100%;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    /* flex-wrap: wrap; */
    border: 0px solid #ff0000;
    margin-left: auto;
    margin-right: auto;
    /* padding-left: 8px; */
    /* padding-right: 8px; */
    justify-content: space-around;
  }


  .product_bar {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(123px, 1fr));
    aspect-ratio: auto;
    border: 0px solid red;
    /* justify-items: center; */
    margin-left: 0;
    margin-right: 0;
    /* max-width: 100%; */
    /* width: 100%; */
  }


  .product_bar:after {
    content: "";
    display: table;
    clear: both;
  }

  .product_col {
    border: 0px solid greenyellow;
    padding: 11px;
    box-sizing: border-box;
    /* width: 100%; */
  }

  .product_card {
    padding: 0px;
    text-align: center;
    /* background-color: #f1f1f1; */
    width: 100%;
    border: 0px solid blue;
  }

  .product_card img {
    aspect-ratio: auto;
    width: 100%;
    height: auto;
  }

  .product_card p {
    text-transform: uppercase;
    color: darkblue;
    font-weight: bold;
  }

  .container_single {
    /* position: absolute; */
    display: grid;
    aspect-ratio: auto;
    max-width: 100%;
    width: 100vw;
    /* height: 100%; */
    margin-left: auto;
    margin-right: auto;
    border: 0px solid red;
    /* justify-content: center; */
    background-color: #FCFAF2;
  }

  .content_single {
    aspect-ratio: auto;
    max-width: 100%;
    /* width: 100% */
    margin-left: auto;
    margin-right: auto;
    border: 0px solid red;
  }

  .content_single img {
    aspect-ratio: auto;
    width: auto;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    border: 0px solid red;
  }

  .content_single h2 {
    margin-left: 10%;
    margin-right: auto;
    line-height: 2.5;
    text-transform: uppercase;
  }

  .content_single ul li {
    margin-left: 20%;
    margin-right: auto;
    line-height: 1.5;
    text-transform: uppercase;
    list-style-type: disc;
  }

}