* {
    padding: 0;
    font-family: 'Roboto', sans-serif;;
}

h1, h3 {
    color: turquoise;
}

h1 {
    font-weight: 700;
}

h3 {
    font-weight: 200;
}

.mydark:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: black;
    opacity: 0.6;
    z-index: 1;
  }
  
  .carousel-caption {
    z-index: 2;
  }