/* allow all body thing to be center */
#middle {
    width:80%;
    margin: 1% 10%;
}
/* allow smooth scroll*/
html {
    scroll-behavior: smooth;
  }
  /* center word */
  #it {
    text-align:center;
    font-size: 155%;
    }
    #center{
      display: flex;
      justify-content: center;
    }
    /* Allow logo always be on top left */
  
    * {
        box-sizing: border-box;
      }
      
      .column {
        float: left;
        width: 33.33%;
        padding: 8px;
      
      }
      #idd {
        font-size: 400%;
        text-align:center;
      }
      #cen {
        padding-top: 2.5%;
        margin-left: auto;
         margin-right: auto;
         width: 100%;
      }
      #dai{
        padding-top: 1.4%;
        margin-left: auto;
         margin-right: auto;
         width: 100%;
      }
      #dai2{
        padding-top: 9.7%;
        margin-left: auto;
         margin-right: auto;
         width: 100%;
        }
         
      #dai3{
        padding-top: 4.4%;
        margin-left: auto;
            margin-right: auto;
            width: 100%;
          }
      /* Clearfix (clear floats) */
      .row::after {
        content: "";
        clear: both;
        display: table;
      }
  
    /* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
  @media screen and (max-width: 500px) {
    .column {
      width: 100%;
    }
  }
  
  /* background **/
  
  html {
      background-image: url(/Images/white.jpg);
      background-size: fill;
    background-repeat: repeat;
  }
  img {
    border-radius: 10px 10px;
  }
  /* font 
  
  @font-face {
      font-family: 'fredoka_oneregular';
      src: url('fredokaone-regular-webfont.woff2') format('woff2'),
           url('fredokaone-regular-webfont.woff') format('woff');
      font-weight: normal;
      font-style: normal;
  
  }*/
  #myBBtn {
    
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 1999;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: rgba(17, 138, 38, 0.932);
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 25px;
  }
  
  #myBtn:hover {
    background-color: rgba(85, 85, 85, 0.603);
  }
  
  html {
      font-family: 'fredoka_oneregular', Arial, sans-serif;
      font-weight:normal;
      font-style:normal;
      }
  
  
  /* img logo intro */
  .fadeinimage,header,iframe { animation-delay: 0s; 
      animation: fadeIn 2.5s; }
  
  @keyframes fadeIn {
      0% { opacity: 0; }
      100% { opacity: 1; }
    }
  /* for text and header*/
      .strong { 
          animation: fadeIn 2s;
      animation-delay: 2s; }
  @keyframes fadeIn {
      0% { opacity: 0; }
      100% { opacity: 1; }
    }
  
    #fadeinall { 
        animation-delay: 4s; 
        animation: fadeIn 2s; }
    
    @keyframes fadeIn {
        0% { opacity: 0; }
        100% { opacity: 1; }
      }

  img {
    -webkit-filter: drop-shadow(5px 5px 5px rgb(54, 54, 54));
    filter: drop-shadow(0px 2px 2px rgba(49, 49, 49, 0.884));
  }

  body {
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  }

  header {
    font-family:Arial, Helvetica, sans-serif;
   font-size: 99%;
  }

  /* logo slide in */
  #slide,iframe {
      position:relative;
      right: 21px;
      -webkit-animation: slide 4s forwards;
      -webkit-animation-delay: 10s;
      animation: slide 2s forwards;
      animation-delay: 0.1s;
      transform: translate(-610px, -111px);
  }
  @keyframes slide {
      0% { transform: translate(10px, 100px); }
  }
  @keyframes slide {
      100% { transform: translate(10px, 0px); }
  }

/* columns */ 
.column {
    float: left;
    width: 33%;
    padding: 13px;
  }
  .column1 {
    float: left;
    padding: 40px;
    width:60%
  }
  .column2 {
    float: left;
    width: 60%;
    
    padding: 40px;
    size: 300px 200px;
  }
  
  /* logo slide in */
  #hea,hr {
    position:relative;
    right: 0px;
    -webkit-animation: slide 4s forwards;
    -webkit-animation-delay: 10s;
    animation: slide 1s forwards;
    animation-delay: 0.15s;
    transform: translate(10px, -111px);
}
@keyframes slide {
    0% { transform: translate(10px, 100px); }
}
@keyframes slide {
    100% { transform: translate(10px, 0px); }
}
  
/*sliding image for menu*/
* {box-sizing: border-box;}
body {font-family: Verdana, sans-serif;}
.mySlides {display: none;}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

#yeye {
  text-align: center;
  font-size: 255%;
}
/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: -150px;
  width: 60%;
  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 {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: rgba(187, 187, 187, 0);
  border-radius: 50%;
  display: inline-block;
  transition: background-color 1.6s ease;
}

.active {
  background-color: #71717100;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 2s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}

.shishishi{
  border-width:2px;
  border-style:solid;
  border-color: rgb(13, 104, 28);
  border-radius: 20px;
  padding: 10px 9px;
  color: rgb(13, 104, 28);
  text-decoration:  none;
 }
 
  /*0 TOP BAR FOR CHOOSING */
    /*1 Style the links inside the navigation bar */
    .topnav a { 
      float: right;
      color: #000000;
      text-align: auto;
      padding: 43px 11px;
      text-decoration: none;
      font-size: 120%;
    }
    
    /*2 Change the color of links on hover */
    .topnav a:hover{
      background-color: rgba(243, 243, 243, 0.253);
      border-radius: 8px 8px;
      color: rgb(19, 156, 42);
    }
    header {
      padding: 2px;
    }
    /*3 Add a color to the active/current link */
    .topnav a.active {
      background-color: rgb(0, 0, 0);
      border-radius: 9px 9px;
      color: white;
    }
  
    /* header logo white line */
    header {
      background-color: rgba(255, 255, 255, 0.616);
      width: 100%;
      border-radius: 20px 20px;
      display:flex ; 
      flex-wrap: wrap-reverse;
    }
  
  
#bigall {
  font-size: 550%;
  text-align: center;
}
  #shihehe {
    width: 100%;
  }
#reeejiasun {
  text-align: center
}
#slide {
  margin-left: 5px;
}
