body {
  font-family: "Londrina Solid", sans-serif;
  background: url('../assets/img/brick-wall-edit.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  font-family: "Londrina Solid", sans-serif;
  letter-spacing: .1rem;
  font-size:2.7rem;
}
h1 {
    text-transform:uppercase;
}
h3 {
  font-size: 1.8rem;
}
h4 {
  font-size:1.4rem;
}
p {
  font-size:1.4rem;
  font-family: "Londrina Solid", sans-serif;
  font-weight: 300;
  font-style: normal;
}
p.date {
  font-size:1.2rem;
}

.hero-heading {
  font-size: 4rem !important;
  color: #D03B53;
  line-height: 4.3rem;
  -webkit-text-fill-color: #D03B53; /* Will override color (regardless of order) */
  -webkit-text-stroke: 1.5px white;
  /*paint-order: stroke fill;*/
  transform: rotate(-4deg);
}
.hero-heading-2 {
  font-size:3.5rem !important;
    line-height: 3rem;
  color: #D03B53;
  -webkit-text-fill-color: #D03B53; /* Will override color (regardless of order) */
  -webkit-text-stroke: 1.5px white;
  /*paint-order: stroke fill;*/
  transform: rotate(-4deg);
  text-transform:none;
  letter-spacing:.03rem;
}
.hero-subheading {
  font-size:2.7rem !important;
    line-height: 2.8rem;
  color: #324857;
  transform: rotate(-4deg);
  text-transform:none;
  letter-spacing:.03rem;
}
.large-text {
  font-size:1.8rem !important;
  color: #324857;
  font-weight:400;
}
.large-text2 {
  font-size:1.5rem !important;
  color: #324857;
  font-weight:400;
}
.logo-image {
  transform: rotate(4deg);
}


header.masthead {
  padding-top: 5.5rem;
}

.btn {
  font-family: "Londrina Solid";
  font-size: 1.3rem;
  letter-spacing: .05rem;
    --bs-btn-border-radius: 0;

}

.bg-primary {
  background-color: rgba(41, 60, 72, 0.85) !important;
}

.bg-secondary {
    background-color: rgba(255, 255, 255, 0.50) !important;
}


.page-section {
  padding: 4rem 0;
}

.simple-highlight{
 background-color:rgba(208, 59, 83, 1);
 padding:0.1em 0.2em;
 display:inline-block;
}

.info-box {
  background-color: rgba(255, 255, 255, 0.85);
  /*padding: 2.5rem 2.5rem;*/
}

.card-group {
    display: flex;
    flex-flow: row wrap;
  }
.card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }



#mainNav .navbar-nav .nav-item .nav-link {
  font-family: "Londrina Solid", sans-serif;
  font-size:1.3rem;
  font-weight: 400;
  letter-spacing:.04rem;
}

.londrina-solid-thin {
  font-family: "Londrina Solid", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.londrina-solid-light {
  font-family: "Londrina Solid", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.londrina-solid-regular {
  font-family: "Londrina Solid", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.londrina-solid-black {
  font-family: "Londrina Solid", sans-serif;
  font-weight: 900;
  font-style: normal;
}
