body {
  color: #FFF;
  background-color: #0b0801;
}

h5 {
  color: #00BFFF;
  font-weight: bold;
}

hr {
  height: 1px;
  background-color: #00BFFF;
}

.card {
  background-color: #000;
}

.bg-dark {
  background-color: #0b0801 !important;
}

.text-dark {
  color: #0b0801;
}

.text-light {
  color: #FFF;
}

.connect-text {
  color: #00BFFF;
}

.news-panel-side {
  border-top: 5px solid #0b0801;
}

a {
  color: #00BFFF;
}

a:hover.dropdown-item {
  color: white;
  background-color: #00BFFF;
}

.centered {
  text-align: center;
  margin: 0 auto;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
  }

  @media (min-width: 768px) {
    .bd-placeholder-img-lg {
      font-size: 3.5rem;
    }
  }

.carousel-item div {
  background: rgba(0, 0, 0, 0.8);
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.list-group-item.active a {
  color: white;
}

.news-item {
  padding: 0.4rem 0;
}

.news-item p {
  margin: 0.2rem 0;
  font-style: italic;
  font-size: 0.9rem;
  color: rgba(0, 0, 0, 0.75);
}

footer {
  margin-top: 1rem;
  padding: 2rem 0;
}

footer a,
footer a:hover,
footer a:active,
footer a:visited {
  color: white;
}

.breadcrumbs {
  padding: 0.5rem 0 0 0;
  font-size: 1rem;
  color: white;
  margin-bottom: -2rem;
}

#news-sidebar {
  background: black;
  border: white 2px solid;
  padding: 1rem;
  color: white;
  border-radius: 25px;
}

#news-sidebar .list-group .active {
  background: #00BFFF;
  border-color: #00BFFF;
}

.ops-panel {
  background: black;
  border: white 2px solid;
  padding: 1rem;
  color: white;
  border-radius: 25px;
}

.contact-form form input,
.contact-form form textarea {
  border: 3px solid #00BFFF;
}

.news-item p
{
  color: white !important;
}
.btn-100-pct {
  width: 100%;
}

.modal {
  color: black;
}

.bg-gold .modal a {
  color: #00BFFF;
}

.insert img {
  width: 100%;
  height: auto;
  border: 8px solid #00BFFF;
  box-shadow: 5px 10px 5px rgba(0, 0, 0, 0.3);
}

.ml-4rem {
  margin-left: 4rem;
}

.flag {
  margin-right: 10px;
}

.hotel-item {
  width: 100%;
  padding-bottom: 1rem;
}

.hotel-name {
  width: 100%;
}

.hotel-city {
  display: inline-block;
  float: left;
}

.num-rooms {
  display: inline-block;
  float: right;
}

.hotel-city {
  display: inline-block;
  float: left;
}

.num-rooms {
  display: inline-block;
  float: right;
}

.backtotop {
  text-align: right;
}

.hotellogo {
  vertical-align: top;
}

.newprop-card .card-header {
  text-align: center;
}

.newprop-card .card-title {
  text-transform: uppercase;
  font-size: 1.5rem;
  text-align: center;
}

.newprop-card .card-body ul {
  margin: 15px 0;
}

.booknow {
  text-align: center;
  margin-bottom: 0.5rem;
}

.booknow a {
  color: #00BFFF;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
}

.propimg img {
  width: 100%;
  height: auto;
  margin: 5px;
}

footer,
footer a  {
  color: #DDD;
}

footer h5 {
  font-size: 1rem;
}

.bg-gold {
  padding: 1rem;
  background-color: #00BFFF;
  color: #0b0801;
}

.bg-gold a {
  color: #0b0801;
}

.bg-gold .news-item p {
  color: #000;
}

.card img.home-cards {
  width: 100%;
  height: auto;
}

.card-text {
  min-height: 170px;
}

.card-footer {
  text-align: center;
  max-height: 2.3rem;
}

.card-footer a {
  text-transform: uppercase;
  font-size: 1.2rem;
}

@media only screen and (max-width: 400px) {

  .num-rooms,
  .hotel-city {
    display: block;
    float: none;
  }

}

.char-class-info {
  font-family: 'Courier New', Courier, monospace;
  text-align: left;
}

.class-links {
  padding: 0 10px;
}

.class-image img {
  width: 200px;
  height: auto;
}

.features-btn,
.race_img img,
.class-image img
{
  transition: transform .2s; /* Animation */
}

.race_list
{
  width: 220px;
  display: inline-block;
  vertical-align: top;
}

.race_img img:hover,
.class-image img:hover
{
  transform: scale(1.2);
}

.features-btn:hover {
  transform: scale(1.05);
}

.race_img img,
.class-image img
{
  border-radius: 50%;
}

.modal { overflow: auto !important; }

.levelupInfo {
  text-align: left;
  margin: 0;
}

.featLinkInfo {
  color: black;
  text-decoration: underline;
}

.modal-content {
  text-align: left;
}