/* public/img-styles.css */

.main-banner-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  color: #fff;
  padding: 200px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.about-hero-image {
  background-image: url("https://mybetterme.s3.us-west-2.amazonaws.com/images/MBM+Hive+BG+02.jpg");
}

.contact-hero-image {
  background-image: url("https://mybetterme.s3.us-west-2.amazonaws.com/images/MBM+Hive+BG+03.jpg");
}

.demo-hero-image {
  background-image: url("https://mybetterme.s3.us-west-2.amazonaws.com/images/MBM+Hive+BG+04.jpg");
}

.index-hero-image {
  background-image: url("https://mybetterme.s3.us-west-2.amazonaws.com/images/MBM+Hive+BG+01.jpg");
}

.contact-banner-bg {
  background-color: #cad0de;
}

.profile-img {
    margin-bottom: 10px;
    max-height: 150px;
    max-width: 150px;
}

.img {
  max-width: 200px;
  max-height: 200px;
}

.navimg {
  background-color: #fff;
  border: 2px solid aqua;
  border-radius: 50%;
  margin-right: 8px;
  max-width: 30px;
  max-height: 30px;

  &:hover {
    background-color: gray;
    border: 2px solid gold;
  }
}

.navimg-holder {
  height: 20px;
  margin-top: -3px;
  width: 20px;
}

.weapons-img {
  max-height: 200px;
  max-width: 200px;
}

.spellbook-icon {
  max-height: 100px;
  max-width: 100px;
}

.ring-potion-img {
  max-height: 125px;
  max-width: 125px;
}

.large-img {
  max-height: 300px;
  max-width: 300px;
}

.medium-img {
  max-height: 125px;
  max-width: 125px;
}

.small-img {
  max-height: 50px;
  max-width: 50px;
}

.character-img {
  margin-bottom: 10px;
  max-height: 250px;
  max-width: 250px;
}

.loot-icon {
  background-color: #fff;
  max-width: 15px;
  max-height: 15px;
}

.four-oh-four-hero-image {
  background-image: url(https://mybetterme.s3-us-west-2.amazonaws.com/images/Four-Oh-Four-hero.jpg);
}

.index-banner-img {
  background-image: url("https://mybetterme.s3-us-west-2.amazonaws.com/images/Carousel2.jpg");
}

.social-icon {
  border-radius: 10px;
  height: 60px;
}

.social-icon:hover {
  box-shadow: 2px 3px 10px #888;
}

.white-over {
  background-color: rgba(251, 251, 251, 0.5);
}

@media (max-width: 768px) {
  .main-banner-bg {
      padding: 0;
  }
}