* {
	margin: 0;
	padding: 0;
	border: 0;
	box-sizing: border-box;
	color: white;
}

body {
	background-image: url(1497467798982.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;

	font-family: "tahoma", san-serif;
	text-align: center;
}

h1{
	font-size: 350%;
	font-weight: 1000;
	text-align: center;
	text-decoration: underline;
	letter-spacing: 0.3em;
	position: relative;
	top: -5px;
}

h1 section {
	display: inline-block;
}


h1 i {
	font-size: 100%;
	position: relative;
	
}

h2{
	font-size: 175%;
	line-height: 100%;
	font-weight: 400; 
	text-align: center;
	margin: 3% 0 3% 0;
	text-decoration: underline;
}

p {
	font-size: 150%;
	line-height: 120%;
	font-weight: 100;
}

header{
	width: 100%;
	display: inline-block;
}

header:after {
	content: "";
	display: block;
	clear: both;
}

.banner p{
	font-size: 30%;
}

.banner {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
	max-height: 20%;
	border: 10px solid white;
	clear: both;
	background-color: gray;
	opacity: 0.9;
	box-shadow: 10px 3px 10px #000;
}


#heading:hover {
	transition: ease;
	transition-duration: 0.5s;
	color: #44C43AFF;
}

#heading {
	animation-name: flash;
	animation-duration: 0.4s;
	animation-delay: 3s;
	animation-iteration-count: 20;
	animation-direction: alternate;
}

a, a:link, a:visited {
	text-decoration-color: black;
	color: black;
}

a:active {
	color: #44C43AFF;
}

.one-fifth{
	width: 19%;
	float: left;
	text-align: center;
	margin-bottom: 1%;
}

i{
	font-size: 600%;
	transition-duration: 0.8s;
}

i:hover {
	color: #44C43AFF;
	transform: rotateY(360deg);
}

i span{
	font-size: 30%;
}

.side {
	float: left;
	text-align: center;
	width: 18%;
	margin: 1%;
	background-image: -webkit-linear-gradient(top, gray, black);
	background-image: -moz-linear-gradient(top, gray, black);
	background-image: -o-linear-gradient(top, gray, black);
	background-image: linear-gradient(top, gray, black);
	opacity: 0.9;
	box-shadow: 10px 10px 20px #000;
}

.side i {
	margin-top: 20%;
}

.main {
	width: 78%;
	margin: 1%; 
	padding: 0 4% 4% 4%;
	text-align: center;
	float: right;
	background-image: -webkit-linear-gradient(top, gray, white);
	background-image: -moz-linear-gradient(top, gray, white);
	background-image: -o-linear-gradient(top, gray, white);
	background-image: linear-gradient(top, gray, white);
	opacity: 0.9;
	box-shadow: 10px 10px 20px #000;
}

#content {
	margin-top: 8%;
}

#content:after {
	content: "";
	display: block;
	clear: both;
}

footer {
	width: 100%;
	clear: both;
	background-color: gray;
	opacity: 0.9;
	padding: 1%;
	border: 10px solid white;
}

h3 {
	text-decoration: underline;
	padding-bottom: 3%;
}

.products {
	position: relative;
	display: inline-block;
	width: 45%;
	margin: 2%;
	padding: 5% 4% 1% 4%;
	text-shadow: -2px -2px 5px #000;
	background-image: -webkit-linear-gradient(top, #4C92F4FF, #4B57B3FF);
	background-image: -moz-linear-gradient(top, #4C92F4FF, #4B57B3FF);
	background-image: -o-linear-gradient(top, #4C92F4FF, #4B57B3FF);
	background-image: linear-gradient(top, #4C92F4FF, #4B57B3FF);
	opacity: 0.9;
	box-shadow: 10px 10px 20px #000;
}

.products li {
	text-align: left;
	padding-bottom: 1%; 
}

.price {
	position: absolute;
	background-color: #E23769F7;
	height: 10%;
	display: inline-block;
	top: 0;
	right: 2px;
	padding: 3% 8% 8% 8%;
	border-radius: 50%;
	text-decoration: underline;
}

button {
	display: block;        /* Takes up its own line so it sits cleanly under lists */
	text-align: left;      /* Aligns internal text to the left */
	margin-left: 0;        /* Forces the button box to snap to the left margin */
	margin-top: 4%;        /* Adds breathing space below your list items */
	background-color: #44C43AFF;
	padding: 10px 15px;    /* Clean padding values */
	font-weight: 1000;
	cursor: pointer;       /* Changes user cursor to a hand click icon */
}


#description h2{
	color: black; 
}

#description p{
	color: black;
	text-align: left;
}

#description i{
	font-size: 150%; 
	color: black;
	text-align: center;
}

#pic2 {
	width: 100%;
}
#Shopgirl{
    width:100%;
}
/*MEDIA QUERIES*/

