/*General*/

html,
body
{
    height: 100%;
    background-color: #F1EAD5 !important;
}

button
{
    font-family: 'Montserrat', Arial, sans-serif;
    border: 0;
    outline: 0;
    outline-width: 0;
    outline-style: none;
    background: none;
    box-shadow: none;
    color: #F1EAD5;
    font-size: 1em;
    background: #309091;
    padding: 1%;
    text-decoration: none;
    cursor: pointer;
}


button:hover {
   background-color: #5BC8C1;
  text-decoration: none;
}

button:disabled {
   background-color: #666;
  text-decoration: none;
}

audio{
   background-color: #309091; 
}


#clueBtn{
    background:url("../images/clueIcon.png")no-repeat;
    width:33px;
    height:34px;
    margin-left: 43.5%;
    cursor:pointer;
}

#showHidePoemBtn{
    margin-top:2%;
    width:100%;
}






#header,
#content,
#footer,
.prompt
{
    display: block;

    width: 100%;
/*TURN OFF FOR EDITOR CHECK TO ENABLE COPY PASTE
*//*    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
*/}

#content
{
    background-color: #F1EAD5;
    position: relative;
    height: 86%;
}
#container
{

    position: relative;
    height: 100%;
    background-color: #F1EAD5;
}


/*HEADER*/


header
{

    height: 9%;

    background-color: #5BC8C1 !important;
}

#header h1,
h2,
h3,
h4
{
    font-family: 'Montserrat', sans-serif;
    

    position: relative;

    display: block;
    float: left;

    color: #fff;
}

#header h1
{
    text-align: center;
    font-size: 1.5em;
    
    background-color: #f00;
}

#header h1:hover
{
    cursor: pointer;

    color: #000;
}

#header h2
{
    font-size: 1.5em;

    text-align: center;
    letter-spacing: .1em

    color: #fff;
}



#header h3
{
    font-size: 1.5em;

    text-align: center;

    color: #000;
    background-color: #fff;
}





#title h3{font-size:1.3em; color: #309091;line-height: 1.2em;padding-top:1.5%;font-weight: bold;}
#title h4{font-size:1.2em; color: #D9EDDC;line-height: 1.2em;padding-top:1.5%;padding-left:.5%;font-weight: normal;}

/*MENU*/
#menu{
    
    padding-top: .6%;
    text-align:right;
    margin-left: 5px;
}

#menu li{
    width:33px;
    height:33px;
    display:inline-block;
    list-style-type: none;
    cursor:pointer;
}



#menu li:hover, #clueBtn:hover {
    background-position: 0px -35px; 
    cursor: pointer;
}


#info{
background: url("../images/infoIcon.png")no-repeat ;

}

.infoImage{
    vertical-align: middle;
}


#home{
background: url("../images/homeIcon.png")no-repeat ;
}

.closeBtn{
background: url("../images/cross.png")no-repeat ;
width: 33px;
  height: 33px;  
  cursor: pointer;
  float: right;
}

.closeBtn:hover{
      background-color: #309091;
  text-decoration: none;
    background-position: 0px -35px;
}

#homeLink{
    display:block;
    height:33px;
    width:33px;
}

/*PEN TOOL menu btn*/

#penTool_btn{
background: url("../images/penIcon.png")no-repeat ;
/*display:none!important;*/
}       

#penTool_btn.active {
    background-position: 0px -35px!important; 
}



#ptClearAll {
    background: url("../images/binIcon.png") no-repeat;
    margin-left: 4px !important;
}

#ptHideShowCanvas {
    background: url("../images/hideIcon.png") no-repeat;
    margin-left: 4px !important;
}

#ptHideShowCanvas:hover {
    background: url("../images/hideIcon.png") 0 -67px no-repeat !important;
    margin-left: 4px !important;
}

/*PEN TOOL menu btn end*/


/*PEN TOOL*/

