body {
  /* padding: 50px; */
  font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
  background-color: #F2F2F2;
}

a {
  color: #00B7FF;
}

.navbar {
  justify-content: center;
}

.navbar-nav {
  flex: 0 0 auto;
  width: 100%;
  justify-content: center;
}

.nav-item {
  flex-wrap: nowrap;
  /* color: #FFF !important; */
}

.nav-link {
  color: #FFF !important;
}

.dropdown-menu {
  /* width: 540px; */
  /* left: 50%; */
  text-align: center;
  transform: translateX(-30%);
}

.dropdown-menu .row {
  display: flex;
  flex-wrap: nowrap;
}

.dropdown-menu .col {
  /* width: 30%; */
}
.bg-light {
  background-color: #354E69 !important;
}
.btn {
  color: #FFF;
  font-weight: bolder;
}
.titleText {
  color: #FFF !important;
  text-decoration: none !important;
}
.titleText::after {
  content: "";
  width: 0%;
  height: 2px;
  background-color: #FFF;
  display: block;
  /* position: static; */
  /* bottom: 0; */
  /* left: 0; */
  transition: all .3s linear;
}
.titleText:hover::after {
  width: 100%;
}
.titleText-line {
  width: 0%;
  height: 1px;
  background-color: #FFF;
  /* position: absolute; */
  /* bottom: 0;
  left: 0; */
  transition: all .3s linear;
}
.subtitleText {
  color: #354E69 !important;
  text-decoration: none !important;
}
.unDecLinkBlack {
  color: #212529 !important;
  /* text-decoration: none !important; */
}
.unDecLinkWhite {
  color: #fff !important;
  /* text-decoration: none !important; */
}
@media only screen and (min-width: 992px) {
  #navbarNav {
      display: none!important;
  }
}
.message-btn {
  width: 40%;
  height: 50px;
  border-radius: 10;
  background-color: #4E657E;
}
.socialMedia-btn {
  width: 100%;
  height: 50px;
  border-radius: 10;
  /* background-color: #4E657E; */
}
.backdrop-blur {
  backdrop-filter: blur(3px);
}
.unDecLinkBlack {
  color: #212529 !important;
  /* text-decoration: none !important; */
}
.unDecLinkWhite {
  color: #fff !important;
  /* text-decoration: none !important; */
}

.object-cover {
  object-fit: cover;
}

.object-bottom {
  object-position: right bottom;
}