

@media (min-width: 750px) {
  #bodyContent {
    margin-top:4.4rem;
  }
}

body, #bodyContent {
  background-color: #fec7c6;
}

.mudtype {
  width:26.6rem;
  margin:auto;
}

.mudtype-white {
  width:80%;
  max-width:976px;
  margin:auto;
}

.row.spacer-white {
  height:2rem;
  margin-top:-6rem;
  display:block;
}

.location {
  margin-top:3rem;
}

.location p {
  margin:0;
}

.location p.maplink {
  margin-top:2.3rem;
  margin-bottom:2.3rem;
}

@media (max-width: 750px) {
  .location p {
    text-align:center;
  }

}
.content.row h1 {
  margin-top: -0.6rem;
  margin-bottom: 0rem;
  font-size:5.13rem;
  line-height:5.73rem;
  letter-spacing: -.01em;
  text-align: left;
}

.byline {
  margin-bottom:3rem;
}

.gallery.captions {
  color:rgb(242,146,0);
}

.gallery.controls ul {
  list-style: none;
}

.gallery.controls ul li {
  display:inline-block;
}

.gallery.controls li i.fa::before
{
  content: "\f111";
  color:black;
}

.gallery.controls li.active i.fa::before
{
    content: "\f10c";
    color:rgb(242,146,0);
}

.article p,
.article li {
  font-size:2.1rem;
  line-height:3.6rem;
}

.article a {
  font-family:"Souvenir-Bold",serif;
}

.article ul {
  margin-top:-1em;
  list-style-type: none;
  margin-left: 0;
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom:0rem;
}

.article ul li:before {
  content: "-  ";
}

@media (min-width: 1000px) {

  p, li {
    font-size:1.7rem;
  }

}
