body {
  background-color: #212529;
  color: #ececec;
}

#back-to-homepage-link{
  margin: 10px 0px 10px 0px;
  color: white;
  font-size: 0.75rem;
  text-decoration: none;
  text-shadow: 2px 2px 5px #000000;
  float:left;
}

#down-to-purchase-details-link{
  margin: 10px 0px 10px 0px;
  color: white;
  font-size: 0.75rem;
  text-decoration: none;
  text-shadow: 2px 2px 5px #000000;
  float:right;
}

.purchases-to-date{
  height: 500px;
  text-align: center;
  font-size: 3rem;
  padding: 120px 0px 0px 0px;
  font-weight: lighter;
  color: white;
  text-shadow: 2px 2px 5px #000000;
  /* opacity: 1; */
}

#carouselWithIndicators{
  height: 400px;
}

.carousel{
  opacity: 1;
}

.carousel .carousel-inner .carousel-item{
  width: 100%;
  height: 400px;
}

.carousel .carousel-inner .carousel-item h2{
  text-align: center;
  font-size: 3rem;
  color: white;
  text-shadow: 2px 2px 5px #000000;
}

#carouselWithIndicators .carousel-control-next-icon, #carouselWithIndicators .carousel-control-prev-icon{
  width: 5rem;
  height: 5rem;
}

#purchases-detail-title{
  text-align: center;
  margin: 60px 0px 30px 0px;
  font-size: 4rem;
  text-shadow: 2px 2px 5px #000000;
}

.table-shadow{
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}

#purchases-table{
  font-size: 1rem;
  font-weight: lighter;
  margin: 0px;
}

#purchases-table thead tr th i{
  width: 100%;
  text-align: center;
}

#purchases-table tbody tr {
  padding: 5px 0px;
}

#purchases-table tbody tr td{
  padding: 0.2rem;
}

#purchases-table tbody tr td .btn-link{
  width: 100%;
  color: white;
}

#purchases-summary-title{
  text-align: center;
  margin: 70px 0px 40px 0px;
  font-size: 4rem;
  text-shadow: 2px 2px 5px #000000;
}

.total-summary-list{
  font-size: 1.75rem;
  text-align: center;
  font-weight: lighter;
  height: 150px;
}

.total-summary-list span{
  width: 100%;
  position: relative;
  display:block;
  float: left;
  line-height: 2rem;
  text-shadow: 2px 2px 5px #000000;
}

.total-summary-list span.numbers{
  font-size: 3rem;
  line-height: 4rem;
  font-weight: bolder;
  margin-bottom: 2rem;
}

.modal-dialog{

}

.modal-dialog .modal-content{
  background-color: #212529;
  color: #ececec;
}

.modal-dialog .modal-content .modal-header,
.modal-dialog .modal-content .modal-footer{
  padding: 0.2rem 1rem;
}

.modal-image{
  position: relative;
  width: 100%;
  margin: 5px 0px;
}

@media (min-width: 40rem) {

  .purchases-to-date{
    font-size: 4rem;
  }

  #back-to-homepage-link{
    font-size: 1rem;
  }

  #down-to-purchase-details-link{
    font-size: 1rem;
  }

  .total-summary-list{
    font-size: 2rem;
    line-height: 3rem;
  }

  .total-summary-list span.numbers{
    font-size: 4rem;
    line-height: 4rem;
    margin-bottom: 4rem;
  }
}
