.carousel-caption{
    width: 45%;
}

.carousel-caption h2{
    color: #000000;
}
.btn-outline-light {
    color: #000000;
    border-color: #090909;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .carousel-caption h2{
        font-size: 16px;
    }
    .carousel-caption a{
    font-size: 10px;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    }
    .carousel-indicators{
        display: none;
    }
  }
  
  /* Small devices (portrait tablets and large phones, 600px and up) */
  @media only screen and (min-width: 600px) {
    
  }
  
  /* Medium devices (landscape tablets, 768px and up) */
  @media only screen and (min-width: 768px) {
    
  } 
  
  /* Large devices (laptops/desktops, 992px and up) */
  @media only screen and (min-width: 992px) {
    
  } 
  
  /* Extra large devices (large laptops and desktops, 1200px and up) */
  @media only screen and (min-width: 1200px) {
    
  }