:root{
    --primary-color:#456ad5;
    --content-color:#f0f0f0;
    --text-color:#14264a;
    --textlink-color: #b5b5b5;
    --textlink-hover-color: #f5f5f5;
}

.background-gradient{background-image: linear-gradient(to top, #14264a, #a3b9e6);color: var(--content-color);}

.first-content{
  margin-top: 50px;
}
.tab-container{display: flex; flex-direction: row;width: 100%;border: 0!important;margin: 0!important;}
.tab-container a{text-decoration: none;color:var(--text-color);}
.tab{background-color: #bbe5fc;border-top-left-radius: 15px;border-top-right-radius: 15px;width: 100%!important;text-align: center;}
.tab-clicked{background-color: #2196F3;}
.tab-box{background-color: #bbe5fc!important;border: 0!important;margin: 0!important; border-bottom-left-radius: 20px;border-bottom-right-radius: 20px;
        padding: 16px!important;}
.tab-content{display: flex; flex-direction: row;width: 100%;}
.tab-content img{width: 80%; max-width: 600px;border-radius: 15px;}
.tab-item{width: 100%;}

.aboutusPage{display: flex; flex-direction: row;}

.aboutusPage div{ width: 100%; padding: 20px;}

.aboutusPage img{ width: 100%;max-width:800px;height: 100%;box-shadow:0 4px 10px 0 rgba(0,0,0,0.2),0 4px 20px 0 rgba(0,0,0,0.19) }

.aboutWelcome{display: flex;flex-direction: column;}
.aboutWelcome img{width:100%;max-height: 400px;}

.promotePage{ display: flex; flex-direction: row;}

.promotePage div{ width: 100%; padding: 20px;}

.promotePage img{ width: 100%; border-radius: 3%;}

.images-styles{width: 100%;border-radius: 3%;}
/* Slideshow container */

.mySlides {display: none}
.mySlides img {vertical-align: middle;}

.slideshow-container {
  width: 100%;
  position: relative;
  margin-top: 20px;
  /*background-color: var(--content-color);*/
  padding-top: 20px;

  opacity: 1;
  
}

.mySlides{
    width: 100%;
    text-align: center;
    /*background-color: var(--content-color);*/
}

.slidePic{
   width:70%;
   min-height:350px;
   max-height:600px;
}
/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: var(--text-color);
  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(0,0,0,0.8);
}

/* Caption text */
.text {
  color: var(--text-color);
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 14px;
  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 {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* Home Type*/
.imgType{width: 100%; border-radius: 2%;}

.mapsFrame{
  border-right: #999 solid 2px;
  border-bottom: #999 solid 2px;
  width: 100%;
  height: 400px;
  padding: 0!important;
}

.maps{
  width:100%; height: 100%;}