  /*for all pages*/

.logo {
    display: inline-block;
    max-width: 50px;
    width: auto;
    height: auto;
    border-radius: 50%;
    margin-left: 2%;
  } 
  .footer{
  display: inline-block;
  max-width: 50px;
  width: auto;
  height: auto;
  border-radius: 50%;
  } 
  
  .footer1{
  display: inline-block;
  max-width: 35px;
  width: auto;
  height: auto;
  }     
  .icons{
    max-width: 125px;
    width: auto;
    height: auto;          
    }
  /*for home page*/
  
  .bannerfont{
  font-size: 80px;
  }          
  .bannerimg{
  max-width: 400px;
  width: auto;
  height: auto;          
  }
  .products{
    min-width: 320px;
    min-height: 220px;
  }
  
  .Bcol{
  background-color: #eb5757;
  }
  .Bcol:hover{
  background-color: #ed7b7a;
  }

  /*About Page*/

  .banner{
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.50), rgb(0, 0, 0,0.75)), url('Images/banner_1.png');;
    
    background-repeat: no-repeat;
    background-position: 100% 25%;
    background-size: cover;
  }

  /* Contacts Page */

  .map-responsive {
    overflow: hidden;
    padding-bottom:56.25%;   
    position: relative;
    height: 0;
  }

    .map-responsive iframe {
    left: 0;
    top: 0;
    height: 80%;
    width: 100%;
    position: absolute;
  }
  .iconssm{
    max-width: 80px;
    width: auto;
    height: auto; 
  }

  /* Nav Bar Design*/

  .navbar {
    padding: 10px 20px;
    background-color: white;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}
.navbar-brand {
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 1.5rem;
    margin-left: 0;
}
.navbar-brand img {
    height: 50px;
    margin-right: 10px;
}
.navbar-nav {
    margin-right: auto;
}
.nav-link {
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 15px;
}
   