.submenutext{
    font-family: 'Bebas Neue', sans-serif; 
    letter-spacing: 2px;
    color: #07275f;
}
.submenutext a:hover {
  color: #e77a8b;
}

.monthtext{
    font-family: 'Bebas Neue', sans-serif; 
    letter-spacing: 4px;
    color: #07275f;
}

.optionbuttonstext{
    font-family: 'Bebas Neue', sans-serif; 
    letter-spacing: 1px;
    color: #07275f;
}

.bg-cine-bgwhite {
  background-image: url('/img/background.jpg');
  background-size: cover;
  background-position: center;
}
@supports (-webkit-touch-callout: none) {
  .bg-cine-bgwhite {
    background-attachment: scroll !important; /* evitar fixed en iOS */
  }
}

