body {
  font-family: Arial, sans-serif; /* Sets a clean font for the page */
  margin: 0;
  padding: 0;
  background-color: #00ff80;
  border-color: #04AA6D;
}

h1 {
  color: #333; /* Dark gray color for headings */
  text-align: center; /* Centers the heading text */
  margin-top: 20px; /* Adds space above the heading */
}

.about {
  color: #555; /* Medium gray color for paragraphs */
  text-align: left; /* Aligns text to the left */
  font-size: 18px; /* Sets a readable font size */
  text-indent: 40px; /* Indents the first line of the paragraph */
  margin-top: 20px; /* Adds space above the paragraph */
  margin-bottom: 20px; /* Adds space below the paragraph */
  margin-left: 50px; /* Adds space to the left of the paragraph */
}

.home {
  color: #555; /* Medium gray color for paragraphs */
  text-align: left; /* Aligns text to the left */
  font-size: 18px; /* Sets a readable font size */
  text-indent: 40px; /* Indents the first line of the paragraph */
  margin-top: 20px; /* Adds space above the paragraph */
  margin-bottom: 20px; /* Adds space below the paragraph */
  margin-left: 50px; /* Adds space to the left of the paragraph */
}

* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
  margin-top: 50px;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #000000;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #000000;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

h2 {
  color: #333; /* Dark gray color for headings */
  text-align: center; /* Centers the heading text */
  margin-top: 20px; /* Adds space above the heading */
}

.paracord_bracelet-img {
  width: 150px; /* Adjust size as needed */
  height: auto;
  margin-bottom: 10px; /* Adds space between the image and the button */
  }

.paracord_bracelet-btn {
  padding: 10px 20px;
  font-size: 16px;
  color:#ffffff;
  cursor: pointer;
}

.paracord_bracelet-container {
  background-color: #0033ff;
  display: flex; /* Use flexbox for easy vertical stacking */
  flex-direction: column; /* Stack children vertically */
  align-items: center; /* Center children horizontally */
  text-align: center; /* Ensures content is centered */
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
  width: 180px; /* Container fits its content width */
  margin-left: 50px;
  margin-bottom: 20px;
  margin-top: 20px;
}

.mini_snake-container{
  background-color: #0033ff;
  display: flex; /* Use flexbox for easy vertical stacking */
  flex-direction: column; /* Stack children vertically */
  align-items: center; /* Center children horizontally */
  text-align: center; /* Ensures content is centered */
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
  width: 180px; /* Container fits its content width */
  margin-left: 50px;
  margin-bottom: 20px;
  margin-top: 20px;
}

.mini_snake-img {
  width: 150px; /* Adjust size as needed */
  height: auto;
  margin-bottom: 10px; /* Adds space between the image and the button */
  }

.mini_snake-btn {
  padding: 10px 20px;
  font-size: 16px;
  color:#ffffff;
  cursor: pointer;
  width:160px;
}

.navbar ul {
  list-style-type: none; /* Removes bullet points */
  margin: 0;
  padding: 0;
  overflow: hidden; /* Clears floats */
  background-color: #333; /* Dark background color */
}

.navbar li {
  float: left; /* Makes list items horizontal */
}

.navbar li a {
  display: block; /* Makes the entire area clickable */
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none; /* Removes underlines from links */
}

/* Change the background color of links on hover */
.navbar li a:hover {
  background-color: #111;
}

/* Styles for the active/current page link */
.navbar li a.active {
  background-color: #04AA6D;
}

/* Hide the responsive icon by default */
.navbar .icon {
  display: none;
}

.keychain {
  background-color: #0033ff; /* Green background color */
  color: white; /* White text color */
  padding: 10px 20px; /* Adds padding around the text */
  border: none; /* Removes default button border */
  border-radius: 5px; /* Rounds the corners of the button */
  cursor: pointer; /* Changes cursor to pointer on hover */
}

.bear_fidget {
  background-color: #0033ff; /* Green background color */
  color: white; /* White text color */
  padding: 10px 20px; /* Adds padding around the text */
  border: none; /* Removes default button border */
  border-radius: 5px; /* Rounds the corners of the button */
  cursor: pointer; /* Changes cursor to pointer on hover */
}

.contact-name {
  color: #333; /* Dark gray color for headings */
  text-align: left; /* Aligns text to the left */
  font-size: 12px; /* Sets a readable font size */
  margin-top: 20px; /* Adds space above the heading */
  margin-left: 50px; /* Adds space to the left of the heading */
  margin-right: 50px; /* Adds space to the right of the paragraph */
}

.contact-email {
  color: #555; /* Medium gray color for paragraphs */
  text-align: left; /* Aligns text to the left */
  font-size: 12px; /* Sets a readable font size */
  margin-top: 10px; /* Adds space above the paragraph */
  margin-left: 50px; /* Adds space to the left of the paragraph */
  margin-right: 50px; /* Adds space to the right of the paragraph */
}

.contact-message {
  color: #555; /* Medium gray color for paragraphs */
  text-align: left; /* Aligns text to the left */
  font-size: 12px; /* Sets a readable font size */
  margin-top: 10px; /* Adds space above the paragraph */
  margin-left: 50px; /* Adds space to the left of the paragraph */
  margin-right: 50px; /* Adds space to the right of the paragraph */
}

.keychain-container{
  background-color: #0033ff;
  display: flex; /* Use flexbox for easy vertical stacking */
  flex-direction: column; /* Stack children vertically */
  align-items: center; /* Center children horizontally */
  text-align: center; /* Ensures content is centered */
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
  width: 180px; /* Container fits its content width */
  margin-left: 50px;
  margin-bottom: 20px;
  margin-top: 20px;
}

.keychain-img {
  width: 150px; /* Adjust size as needed */
  height: auto;
  margin-bottom: 10px; /* Adds space between the image and the button */
  }

.keychain-btn {
  padding: 10px 20px;
  font-size: 16px;
  color:#ffffff;
  cursor: pointer;
  width:160px;
}

.bear_fidget-container{
  background-color: #0033ff;
  display: flex; /* Use flexbox for easy vertical stacking */
  flex-direction: column; /* Stack children vertically */
  align-items: center; /* Center children horizontally */
  text-align: center; /* Ensures content is centered */
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
  width: 180px; /* Container fits its content width */
  margin-left: 50px;
  margin-bottom: 20px;
  margin-top: 20px;
}

.bear_fidget-img {
  width: 150px; /* Adjust size as needed */
  height: auto;
  margin-bottom: 10px; /* Adds space between the image and the button */
  }

.bear_fidget-btn {
  padding: 10px 20px;
  font-size: 16px;
  color:#ffffff;
  cursor: pointer;
  width:160px;
}

.products-container {
  display: flex; /* Use flexbox to arrange products in a row */
  flex-wrap: wrap; /* Allow products to wrap to the next line if needed */
  justify-content: center; /* Center the products horizontally */
  gap: 20px; /* Add space between product containers */
  margin-top: 20px; /* Add space above the products section */
}

.contact-submit {
  background-color: #0033ff;
  color: white;
  padding: 10px 25px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  margin-left: 50px;
  margin-top: 20px;
  font-size: 16px;
  transition: opacity 0.3s;
}

.contact-submit:hover {
  opacity: 0.8;
}

.contact-submit:disabled {
  background-color: #ccc;
  cursor: not-allowed;
}