@import url("https://netdna.bootstrapcdn.com/bootstrap/3.0.3/css/bootstrap.min.css");
body {
  height: 100%;
  background-color: #333844;
  padding: 0;
  z-index: 1;
  transform: translate3d(0, 0, 0.1px);
}

body {
  color: white;
  background-color: #333844;
  font-family: "Heebo", sans-serif;
  text-align: center;
}

h1 {
  display: block;
  margin: 30px 0;
}

h2 {
  display: block;
  font-family: courier;
  font-size: 140%;
  color: white;
  background-color: rgba(20, 20, 204, 0.5);
}

p {
  margin-top: 0px;
  font-weight: 200;
}

#app {
  position: relative;
}

.item {
  color: #666;
  height: 400px;
  line-height: 300px;
  /* Align the text vertically center. */
  text-align: center;
}

.carousel {
  margin-top: 20px;
}

.carousel-control {
  /* border 3px, size 40px */
  border: 3px solid #fff;
  border-radius: 23px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 60px;
  font-weight: 100;
  line-height: 25px;
  color: #fff;
  text-align: center;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.bs-example {
  margin: 20px;
}

/* cancel background image gradient */
.carousel-control.left-flat {
  right: auto;
  left: 15px;
}

/* override background image gradient */
.carousel-control.right-flat {
  right: 15px;
  left: auto;
}