/*General*/

/*general*/
.CSSTableGenerator {
    margin:0px;padding:0px;
    width:100%;
    border:1px solid #000000;
    
    -moz-border-radius-bottomleft:0px;
    -webkit-border-bottom-left-radius:0px;
    border-bottom-left-radius:0px;
    
    -moz-border-radius-bottomright:0px;
    -webkit-border-bottom-right-radius:0px;
    border-bottom-right-radius:0px;
    
    -moz-border-radius-topright:0px;
    -webkit-border-top-right-radius:0px;
    border-top-right-radius:0px;
    
    -moz-border-radius-topleft:0px;
    -webkit-border-top-left-radius:0px;
    border-top-left-radius:0px;
}.CSSTableGenerator table{
    border-collapse: collapse;
        border-spacing: 0;
    width:100%;
    height:100%;
    margin:0px;padding:0px;
}.CSSTableGenerator tr:last-child td:last-child {
    -moz-border-radius-bottomright:0px;
    -webkit-border-bottom-right-radius:0px;
    border-bottom-right-radius:0px;
}
.CSSTableGenerator table tr:first-child td:first-child {
    -moz-border-radius-topleft:0px;
    -webkit-border-top-left-radius:0px;
    border-top-left-radius:0px;
}
.CSSTableGenerator table tr:first-child td:last-child {
    -moz-border-radius-topright:0px;
    -webkit-border-top-right-radius:0px;
    border-top-right-radius:0px;
}.CSSTableGenerator tr:last-child td:first-child{
    -moz-border-radius-bottomleft:0px;
    -webkit-border-bottom-left-radius:0px;
    border-bottom-left-radius:0px;
}.CSSTableGenerator tr:hover td{
    background-color:#ffffff;
        

}
.CSSTableGenerator td{
    vertical-align:middle;
    
    background-color:#ffffff;

    border:1px solid #000000;
    border-width:0px 1px 1px 0px;
    text-align:left;
    padding:1%;
    font-size:1em;
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight:normal;
    color:#000000;
}.CSSTableGenerator tr:last-child td{
    border-width:0px 1px 0px 0px;
}.CSSTableGenerator tr td:last-child{
    border-width:0px 0px 1px 0px;
}.CSSTableGenerator tr:last-child td:last-child{
    border-width:0px 0px 0px 0px;
}
.CSSTableGenerator tr:first-child td{
        background:-o-linear-gradient(bottom, #4bb5c1 5%, #4bb5c1 100%);    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #4bb5c1), color-stop(1, #4bb5c1) );
    background:-moz-linear-gradient( center top, #4bb5c1 5%, #4bb5c1 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#4bb5c1", endColorstr="#4bb5c1");  background: -o-linear-gradient(top,#4bb5c1,4bb5c1);

    background-color:#4bb5c1;
    border:0px solid #000000;
    text-align:center;
    border-width:0px 0px 1px 1px;
    font-size:14px;
    font-family:Arial;
    font-weight:bold;
    color:#ffffff;
}
.CSSTableGenerator tr:first-child:hover td{
    background:-o-linear-gradient(bottom, #4bb5c1 5%, #4bb5c1 100%);    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #4bb5c1), color-stop(1, #4bb5c1) );
    background:-moz-linear-gradient( center top, #4bb5c1 5%, #4bb5c1 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#4bb5c1", endColorstr="#4bb5c1");  background: -o-linear-gradient(top,#4bb5c1,4bb5c1);

    background-color:#4bb5c1;
}
.CSSTableGenerator tr:first-child td:first-child{
    border-width:0px 0px 1px 0px;
}
.CSSTableGenerator tr:first-child td:last-child{
    border-width:0px 0px 1px 1px;
}

.col1{
    width:25%
}
.col2{
    width:50%
}
.col3{
    width:25%
}


/************* Sort Statments **************/


/*****************************************/


.drop {

	margin: 10px auto;

	
}
.drop.rectangle{
	height: 30px;
	width: 121px;
	
}
.drop.square-large{
	height: 121px;
	width: 121px;
}
.drop.square-small{
	height: 71px;
	width: 71px;
	margin-left: 5px;
	margin-right: 5px;
	float:left;

}
.drop.square-small:first-child { 
		margin-left: 0px;
}
.drop.square-small:last-child { 
		margin-right: 0px;
}




#buttonHolder {
	text-align:center;
}

#content li {
	background-color: #7FC6BC;
	font-family: 'Montserrat', sans-serif;
	color: #FFF;

	width:100%;
	text-align:center;
	font-size: 1.1em;
	cursor:pointer;
	margin: 1% 0;
	padding-bottom:1% ;
	padding-top:1% ;
	display:inline-block;

	}

.dragarea {
	text-align:center;
	min-height: 20em;
	}
	
.dragarea h4 {
	text-align: center;
	}

html,
body
{
    height: 100%;
    background-color: #EDF7F2 !important;
}

button
{
    font-family: 'Montserrat', Arial, sans-serif;
    border: 0;
    outline: 0;
    outline-width: 0;
    outline-style: none;
    background: none;
    box-shadow: none;
    color: #fff;
    font-size: 1em;
    background: #333;
    padding: 1%;
    text-decoration: none!important;
    list-style: none!important;
    cursor: pointer;
	max-width:10px;
}


button:hover {
   
  text-decoration: none;
}

button:disabled {
   background-color: #666;
  text-decoration: none;
}


p{
font-family: 'Montserrat', Arial, sans-serif;

}

img{

max-width: 100%;
    height: auto;
    
}

#clueBtn{
    background:url("../images/clueIcon.png")no-repeat;
    width:33px;
    height:34px;
    margin-left: 43.5%;
    cursor:pointer;
}

#showHidePoemBtn{
    margin-top:2%;
    margin-left:30%;
}

