
a { color: #149948; text-decoration: none; }
a:hover { color: #f82d08; text-decoration: underline; }

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

.navbar-nav .nav-link {color:#fff;}


mark, .mark {
  background-color: #f0f0f0;
}
.bi {
  vertical-align: -.125em;
  fill: currentColor;
}

.bg-prime {
  --bs-bg-opacity: 1;
  background-color: #014DA3;
}
.bg-skyblue {
  --bs-bg-opacity: 1;
  background-color: #5194E7;
}
.bg-seagreen {
  --bs-bg-opacity: 1;
  background-color: #5ccdb9;
}
.bg-yellow {
  --bs-bg-opacity: 1;
  background-color: #FAE378;
}
.bg-lightblue {
  --bs-bg-opacity: 1;
  background-color: #77C0F9;	
}
.bg-purple {
  --bs-bg-opacity: 1;
  background-color: #be86dd;
}



.text-blue { color:#0875f0; }
.text-green { color:#16d951; }
.text-small { font-size: 85%; }

.text-purple {color: #aa5eea;}
.text-topaz {color: #18c4a9;}
.text-skyblue {color: #2f7fef;}

.world {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('../images/world.png');
  color: white;
  padding: 0.8rem;
  position: relative;
}
