
/* Slideshow container */
img.mySlides {
  width: 100%;
  height: 100%;
}

.MainNav button{
  border: 1px solid white;
}

.MainNav button span{
  background-color: white;
}

.intro-header {
  /*padding-top: 500px;
  padding-bottom: 150px;*/
  text-align: center;
  position: relative;
  /*background: url(../SysImg/rimg1-1200x400.jpg) no-repeat center center;
  background-size: cover;*/
}

#SSCrow1{
  left:0;
  right:0;
  margin-top:-19px;
}

.form{
  background-color:rgba(255, 255, 255,0.8);
  padding:50px;
  margin: auto;
  margin-top: 20px;
  /* position: absolute; */
  /* top: 46%; */
  /* left: 50%; */
  /* transform: translate(-50%,-50%); */
  width:55%;
}

#DescContainer{
  margin-top:30px;
  padding-left: 5px;
	padding:50px;
}

a:hover{
  color:dimgrey;
}

/* The dots/bullets/indicators */
.w3-display-bottommiddle {
  position: absolute;
  left: 50%;
  bottom: 32%;
  transform: translate(-50%,0%);
  display: none;
}

.dot {
  cursor:pointer;
  height: 13px;
  width: 13px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: 0.6s ease;

}

.active, .dot:hover {
  background-color: #717171;
}

.container {
  width: 100%!important;
}

.container-fluid {
  padding-right: 0px;
  padding-left: 0px;
  padding-bottom: 15px;
}

@media(min-width: 1400px){
  .w3-display-bottommiddle {
    bottom: 33%;
  }
}

@media(max-width: 1000px){
  .w3-display-bottommiddle {
    bottom: 30%;
  }
}

@media(max-width: 800px){
  .w3-display-bottommiddle {
    bottom: 32%;
  }
}

@media(max-width: 767.9px){
  .w3-display-bottommiddle {
    bottom: 45%;
  }
}

@media(max-width: 690px){
  img.mySlides {
    width: 100%;
    height: auto;
  }
  .w3-display-bottommiddle {
    position: absolute;
    left: 50%;
    bottom: 52%;
    transform: translate(-50%,0%);
  }
}

@media(max-width: 550px){
  .w3-display-bottommiddle {
    bottom: 55%;
  }
}

@media(max-width: 500px){
  .w3-display-bottommiddle {
    bottom: 62%;
  }
}

@media(max-width: 400px){
  .w3-display-bottommiddle {
    bottom: 68%;
  }
}