body, html{
    overflow-x: hidden;
  
}
.row a{
    text-decoration: none;
}
li{
    list-style: none;
}
.tools{
    width: 40%;
    margin:  auto;
}
.tools:hover{
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    z-index: 10;
}
.title{
    padding:4% 0 2% 0;
    text-align: left;
    font-size: 1.8rem;
    font-weight: 500;
}

.tools a{
    font-size: 1.2rem;
}
.drive{
 
   display: flex;
   flex-direction: row;
   width: 100%;
   flex-wrap: wrap;
   
}
.section{
    width: 50%;
    padding:4% 15%;
   
}
.section:hover{
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    z-index: 10;
}
.section li{
    padding:1% 0;
}
.section a{
    font-size: 1.2rem;
}
@keyframes myAnimation{
    0%{
      opacity: 1;
      transform: rotateX(90deg);
    }
    10%{
        opacity: 0.9;
        transform: rotateX(0deg);
      }
    20%{
        opacity: 0.8;
      transform: rotateX(90deg);
    }
    30%{
        opacity: 0.7;
        transform: rotateX(0deg);
      }
    40%{
      opacity: 0.6;
      transform: rotateX(0deg);
    }
    50%{
        opacity: 0.5;
        transform: rotateX(0deg);
      }
    60%{
        opacity: 0.4;
        transform: rotateX(0deg);
      }
      70%{
        opacity: 0.3;
        transform: rotateX(0deg);
      }
    80%{
        opacity: 0.2;
        transform: rotateX(0deg);
      }
      90%{
        opacity: 0.1;
        transform: rotateX(0deg);
      }
    100%{
      display: none;
      opacity: 0;
      transform: rotateX(90deg);
    }
  }
  
.copied{
    background-color: rgb(163, 158, 158);
    padding: 8px 6px;
    border-radius: 4px;
   font-weight: 400;
   position: relative; top: 20px;
    opacity: 0;
}
.copied-disappear{
    animation-name: myAnimation;
    animation-duration: 1000ms;
    animation-fill-mode: forwards;
}



/*home*/
.intro{
  text-align: center;
  font-size: 1.2rem;
}
.button{
 width:  50%;

 height: 50px;
 text-align: left;
 padding: 0.5 0 0 1.5%;
 
 position: relative; left: 50%; transform: translate(-50%,0);
 font-size: 1.1rem;
 background-color: #595959;
 color: white;
}
.down{
  position: absolute; right: 1%;
  top: 50%;
  transform: translate(0,-50%);
  z-index: 100;
  height: 10px;
}

#productivityTools{
  margin: 1% 1%;
}

#appsBusiness{
  margin: 1% 1%;
}
.productivityBox{
  width: 50%;
  margin: 0 auto;
  display: none;
  background-color: #4d4d4d;
  padding: 1% 0 2% 0;
 
}
.appsBox{
  width: 50%;
  margin: 0 auto;
  display: none;
   background-color: #4d4d4d;
  padding: 1% 0 2% 0;
  
}
.productivityTools{
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.appsBusiness{
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.main{
  margin-top: 5%;
}
@media screen and (max-width:600px) {
  .taskTable{
      width: 95%;
      
  }
}

.hero-area{
  background-color:  #f0f0f1;
  /*box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;*/
}
.wrap{
  display: grid;
  grid-template-areas: 'header'
  'hero'
  'main';
}
.header{

  grid-area: header;
  position: relative;
}
#logo{
  height: 70px;
  margin-left: 5%;
  margin-top: 3%;
}
.topnav {
  overflow: hidden;
  display: inline-block;
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translate(0,-50%);
}

.topnav a {
  
  color: #696d70;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 1.2rem;
}

.topnav a:hover {

  color: black;
}
.hero{
  position: relative;
  width: 100%;
}
.intro-wrap{

  width: 90%;
  position: relative;
  left: 50%; transform: translate(-50%,0);

  grid-area: hero;
  
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 5% 0;
}
.intro{
  width: 50%;
  padding: 5% 2%;

position: relative;
flex: 50%;
}
.intro-text{
  font-size: 2.5rem;
  color: #696178;
  text-align: left;
  margin: 0 10%;
 /* position: absolute;
  left: 50%; top: 50%;
  transform: translate(-50%,-50%);*/

}

.intro-img{
  width: 35%;
  padding-left: 10%;
  padding-bottom: 5% ;
  flex: 50%;

}
#intro-img{
  
  max-width: 500px;
  height: auto;
  position: relative; top: 50%; transform: translate(0,-50%);
}
.first-tool{
  margin: 5% 0;
}
.first-tool a{
  text-decoration: none;
  font-size: 1.3rem;
}
.first-tool  a:hover{
  color: white;
}

/* TOOLS*/

.productivity-tools{
  display: flex;
  flex-direction: row;
  background-color:  #fefeff;
}
#tools-img{
  max-width: 300px;
}
.tools-img{
  flex: 50%;
  margin: 10% 10%;
}
.tools-text{
  flex: 50%;
  margin: 10% 0;
}
.main-title{
  font-size: 3rem;
  color: #696d70;
}


.apps{
  display: flex;
  flex-direction: row;
  background-color:  #f0f0f1;
}
.apps-img{
  flex: 50%;
  position: relative;
}
#apps-img{
  max-width: 300px;
  position: absolute; left: 50%; top: 50%;
  transform: translate(-50%,-50%);
  margin: 10% 0;
}

.apps-text{
  flex: 50%;
  margin: 10% 10%;
}
.apps-list{
  display: block;
}
.tools-list{
  display: block;
  
}
.linkText{
  font-size: 1.4rem;
}