.top-bar {
  background-color: #ffffff;
  padding: 0px 0;
  color: #fff;
  font-size: 13px;
  position: fixed;
  width: 100%;
  z-index: 99;
  max-height: 56px;
  top: 0;
  border-bottom: 1px solid #d6d5d5;
}
.no-padding {
  padding: 0 !important;
}
/* .container {
	position: relative;
} */
*,
::after,
::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.top-bar-phone {
  float: left;
  line-height: 28px;
}
.no-touch a {
  -webkit-transition: all 360ms ease 0s;
  transition: all 360ms ease 0s;
}
.top-bar a {
  color: #fff;
}

.top-bar-social {
  display: flex;
  line-height: 0;
  justify-content: end;
}

.top-bar-social .my-btn-primary {
  border: 0px solid #fff;
  margin-right: 7px;
  color: #fff;
}
.top-bar-social .my-btn-orange {
  border: 0px solid #fff;
  margin-right: 7px;
  color: #000;
}
.top-bar-social .my-btn {
  height: 32px;
  width: 48px;
  padding: 8px;
  line-height: 22px;
  text-align: center;
}
.top-bar-follow {
  float: left;
  line-height: 28px;
  margin-right: 10px;
  font-size: 13px;
}
.my-btn-primary {
  color: #fff;
  border: 1px solid #051b48;
  background-color: transparent;
}
.my-btn-orange {
  color: #fff;
  border: 1px solid #051b48;
  background-color: transparent;
}

/* Features */
.feature-icon {
  width: 4rem;
  height: 4rem;
  border-radius: 0.75rem;
}

.icon-link > .bi {
  margin-top: 0.125rem;
  margin-left: 0.125rem;
  fill: currentcolor;
  transition: transform 0.25s ease-in-out;
}
.icon-link:hover > .bi {
  transform: translate(0.25rem);
}

.icon-square {
  width: 3rem;
  height: 3rem;
  border-radius: 0.75rem;
}

.text-shadow-1 {
  text-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25);
}
.text-shadow-2 {
  text-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.25);
}
.text-shadow-3 {
  text-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.25);
}

.card-cover {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.feature-icon-small {
  width: 3rem;
  height: 3rem;
}

.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, 0.1);
  border: solid rgba(0, 0, 0, 0.15);
  border-width: 1px 0;
  box-shadow: inset 0 0.5em 1.5em rgba(0, 0, 0, 0.1),
    inset 0 0.125em 0.5em rgba(0, 0, 0, 0.15);
}

.b-example-vr {
  flex-shrink: 0;
  width: 1.5rem;
  height: 100vh;
}

.bi {
  vertical-align: -0.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;
}
#map {
  height: 400px;
  /* The height is 400 pixels */
  width: 100%;
  /* The width is the width of the web page */
}
.aboutlog {
  transition: box-shadow 0.5s ease-in-out;
}
