

h2 {
    color: rgb(0, 0, 0);
    font-family: "Kanit", sans-serif;
}

p {
    color: rgb(0, 0, 0);
        font-family: "Kanit", sans-serif;
      }
      
      nav {
        background-color: rgb(0, 0, 0);
        padding: 25px;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        }
        
        nav a{
        background-color: rgb(255, 255, 255);
        margin: 3px;
        padding: 7px;
        color: black;
        text-decoration: none;
        
        transition-duration: 450ms;
        }

        nav a:hover{
            background-color: rgb(196, 255, 196);
        
            }

            .active {
              background-color: #04AA6D;
              color: white;
            }

        h1 {
            margin-top: 100px;
            font-size: 50px;
            font-family: "Kanit", sans-serif;
        }

        .starting-title{
            background-image: linear-gradient(180deg, rgb(207, 255, 96), rgb(218, 255, 159));

            text-align: center;
            border: 3px solid black;
        }
        
body{
background-color: rgb(227, 255, 200);
}

.sports-balls{
    display: flex;
    margin: auto;
    margin-bottom: 10px;
    max-width: 100%;
    width: 550px;
}

.Intro{
    background-image: linear-gradient(180deg, rgb(207, 255, 96), rgb(218, 255, 159));
margin-top: 15px;
padding: 10px;
    text-align: center;
    border: 3px solid black;
}

.row {
    display: flex;
    flex-direction: row;
    order: 3;
}

.row2{
  display: flex;
  flex-direction: row;
  order: 3;
}

.col {
    width: 100%;
    padding: 10px;
    margin: 8px;
    background-image: linear-gradient(180deg, rgb(207, 255, 96), rgb(218, 255, 159));
}

.col2{
  width: 100%;
    padding: 10px;
    margin: 8px;
    background-image: linear-gradient(180deg, rgb(207, 255, 96), rgb(218, 255, 159));
}

.col img {
    max-width: 100%;
    width: 350px;
}

.col2 img{
  max-width: 100%;
  width: 350px;
}

.col3{
  width: 100%;
    padding: 10px;
    margin: 8px;
    background-image: linear-gradient(180deg, rgb(207, 255, 96), rgb(218, 255, 159));
}


.row3{
  display: flex;
  flex-direction: row;
  order: 3;
}
* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
  margin-top: 10px;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #80ffb5;
  font-size: 25px;
  padding: 8px 12px;
  position: absolute;
  bottom: 15px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

.Rules{
  background-image: linear-gradient(180deg, rgb(207, 255, 96), rgb(218, 255, 159));
  margin-top: 15px;
  padding: 10px;
      border: 4px solid black;
}

.Cards{
  background-image: linear-gradient(180deg, rgb(207, 255, 96), rgb(218, 255, 159));
  margin: auto;
  padding: 7px;
  border: 3px solid black;
}

