body, html {
  background-image: url('../images/bg.svg');
  background-color: #e4e2dd;
}

.btn-primary,
.btn-primary:focus,
.btn:first-child:active {
  color: #b44355;
  background: none;
  border: 2px solid #b44355;
  box-shadow: none;
  transition: all 0.2s;
}

.btn-primary:hover {
  color: #48413e;
  background: none;
  border: 2px solid #48413e;
  box-shadow: none;
}

a {
  color: #b44355;
  text-decoration: none;
  transition: all 0.2s;
}
a:hover {
  color: #48413e;
  text-decoration: none;
}


.modal-content {
  background-color: #e9e2dd;
}
.modal-header {
  border-bottom-color: #d2cfc7;
}
.modal-footer {
  border-top-color: #d2cfc7;
}

.cover-container {
  max-width: 42em;
}


.nav-masthead .nav-link {
  color: rgba(255, 255, 255, .5);
  border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: rgba(255, 255, 255, .25);
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-masthead .active {
  color: #fff;
  border-bottom-color: #fff;
}
