html, body {
  height: 100%;
  width: auto;
  margin: 0px;
  padding: 0px;
  background-color: #fcfcfc
  
}
.nb{
  width: 100%;
  height: 75px;
  background-color: #fff;
  box-shadow: 0 1px 4px rgb(146 161 176 / 15%);

}

.logo{
  position: absolute;
  top: 10px;
  left: 30px;
  cursor: pointer;
}

.navmenu{
  position: relative;
  top: 39px;
  text-align: center;
  line-height: 3.5px;
}

.navmenu a{
  text-decoration: none;
  padding: 2%;
  color: black;
  font-size: 17px;
  font-family: Helvetica
  
}

.navmenu a:last-of-child{
  border-right: none
}

.name{
  position: absolute;
  left:100px; 
  top:220px;
  font-size: 55px 
}

h1{
  text-align: center;
  font-size: 25px;
  position: relative;
  top: 30px
  
}

h2{
  font-size: 25px;
  
}

h3{
  font-size: 18px;
  color: #808080
}



.pl, .cl, .scribe, .tutors{
  text-align: center;
  font-size: 30px
  
}

.pl{
  color: #B78F4E
}


.img1{
  width: 200px;
  height: 200px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
 
}

.apl {
  text-decoration: none;
  background-color: none;
  color: #000
}

.description{
  text-align: center
}

.row{
  height: 100%
}

.column h2, .column1 h2, .column2 h2, .column3 h2, .column4 h2, .column5 h2, .column6 h2, .column7 h2, .column8 h2{
  font-family: 'Belleza';
}




@media only screen and (max-width: 613px) and (min-width: 360px){
  .main{
    z-index: 0;
    margin-top: -24px
  }
  body{
    width:100%;
    height:100%;
    margin:0px;
    padding: 0px;
    text-align: center
  }
  .logo{
    position: absolute;
    top: 10px;
    left: 30px;
    font-size: 25px;
  }

  .navmenu{
    display: flex;
    width: 100%
  }

  .nb{
    width: 100%;
    border-bottom: none;
    display: block;
  }
   .navbar {
    width: 100%;
    box-shadow: 0 1px 4px rgb(146 161 176 / 15%);
    position: absolute;
    z-index: 1;
  }

  .nb {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 62px;
  }
  
  .navbar .navmenu {
    display: flex;
  }
  
  .navbar .nb a {
    text-decoration: none;
    color: #0e2431;
    font-weight: 700;
    font-size: 2rem;
    padding: 2rem;
  }

  .navbar .navmenu a:hover{
    font-weight: bolder;
  }
  
  .nb {
    display: block;
    position: relative;
    height: 60px;
    box-shadow: 0 1px 4px rgb(146 161 176 / 15%);
  }
  
  .nb .checkbox {
    position: absolute;
    display: block;
    height: 32px;
    width: 32px;
    top: 20px;
    left: 80%;
    z-index: 5;
    opacity: 0;
    cursor: pointer;
  }
  .main .checkbox {
    position: absolute;
    display: block;
    height: 32px;
    width: 32px;
    top: 20px;
    left: 80%px;
    z-index: 5;
    opacity: 0;
    cursor: pointer;
  }


.nb .hamburger-lines {
  display: block;
  height: 26px;
  width: 32px;
  position: absolute;
  top: 26px;
  left: 80%;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.nb .hamburger-lines .line {
  display: block;
  height: 4px;
  width: 100%;
  border-radius: 10px;
  background: #0e2431;
}

.nb .hamburger-lines .line1 {
  transform-origin: 0% 0%;
  transition: transform 0.4s ease-in-out;
}

.nb .hamburger-lines .line2 {
  transition: transform 0.2s ease-in-out;
}

.nb .hamburger-lines .line3 {
  transform-origin: 0% 100%;
  transition: transform 0.4s ease-in-out;
}

 .navmenu  {
  padding-top: 120px;
/*   box-shadow: inset 0 0 2000px rgb(0, 0, 0); */
  background-color: #ffffff;
  height: 100vh;
  width: 97.5%;
  transform: translate(-150%);
  display: flex;
  flex-direction: column;
  
  margin-left: -40px;
  padding-left: 50px;
  transition: transform 0.5s ease-in-out;
  text-align: center;
  
  position: absolute;
  top: 60px
  }

    .navmenu a{
    text-decoration: none;
    padding: 25px;
    color: black;
    font-size: 25px; 
    text-align: center
  }


  .nb input[type="checkbox"]:checked ~ .navmenu {
    transform: translateX(0);
  }
  
  .nb input[type="checkbox"]:checked ~ .hamburger-lines .line1 {
    transform: rotate(45deg);
  }
  
  .nb input[type="checkbox"]:checked ~ .hamburger-lines .line2 {
    transform: scaleY(0);
  }
  
  .nb input[type="checkbox"]:checked ~ .hamburger-lines .line3 {
    transform: rotate(-45deg);
  }
    
  .column, .column1, .column2, .column3, .column4, .column5, .column6, .column7, .column8{
      text-align: center;
/*       width: 300px; */
      cursor: pointer ;

    justify-content: center;
    margin:0 auto;
    
    
  }
  .logo{
    width: 45px;
    height: 45px
  }
  
  .row{
    display: flex ;
    flex-direction: column;
    display: inline-block;
  }
  
  .row1, .row2, .row3, .row4, .row5, .row6, .row7, .row8{
    display: flex ;
    flex-direction: column;
/*     display: inline-block; */
  }
  
  .column1, .column2, .column3, .column4, .column5, .column6, .column7, .column8{
      text-align: center;
      width: 300px;
      cursor: pointer ;
  }
  .pl, .cl, .scribe, .tutors{
     text-align: center;
    font-size: 30px
}

  .people{
    position: relative;
    top:70px
    
  }
  .speople{
    position: relative;
    top: 90px
  }
  h2{
    font-szie: 15px
  }

  .description{
    margin-left: 1%;
    margin-right: 1%
  }
 
}

@media only screen and (min-width:613px){
  .hamburger-lines{
    display: none
  }

  .checkbox{
    display:none
  }

  .column{
  text-align: center;
  padding: 20px;
  width: 300px;
  position: relative;
/*   left: 424px; */
  cursor: pointer;
 
}

.row{
  display: flex;
  justify-content: center;
  flex-direction: row
}

.row1, .row2, .row3, .row4, .row5, .row6, .row7, .row8{
  display: flex;
  flex-direction: row;
  justify-content:space-around;
  width: 90%;
  margin: auto
}

.column1, .column2, .column3, .column4, .column5, .column6, .column7, .column8{
  flex: 33.33%;
  padding: 60px;
  width: 25%;
  text-align: center;
  cursor: pointer
}
.apl{
  display: flex;

}

  .all-tutors{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    
  }

  .all-cl{
    display: flex;
    flex-wrap: wrap;
    justify-content: center
  }

  .all-scribe{
    display: flex;
    flex-wrap: wrap;
    justify-content: center
  }
 
}