/*TABLETS*/
@media screen and (max-width: 800px) {
i{
	font-size: 400%;
}

.icon_text {
	font-size: 100%;
	line-height: 100%;
	padding: 3% 0;
	font-weight: 400; 
	text-align: center;
	margin: 5% 0 1% 0;
}

.banner {
	display: block;
	position: relative;
	border: 5px solid white;
	height: 80px; 
}
#content {
	margin-top: 0;
}

.main {
	display: block;
	margin: 2% 3% 2% 3%;
	width: 90%;
}

.main p {
	text-align: left;
}

.side {
	display: block;
	width: 100%;
	position: sticky;
	top: 0;
	z-index: 1;
	margin: 0;
}

.side span {
	display: none;
}

.contacts {
	display: inline-block;
	float: left;
	width: 18%;
	margin: 0 1% 0 1%;
}

#list {
	display: inline-block;
	margin: 2% 0 auto;
	float: none;
	line-height: 120%;
	text-align: center;
}

h1 {
	font-size: 300%;
}

h1:hover {
	transition: none;
	color: white;
}

h1:active {
	color: #44C43AFF;
}

.products {
	display: block;
	width: 95%;
	margin: 2% auto;
	padding: 5% 5% 1% 5%;
	text-shadow: -2px -2px 5px #000;
	background-image: -webkit-linear-gradient(top, #4C92F4FF, #4B57B3FF);
	background-image: -moz-linear-gradient(top, #4C92F4FF, #4B57B3FF);
	background-image: -o-linear-gradient(top, #4C92F4FF, #4B57B3FF);
	background-image: linear-gradient(top, #4C92F4FF, #4B57B3FF);
	opacity: 0.9;
	box-shadow: 10px 10px 20px #000;
}

.price {
	top: auto;
	bottom: 2px;
}

button {
	position: relative;
	right: auto;           /* Removes the 35% displacement pulling it right */
	margin-left: 0;        /* Keeps it locked firmly to the left side on tablet views */
}



#learn {
	right: auto;
	
}



/*END OF TABLETS*/

/*MOBILEPHONES*/
@media screen and (max-width: 500px) {

i{
	font-size: 350%;
}

.icon_text {
	font-size: 60%;
	line-height: 100%;
	margin-left: 5%;
	padding: 3% 0;
	font-weight: 300; 
	text-align: center;
}

.main {
	margin: 4% 4% 2% 4%; 
}

.main p {
	text-align: center;
}


#content {
	display: block;
	position: relative;
	margin-top: 0;
}

.products {
	padding: 5% 2% 2% 9%;
	text-align: left;      /* Keeps buttons and text aligned together on phones */
}

h1 i {
	font-size: 100%;
}
}
/* phones wider than 400 px*/ 
@media screen and (max-width: 400px){
#content {
	margin-top: 1%;
}

h1{
	font-size: 250%;
}
}

@media screen and (min-height: 600px){
	.home i {
	top: 500px;
}

}
/*END OF MOBILEPHONE*/
@media screen and (min-height: 900px){

h1 i {
position: relative;
}


}








/* --- Streamlined Navigation Icon --- */
.burger-menu-btn {
    position: fixed;
    top: 75%;
    right: 20px;
    z-index: 9999;
    width: 45px;
    height: 45px;
    background: #111;
    border: none;
    border-radius: 30%;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
    padding: 0;
}
.burger-menu-btn span {
    display: block;
    width: 20px;
    height: 2px;
    background: #fff;
}

/* --- Clean Slide-out Menu Panel --- */
.nav-overlay {
    position: fixed;
    top: 0;
    right: -300px; /* Hidden offscreen by default */
    width: 300px;
    height: 100vh;
    background: #111;
    z-index: 9998;
    transition: right 0.25s ease;
    padding: 80px 20px;
    box-sizing: border-box;
}
.nav-overlay.open {
    right: 0; /* Slides smoothly into view */
}
.nav-overlay ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.nav-overlay li {
    margin-bottom: 20px;
}
.nav-overlay a {
    color: #fff;
    text-decoration: none;
    font-size: 1.1rem;
    display: block;
}

/* --- Completely Protect Form Buttons from Navbar Styles --- */
button:not(.burger-menu-btn) {
    position: relative;
    top: auto;
    right: auto;
    transform: none;
}



/* Smoothly morph lines into an X */
.burger-menu-btn span {
    transition: transform 0.2s ease, opacity 0.2s ease;
}

/* Top line rotates down */
.burger-menu-btn.active span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
}

/* Middle line disappears */
.burger-menu-btn.active span:nth-child(2) {
    opacity: 0;
}

/* Bottom line rotates up */
.burger-menu-btn.active span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
}






