@font-face {
  font-family: "DM Serif Display", serif;
  src: url('../font/DMSerifDisplay-Italic.ttf');
}
.carousel-caption {
    /* position: absolute; */
    right: 30%;
    /* bottom: 1.25rem; */
    top: 20%;
    left: 7%;
    padding-top: .5rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: left;
    align-items: center;
}

.carousel-caption h1{
  font-family: "DM Serif Display", serif;
  font-size: 40px;
  font-weight: 700;
  /* letter-spacing: .2rem; */
  color: #ffffff;
  /* line-height: 1.8rem; */
  text-transform: uppercase;
}
.carousel-caption h3{
  font-family: "DM Serif Display", serif;
  font-size: 30px;
  font-weight: 600;
  /* letter-spacing: .2rem; */
  color: #ffffff;
  /* line-height: 1.8rem; */
  text-transform: uppercase;
}
.carousel-caption h2{
  margin-top: 60px;
  font-family: "DM Serif Display", serif;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: inherit;
  color: #ffffff;
  line-height: 1.8rem;
  /* text-transform: uppercase; */
}

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex
;
    align-items: center;
    justify-content: center;
    width: 7%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease;
}
