/* h1 {
    color:rgb(224, 15, 15);
}

button {
    color:rgb(0, 181, 253);
    height: 50;
    background-color: lightseagreen;
}
body {
    background-color:#ffff00;
} */ 

/* #box {
    background-color: rgb(0, 0, 255);
}

.practice {
    color: rgb(0, 191, 255);
}
#butt {
    background-color: greenyellow;
} */

/* p {
    text-align:center;
    font-family: 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
h1 {
    text-decoration:underline;
}
a {
    text-decoration:none;
}
#bk {
    text-decoration:none;
    font-weight:900;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
} */


/* #outer {
    font-size: 25px;
}
#inner {
    font-size: 10px;
}
#inner {
    height: 100px;
    background-color: pink;
    color: black;
} */

/* div {
    height:200px;
    width: 400px;
    /* border-width: 4px;
    border-style:dotted;
    border-color: black; */
    /* border:4px solid black;
    background-color: pink;
    color:darkgreen;
    border-radius: 15px; */
    /* padding-left: 25px;
    padding-top: 50px;
    padding-bottom: 40px;
    padding-right: 35px; */
    /* padding: 20px 25px 30px 35px;
    margin: 25px;
    

} */

/* #practice {
    height: 100px;
    width:100px;
    background-color: green;
    border: 4px solid black;
    border-radius:50%;
}
#out {
    height:50px;
    width:7000px;
    border:4px double white;
    background-color: black;
}
.nav {
    width:30px;
    height: 10px;
    color: white;
    margin:;
}
a {
    text-decoration:none;
    font-size: 15px;
    color:white;
    margin-right: 100px;
}
button {
    background-color: orange;
}
#link {
    text-decoration:none;
    font-size: 25px;
    color:orange;

} */



/* div {
    height:100px;
    width:100px;
    margin:20px;
    padding:20px;
    display:inline-block;
    background-image: url("https://i.pinimg.com/236x/7c/89/82/7c898218b901e12212c96add2b2130be.jpg");

}
h1 {
    display:inline-block; 
}
#new {
    background-color: rgb(0, 0, 251,1 );
    height:455px;
    width:455px;
    position: relative;
    top:20px;
    color: white;
    left:50px;
    position:sticky;
    background-image: url("https://i.pinimg.com/236x/7c/89/82/7c898218b901e12212c96add2b2130be.jpg");
    background-size: contain;
}
#para {
    font-size: 30px;
} */

 
 /* #out {
    height:50px;
    width:1000px;
    border:4px double white;
    background-color: black;
}
.nav {
    width:30px;
    height: 10px;
    color: white;
    margin:150px;
}
a {
    text-decoration:none;
    font-size: 15px;
    color:white;
    margin-right: 100px;
}
button {
    background-color: orange;
}
#link {
    text-decoration:none;
    font-size: 25px;
    color:orange;

}
main {
    height:350px;
} */
/* div {
    height: 100px;
    width:100px;
     border: 3px solid black;
    display:inline-block; 
    background-color: aqua;
 }
 #box1 {
    position: static;
 }
 #box2 {
    position:fixed;
  
  
    left:60px;
    bottom:10px;
 }
 #box3 {
    position:sticky;
    top:0;
    background-image: url("https://t3.ftcdn.net/jpg/05/90/75/84/360_F_590758457_pen9DSdi47PacnLmNgRRPlUm6zriQbVC.jpg");
    background-size:cover;
    
 } */
  /* div {
    height:100px;
    width:150px;
    display:inline-block;
    border:3px solid black;
  }
  #contain {
    height:505px;
    width:1000px;
    display:flex;
    flex-direction: row;
    justify-content:center;
  
  
    align-content:flex-start;
  }
  /* h1 {
    text-align:center;
    text-transform: uppercase;
} */
 /* body {
    text-align: center;
 }
#box1 {
    background-color: aqua;
   
#box2 {
    background-color: rgb(83, 32, 223);
    height:150px;
    
}
#box3 {
    background-color: rgb(140, 255, 0);
    height:200px;
    
}
 #box4 {
    background-color: rgb(248, 11, 19);
}#box5 {
    background-color: rgb(252, 166, 7);
} */ 
 /* ul {
    display:flex;
     justify-content:center;
     align-content: space-evenly;
    
    width:300px;
 }
 li {
   
    display: inline;
    list-style-type: none;
    
 }
 a {
    text-decoration: none;
 }
 
 
 #out {
    height:500px;
    display:flex;
    border: 3px solid black;
    background-color: lightgreen;
    justify-content: center;
    align-items: center;
   
 }
 #in {
    height: 100px;
    width: 500px;
    border: 3px solid black;
    background-color: rgb(98, 54, 246);
 } */

