
html {
    scroll-behavior: smooth;
  }


  @media only screen and (max-width:600px) {
    .navbar-brand{
        font-size: 13px;
    }
    .logo-container {
        margin-left: -15px;
    }

    .carousel-inner img {
        max-width: 120%;
    height: 218px;
    }
  }

  
  @media only screen and (min-width:600px) {
    .navbar-brand{
        font-size: 16px;
    }

   
    
#products img {
    width:  400px;
    height: 400px;
    object-fit: cover;
}


    
  }

  .nav-link
  {
      font-weight:700;
      margin: 10px;
  }
  

  
.container {
    border: 1px solid lightgray;
    padding: 40px;
    background-color: #ecebbd;
}

.carousel-inner{
    margin-top:20px ;
    border:2px solid lightgrey;
    background-color: white;
    box-shadow: 10px 10px 5px #aaaaaa;
}



 a:hover {
                color: #fec503;
            }

        

            
                section {
            padding: 100px 0;
        }
            
        /* @media only screen and (min-width:600px) {
        
            .carousel-item {
                text-align: center !important;
            }
            .carousel-item img {width: 100% !important;max-height: 80vh !important;}
    } */
        

           


            section h2.section-heading {
                font-size: 40px;
                margin-top: 0;
                margin-bottom: 15px;
            }

            section h3.section-subheading {
                font-size: 16px;
                font-weight: 400;
                font-style: italic;
                margin-bottom: 75px;
                text-transform: none;
            }

       

       
        #top-scroll a {
            font-size: 40px;
            padding-top: 40px;
        }

       
        footer {
            padding: 25px 0;
            text-align: center;
        }

            footer span.copyright {
                font-size: 90%;
                line-height: 40px;
                text-transform: none;
            }



h2 {
	color: #000;
	font-size: 26px;
	font-weight: 300;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	margin: 30px 0 80px;

}
h2::after {
	content: "";
	width: 200px;
	position: absolute;
	margin: 0 auto;
	height: 4px;
	background: rgba(0, 0, 0, 0.2);
	left: 0;
	right: 0;
	bottom: -20px;
}



  .float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}
