#Browse {
  margin-top: 6em;
  margin-bottom: 3em;
  text-align: center;
}

#BrowseRentalsButton {
  background-color: black;
  padding: 0.5em 2em 0.5em 2em;
  border: 1px solid black;
  border-radius: 5px;
  color: white;
  font-weight: bold;
}

#BrowseRentalsButton:hover {
  background-color: white;
  border: 1px solid black;
  color: black;
  text-decoration: none;
}

.carousel-slider-images {
  margin-bottom: 6em;
}

#FeaturedImageText {
  color: white;
  background-color: #7c394b;
  padding: 1em;
}

.featured-info {
  justify-content: center;
}

#MainHeadings {
  background-color: black;
  width: 100%;
  text-align: center;
  padding: 2em 0;
}

#MainHeading {
  color: white;
  font-weight: 900;
  font-size: 3em;
  font-family: Segoe UI;
}
#MainSubHeading {
  color: white;
  font-weight: 400;
}

.slider-image-div {
  position: relative;
}

.slider-link {
  background-color: #7c394b;
  color: white;
  border-radius: 5px;
  padding: 0.5em 2em;
  border: 1px solid #7c394b;
}

.slider-link:hover {
  color: #7c394b;
  background-color: white;
  border-color: #7c394b;
  text-decoration: none;
}

.slider-link-div {
  position: absolute;
  left: 8em;
  bottom: 2em;
}

#SliderSectionHeading {
  margin-top: 2em;
  margin-bottom: 1em;
  text-align: center;
  font-weight: bold;
  color: #7c394b;
}



#DateModal .modal-dialog{
  max-width: 800px;
}
#DateModal .modal-content{
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  margin-top: 4rem;
  border: solid 3px #FFF;
}
#DateModal .modal-content .image-overlay{
 position: absolute;
 width: 100%;
 height: 100%;
 opacity: 0.3;
}
#DateModal .modal-body{
  padding: 6rem 2rem;
}
#DateModal .modal-body button{
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  background-color: transparent;
  border: solid 2px transparent;
  font-size: 25px;
  line-height: 28px;
  color: #FFF;
  padding: 0;
  width: 36px;
  height: 36px;
  border-radius: 10px;
}
#DateModal .modal-body button:hover{
  border: solid 2px #FFF;
  background-color: rgba(0,0,0,0.2);
}
#DateModal h4{
  font-size: 35px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1rem;
  text-shadow: 0 2px #000;
}
#DateModal .modal-info p{
  text-align: center;
  font-size: 24px;
}
#DateModal .modal-info p span{
  font-weight: 600;
  font-size: 26px;
}

@media screen and (max-width: 768px) {
  .slider-link-div {
    right: 7em;
  }
}

/*# sourceMappingURL=homepage.css.map */
