@charset "UTF-8";
/* CSS Document */


  /* 20em = 320px     80em = 1280
 @media (min-width: 20em) and (max-width: 80em) {
  /*carousel-inner .item img {
  height: 10%;
  width: auto;
  }
  p {
    background-color: red;
  }
  */
  
  /*
 @media screen and (min-width: 900px) {
  p {
    background-color: lawngreen;
  }
  */
  
  /*
  @media screen and (max-width: 1000px) {
  p {
    background-color: mediumpurple;
  }
  
  
  
  @media screen and (min-width: 1400px) {
    .carousel-inner {
        width: 120em;
        height: 80%;
        padding: 0 20 20 20px;
        background-color: mediumpurple;
    }
    */
    
    
}








}