/*nav buttons*/

#navButtons{
    width:100%;
    display:inline-block!important;
    
}

#navButtonLeft, #navButtonRight{
    width:100%;
    display:inline-block!important;
    
    margin:.5%;
}

#navButtonLeft{
 text-align: left;

}

#navButtonRight{
  text-align: right;
 
}

#navButtons a, #navButtonLeft a, #navButtonRight a {
    display:inline-block!important;
}


#nextButton{
    background: url("../images/nextIcon.png")no-repeat ;
    height:33px;
    width:33px;
    cursor:pointer;
    margin: 1%;
}

#backButton{
    background: url("../images/backToIcon.png")no-repeat ;
    height:33px;
    width:33px;
    cursor:pointer;
   margin: 1%;
}


#nextButton:hover, #backButton:hover {
    background-position: 0px -35px; 
    cursor: pointer;
}





#header,
#content,
#footer,
.prompt
{
    display: block;

    width: 100%;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

#content
{
    background-color: #EDF7F2;
    position: relative;
    height: 87%;
}
#container
{

    position: relative;
    height: 100%;
   
}


/*HEADER*/
#heartImg{
    display:inline-block;
    width:40px;
    height: 15px;
    margin-top:0.9%;
   background:url("../images/heart.png") no-repeat ;
}

header
{

    height: 10%;
    background-color: #4BB5C1 !important;
}

#header h1,
h2,
h3,
h4
{
    font-family: 'Montserrat', sans-serif;
    

    position: relative;

    display: block;
    float: left;
text-align:center;
    color: #4BB5C1;
}

#header h1
{
    text-align: center;
    font-size: 1.5em;
    
    background-color: #D98CC2;
}

#header h1:hover
{
    cursor: pointer;

    color: #000;
}

#header h2
{
    font-size: 1.5em;

    text-align: center;
    letter-spacing: .1em;

    color: #D98CC2;
}



#header h3
{
    font-size: 1.5em;
    text-align: center;
    color: #000;
    background-color: #D98CC2;
}





