* {
    margin: 0;
    padding: 0;
}

/* * {
    margin: 0;
    padding: 0;
}

/* body {
  /* background-image: url(./Schoolyard\ kids\ 2.png);
  height: 100%;
  /* width: 100%; 
  /* background-repeat: no-repeat;
  background-size: cover;
  background-position: center; 
} */

header {
  margin-top: 18px;
}

.tag{
  display: flex;
}

.tagline {
   height: 130px;
   width: 180px;
   margin: -100px 0px 0px 150px;
   border: 10px solid none ;
}

.tag h4{
   margin-top: -47px;
   margin-left: -45px;
   font-size: 30px;
   color:  rgba(190, 100, 21, 0.911);
   font-family:cursive;
   font-style: italic;
}

nav
  {
  display: flex;
  background-color: none;
  margin-left: 3.5%;
  }
  
  nav img{
    height: 80px;
    width: 50px;
    margin-left: -20px;
  }
  
  nav ul {
    display: flex;
    margin-top: 35px;
    list-style: none;
    background-color: none;
    font-size: large;
    font-weight: 700;
  }
  
  nav ul li {
    /* justify-content:space-between ;
     */
     padding: 0px 20px;
     margin-top: -0.5px;
  }
  
  nav a {
     text-decoration: none;
     color: rgb(62, 99, 201);
  }
  
  nav ul a:hover{
    background-color: rgba(232, 66, 116, 0.6);
    /* height: 85px;
    width: 100px; */
    font-size: larger;
    text-transform: ease-out;
    transition-delay: 5sec;
    border-radius: 5px;
    height: 60px;
    width: 60px;
    border-style: double;
    border-color: black;
    text-orientation: sideways-right;
  }
  
  nav img:hover {
    background-color: rgba(232, 66, 116, 0.6);
    transition-delay: 5sec;
    border-radius: 5px;
    height: 60.4px;
    width: 60.4px;
    border-style: double;
    border-color: black;
    text-orientation: sideways-right;
  }
  
  .notice img {
    height: 250px;
    width: 600px;
    margin-top: -2%;
    position: absolute;
    top: 76%;
    left: 40%;
    background-color: none;
  }

  main p {
    margin-top: 200px;
    margin-left: 400px;
    font-size: 150px;
  }

  footer {
    display: flex;
    background-color: rgba(114, 111, 111, 0.578);
    width: 100%;
    height: 40px;
    margin-top: 35%;
  }

.left{
    display: flex;
  }

  .left p {
    padding-top: 10px;
    padding-left: 20px;
    font-size: 15px;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.836);
  }

  .left img {
    height: 40px;
    margin-left: 15px;
    padding-left: 20px;
  }

  .right {
    display: flex;
    padding-left: 35%;
  }

  .right p {
     padding-top: 15px;
     padding-left: 25px;
  }

 */

header {
    margin-left: 3%;
    margin-top: 1.3%;
  }
  
  header h3 {
    margin-left: 15%;
  }
  
  header nav{
    display: flex;
    margin: 0px 0px 0px 70px;
  
  }
  
  nav img {
    height: 60px;
    width: 60px;
    margin-top: 2px;
  }
  
  nav ul {
    display: flex;
    margin-top: 35px;
    padding-left: 10px;
    list-style: none;
    background-color: none;
    font-size: large;
    font-weight: 700;
  }
  
  nav ul li {
    /* justify-content:space-between ;
     */
     padding: 0px 20px;
     margin-top: -0.5px;
  }
  
  
  
  
  nav a {
    text-decoration: none;
    color: rgb(201, 105, 3);
  }
  
  nav ul a:hover{
    background-color: rgba(22, 181, 187, 0.804);
    /* height: 85px;
    width: 100px; */
    font-size: larger;
    text-transform: ease-out;
    transition-delay: 5sec;
    /* border-radius: 5px; */
    height: 60px;
    width: 200px;
    /* border-style: double; */
    border-color: black;
    text-orientation: sideways-right;
  }
  
  nav img:hover {
    background-color: rgba(232, 66, 116, 0.6);
    transition-delay: 5sec;
    border-radius: 5px;
    height: 55px;
    width: 55px;
    border-style: double;
    border-color: black;
    text-orientation: sideways-right;
  }
  
  #checkbtn{
    float: left;
    line-height: 10px;
    display: none;
  }
  
  #check{
    display: none;
  }

  main p {
    /* margin: -280px 80px 80px 50px; */
    font-size: 90px;
  }
  footer {
    display: flex;
    background-color: rgba(114, 111, 111, 0.578);
    width: 100%;
    height: 40px;
    /* margin-top: 1000px; */
    margin-bottom: -200px;
  }

.left{
    display: flex;
  }

  .left p {
    padding-top: 10px;
    padding-left: 20px;
    font-size: 15px;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.836);
  }

  .left img {
    height: 40px;
    margin-left: 15px;
    padding-left: 20px;
  }

  .right {
    display: flex;
    padding-left: 35%;
  }

  .right p {
     padding-top: 15px;
     padding-left: 25px;
  }

  @media (max-width:700px) {

    body {
      width: 750px;
    }
    .top{
      height: 130px;
      width: 780px;
      margin: 10px 0px 0px 10px;
  }
  
    .head {
      width: 1000px;
      height: 180px;
    }
    #check{
      display: block;
      visibility: hidden;
    }
  
    input[type=checkbox] {
      display: block;
    }
    #checkbtn{
      display: block;
      border-radius: 5px;
      width: 140px;
      height: 130px;
      margin: 18px 0px 0px 25px;
      padding: 15px 10px 10px 30px;
      background-color: rgba(47, 187, 175, 0.247);
      /* backdrop-filter: bulr(12px); */
      
    }
  
    .menu nav ul{
      display: block;
      margin: -10px 10px 10px -420px;
      line-height: 70px;
      border-radius: 8px;
      background-color: rgba(69, 177, 177, 0.183);
      width: 200;
      height: 100 ;
      box-shadow: 2px 5px 2px 5px #025d49;
      overflow: hidden;
      z-index: 1;
    }
  
    .menu nav ul li a {
      /* transition: 1s ease-out; */
      color: rgb(201, 105, 3);
      font-size: 20px;
    }
  
    input[type=checkbox]:checked ~  nav ul {
      width: 380px;
      margin: 180px 10px 10px -178px;
      text-align: center;
      transition: 3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
      
    }
      
    footer {
      display: block;
      height: 200px;
      padding-left: 40px;
      text-align: center;
 }

 .left {
  padding-left: -20px;
   display: block;
   font-size: 22px;
 }

 .left img {
     height: 60px;
     width: 75px;
 }

 .left p {
   /* padding-left: 18px; */
   font-size: 20px;
 }

 .right {
   display: block;
   margin-left: -300px;
   text-align: center;
   font-size: 22px;
 }
   }