:root {
  --width: 300px;
  --x-speed: 13s;
  --y-speed: 7s;
  --transition-speed: 2.2s;
}
h1 {
  text-align: center;
  margin-top: 60px;
  color: white;
}
body {
  background-image: url("/mb.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  font-family: "Libre Baskerville";
  background-position: center;
}
/* #donor-wall-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        max-width: 900px;
        margin: 0 auto 100px;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
      } */
.donor-bg-container {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 30px 15px;
    
}
@media (max-width: 768px) {
    
    .donor-bg-container {
        background-image: none !important;
    }
    
}
.bubble span {
  position: relative;
  z-index: 10;
}
.donor-brick {
  padding: 20px;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid black;
  width: 10%;
  height: 100px;
  float: left;
  min-width: 100px;
  min-height: 100px;
  flex: 1 auto;
  border-style: inset;
  border: 2px solid #a9a9a9;
  /* border-radius: 50%; */
  /* margin: 20px; */
  text-align: center;
}

 body {
  /* background: #00b4ff; */
  color: #333;
  font: 100% Lato, Arial, Sans Serif;
  height: 100vh;
  margin: 0;
  padding: 0;
  /* overflow-x: hidden; */
}

.container {
  padding: 10px;
  display: inline-block;
  position: relative;
  border-radius: 50%;
}

#donor-wall-container {
  bottom: 0;
  left: 0;
  position: relative;
  right: 0;
  top: 0;
  /*z-index: -1;*/
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-wrap: wrap;
  z-index: 1;
}

/* KEYFRAMES */

@-webkit-keyframes animateBubble {
  0% {
    top: 10px;
  }
  50% {
    top: -10px;
  }
  100% {
    top: 10px;
  }
}

@-moz-keyframes animateBubble {
  0% {
    top: 10px;
  }
  50% {
    top: -10px;
  }
  100% {
    top: 10px;
  }
}

@keyframes animateBubble {
  0% {
    top: 10px;
  }
  50% {
    top: -10px;
  }
  100% {
    top: 10px;
  }
}

@-webkit-keyframes sideWays {
  0% {
    left: 10px;
  }
  50% {
    left: -10px;
  }
  100% {
    left: 10px;
  }
}

@-moz-keyframes sideWays {
  0% {
    right: 10px;
  }
  50% {
    right: -10px;
  }
  100% {
    right: 10px;
  }
}

@keyframes sideWays {
  0% {
    left: 10px;
  }
  50% {
    left: -10px;
  }
  100% {
    left: 10px;
  }
}

/* ANIMATIONS */

.x1 {
  -webkit-animation: animateBubble 1s linear infinite,
    sideWays 2s ease-in-out infinite alternate;
  -moz-animation: animateBubble 1s linear infinite,
    sideWays 2s ease-in-out infinite alternate;
  animation: animateBubble 1s linear infinite,
    sideWays 2s ease-in-out infinite alternate;

  /* left: -5%;
        top: 5%; */

  /* -webkit-transform: scale(0.6);
        -moz-transform: scale(0.6);
        transform: scale(0.6); */
}

.x2 {
  -webkit-animation: animateBubble 2s linear infinite,
    sideWays 4s ease-in-out infinite alternate;
  -moz-animation: animateBubble 2s linear infinite,
    sideWays 4s ease-in-out infinite alternate;
  animation: animateBubble 2s linear infinite,
    sideWays 4s ease-in-out infinite alternate;

  /* left: 5%;
        top: 80%; */

  /* -webkit-transform: scale(0.4);
        -moz-transform: scale(0.4);
        transform: scale(0.4); */
}

.x3 {
  -webkit-animation: animateBubble 3s linear infinite,
    sideWays 2s ease-in-out infinite alternate;
  -moz-animation: animateBubble 3s linear infinite,
    sideWays 2s ease-in-out infinite alternate;
  animation: animateBubble 3s linear infinite,
    sideWays 2s ease-in-out infinite alternate;

  /* left: 10%;
        top: 40%; */

  /* -webkit-transform: scale(0.7);
        -moz-transform: scale(0.7);
        transform: scale(0.7); */
}

.x4 {
  -webkit-animation: animateBubble 1s linear infinite,
    sideWays 3s ease-in-out infinite alternate;
  -moz-animation: animateBubble 1s linear infinite,
    sideWays 3s ease-in-out infinite alternate;
  animation: animateBubble 1s linear infinite,
    sideWays 3s ease-in-out infinite alternate;

  /* left: 20%;
        top: 0; */

  /* -webkit-transform: scale(0.3);
        -moz-transform: scale(0.3);
        transform: scale(0.3); */
}