#penTool_btn ul {
    z-index:9999;
    position:relative; 
    top:100%; 
    right:18%; 
    float:left; 
    background-color: #5BC8C1;
    padding:0px 1px 0px 1px;

}
#penTool_btn ul {visibility:hidden}
#penTool_btn:hover ul {visibility:visible; margin: 0!important;
}
#penTool_btn:hover ul li  {display:inline-block; }
#penTool_btn ul li { 
    list-style:none; 
    width:35px; 
    height:32px; 
    padding:1px;

}

#penTool_btn ul li img {width:32px; height:90%;}
.ico {width:30px; height:30px; border:2px solid #FFF; border-radius:20px; }
.ico:hover { 
    border:3px solid #FFF;
    margin: 0px 0 0 0px;
}

#penBLACK {background-color:black}
#penRED {background-color:red}
#penGREEN {background-color:green}
#penBLUE {background-color:blue}


#penToolCanvas{
   
    position:absolute; 
    
    width:100%; 
    height:100%; 
    display:none;
    z-index:9500;
}

/*PEN TOOL END*/


/*INSTRUCTIONS*/



#instructions{
    position:absolute;
    display:none;
    width:96%;
    left:0;
    background-color:#309091;
    text-align:left;
    margin:0px auto;
    padding:2%;
    
    z-index:100001;
    box-shadow:0px 2px 4px #CCC;
    
    
}

#instructionTitle h1{
    font-family: 'Montserrat', Arial , sans-serif;
    color: #D9EDDC!important;
    font-size: 1.5em!important;
    line-height:1.5em!important;

}
#instructionText p{
    display:block;
    font-family: 'Montserrat', Arial , sans-serif;
    color:#D9EDDC;
    font-size: 1em;
    line-height:1.5em;
    
}
#instructionText h5{
    display:block;
    font-family: 'Montserrat', Arial , sans-serif;
    color:#D9EDDC;
    line-height:1.5em;
    font-size: 1.2em;
    font-weight: bold;  
   
    
}
#subheader{
    display:block;
    font-family: 'Montserrat', Arial , sans-serif;
    color:#D9EDDC;
    font-weight: bold;
    line-height:1.5em;
    
}

/*instructions end*/





/*FOOTER*/

#footer
{
    position: fixed;
    top: 95%;

    height: 5%;

    background-color:  #309091;
    z-index: 10001;
}



#footer-text{
    padding-top: 5px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    margin-bottom:0px;
    color:#5BC8C1;
}

/*#footer_nav
{
    float: right;

    height: 100%;
    margin-top: .3em;
}
#footer_nav a
{
    text-decoration: none;

    color: #000;
}

#footer_nav ul li
{
    position: relative;

    display: inline-block;

    width: 32px;
    height: 33px;
    padding: 0 .5em;

    list-style: none;

    background-repeat: no-repeat;
    background-position: 0 0;
}
#footer_nav ul li:hover
{
    cursor: pointer;

    background-position: 0 -35px;
}

#footer_nav li a
{
    display: block;

    width: 100%;
    height: 100%;
    margin: 0;
}*/



/*PROMPTS*/

#promptholder
{
    cursor: move;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.5em;

    position: absolute;
    z-index: 50;
    top: 20%;
    left: 50%;

    display: none;

    padding: 1em 2em 0.5em 1em;

    -webkit-border-radius: 7px;
       -moz-border-radius: 7px;
            border-radius: 7px;
    background-color: #FFF;
    border: 3px solid #309091;

    z-index: 10000;
}

.prompt
{
    display: none;
}

#promptNumber
{
    display: inline-block;
    text-align: center;
    width: 100%;
}

.promptNumberItem
{
    display: inline-block;
    border-radius: 50%;

    width: 10px;
    height: 10px;
    margin: 0 10px;

    background-color: #309091;
    cursor: pointer;
z-index: 5000;
}

