body {
  background-color: #375eab;
  color: #dee2e6;
}

.bg-body-tertiary {
  background-color: #375eab !important;
}

.navbar-brand {
  font-weight: 600;
  color: #ffcb00;
}

.navbar-brand:hover {
  color: #ffcb00;
}

.navbar {
  border-bottom: 4px solid #ffcb00;
}

.nav-link {
  color: rgba(255, 255, 255, 0.85);
}

.navbar-text {
  color: rgba(255, 255, 255, 0.85);
}

.nav-link:active {
  color: #ffcb00 !important;
  font-weight: 400;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  font-weight: 400;
  color: #ffcb00;
}

.nav-link:hover,
.nav-link.active:hover {
  color: #ffcb00;
  font-weight: 400;
}

.navbar-brand {
  font-variant: small-caps;
}

.centered-navbar {
  justify-content: space-around !important;
}

.main-body {
  margin-top: 1rem;
  background-color: #e9ecef;
  border: #ffcb00 3px solid;
  border-radius: 5px;
  padding: 1rem;
}

.lead {
  color: #000;
}

.text-body-emphasis {
  color: #375eab !important;
}

.lead {
  margin-bottom: 1.5rem;
}

.latest-news {
  justify-content: space-around;
}

.card {
  padding: 0px;
  border: 0;
  margin-bottom: 1rem;
}

.text-right {
  text-align: right !important;
}

.text-left {
  text-align: left !important;
}

.pokesets-list-item {
  justify-content: space-around;
  display: flex;
}

@media (max-width: 576px) {
  .mobile-hide {
    display: none;
  }
}
.bg-primary {
  background-color: #9eebb8 !important;
}

.copyright {
  background-color: #9eebb8 !important;
  color: #a8adac;
}

.copyright a {
  color: #e4e5e7 !important;
}

footer li a {
  text-decoration: none;
  color: #e4e5e7 !important;
}

footer li {
  padding-bottom: 5px;
}

footer p {
  color: #a8adac;
}

footer h5 {
  padding: 0px 0px 5px 0px;
  color: #c4c9cf;
}

footer a {
  color: #E4DAD1 !important;
  font-weight: 400;
}

.footer-copyright-new {
  background: #375eab !important;
  width: 100% !important;
  color: #E4DAD1 !important;
  font-weight: 400;
  margin-top: 25px !important;
  border-top: 4px solid #ffcb00 !important;
}

.footer-copyright-new a,
.footer-copyright-new a:visited,
.footer-copyright-new a:hover {
  color: #E4DAD1 !important;
  font-weight: 600;
  text-decoration: none;
}

.team-bg {
  padding: 180px 0px 80px 0px;
  background-size: cover;
  position: relative;
  background-position: center center;
}

.team-box {
  position: relative;
  overflow: hidden;
}

.team-name {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 10px;
}

.team-img {
  position: relative;
  overflow: hidden;
  display: block;
}

.blog-details-icons li {
  margin: 2px !important;
}

.blog-details-icons li a {
  height: 32px;
  width: 32px;
  color: #777777;
  text-align: center;
  font-size: 15px;
  display: inline-block;
  line-height: 30px;
  border-radius: 50%;
  border: 1px solid #777777;
  transition: all 0.5s;
}

.blog-details-icons li a:hover {
  background-color: #ff4f6c;
  color: #ffffff;
  transition: all 0.5s;
  border-color: #ff4f6c;
}

.blog-datails-item li a {
  transition: all 0.5s;
}

.blog-datails-item li a:hover {
  color: #ff4f6c !important;
  transition: all 0.5s;
  margin-left: 6px;
}

@media (max-width: 576px) {
  .mobile-small-image {
    width: 50%;
  }
}
.text-small-tile {
  font-size: 14px;
}

.progress {
  height: 1.5rem;
  border: 3px solid #375eab;
}

.progress-bar-text {
  font-size: medium;
}/*# sourceMappingURL=global.css.map */