

* {
  box-sizing: border-box;
}

/* Position the image container (needed to position the left and right arrows) */
.container {
  position: relative;
   padding: 10px;
  font-family: Arial;
    max-width: absolute;
 
}

h1 {
  font-size: 30px;
  word-break: normal;
  color: #595959;
}

h2  {
	font-size: 25px;
	color: #595959;
}

h3 {
	font-size: 20px;
	color: #595959;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 20px;
  background-color:;
  opacity: 55%; 
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Next & previous buttons */
/*.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: float;
  width: auto;
  padding: 20px;
  margin-top: -50px;
  color: green;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
    float:right!important;
  padding:5px;
  padding-left:10px;
  padding-right:10px;
  background-color: #ff9600;
  border:solid 2px #808080;
  opacity: 1;right: 0;
  border-radius: 3px 0 0 3px;
}
/* Position the "prev button" to the left */
.prev {
   float:left!important;
  padding:5px;
  padding-left:10px;
  padding-right:10px;
  background-color: #ff9600;
  border:solid 2px #808080;
  opacity: 1;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 20%;
}

/* Number text (1/3 etc) */
/*.numbertext {
  color: #595959;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;*/
}

/* Container for image text */
.caption-container {
  text-align: center!important;
  background-color: #ffffff;
  padding: ;
  color: #595959;
}

.caption  {
	text-align: center!important;
	
}

.row:after {
  content: "";
  display: table;
  clear: both;
  padding: 0px;
}

/* Six columns side by side */
.column {
  float: center;
  width: 10.00%;
  padding: 2px;
  
}

/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 0.5;
}

.active,
.demo:hover {
  opacity: 1;
}

.symbols {
	float: right;
	padding: 5px;
	
}