.logo img {
    width: 230px;
    border-radius: 50%;
    box-shadow: 0 0 20px #4f7bd9;
}

.width_scale_img{
width: 50%;
height: auto; 
display: block; 
margin: 0 auto;
}

.width_scale_img_75{
width: 75%;
height: auto; 
display: block; 
margin: 0 auto;
}

/*  */
.bullet-slider {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin: 10px 0;
  min-height: 24px; /* ensures container has height */
}

.bullet {
  width: 14px;
  height: 14px;
  border: 2px solid #555;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  display: inline-flex;  /* needed to respect width/height */
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}

.bullet.active {
  width: 20px;
  height: 20px;
  background-color: #555;
  border-color: #333;
}
/*  */

.gepar3d-word {
  font-family: 'Courier New', Courier, monospace;
  font-weight: bold;
  color: #4f7bd9;
  font-size: 1.1em;
}

.gepar3d-title {
  font-family: 'Courier New', Courier, monospace;
  font-weight: bold;
  color: #4f7bd9;
  font-size: 1.2em;
}

.image-caption {
  text-align: center;
  font-size: 0.9em;
  color: #555;
  margin-top: 0.5rem;
}

.logo img:hover {
    width: 230px;
    border-radius: 50%;
    box-shadow: 0 0 40px #4f7bd9;
}

.container.is-max-desktop.head {
    max-width: 95%;
}

.button.is-rounded:hover {
    transform: scale(1.02);
    background-color: #4f7bd9;
}

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {

}
