.topbutton {
  padding: 20px 80px;
  font-size: 24px;
  text-align: center;
  cursor: pointer;
  outline: none;
  color: #fff;
  background-color: #0000ff;
  border: none;
  border-radius: 15px;
  box-shadow: 0 9px rgb(255, 255, 255);
  position: relative;
  margin-right: 0px;
  margin-top: 0px;
  float: right;
  right:60px;
}
.button-youtube{
  padding: 20px 80px;
  font-size: 24px;
  text-align: center;
  cursor: pointer;
  outline: none;
  color: #fff;
  background-color: #0000ff;
  border: none;
  border-radius: 15px;
  box-shadow: 0 9px rgb(255, 255, 255);
  position: relative;
  margin-top: 0px;
  margin-left: 10px;
  float: right;
  left: 300px;
  top: 120px;
}

.topbutton:hover {background-color: #001075}
.topbutton:focus {outline:0;}
.topbutton:active {
  background-color: #05736d;
  background-size:cover;
  background-image: url(images/blue-lightning.png);
  box-shadow: 0 5px rgb(224, 224, 224);
  transform: translateY(4px);
  transition: .1s;
}
.button-youtube:hover {background-color: #001075}
.button-youtube:focus {outline:0;}
.button-youtube:active {
  background-color: #05736d;
  background-size:cover;
  background-image: url(images/blue-lightning.png);
  box-shadow: 0 5px rgb(255, 255, 255);
  transform: translateY(4px);
  transition: .1s;
}
.team{
  position: relative;
  margin-top: 0px;
  float: right;
  left: 550px;
  top: 225px;
  width: 120px;
  height: 100px;
  background:transparent;
  outline: none;
  font-size: small;
  font-weight: bolder;
  color: white;
  transition: .5s;
}
.team:focus {outline:0;}
.team:hover{background-color: teal;}
hr.rounded{
  width: 600px;
  border-top: 1px solid rgb(172, 172, 172);
}
.headings{
  margin-top: 20px;
  text-align: center;
  color: blue;
  font-weight: bolder;
}
.header-text
{
  margin-left: 150px;
}
.picture
{
 margin-right: 1%;
}
.header-text Span 
{
 color: rgb(164, 180, 14);
 
}
.smallheadings{
  font-weight: bolder;
  margin-left: 10px;
}
.paragraphs{
  margin-left: 30px;
  margin-right: 30px;
  font-size: x-large;
}
.list-points{
  font-size: larger;
  margin-left: 30px;

}
.mySlides {display: none;}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  height: auto;
  margin: auto;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #000000;
  font-size: 12px;
  font-weight: bolder;
  padding: 8px 12px;
  position: absolute;
  bottom: 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: #00087a;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 4s;
  animation-name: fade;
  animation-duration: 4s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}
/* 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(34, 0, 185, 0.8);
}
.headings-list{
  font-size: 25px;
  font-weight: bolder;
  margin-left: 10px;
}
.list-paragraphs{
  font-size: large;
  margin-left: 60px;
  transition: 2s;
  font-weight: lighter;
}
@media screen and (max-width: 800px) {
  .header{text-align: center;min-height: 420px;}
  .header-text{font-size:60px;left:20px; top:100px;}
  .topbutton{bottom:-100px;top:130px;left:-180px;padding: 10px 5px; font-size:18px;}
  .button-youtube{bottom:-100px;top:200px;left:0px;padding: 10px 5px; font-size:18px;}
  .team{bottom:-100px;top:80px;left: -20px;width: 80px; height: 65px; font-size:8px;margin-left: 500px;}
  hr.rounded{width: 250px;}
  .list-paragraphs{font-size: medium;}
  .list-points{font-size: medium;}
}
.list-points
{
  margin-bottom: 2%;
}