body {
    font-size: 2em;
    text-align: left;
    overflow:hidden;
}

textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
.input-checkbox {
-webkit-appearance: none;
border-radius: 0;
}

/* **************************** SCREEN : INTRO **************************** */


#dream {
    text-align: left; 
    vertical-align: center;
    width: 100%;
    height: 100% ;
    position:relative;
    z-index: 0;
    background: #FFF;
    margin: 0 auto;
}
#dreamingtext{
    position: absolute;
    top: 45%;
    left: 50%;
    -webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
    width: 80%;
    z-index: 2;
}
#dreamingtitle{
    color:#111;
    text-transform:;
    font-size:3.2em;
    font-weight: 700;
    font-family: 'Montserrat', arial;
}
#dreamingsubtitle{
    font-family:'Quicksand', arial ;
    color:#999999;
    font-weight:200;
    font-size:1.0em;
    margin-top: 30px;
}
#wake {
    cursor:grab;
    cursor:-webkit-grab;
    border: 0px;
    padding:10px 20px;
    clear:none;
    font-family:'Quicksand', arial ;
    font-weight:200;
    font-size:20px !important;
    z-index: 200;
    -webkit-transition: background-color 0.5s, color 0.5s; /* Safari */
    transition: background-color 0.5s, color 0.5s;
    display: block;
    background-color: #ffe28a;
    overflow: hidden;
    text-decoration: none;
    width: 200px;
    color:#333333;
}
#wake:hover
{
 background-color: #E0C61B;
}
.large-header {
    position: relative;
    width: 100%;
    /*background: #333;*/
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    z-index: 0;
    opacity: 1;
}

#large-header {
    /*background-image: url('http://www.marcoguglie.it/Codepen/AnimatedHeaderBg/demo-1/img/demo-1-bg.jpg'); */
    background: white;
}

#demo-canvas {
    z-index: 0;
    background: ;
    position: absolute;
    top: 0;
    left: 0;
}

/* **************************** GENERAL **************************** */

h2 {
    font-family: 'Raleway', Arial;
    font-weight: 900;
    font-size: 2.5em;
    color:#000;
}

h3 {
    font-family: 'Raleway', Arial;
    font-size: 2.0em;
    color:#000;
    font-weight: normal;
}


p {
    font-family: 'Quicksand', Arial;
    font-weight: normal;
    font-size: 1.0em;
    color:#000;
}

@media all and (max-width: 768px) {
    #dreamingtitle {
        font-size: 2.1em;
    }
    #dreamingsubtitle {
        font-size: 1.0em;
    }
    h2 {
        font-size: 1.6em;
    }
    h3 {
        font-size: 1.5em;
    }
   
}

.aitext {
    font-family: Courier, 'VT323', cursive;
    font-weight: 500;    
}



#cleverbotcontent{
    position: absolute; 
    bottom: 0;
    left: 0;
    z-index: 100;
    overflow: auto;
    width: 100%;
    );
}
#cleverbotopacity{
    z-index: 101;
    width: 100%;
    height:100%;
    );
}

.eye:hover {
    cursor:grab;
    cursor:-webkit-grab;
}

canvas { 
    width: 100%;
    height: 100%
}

/* **************************** SCREEN : ABOUT **************************** */

#text_about {
    text-align: center; 
    vertical-align: center;
    color:#000;
    width: 100%;
    height: 100%; 
    position: fixed;
}
#descr_about {
    padding: 300px 50px;
}
#about1 {
    padding: 300px 50px;
}

/* **************************** SCREEN : ESCAPE **************************** */

#text_menu {
    text-align: center; 
    vertical-align: center;
    color:#000;
    width: 100%;
    height: 100%; 
    padding: 200px 0;
    position: fixed;
}

/* **************************** SCREEN : MAIN SCREEN **************************** */

#all {
    width:100%;
    height:100%;
    margin: 0 auto;
    padding:25px;
    position:absolute;
    overflow:hidden;
    vertical-align: middle;
}
#content {
    width:100%;
    height:90%;
    margin: 0 auto;
    padding: 10px 15px;
    position:relative;
}
#iconmenu{
    float: left;
    margin: 10px;
    cursor:pointer;
}
#eyes{
    width:30%;
    height:9%;
    margin: 50px auto;
}
#text {
     width:80%;
     margin:100px auto 0 auto;
}
#cleverbot{
    margin: 0 auto;
    z-index:100;
    position:relative;
    overflow:auto;
    height:250px;
}
#chatbox{
    position: absolute;
    bottom:2%;
    width: 100%;
    margin:0 auto;
    text-align:center;
    background:;
    z-index:200;
}
#input_text {
    background:white;
    border:solid 1px #000;
    width: 60%;
    padding:10px 30px;
    font-family: 'Quicksand', Arial;
    -webkit-appearance: none;
    border-radius: 0;
}
#submit {
    padding: 10px 20px;
    background-color:#000;
    color:#FFF;
    border:solid 1px #000;
    font-family: 'Quicksand', Arial;x
    -webkit-appearance: none;
    border-radius: 0;
    -webkit-transition: background-color 0.5s, color 0.5s; /* Safari */
    transition: background-color 0.5s, color 0.5s;
}
#submit:hover {
    background-color:#333333;
    border:solid 1px #333333;
    font-family: 'Quicksand', Arial;x
    -webkit-appearance: none;
    border-radius: 0;
}
#footer {
    position: absolute;
    bottom: 70px;
    right:0;
    left:0;
    padding-bottom: 20px;
    font-size:14px;
    text-align:center;
    font-family: 'Quicksand', Arial;
}
#iawave {
    width: 400px;
    height: 50px;
    margin:0 auto 30px auto;
}
#sleep {
    padding: 10px 30px;
    background-color:#000;
    color:#FFF;
    border:solid 0px;
    font-family: 'Quicksand', Arial;
    font-size:16px;
    position: absolute;
    top: 0;
    right:40px;
    z-index:1000;
}