html {
  margin: 0;
  padding: 0;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body {
  background-image: linear-gradient(to right, #00416a, #e4e5e6);
  color: #212121;
  font-size: 12px;
  min-height: 100%;
  min-width: 320px;
  margin: 0;
  padding: 0;
  width: 100%;
}

.section-header {
  display: block;
  margin-top: 20px;
  position: relative;
  text-align: center;
}

section {
  padding-top: 50px;
  overflow: hidden;
  position: relative;
}

a,
a:link,
a:visited {
  color: #212121;
  text-decoration: none;
}

.Carousel-slider {
  height: 560px;
  position: relative;
  width: 100%;
}

.Carousel-slider.fullwidth {
  height: 500px;
}

.Carousel-slider.fullwidth .slider-item {
  height: 480px;
  line-height: 480px;
  width: 100%;
}

.slider-wrapper {
  overflow: hidden;
  position: relative;
  transform-style: preserve-3d;
  transform-origin: 0 50%;
  perspective: 800px !important;
}

.slider-item {
  /* box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.12); */
  display: none;
  height: 320px;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 320px;
  cursor: pointer;
  /* border: 5px solid #ffc107; */
}

.indicators {
  top: 0;
  left: auto;
  padding: 0;
  list-style-type: none;
  /* margin: 40px 0 0 -27px; */
  display: flex;
  justify-content: center;
  position: relative;
}

.indicators li {
  color: #255f8b;
  float: left;
  height: 16px;
  margin-right: 8px;
  text-align: center;
  width: 16px;
}

.indicators li:last-child {
  margin: 0;
}
.indicators a {
  background: #cf9455;
  border-radius: 8px;
  display: inline-block;
  height: 16px;
  width: 16px;
}

.indicators .active a {
  background: #e4e5e6;
}
/* .superHero1 {
  background-image: url(img/superhero1.jpg);
  border-radius: 50px !important;
}
.superHero2 {
  background: url(img/superhero2.jpg);
  border-radius: 50px !important;
}
.superHero3 {
  background: url(img/superhero3.jpg);
  border-radius: 50px !important;
}
.superHero4 {
  background: url(img/superhero4.jpg);
  border-radius: 50px !important;
}
.superHero5 {
  background: url(img/superhero5.jpg);
  border-radius: 50px !important;
}
.superHero6 {
  background: url(img/superhero6.jpg);
  border-radius: 50px !important;
}
.superHero7 {
  background: url(img/superhero7.jpg);
  border-radius: 50px !important;
} */
