<style>
* {box-sizing: border-box}
body {font-family: Verdana, sans-serif; margin:0}
.mySlides1, .mySlides2, .mySlides3, .mySlides4, .mySlides5 {display: none}

img.topp{
    height: 30px;
    width:473px;
}

img {
  width:95%; 
  display: block; 
  margin-left:auto; 
  margin-right:auto;
  max-width: 100%;
}

img.sliderhome{
  margin-left:auto; 
  margin-right:auto;
  max-width: 100%;
  width: auto;
}

/* Slideshow container */
.slideshow-container {
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}
/* Next & previous buttons HOME*/
.prevhome, .nexthome {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: #9fd3e8;
  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;
}
.nexthome {
  right: 0;
  border-radius: 3px 0 0 3px;
}


/* On hover, add a grey background color */
.prev:hover, .next:hover {
  background-color: #f1f1f1;
  color: black;
}
/* On hover, add a grey background color HOME*/
.prevhome:hover, .nexthome:hover {
  background-color: #83c7e3;
  color: #be2230;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text,.texthome,.prevhome,.nexthome {font-size: 11px}
}

.text {
width:95%;
margin-left:auto; 
margin-right:auto;
padding-top: 3px;
padding-bottom: 3px;
}
.texthome {
font-weight:bold;
margin-left:auto; 
margin-right:auto;
padding-top: 3px;
padding-bottom: 3px;
}
.text2 {
width:95%;
margin-left:auto; 
margin-right:auto;
padding-top: 6px;
padding-bottom: 6px;
}
.texthome2 {
width:95%;
font-weight:bold;
margin-left:auto; 
margin-right:auto;
padding-top: 8px;
}


/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 20px;
  width: 55px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 5px;
  display: inline-block;
  transition: background-color 0.6s ease;
}
.active, .dot:hover {
  background-color: #717171;
}


/* The dots/bullets/indicators di Home*/
.dothome {
  cursor: pointer;
  height: 20px;
  width: 55px;
  margin: 8px 3px 8px;
  background-color: #256aa1;
  border-radius: 5px;
  display: inline-block;
  transition: background-color 0.6s ease;
  opacity: 0.7;
}
.active, .dothome:hover {
  opacity: 0.85; 
}


</style>