/* @media(max-width:300px)
{
    div {
        background-color:green;
    }
}
@media(min-width:300px) and (max-width:400px)
{ 
    div {
        background-color:pink;
    }
}
@media(min-width:400px) and (max-width:600px)
{
    div {
        background-color:red;
    }
}
@media(min-width:600px)
{
    div {
        background-color:blue;
    }
} */
/* div {
    background-color: rgb(8, 250, 68);
    height: 150px;
    width: 150px;
    border: 2px dashed black;
    position: absolute; */
    /* animation-name: colorAnimate;
    animation-duration: 3s;
    animation-timing-function: ease-in;
    animation-delay:0.5s;
    animation-iteration-count: infinite;
    animation-direction: alternate-reverse ; */
    /* transition-property: all;
    transition-duration: 2s;
    transition-timing-function:ease-in; */
    /* transition: all 1s ease-in 0.5s; */
    /* animation: colorAnimate  3s  ease-in  0.5s infinite normal;
   } */

/* @keyframes colorAnimate{
    from{ left:0px;
        background-color:red; }
    to { left:600px;
    background-color: blue;}
} */
/* div:hover {
    /* background-color: red;
    color:white;
    border:2px double greenyellow;
    font-size: 20px; */
    /* transform: rotateX(45); */
    /* transform: translate(100px,150px);  */

/* div {
    height:200px;
    width: 200px;
    border-top: 5px solid rgb(0, 0, 0);
    border-left: 5px solid rgb(200, 198, 198);
    border-bottom: 5px solid rgb(190, 189, 189);
    border-right: 5px solid rgb(183, 181, 181);
    border-radius: 50%;
    animation: revolve 2s ease-in 1s infinite normal;

    }
    @keyframes revolve {
        from {transform: rotate(0deg);}
        to{ transform: rotate(360deg);}
    }
    p {
        text-align: center;
    } */

    nav{
        text-align: right;
        padding-right: 33px;
        padding-top:10px;
        padding-bottom:10px;
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        margin-top: 10px;
    }
    nav a{
        padding-left:10px;
        text-decoration: none;
        font-size: large;
        margin-top: 10px;
    }
    
    #sign a{
        border:3px solid #00AAFF;
        background: #00AAFF;
        color: white;
        padding:10px 10px;
        border-radius: 20px;
        box-shadow: 10px 10px black;
        text-decoration: none;
    
    }
    #login a{
        color: #00AAFF;
        text-decoration: none;
        padding-right: 10px;
    }
    .mytasklogo img{
        height: 54px;
        width: 202px;
        float: left;
        margin-left: 100px;
        cursor: pointer;
    }
    #createtask a{
        padding-right:10px;
        text-decoration: none;
    }
    #subscribe{
        padding-left: 10px;
        border:2px solid #00AAFF;
        border-radius: 20px;
        padding:10px 23px 9px 22px;
        margin-left:30px;
        background-color: white;
        
    }
    #subscribe a{
        padding:10px 23px 1px 22px;
        text-decoration: none;
    }
    
    #tagline{
        font-size: 40px;
        color: #3D474D;
        font-family: 'Kalnia', serif;
        padding-top: 10px;
    }
    .heading{
        text-align: center;
        font-family: "Avenir", "Avenir Next", "Segoe UI", Helvetica, Arial, sans-serif;
        font-weight: bolder;
    }
    #team{
        font-size: 100px;
    }
    #aligned{
        font-size: 100px;
        color: #00AAFF;
    }
    .btn{
        text-align: center;
        margin-left: 40%;
    }
    .btn #googleapi{
        border: 2px solid #00AAFF;
        border-radius: 31px;
        background-color: #00AAFF;
        color: white;
        padding: 14px 38px;
        box-shadow: 3px 7px 10px -3px #00AAFF;
        font-family: "Avenir", "Avenir Next", "Segoe UI", Helvetica, Arial, sans-serif;
        font-weight: bolder;
    }
    #googleapi:hover{
        box-shadow: 3px 7px 15px -3px #00AAFF;
    }
    
    
    
    .price{
        padding-left:20px;
    }
    
    .subPage   {
        
        height:600px;
        /* width:1000px; */
        
        display:flex;
        flex-direction:row;
        align-items:center;
        justify-content:space-evenly;
    }
    
    #sub1h{
        font-size:30px;
        color:black;
        font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        padding-left: 25px;
        padding-top:10px;
        font-weight: bold;
    
    }
    .sub1 li{
        font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
        font-size:18px;
        padding-top: 10px;
        color:rgb(0, 0, 0);
        font-weight: none;
    }
    .sub1 {
        text-align:left;
        font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        font-size:18px;
        color:#00aaff;
        margin-bottom:50px;
        /* border: 2px solid #087fba; */
        width:400px;
        height:400px;
        border-radius:10%;
        margin-top: 10px;
        /* background-image:linear-gradient(#afecf1,#81eed3); */ 
    }
    .sub1:hover{
        box-shadow:4px 4px 44px rgb(212, 202, 202) ;
    }
    .sub2:hover{
        box-shadow:4px 4px 44px rgb(212, 202, 202) ;
    }
    .sub3:hover{
        box-shadow:4px 4px 44px rgb(212, 202, 202) ;
    }
    #get {
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        text-align: center;
        border: 2px solid #00aaff;
        width: 50%;
        margin-left:90px;
        border-radius: 60px;
        margin-top:40px;
        padding: 18px 15px;
        background-color: white;
        font-size: 16px;
    }
    #get:hover{
        cursor: pointer;
        background-color: #00aaff;
        color:white;
        box-shadow: 4px 4px 44px #00aaff;
    }
    
    .sub2{
        text-align:left;
        font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        font-size:18px;
        color:#00aaff;
        margin-bottom:50px;
        /* border: 2px solid #087fba; */
        width:400px;
        height:400px;
        border-radius:10%;
        margin-top: 10px;
    }
    #sub2h{
        font-size:30px;
        color:black;
        font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        padding-left: 25px;
        font-weight: bold;
        padding-top:10px;
    }
    
    .sub2 li{
        font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
        font-size:18px;
        padding-top: 10px;
        color:rgb(0, 0, 0);
        font-weight: none;
    }
    #get2 {
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        text-align: center;
        border: 2px solid #00aaff;
        width: 50%;
        margin-left:90px;
        border-radius: 60px;
        margin-top:40px;
        padding: 18px 15px;
        background-color: white;
        font-size: 16px;
    }
    #get2:hover{
        cursor: pointer;
        background-color: #00aaff;
        color:white;
        box-shadow: 4px 4px 44px #00aaff;
    }
    .sub3{
        text-align:left;
        font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        color:#00aaff;
        margin-bottom:50px;
        /* border: 2px solid #087fba; */
        width:400px;
        height:400px;
        border-radius:10%;
        margin-top: 10px;
    }
    #sub3h{
        font-size:30px;
        color:black;
        font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        padding-left: 25px;
        font-weight: bold;
        padding-top:10px;
    }
    
    .sub3 li{
        font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
        font-size:18px;
        padding-top: 10px;
        color:rgb(0, 0, 0);
        font-weight: none;
    }
    #get3 {
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        text-align: center;
        border: 2px solid #00aaff;
        width: 50%;
        margin-left:90px;
        border-radius: 60px;
        margin-top:50px;
        padding: 18px 10px;
        background-color: white;
        font-size: 16px;
        color:black;
    }
    #get3:hover{
        cursor: pointer;
        background-color: #00aaff;
        color:white;
        box-shadow: 4px 4px 44px #00aaff;
    }

