body {
  box-shadow: inset 0 0 5rem rgba(0, 0, 0, 0);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color:#f9f9fb;
}

.cover-container {
  max-width: 65em;
}

nav, h3, h5, .btn {
  text-transform: uppercase;
  font:normal normal normal 20px/1.4em cinzel,serif;
}

.nav-masthead .nav-link {
  color: rgba(0, 0, 0, .5);
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-masthead .active {
  /* color: #E75480; */
  color: #000;
}

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

.b-example-divider {
  height: 3rem;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
  flex-shrink: 0;
  width: 1.5rem;
  height: 100vh;
}

.bi {
  vertical-align: -.125em;
  fill: currentColor;
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.lead {
  font-size: 1rem;
}

/* portfolio image styles */
@media (min-width: 768px) {
  .gallery img {
    cursor: pointer;
  }
}

h3 a img {
  width: 210px;
  height: 50px;
}

a img {
  width: 100px;
  height: 100px;
}

.kf-decorated {
  width: 270px;
  height: 116px;
}

@media (min-width: 420px) {
  .kf-decorated {
    width: 410px;
    height: 176px;
  }
}

.my-button {
  background-color: gray;
  color:white;
}

.my-button:hover {
  background-color: lightgray;
  color: white;
}

.my-brand {
  color: #000;
}

/* transparent modal */
.modal {
  --bs-modal-bg: #00000000 !important;
}

.modal-content {
  border: none;
}

footer
{
  text-align:center;
}