html {
	background-color:white; 
	font-family: Arial, Helvetica, sans-serif;
	font-size:1em;
	line-height: 1.4em;
	}


* {box-sizing: border-box;}

body {
       font-family: Arial, Verdana, sans-serif;
     }

.mySlides {display: none;}

img {vertical-align: left;}

<!-- Slideshow container -->

.slideshow-container {
  max-width: 1600px;
  horizontal-align: left;
  position: relative;
  margin: auto;
  }

<!-- Caption text -->
.text {
  color: white; // #f2f2f2;
  font-size: 15px;
  font-weight: bold;
  background-color: #204D8C;  
  padding: 8px 12px;
  position: absolute;
  bottom: 15px;
  //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 {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
  }

/* 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: 800px) {
  .text {font-size: 7px}
}


p {
        margin-top: 0;
	text-align: justify;
	line-height:1.4em;
	}

.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}


.active, .accordion:hover {
  background-color: #ccc; 
}

.accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
}

.panel {
  padding: 0 18px;
  display: none;
  background-color: white;
  overflow: hidden;
}

.main{
   	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	//margin-left: 5%;
	//height: 800px;
	width: 97%;
        //overflow: auto;
	padding-right: 5%;
        padding-left: 5%;
	//padding-top: 5%;
	//margin-top: 5%;
        }



