@import url('https://fonts.cdnfonts.com/css/chapaza');
@import url('https://fonts.cdnfonts.com/css/nostalgia');
@import url('https://fonts.cdnfonts.com/css/libre-caslon-display');

.bugambilia {
  width: 550px;
  height: 700px;
  background-color: var(--bmbl-cb);
  display: flex;
  flex-direction: column;
  margin: auto;
  line-height: normal;
  padding: 25px;
  justify-content: space-between;
}

.bgmbl-01, .bgmbl-02, .bgmbl-03 {
  display: flex;
  flex-direction: row;
  margin: auto;
  width: 100%;
}

.bgmbl-01 {
  height: 20%;
  display: flex;
  justify-content: space-between;
}

.bgmbl-02 {
  height: 58%;
  display: flex;
  justify-content: space-between;
}

.bgmbl-03 {
  height: 15%;
  display: flex;
  justify-content: space-between;
}

.bgmbl {
  height: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 5px 0;
  transition: 0.6s;
  display: flex;
}

.bgmbc {
  width: 23%;
  height: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 5px 0;
  transition: 0.6s;
}

.bgmbd {
  display: flex;
  flex-direction: column;
  background-size: cover;
  background-position: center;
  border-radius: 5px 0;
  transition: 0.6s;
}

.b02bt {
  border: none;
  text-align: center;
  font-family: 'Chapaza Italic', sans-serif;
  font-size: 30px;
  color: var(--bmbl-c3);
  line-height: 0.7em;
  overflow-wrap: break-word;
}

.b02bt span {
  font-family: 'Nostalgia', sans-serif;
  font-size: 9px;
  text-transform: uppercase;
  color: black;
  letter-spacing: 3px;
  line-height: 0.8em;
  max-width: 85%;
  margin-left: 15px;
}

.bgmbx {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.b01a {
  width: 35%;
  background-image: var(--bmbl-01);
}

.b01b {
  width: 62%;
  background-image: var(--bmbl-02);
}

.b02a {
  width: 27%;
}

.b02b {
  width: 37%;
}

.b02c {
  width: 30%;
}

.b02a1 {
  height: 32%;
  background-image: var(--bmbl-03);
}

.b02a2 {
  height: 65%;
  background-image: var(--bmbl-04);
}

.b02c1 {
  height: 70%;
  background-image: var(--bmbl-07);
}

.b02c2 {
  height: 27%;
  background-image: var(--bmbl-08);
}

.b02bxa {
  background-image: var(--bmbl-05);
  height: 25%;
}

.b02bxb {
  background-image: var(--bmbl-06);
  height: 30%;
}

.b03a {
  background-color: var(--bmbl-c1);
}

.b03b {
  background-color: var(--bmbl-c2);
}

.b03c {
  background-color: var(--bmbl-c3);
}

.b03d {
  background-color: var(--bmbl-c4);
}

.bgm-txt {
  width: 100%;
  height: -webkit-fill-available;
  border-radius: 5px 0;
  color: white;
  background-color: RGBA(0,0,0,.75);
  display: flex;
  flex-direction: column;
  opacity: 0;
  transition: 0.6s;
}

.bgm-txt h1 {
  font-family: 'Chapaza Italic', sans-serif;
  font-size: 20px;
  width: 80%;
  margin: auto auto 0 auto;
  line-height: 0.9em;
}

.bgm-txt p {
  overflow-y: scroll;
  width: 80%;
  height: 45%;
  margin: 0 auto;
  font-family: 'Libre Caslon Display', sans-serif;
  line-height: 1em;
  font-size: 15px;
}

.bgm-txt p::-webkit-scrollbar {
  display: none;
}

.bgm-txt h3{
  font-family: 'Nostalgia', sans-serif;
  text-transform: uppercase;
  font-size: 10px;
  margin: 0 auto auto auto;
  width: 80%;
  line-height: 1em;
}

.bgmbl:hover .bgm-txt {
  opacity: 1;
}

.bgmbd:hover .bgm-txt {
  opacity: 1;
}

.bgmbc:hover .bgm-txt {
  opacity: 1;
}

.gnomo{text-transform: uppercase; text-decoration: none; font-size: 8px; text-align: center; color: #E86B82; font-family: verdana; margin-top: 5px; letter-spacing: 2px;}
