nav {
    background-color: #2c2c2c;
    padding: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    border-radius: 12px;
}
nav ul {
    display: flex;
    justify-content: center;
    gap: 20px;
    list-style: none;
    margin: 0;
    padding: 0;

}
nav li {
    flex: 1;
    text-align: center;
}
nav a {
    display: inline-block;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.2em;
    font-family: 'Patrick Hand';
    background-color: #e0e6eb;
    color: #2c2c2c;
    transition: background-color 0.3s, transform 0.2s;
    padding: 15px 30px;
    border-radius: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
}
nav a:hover {
    background-color: #87a096;
    color: #2c2c2c;
    transform: translateY(-2px);
}

.funnel-display-regular {
  font-family: "Funnel Display", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
h1{
    font-size: 500%;
    font-family: 'Patrick Hand', sans-serif;
    text-align: center;
}
h2 {
    font-family: 'Patrick Hand';
    font-size: 300%;
}
body {
    background-color: #e0e6eb;
    margin: 0;
    font-family: 'Patrick Hand', sans-serif;
    color: #2c2c2c;
    padding: 0;
}
p{
    font-size: 200%;
    font-family: 'Patrick Hand';
}
.dog-info-one, .dog-info-two {
    background-color: #87a096;
    padding: 20px;
    margin: 20px auto;
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    max-width: 100%;
    text-align: center;
    border: 3px dotted #2c2c2c;
}
.dog-info-one img, .dog-info-two img{
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    display:block;
    margin: 0 auto;
}

.page-wrapper {
    background: url("../img/pawprint.png") repeat-y left,
                url("../img/pawprint.png") repeat-y right;
    background-size: 90px; 
    padding: 100px;
}
.title-games {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 20px;
}
.games-section{
    flex: 0 0 200px;
    font-size: 2.5rem;
    margin: 0;
}
.video{margin-top: 8px;
    font-size: 2rem;
    color: #2c2c2c;
    background-color: rgba(135, 160, 150, 0.8);
    border-radius: 8px;
    border: #2c2c2c solid 3px  ;

}
.luna-slideshow, .tuck-slideshow {
  position: relative;
  max-width: 600px;
  margin: auto;
  border-radius: 12px;
  overflow: hidden;
}
.game{ 
    display: none;
    text-align: center;
    width: 100%;
}
.game img{
    width: 100%;
    border-radius: 8px;
    border:#2c2c2c solid 3px ;
}
.collage img:hover {
  box-shadow: 0 10px 20px rgba(0,0,0,0.4);
  transform: scale(1.05);
}
figcaption{
    margin-top: 8px;
    font-size: 2rem;
    color: #2c2c2c;
    background-color: rgba(135, 160, 150, 0.8);
    border-radius: 8px;
    border: #2c2c2c solid 3px  ;
}
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  padding: 12px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  background-color: rgba(0,0,0,0.5);
  transform: translateY(-50%);
}
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

.luna-title span{
    display: inline-block;
    animation: bounce 1s infinite;
    font-size: 4rem;
    font-weight: bold;
    --y-offset: 0px;
}
.luna-title span:nth-child(1) { --y-offset: 0px; animation-delay: 0s; }
.luna-title span:nth-child(2) { --y-offset: 10px; animation-delay: 0.1s; }
.luna-title span:nth-child(3) { --y-offset: 20px; animation-delay: 0.2s; }
.luna-title span:nth-child(4) { --y-offset: 20px; animation-delay: 0.2s; }


.tuck-title span{
    display: inline-block;
    animation: bounce 1s infinite;
    font-size: 4rem;
    font-weight: bold;
    --y-offset: 0px;
}
    
    
.tuck-title span:nth-child(1) { --y-offset: 0px; animation-delay: 0s; }
.tuck-title span:nth-child(2) { --y-offset: 10px; animation-delay: 0.1s; }
.tuck-title span:nth-child(3) { --y-offset: 20px; animation-delay: 0.2s; }
.tuck-title span:nth-child(4) { --y-offset: 20px; animation-delay: 0.2s; }

@keyframes bounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}   
.collage {
  column-count: 3;
  column-gap: 10px;
}

.collage img {
  width: 100%;
  margin-bottom: 10px;
  border-radius: 8px;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px;
}
.page-three-video {
    width: 100%;
     margin-bottom: 10px;
  border-radius: 8px;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px;
}

video{
    max-width: 100%;
    border-radius: 8px;
    height: auto;
}
.game video{
    border: #2c2c2c solid 3px  ;
}


.brady img {
  filter: grayscale(100%);
  transition: filter 0.3s ease, transform 0.3s ease;
  width: 30%;
  border-radius: 8px;
  margin-top: 10px;
}

.brady img:hover {
  filter: grayscale(0%);
  transform: scale(1.05);
}
.brady-paragraph {
    background-color: #87a096;
    border: #2c2c2c solid 3px  ;
    border-radius: 8px;
    padding: 10px;
    margin-left: 10px;
    margin-right: 10px;
}
.brady-pics {
  position: relative;
  width: 300px;
  height: auto;
  margin: 0 auto;

}

.brady-pics img {
  filter: grayscale(100%);
  transition: filter 0.3s ease, transform 0.3s ease;
  width: 100%;          
  height: auto;
  border-radius: 8px;
  overflow: hidden;
  margin: 0;      
  gap: 10px;      
}
.brady-grayscale {
  filter: grayscale(100%);
  transition: filter 0.3s ease, transform 0.3s ease;
 
}
.brady-grayscale:hover {
  filter: grayscale(0%);
  transform: scale(1.05);
}

