body{
  margin: 0;
  height:100vh;
}
footer{
  position: absolute;
  bottom: 0;
  width: 100%;
}
a{
  color: rgb(147, 25, 72);
}
a:hover{
  color: rgb(92,9,41);
}
#mainNav {
  background-color: rgba(147, 25, 72, 0.75);
  white-space: nowrap;
  font-family: 'Muli';
}
#mainNav .navbar-nav .nav-item.active .nav-link {
  color: white;
}
#mainNav .navbar-nav .nav-item.active .nav-link:hover {
  color: white;
}
#emailButton {
  font-family: 'Muli';
  font-size: 1em;
  background-color: rgb(147, 25, 72);
  border-color: rgb(147, 25, 72);
  padding-top: 1em;
  padding-bottom: 1em;
}
#emailButton:hover, #emailButton:focus, #emailButton:active {
  background-color: rgb(92,9,41);
  border-color: rgb(92,9,41);
}
#pageFooter{
  background-color: rgba(0, 0, 0, 0.3);
  padding-top: 3vh;
  padding-bottom: 3vh;
}
#pageFooter > div > p{
  font-family: 'Cormorant SC', serif;
  color: rgba(255, 255, 255, .7);
}
#submitContactForm{
  float: left;
  margin-top: .7em;
}
.pink-section-container {
  background-color: rgba(82, 14, 40, 0.5);
}
.title-text{
    font-family: 'Cormorant SC', serif;
}
.title-subtext{
  font-family: 'Cormorant Garamond', serif;
  font-size: .65em;
  text-transform: none;
}
.section-header-text{
  font-family: 'Cormorant SC', serif;
  font-weight: 400;
  font-size: 3rem;
  display: block;
  color: black;
}
.modal-header{
  font-family: 'Cormorant SC', serif;
}
.wrapper{
  box-sizing: border-box;
  position: relative;
  padding-bottom: 8vh;
  min-height: 100vh;
}
.carousel-control-prev{
  background-image: linear-gradient(to left, rgba(0,0,0,0), rgba(0,0,0,0.4));
}
.carousel-control-next{
  background-image: linear-gradient(to right, rgba(0,0,0,0), rgba(0,0,0,0.4));
}
.accordian-button{
  color: rgb(147, 25, 72);
  font-size: 1.5rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  box-shadow: none;
  width: 100%;
  height: 100%;
}
.accordian-button:hover{
  color: rgb(92,9,41);
  background-color: rgba(0,0,0, .03);
  text-decoration: none;
}
.accordian-button[aria-expanded="true"]{
  background-color: white;
  color: rgb(147, 25, 72);
  border-color: rgb(147, 25, 72);
}
.accordian-header{
  background-color: rgba(255, 255 ,255, .9);
  border: .05rem solid rgb(0, 0, 0, .3);
  border-radius: .25rem;
  padding:0;
}
.accordian-body{
  line-height: 2rem;
  background-color: rgba(0, 0, 0, .00);
}
.accordian-card{
  border: 0;
}
.list-group-item{
  color: rgb(147, 25, 72);
  font-family: 'Muli';
}
.list-group-item:hover{
  color: rgb(92,9,41);
}
.list-group-item.active{
  background-color: white;
  color: rgb(147, 25, 72);
  border-color: rgb(147, 25, 72);
}
.body-text{
  font-family: 'Muli';
  font-size: 1.25em;
  text-transform: none;
  font-weight: 400;
}
.dark-section{
  background-color: rgba(0, 0, 0, .05);
}
.section-padding{
  padding: 3rem;
}
.carousel-indicators li{
  background-color: rgba(0, 0, 0, .75);
}
.close-modal-button{
  color: white;
  font-family: 'Muli';
  font-size: 1em;
  background-color: rgb(147, 25, 72);
  border-color: rgb(147, 25, 72);
}
.close-modal-button:hover, .close-modal-button:focus, .close-modal-button:active {
  background-color: rgb(92,9,41);
  border-color: rgb(92,9,41);
  color: white;
}
#telNumber{
  font-weight: 800;
}
#contactParagraph > #telNumber{
  font-weight: 400;
}

#contactSection{
  position: relative;
  padding: 3rem;
  margin: 0.5rem;
  background-color: rgba(255, 255, 255, 0.85);
}
#contactSection:before{
  pointer-events: none;
  border-radius: 0.5rem;
  content: '';
  position: absolute;
  top: -0.5rem;
  bottom: -0.5rem;
  left: -0.5rem;
  right: -0.5rem;
  border: 0.25rem solid rgba(255, 255, 255, 0.85);


}
@media only screen and (min-width: 577px){
  #telNumber{
    color: black;
    display: hidden;
  }
  #telNumber:hover{
    color: black;
    text-decoration: none;
  }
}
@media only screen and (min-width: 992px) {
  .pageHeader {
    padding-top: 5vh;
    padding-bottom: 5vh;
    background-color: rgba(0, 0, 0, 0.3);
  }

}
@media only screen and (max-width: 992px) {
  #mainNav .navbar-brand {
    color: white;
    font-family: 'Cormorant SC', serif;
    font-weight: 900;
  }
  .body-text {
    font-family: 'Muli';
    font-size: 1rem;
    text-transform: none;
    font-weight: 400;
  }
  .section-padding {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .accordian-button {
    font-size: 1rem;
  }
  .section-header-text {
    font-size: 2rem;
  }

  .card-text {
    font-size: 1em;
  }
}