.promptNumberItem.focus
{
    width: 15px;
    height: 15px;

    background-color: #FF6E42;
}

#promptClose_btn
{
    position: absolute;
right: 12px;

    width: 33px;
    height: 34px;

    border: 0;
    outline: 0;
    outline-width: 0;
    outline-style: none;
    background-color: #fff;
    background-image: url('../images/cross.png');
    background-position: 0 0;
    background-repeat: no-repeat;
}

#promptClose_btn:hover {
    background-position: 0 -35px;
}

#promptLeft_btn
{
    left: 2%;
    width: 32px;
    height: 33px;

    background-image: url('../images/backIcon1.png');
}

#promptRight_btn
{
    right: 2%;
    width: 33px;
    height: 33px;

    background-image: url('../images/nextIcon1.png');
}

#promptholder button
{
    cursor: pointer;
}
.prompt button:hover
{
    cursor: pointer;

    background-position: 0 -35px;
}

/*POEM*/


#task
{
    font-family: 'Montserrat', Arial ,sans-serif;
    font-size: 1.1em;

    color: #fff;
    background-color: #000;
}

#poem
{
    font-family: 'Montserrat', Arial , sans-serif;
    font-size: 1.2em;
    line-height: 1.7em;

    color: #226762;
}

#poem p
{
    margin-bottom: 1em;
  
}

.line
{
    width: 100%;
    margin-left: 0;
    padding: 0;

    text-align: center;
}

.poem input[type='text']
{
    font-family: 'Montserrat', Arial , sans-serif;
    font-size: 1.2em;

    width: 6em;

    color: #000;
    border: none;
    border-bottom: .1em dotted #000;
    background-color: #666;
}

.poemTitle, .poemAuthor{
    font-family: 'Montserrat', Arial , sans-serif;
    font-weight: bold;
    color: #226762;

}
.push{

    height: 3em;
}

.quote{
    line-height: 1em;
   font-style: italic;
   margin-bottom: 0 !important;   
}

 .authorQuote{
                /*font-family: "Times New Roman", Georgia, Serif!important;*/

                text-align: left;
  margin-left: 18em;
               font-style: italic;
                
            }


/*ACTIVITY*/
#activity
{
    font-family: 'Montserrat', Arial , sans-serif;
    font-size: 1.2em;
    line-height: 1.7em;
}



@media only screen and (max-width: 1024px)
{
    #title, #menu{
       
        background-color: #5BC8C1 !important;
    }


    header{
   
       height:14%;
    }

    
   
}

@media only screen and (max-width: 768px)
{

    #title, #menu {
        width:98%;
        background-color: #5BC8C1 !important;
      }
       
    
    /*header and content must add up to 95*/
    header{
   
       height:15%;
    }
        #content{

       height:80%;
    }



    #title{

         margin-top: 0;
         margin-bottom: 0;
    }

    
    
    #menu{
        width:98%;
        text-align: left;
        padding-left: 2%;
        padding-top:2%;
        padding-bottom:2%;
        margin-bottom: 0;
        margin-left: 0;
    }
    .fullpoem{
        width: 100% !important;
        padding-top: 260px;
    }
    #poemExtras{
        width: 100%;
        position: absolute;
        height: 120px;
        /* float: left; */
    }
    #poemExtras .activityImage{
        margin: auto;
        display: block;
    }
    
}


@media only screen and (max-width: 560px)
{

   #title,  #menu{

        background-color: #5BC8C1 !important;
    }
    /*header and content must add up to 95*/
    header{

       height:15%;
    }
    #content{

       height:80%;
    }

     #title h4{
        padding-left: 0;
    }

    #poem{
        margin-left: 2%;
          margin-right: 2%
    }
}
@media only print{

    #poem, #activity{
        width: 97%;
        float: left;
        display: block;
        
    }

    #activity{
position: relative !important;
  top: auto !important;
  right: auto !important;
    }

    header, footer, button {
        display: none;
    }

}
