body{background-color: #FFCFD2;
    font-family: 'Condiment';font-size: 22px;
}
.imgA{ 
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -138px;
    z-index: 1;
    position: relative;
    width: 790px;
    height: 394px;
    }
.imgB{ 
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: -145px;
    z-index: 1;
    position: relative;
    width: 790px;
    height: 394px;
    }
h1 {
    font-size: 100px; 
    text-align: center;  
    margin-left: auto;
    margin-right: auto;
    width: 70%;
    border-style: solid; 
    border-width:18px ;
    z-index: -1;
    position: relative;
    padding: 5%;
}
.button{
    position: relative;
    display:block;
    margin-left:auto;
    margin-right: auto;
    padding: 3%;
    color: black;
    text-align: center;
    text-decoration: none;
    border-style: solid;
    border-color: red;
    border-radius: 20%;
    font-size: 100px;  
    width: 700px;
    cursor: pointer;
  }

  /*main page*/

.button1{
    position: relative;
    display:block;
    margin-left:auto;
    margin-right: auto;
    padding: 3%;
    background-color: #CAFBFF;
    color: black;
    text-align: center;
    text-decoration: none;
    border-style: solid;
    border-color: #82eef7;
    border-radius: 20%;
    font-size: 60px;  
    width: 400px;
    cursor: pointer;
}
h2{
    font-size: 100px; 
    text-align: center;  
    margin-left: auto;
    margin-right: auto;
    width: 70%;
    position: relative;
}

.dropbtn {
    background-color: #d94207;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    
  }
  
  /* The container <div> - needed to position the dropdown content */
  .dropdown {
    position: relative;
    display: inline-block;
    margin-left: 90%;
  }
  
  /* Dropdown Content (Hidden by Default) */
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  
  /* Links inside the dropdown */
  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  
  /* Change color of dropdown links on hover */
  .dropdown-content a:hover {background-color: #ddd;}
  
  /* Show the dropdown menu on hover */
  .dropdown:hover .dropdown-content {display: block;}
  
  /* Change the background color of the dropdown button when the dropdown content is shown */
  .dropdown:hover .dropbtn {background-color: #3e8e41;}
/*.f-slideshow{
    position:relative;
    max-width:100%;
    overflow:hidden;
    display:inline-block;
  }
  
  .f-slideshow .items{
    display:inline-table;
    overflow:hidden;
    width:100%;
    position:relative;
    box-sizing: border-box;
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
  }
  
  .f-slideshow img{
    margin:3px;
    padding:5px;
    border-radius:3px;
    width: 35%;
    height: 35%;
  }
  
  #right {
    position: relative;
    left: 125px;
  }
  
  #right:target ~ .f-slideshow .items{
    transform: translateX( -50px );
  }
  
  #left:target ~ .f-slideshow .items{
    transform: translateX( 0px );
  }*/

  .f-slideshow {
    position: relative;
    max-width: 100%;
    overflow: hidden; /* Ensure only one image is visible */
}

.slide1 {
    display: flex;
    width: 100%; /* 6 images, so 6 times the width of one image */
    transition: transform 0.6s ease-in-out;
}
.slide2 {
    display: flex;
    width: 100%; /* 6 images, so 6 times the width of one image */
    transition: transform 0.6s ease-in-out;
}
.slide3 {
    display: flex;
    width: 100%; /* 6 images, so 6 times the width of one image */
    transition: transform 0.6s ease-in-out;
}
.slide4 {
    display: flex;
    width: 100%; /* 6 images, so 6 times the width of one image */
    transition: transform 0.6s ease-in-out;
}
.slide5 {
    display: flex;
    width: 100%; /* 6 images, so 6 times the width of one image */
    transition: transform 0.6s ease-in-out;
}
.slide6 {
    display: flex;
    width: 100%; /* 6 images, so 6 times the width of one image */
    transition: transform 0.6s ease-in-out;
}

.item {
    width: 15%; /* Each image takes the full width of the container */
    flex-shrink: 0; /* Prevent images from shrinking */
}

.item img {
    width: 100%;
    display: block;
}

input[type="radio"] {
    display:contents; /* Hide the radio buttons */
}

/* When specific radio buttons are checked, move the slider */
#slide1:checked ~ .slides {
    transform: translateX(-40%);
}
#slide2:checked ~ .slides {
    transform: translateX(-20%);
}
#slide3:checked ~ .slides {
    transform: translateX(0%);
}
#slide4:checked ~ .slides {
    transform: translateX(20%);
}
#slide5:checked ~ .slides {
    transform: translateX(40%);
}
#slide6:checked ~ .slides {
    transform: translateX(60%);
}

/* Navigation arrows (previous and next) */
.navigation {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    pointer-events: none; /* Make the whole container unclickable */
}

.nav {
    pointer-events: all; /* Enable clicking on the navigation buttons */
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 10px;
    font-size: 2em;
    text-decoration: none;
    user-select: none;
}

.prev {
    position: absolute;
    left: 10px;
}

.next {
    position: absolute;
    right: 10px;
}



/*rules page*/
ul {
    display: block;
    font-size: 50px;
    margin-top: -50px;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    position: relative;
    list-style-type: none; /* Remove default bullets */
    padding-left: 0;
}

ul li {
    background-image: url("paws2.png");
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 200px; /* Adjust to space out text from background */
    background-size: 200px; /* Adjust size of the image */
    margin-bottom: 20px;
}
