/* 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%; 
      }
    #it1 {
        text-align:center;
         font-size: 270%; 
         opacity: 77%;
        }
    /* 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%;
    }
  }
  
  /* setup */
  
  html {
      background-image: url(/Images/white.jpg);
      background-size: fill;
      background-repeat: repeat;
  }

  .fadeinimage {
    display: inline; 
    padding-left: 0.5%;
  }

  .topnav {
    display: inline;
  }

  h5 {
    padding-left: 35%;
  }
  
  /* 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;
  
  }*/
  
  
  body {
      font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
      font-weight:normal;
      font-style:normal;
      font-size: 110%;
      }
  
  
  /* 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; }
    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 10px;
      text-decoration: none;
      font-size: 110%;
    }
    
    /*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(235, 235, 235, 0.329);
      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: 100%;
}

h3 {
  text-align: center;
}
  
#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);
}

