/*
Theme Name:   Fanny Style
Theme URI:    https://ruthbhazel.co.uk/fannystyle/
Description:  Ruthbhazel 2025 Child Theme
Author:       Gaffyn
Author URI:   https://ruthbhazel.co.uk
Template:     twentytwentyfive
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain:  ruthbhazel
*/

.page-container {
	width: 100%;
	margin: 0 auto;
	position: relative;
	/*padding: 30px;*/
	border-radius: 30px;
	margin-bottom: 20px;
}

.rainbow-heading {
  font-size: clamp(3rem, 8vw, 6rem);
  font-weight: 800;
  text-align: center;
  margin: 0;
  padding-top: 20vh;
  font-family: sans-serif;
  line-height: 1.1;
}

.rainbow-letter {
  display: inline;
  white-space: normal;
}



#emoji-rain {
  position: fixed;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: 1;
}

.emoji-drop {
  position: absolute;
  top: -2rem;
  font-size: 2rem;
  animation-name: fall, sway;
  animation-timing-function: linear, ease-in-out;
  animation-iteration-count: infinite;
}

/* Vertical fall */
@keyframes fall {
  to {
    transform: translateY(110vh);
  }
}

/* Gentle side-to-side breeze */
@keyframes sway {
  0%   { margin-left: 0; }
  50%  { margin-left: 30px; }
  100% { margin-left: 0; }
}

@media (max-width: 500px) {
  .rainbow-heading {
    line-height: 1.05;
  }
}
