* {box-sizing: border-box}
body {font-family: Verdana, sans-serif; margin:0; background-color: #bbb;}
.mySlides {display: none}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width:990px;
  position: relative;
  margin: auto;
  background-color: #ffffff;
}

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

/* 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: #585858;
}

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

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

.active, .dot:hover {
  background-color: #000000;
  color:#335F8A;
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}

p{ margin: 1%}
/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
  }
}

p {
  text-indent: 50px;
  text-align: justify;
}
.row {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  padding: 0.5%;
  background-color: #ffffff;
}

/* Create four equal columns that sits next to each other */
.column {
  -ms-flex: 19%; /* IE10 */
  flex: 19%;
  max-width: 19%;
  padding:  1%;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .column {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 900px) {
  .column {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
}


.side {
  -ms-flex: 50%; /* IE10 */
  flex: 50%;
  background-color: #cccccc;
  padding: 20px;
  text-align: left;
}
a {
text-decoration:none;
}
p {
padding-left:1%;
padding-right:1%;
}
h3 {
padding-left:1%;
padding-right:1%;
}
h4 {
padding-left:1%;
padding-right:1%;
}
#myBtn {
  display: none;
  position: fixed;
  bottom: 2.5%;
  right: 2.8%;
  z-index: 99;
  font-size: 30px;
  border: none;
  outline: none;
  background-color: #555;
  color: white;
  cursor: pointer;
  padding: 0.1%/*up*/ 0.5%/*right*/ 0.1%/*bottom*/ 0.5%/*left*/;
  border-radius: 4px;
}

#myBtn:hover {