#title h3{font-size:1.3em; color: #FFF;line-height: 1.2em;padding-top:1.5%;font-weight: bold;}
#title h4{font-size:1.2em; color: #FFF;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, #closeBtn{
    width:33px;
    height:33px;
    display:inline-block;
    list-style-type: none;
    cursor:pointer;
}


#menu li:hover, #clueBtn:hover, #closeBtn {
    background-position: 0px -35px; 
    cursor: pointer;
}


#info{
background: url("../images/infoIcon.png")no-repeat ;

}

#print{
background: url("../images/printIcon.png")no-repeat ;

}
#home{
background: url("../images/homeIcon.png")no-repeat ;
}

#download{
    background: url("../images/downloadIcon.png")no-repeat ;

}

#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: #4BB5C1;
    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:#284B53;
    text-align:left;
    margin:0px auto;
    padding:2%;
    z-index:100001;
     -webkit-box-shadow: 0 10px 20px -10px black;
     -moz-box-shadow: 0 10px 20px -10px black;
          box-shadow: 0 10px 20px -10px black;
    
    
}
#closeBtn{
    margin-right:1.5%;
    float:right;
    background: url("../images/cross.png")no-repeat ;
}

#instructionTitle h1{
    font-family: 'Montserrat', Arial , sans-serif;
    color: #fff!important;
    font-size: 1.5em!important;
    line-height:1.5em!important;

}
#instructionText p{
    display:block;
    font-family: 'Montserrat', Arial , sans-serif;
    color:#fff;
    font-size: 1.3em;
    line-height:1.6em;
    
}
#subheader{
    display:block;
    font-family: 'Montserrat', Arial , sans-serif;
    color:#fff;
    font-weight: bold;
    line-height:1.5em;
    
}

/*instructions end*/

/*speechBubbles*/

.speechBubble p{
    font-size: 1.1em;
    line-height: 2em;
    color:#333;
    padding:2%;
}

.speechBubble{
    background-color: #D699C0;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
    z-index: 50;
    padding: .2em;
    margin-bottom: 2em!important;
        position: relative;
        border: 1px solid #fff;

}

.speechBubble:after {
    top: 100%;
    left: 75%;

    border: solid transparent;
    content: " ";
    
    position: absolute;
    pointer-events: none;
    border-color: rgba(173, 219, 242, 0);
    border-top-color: #D699C0;
    border-width: 30px 0px 0 50px;
    margin-left: -30px;

}

.speechBubble:after {
    border-color: rgba(173, 219, 242, 0);
    border-top-color: #D699C0;
    border-width: 31px 0px 0 51px;
    margin-left: -30px;
  
}
.speechBubble:before {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #D699C0;
    border-width: 31px 0px 0 51px;
    margin-left: -31px;
    
}

/*FOOTER*/

#footer
{
    position: fixed;
    top: 95%;
    height: 5%;
    background-color:  #4BB5C1;
}

#footer-text{
    padding-top: 5px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    margin-bottom:0px;
    color:#FFF;
}

/*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: #333;
}

#poem p
{
    margin-bottom: 1em;
   font-family:'Noto Serif', sans-serif!important;

}

.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: #333;
}

.poemTitle, .poemAuthor{
    font-family:'Noto Serif', sans-serif!important;
    font-weight: bold;
    color: #333;

}

.poemAuthor{

    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)
{
   


   
}

@media only screen and (max-width: 768px)
{

  
    #heartImg{height:30px;}
    
    #menu{
       
     
     padding-right: 2%;
    }

    
}

@media only screen and (max-width: 560px)
{


    #heartImg {
        height:30px;width:100%;display: block; 
    }
   

    header{

       height:22%;
    }

     #menu{
       
    text-align: left;
    padding-left: 2%!important;
    }

   
    #poem{
        margin-left: 2%;
        margin-right: 2%
    }

    .speechBubble{
        width:94%!important;
        margin:2% !important;
        margin-bottom: 2em!important;
       
    }

    #footer{display:none;}
}
@media print
{    
    .no-print, .no-print *
    {
        display: none !important;
    }
}