
html {background-color: black}
body {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 82%;background-color:black;}
h2 {background-color: #6666ff; color: #fff; font-size: 1.2em; padding: 5px; width: 98%;}
h3, h4 {color: #697922; font-size: 1.1em; padding: 15px 0 5px;}
a {color: #BD4A18;}
 
li {padding: 2px 0;}
 
dt {
	font-weight: bold; 
	cursor: pointer;
	color: #BD4A18;
	CLASS: link2;
}

dd {
	margin: 5px 20px 0px;
	padding-bottom: 12px;
	line-height: 150%;	
	}
p {line-height: 150%;}
	
.show {display: block;}
.hide {display: none;}	
 
 table
{
border-collapse:separate;
border-spacing:2px 2px;
}
body {
  padding: 2em 1em 2em 70px;
  margin: 40;
  font-family: sans-serif;
  color: black;
  background: white;
  background-position: top left;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
 
body {
 background-color:black;
}
 

.topnav {
  overflow: hidden;
  background-color: #333;
}

.topnav a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
  position: relative;
  margin: auto;
}

.topnav a.active {
  background-color: #04AA6D;
  color: white;
  position: relative;
  margin: auto;
}


h1, h2, h3, h4, h5, h6 { text-align: left }
h1, h2, h3 { color:white;  background: black}

 
h1 { font: 270% sans-serif }
h2 { font: 140% sans-serif }
h3 { font: 120% sans-serif }
h4 { font: bold 100% sans-serif }
h5 { font: italic 100% sans-serif }
h7 { font: 100% sans-serif }
h8 { font: 70% sans-serif }
 
 * {box-sizing:border-box}

/* Products container */
.Products-container {
  max-width: 1400px;
  position: relative;
  margin: auto;
}


.email-button 
{
display: inline-block;
padding: 10px 20px;
background-color: #007bff;
color: #fff;
text-decoration: none;
border-radius: 5px;
font-weight: bold;
transition: background-color 0.3s ease;
}


.email-button:hover 
{
background-color: #0056b3;
}

.forum-button 
{
display: inline-block;
padding: 10px 20px;
background-color: #2dde2a;
color: #fff;
text-decoration: none;
border-radius: 5px;
font-weight: bold;
transition: background-color 0.3s ease;
}


.forum-button:hover 
{
background-color: #1fa81d;
}




/* Slideshow container */
.slideshow-container {
  max-width: 2000px;
  position: relative;
  margin: auto;
}

/* 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: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  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}
}


input[type=text], select {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

textarea, select {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

input[type=submit] {
  width: 100%;
  background-color: #4CAF50;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #45a049;
}

div {
  border-radius: 5px;
  background-color: black;
  padding: 20px;
}

