/* Fit to size (mobile to dekstop)*/
#middle {
  width:80%;
  margin: 1% 10%;
}
/* allow smooth scroll*/
html {
  scroll-behavior: smooth;
}

  /* Allow logo always be on top left */


  #it {
    text-align:center;
     font-size: 250%; 
    }
  /* 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;
}

/* 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;

}*/


html {
    font-family: 'fredoka_oneregular', Arial, sans-serif;
    font-weight:normal;
    font-style:normal;
    }


/* img logo intro */
.fadeinimage,header,p,img,h1 { animation-delay: 0s; 
  animation: fadeIn 2s; }

@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; }
}


/* allow smooth scroll*/
html {
  scroll-behavior: smooth;
}
/* logo slide in */
#slide,header {
  position:relative;
  right: 70px;
  -webkit-animation: slide 4s forwards;
  -webkit-animation-delay: 10s;
  animation: slide 1.5s forwards;
  animation-delay: 0s;
}
@keyframes slide {
  0% { right: 100; }
}
@keyframes slide {
  100% { right: 0; }
}

/*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);
  }
  
  /*3 Add a color to the active/current link */
  .topnav a.active {
    background-color: #000000ef;
    border-radius: 9px 9px;
    color: white;
  }
  img {
    border-radius: 10px 10px;
  }
  /* 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;
  }
  #it5 {
    color: #1e941e;
    text-align: auto;
    text-decoration:solid;
  }



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%;
}