.x5 {
  -webkit-animation: animateBubble 2s linear infinite,
    sideWays 4s ease-in-out infinite alternate;
  -moz-animation: animateBubble 2s linear infinite,
    sideWays 4s ease-in-out infinite alternate;
  animation: animateBubble 2s linear infinite,
    sideWays 4s ease-in-out infinite alternate;

  /* left: 30%;
        top: 50%; */

  /* -webkit-transform: scale(0.5);
        -moz-transform: scale(0.5);
        transform: scale(0.5); */
}

.x6 {
  -webkit-animation: animateBubble 3s linear infinite,
    sideWays 2s ease-in-out infinite alternate;
  -moz-animation: animateBubble 3s linear infinite,
    sideWays 2s ease-in-out infinite alternate;
  animation: animateBubble 3s linear infinite,
    sideWays 2s ease-in-out infinite alternate;

  /* left: 50%;
        top: 0; */

  /* -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        transform: scale(0.8); */
}

.x7 {
  -webkit-animation: animateBubble 4s linear infinite,
    sideWays 2s ease-in-out infinite alternate;
  -moz-animation: animateBubble 4s linear infinite,
    sideWays 2s ease-in-out infinite alternate;
  animation: animateBubble 4s linear infinite,
    sideWays 2s ease-in-out infinite alternate;

  /* left: 65%;
        top: 70%; */

  /* -webkit-transform: scale(0.4);
        -moz-transform: scale(0.4);
        transform: scale(0.4); */
}

.x8 {
  -webkit-animation: animateBubble 1s linear infinite,
    sideWays 3s ease-in-out infinite alternate;
  -moz-animation: animateBubble 1s linear infinite,
    sideWays 3s ease-in-out infinite alternate;
  animation: animateBubble 1s linear infinite,
    sideWays 3s ease-in-out infinite alternate;

  /* left: 80%;
        top: 10%; */

  /* -webkit-transform: scale(0.3);
        -moz-transform: scale(0.3);
        transform: scale(0.3); */
}

.x9 {
  -webkit-animation: animateBubble 2s linear infinite,
    sideWays 4s ease-in-out infinite alternate;
  -moz-animation: animateBubble 2s linear infinite,
    sideWays 4s ease-in-out infinite alternate;
  animation: animateBubble 2s linear infinite,
    sideWays 4s ease-in-out infinite alternate;

  /* left: 90%;
        top: 50%; */

  /* -webkit-transform: scale(0.6);
        -moz-transform: scale(0.6);
        transform: scale(0.6); */
}

.x10 {
  -webkit-animation: animateBubble 3s linear infinite,
    sideWays 2s ease-in-out infinite alternate;
  -moz-animation: animateBubble 3s linear infinite,
    sideWays 2s ease-in-out infinite alternate;
  animation: animateBubble 3s linear infinite,
    sideWays 2s ease-in-out infinite alternate;

  /* left: 80%;
        top: 80%; */

  /* -webkit-transform: scale(0.3);
        -moz-transform: scale(0.3);
        transform: scale(0.3); */
}

/* OBJECTS */

.bubble {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 30px;
  -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2),
    inset 0px 10px 30px 5px rgba(255, 255, 255, 1);
  -moz-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2),
    inset 0px 10px 30px 5px rgba(255, 255, 255, 1);
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2),
    inset 0px 10px 30px 5px rgba(255, 255, 255, 1);

  height: 200px;
  position: relative;
  width: 200px;
  font-size: 28px;
  color: black;
      min-height: 150px;
    min-width: 150px;
}

.bubble:after {
  background: -moz-radial-gradient(
    center,
    ellipse cover,
    rgba(255, 255, 255, 0.9) 0%,
    rgba(255, 255, 255, 0) 90%
  ); /* FF3.6+ */
  background: -webkit-gradient(
    radial,
    center center,
    0px,
    center center,
    100%,
    color-stop(0%, rgba(255, 255, 255, 0.5)),
    color-stop(70%, rgba(255, 255, 255, 0))
  ); /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(
    center,
    ellipse cover,
    rgba(255, 255, 255, 0.9) 0%,
    rgba(255, 255, 255, 0) 90%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(
    center,
    ellipse cover,
    rgba(255, 255, 255, 0.9) 0%,
    rgba(255, 255, 255, 0) 90%
  ); /* Opera 12+ */
  background: -ms-radial-gradient(
    center,
    ellipse cover,
    rgba(255, 255, 255, 0.9) 0%,
    rgba(255, 255, 255, 0) 90%
  ); /* IE10+ */
  background: radial-gradient(
    ellipse at center,
    rgba(255, 255, 255, 0.9) 0%,
    rgba(255, 255, 255, 0) 90%
  ); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;

  -webkit-box-shadow: inset 0 20px 30px rgba(255, 255, 255, 0.3);
  -moz-box-shadow: inset 0 20px 30px rgba(255, 255, 255, 0.3);
  box-shadow: inset 0 20px 30px rgba(255, 255, 255, 0.3);
  content: "";
  height: 90%;
  left: 50%;
  position: absolute;
  width: 90%;
  transform: translateX(-50%);
}
