.bg-pink {
  background-color: #dcc0b9!important;
}

.bg-footer {
  background-color: #6a605e!important;
}

.text-pink {
  color: #dcc0b9!important;
}

.text-raleway {
  font-family: 'Raleway', sans-serif;
}

.text-strong {
  font-weight: 700;
}

* {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  scroll-behavior: smooth;
}

.main-banner {
  background: url('/images/banner.jpg') center center no-repeat;
  background-size: cover;
}

.about-banner {
  background: url('/images/about-banner.jpg') center center no-repeat;
  background-size: cover;
}

a, a:hover {
  text-decoration: none;
}

.logo {
  max-width: 275px;
}

.nav-call {
  font-size: 1.9em;
}

.title {
  font-size: 42px;
}

.shadowed {
  text-shadow: 1px 1px 3px rgba(0,0,0,.5);
}

h4 {
  font-size: 1.65em;
}

.main-overlay {
  background: rgba(44,78,123,.30);
}

.main-banner ul {
  padding-inline-start: 20px;
}

.main-banner li {
  padding-left: 1rem;
  line-height: 41px;
}

#contactForm {
  border: 3px solid white;
}

.form-group {
  margin-left: 1rem;
  margin-right: 1rem;
}

#contactForm:nth-child(8) {
  margin-bottom: 0;
}

.btn:hover {
  background: #edd4ce!important;
}

img {
  max-width: 100%;;
}

.box-shadowed {
  box-shadow: 1px 1px 3px rgba(0,0,0,.5);
}

p {
  font-size: 14px;
  line-height: 21px;
}

.events p {
  color: rgba(0,0,0,.5);
}

.faded-bg {
  background-color: rgba(255,255,255,0.7);
}

.about-banner h4 {
  font-size: 30px;
}

.about-banner .btn {
  font-size: 20px;
  line-height: 26px;
}

.features h4 {
  font-size: 30px;
}

.features .row {
  border: 5px solid #dcc0b9;
  box-shadow: 1px 1px 3px rgba(0,0,0,.5);
  margin-left: 40px;
  margin-right: 40px;
}

.features li {
  font-size: 18px;
  padding-top: 5px;
  padding-left: calc(1em + 10px);
}

.bottom .btn {
  font-size: 20px;
  line-height: 26px;
}