.header-image {
    background-color: rgb(230, 230, 230); 
    height: 7vw;
    position: absolute;
    z-index: 1000;
    top: 10px;
}

.heading {
    background-color: rgb(224, 224, 224); 
    color: #0c0c96;
    padding-top: 0.3vw;
    padding-bottom: 1.5vw; 
    margin-left: 25% !important;
    margin-right: 25% !important;
    border-radius: 10px;
    padding-left: 10px;
    padding-right: 10px;
}


ul {
    padding: 0;
}

@media only screen and (max-width: 600px) {
    #myCarousel {
        width: 80vw;
        height: 40vw;
    }
  }

#myCarousel {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 40vw;
    height: 20vw;
  }
  
  .carousel-inner {
    height: 100%;
  }
  
  .item img {
    object-fit: cover;
    object-position: 50% 50%;
  }

.social-media {
    width: 100%;
    text-align: center;
    margin-left:auto; 
    margin-right:auto;
    table-layout: fixed;
}
.social-media th {
    text-align: center;
}

.navbar {
    border: none !important;
}

.store-name {
    margin-top: 0;
    font-weight: 700 !important;
}

.shop-online-button {
    line-height: 50px !important;
    margin-bottom: 20px !important;
    font-size: 20px !important;
}

.btn {
    margin-bottom: 0.7vw !important;
    white-space: normal !important;
    transition: 0.3s;
}

.banner {
    position: -webkit-sticky; /* Safari */
    z-index: 200;
    position: sticky;
    display: block;
    padding-top: 20px;
    padding-bottom: 10px;
    text-align: center;
    width: 100%;
    background-color: rgb(240, 240, 240);
}

.banner-info {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 5px;
}

#rcorners {
    border-radius: 25px;
    border: 2px solid black;
    padding-left: 10px;
    padding-right: 10px;
    width: 200px;
    height: 150px;  
  }

.banner-text {
    color: black !important;
    text-decoration: none;
    font-size: 25px;
    font-family: 'PT Sans', sans-serif;
    transition: 0.1s;
}
.banner-text:hover {
    font-size: 28px;
}

.manufacturer-section {
    width: 100% !important;
    background-color: white;
    color: black;
}

.manufacturer-section .row {
    padding-bottom: 10px;
    padding-top: 10px;
}

.manufacturer-section img {
    width: 64px;
}

h2 {
    transition: 0.3s;
}
h2:hover {
    font-size: 31px;
}

.bold {
    font-weight: 600 !important;
}
.bolder {
    font-weight: 800 !important;
}


/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  
  /* Modal Content/Box */
  .modal-content h1 {
      font-size: 3.5vh;
  }
  .modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 40%; /* Could be more or less, depending on screen size */
  }
  
  /* The Close Button */
  .close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }