





html {
  margin: 0;
  padding: 0;
  border: none;
  /*
  font-family: 'Chakra Petch', sans-serif;
  
  font-family: 'Roboto', sans-serif;
  */
  
  font-family: Arial, sans-serif;
}



h1 {
    text-align: center;
    font-size: 32.0px;
    line-height: 20px;
    color: #45000a
}

p {
  margin-top: 1em ;
  margin-bottom: 1em ;
}

input[type='text'],
input[type='number'],
textarea {
    font-size: 16px;
}


.clearButton {
    background: #d52d2b;
    float: right;
}

.copyButton {
    background: #1e7b1e;
    float: right;
}


.clearButton, .copyButton {
    color: #fff !important;
    text-transform: uppercase;
    text-decoration: none;
    padding: 20px;
    margin: 5px 0px 0 5px;
    
    display: inline;
    border-radius: 5px;
    border: none;
    transition: all 0.4s ease 0s;
}

.clearButton:hover, .copyButton:hover, .tweetButton:hover {
    background: #434343;
    -webkit-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
    -moz-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
    box-shadow: 5px 40px -10px rgba(0,0,0,0.57);
    transition: all 0.4s ease 0s;
}

#userWord {
    line-height: 20px;
}

#text {
    width: 75%;
    margin: 0 auto;
}

#goRight{
    float: right;
}

.parent {
    display: grid;
    grid-template-columns: 250px repeat(2, 1fr) 300px;
    grid-template-rows: 60px 40px 60px 60px repeat(6, 41px)  ;
    grid-column-gap: 10px;
    grid-row-gap: 5px;
    padding: 10px;
    max-width: 1200px;
    margin: auto;
}

#sidebar {
    grid-area: 1 / 4 / 13 / 5;
}

#div12{
    grid-area: 1 / 1 / 5 / 2;
    margin: -10px 0 0 0;

}

#div2, #div3, #div4, #div5, #div6, #div7, #div8, #div9, #div20, #div21 {
    line-height: 35px;
    padding: 5px;
}

#div1 { grid-area: 1 / 2 / 2 / 4; 
    text-align: center;
    
}
#div2 { grid-area: 2 / 2 / 3 / 3; 
    text-align: center;
    font-size: 20px;
    color: white;
    line-height: 45px;
    background-color:  #e60023;
    margin-bottom: -10px;


}
#div3 { grid-area: 2 / 3 / 3 / 4; 
    color: white;
    text-align: center;
    font-size: 20px;
    line-height: 45px;
    background-color:  #e60023;    
    margin-bottom: -10px;
}
#div4 { grid-area: 3 / 2 / 4 / 3; 
    text-align: center;
    border: 1px solid #e60023;
    font-size: 32px;
    line-height: 55px;
    background-color: #fff;

}
#div5 { grid-area: 3 / 3 / 4 / 4; 
    text-align: center;
    border: 1px solid #e60023;
    font-size: 34px;
    line-height: 55px;
    background-color: #fff;
}

#div6 { grid-area: 5 / 1 / 6 / 2; 
    border: 1px solid #e60023;
    font-size: 20px;
    line-height: 26px;
    background-color: #fff;
    border-radius: 10px;
}
#div20 { grid-area: 10 / 1 / 11 / 2; 
    border: 1px solid #e60023;
    font-size: 20px;
    line-height: 16px;
    background-color: #fff;
    border-radius: 10px;
}


#div21 { grid-area: 6 / 1 / 7 / 2; 
    border: 1px solid #e60023;
    font-size: 20px;
    line-height: 26px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color:  #fff;
    border-radius: 10px;

}
#div7 { grid-area: 7 / 1 / 8 / 2; 
    border: 1px solid #e60023;
    font-size: 20px;
    line-height: 26px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #fff;
    border-radius: 10px;
}



#div8 { grid-area: 8 / 1 / 9 / 2; 
    border: 1px solid #e60023;    
    font-size: 20px;
    line-height: 26px;
    background-color: #fff;
    border-radius: 10px;
}
#div9 { grid-area: 9 / 1 / 10 / 2; 
    border: 1px solid #e60023;
    font-size: 20px;
    line-height: 26px;
    background-color: #fff;
    border-radius: 10px;
}



#div13 { grid-area: 11 / 1 / 12 / 4; 
}

#div22 {
    grid-area: 12 / 1 / 13 / 4;
    font-size: 18px;
    line-height : 1.6;
}


#div10 { grid-area: 4 / 2 / 9 / 4; 
}

#div11 { grid-area: 1 / 4 / 9 / 5; 
}





textarea {
    box-sizing: border-box;
    border: 5px solid #ccc;
    padding: 5px 5px;
    border-radius: 15px;
    height: 335px;
    width: 100%;
    outline: none;
    white-space:initial;
}



textarea:focus {
    border: 5px solid #e60023;
    -webkit-box-shadow: 0 8px 6px -6px #999;
    -moz-box-shadow: 0 8px 6px -6px #999;
    box-shadow: 0 8px 6px -6px #999;
}






  
  
  
  .textAreaBox {
    grid-area: 1/2/10/4;
  }
 
  
  input {
    width: 95%;
  }


  @media only screen and (max-width: 1150px) {
      .hide {
        display: none;
    }
  }
 
  
  @media only screen and (max-width: 992px) {
      
     #sidebar {
        grid-area: 1 / 3 / 13 / 4;
    }
      
      #div12{
          display: none;
      }
      
      h1 {
        text-align: center;
        font-size: 34px;
        line-height: 20px;
    }
      
      .parent {
        display: grid;
        grid-template-columns: repeat(2, 1fr) 300px;
        grid-template-rows: 60px 30px 50px 1fr 60px repeat(3, 50px);
        grid-column-gap: 10px;
        grid-row-gap: 10px;
       }

#div1 { grid-area: 1 / 1 / 2 / 3; }
#div2 { grid-area: 2 / 1 / 3 / 2; 
    line-height: 30px;
}
#div3 { grid-area: 2 / 2 / 3 / 3; 
    line-height: 30px;
}
#div4 { grid-area: 3 / 1 / 4 / 2; 
    line-height: 40px;
}
#div5 { grid-area: 3 / 2 / 4 / 3; 
    line-height: 40px;
}



#div6 { grid-area: 6 / 1 / 7 / 2; 
    line-height: 40px;
    font-size: 18px;
}
#div7 { grid-area: 6 / 2 / 7 / 3; 
    line-height: 40px;
    font-size: 18px;
}
#div8 { grid-area: 7 / 1 / 8 / 2; 
    line-height: 40px;
    font-size: 18px;
}
#div9 { grid-area: 7 / 2 / 8 / 3; 
    line-height: 40px;
    font-size: 18px;
}

#div20 { grid-area: 8 / 1 / 9 / 2; 
    line-height: 20px;
    font-size: 18px;
}
#div21 { grid-area: 8 / 2 / 9 / 3; 
   line-height: 40px;
   font-size: 18px;
}


#div22 { grid-area: 9 / 1 / 10 / 3;
    
}



#div13 { grid-area: 5 / 1 / 6 / 3; 
}



#div10 { grid-area: 4 / 1 / 5 / 3; }
#div11 { grid-area: 1 / 3 / 7 / 4; }


       
        
      
      
       
        
          
      
      
      
       
    
  

} 

@media only screen and (max-width: 900px) {
    
    #div6, #div7, #div8, #div9, #div20, #div21 {
        font-size: 16px;
    }
    
}


@media only screen and (max-width: 768px) {
    
    h1 {
        font-size: 38px;
    }
    
    #div6, #div7, #div8, #div9, #div20, #div21 {
        font-size: 20px;
    }
    
    #sidebar {
        display: none;
    }
    
    
    .hide {
        display: none;
    }
    
    
    #div4, #div5{
        font-size: 30px;
    }
    
    
    .parent {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: 60px 30px 50px 1fr 60px repeat(2, 50px);
        grid-column-gap: 8px;
        grid-row-gap: 8px;
    }
        
    
    #div11{
        display: none;
    }
    
    

   
    
    
    
    
    #text {
    width: 100%;
    }
    
   

  


  .textAreaBox {
    grid-area: 1/1/3/3;
  }
  


    
}

<!--

@media only screen and (max-width: 584px) {

        h1 {
        font-size: 32px;
        line-height: 16px;
    }
    
}


-->


@media only screen and (max-width: 550px) {
    
   
    #div6, #div7, #div8, #div9, #div20, #div21 {
        font-size: 20px;
    }
    
    .parent {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: 60px 30px 50px 1fr 60px repeat(4, 50px);
        grid-column-gap: 4px;
        grid-row-gap: 4px;
    }
        
        #div1 { grid-area: 1 / 1 / 2 / 3; }
        #div2 { grid-area: 2 / 1 / 3 / 2; 
            line-height: 25px;
        }
        #div3 { grid-area: 2 / 2 / 3 / 3; 
            line-height: 25px;
        }
        #div4 { grid-area: 3 / 1 / 4 / 2; 
            font-size: 20px;
            line-height: 40px;
        }
        #div5 { grid-area: 3 / 2 / 4 / 3; 
            font-size: 20px;
            line-height: 40px;
        }
        #div6 { grid-area: 6 / 1 / 7 / 3; }
        #div7 { grid-area: 7 / 1 / 8 / 3; }
        #div8 { grid-area: 8 / 1 / 9 / 3; }
        #div9 { grid-area: 9 / 1 / 10 / 3; }
       
    
        #div20 { grid-area: 10 / 1 / 11 / 3;}
        #div21 { grid-area: 11 / 1 / 12 / 3;}
        
        #div22 { grid-area: 12 / 1 / 13 / 3;
    
}
        
    
         #div10 { grid-area: 4 / 1 / 5 / 3; }
    
    

    textarea {
    height: 300px;
    }
    

}

@media only screen and (max-width: 480px) {
    
    h1 {
        text-align: center;
        font-size: 20px;
        line-height: 18px;
    }
}

/* Snack Bar Notification  */


#snackbar, #snackbarFail{
  visibility: hidden;
  min-width: 250px;
  margin-left: -125px;
  background-color: #5cb85c;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 16px;
  position: fixed;
  z-index: 1;
  left: 50%;
  bottom: 30px;
  font-size: 17px;
}

#snackbarFail{
    background-color: #d9534f;
}

#snackbar.show, #snackbarFail.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
  from {bottom: 0; opacity: 0;} 
  to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
  from {bottom: 30px; opacity: 1;} 
  to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}
  
  
  
  

    

    
    











