/*general*/

.spacer{
  
    height: 2em;
}
.push{
    height:20%;
}




/*poem buttons*/
button{
	background-color:#284B53;
	padding:1%;

}

button:hover {
	background-color: #862D61;
}

.checkButton{

  margin:1%;
}



/*highlight colours*/
.yellow{
	background-color: #EDE145;
}

.green{
	background-color: #2ECE63;
}
.noHighlight{

	background-color: #EDC9E0;
}

/*prompts*/

#prompts, .speechBubble{

	text-align: left;
  
}

#prompts{
	
    background-color: #284B53;
    color:white;
    padding: 4%;
    margin:1%;
}
#feedback{
	
    background-color: #284B53;
    color:white;
    padding: 4%;
    margin:1%;
}
#feedback2{
	
    background-color: #284B53;
    color:white;
    padding: 4%;
    margin:1%;
}
.fb-btns{
	
    background-color: #284B53;
    color:white;
    padding: 4%;
    margin:1%;
	cursor:pointer;
}





input{
	margin:.5%;
	font-family: 'Montserrat', Arial, sans-serif;
	font-size: .9em;
	color: #333;
	border:none;
}

.inputLarge{
  
  width:95%;
  
}
.inputSmall{
  
  width:50%;
  }



#backBtnImg{
	
	display:inline-block;
	width: 34px;
	height: 33px;
	cursor:pointer;
	background: url("../../images/backIcon1.png") no-repeat;
	}

#nextBtnImg{
	display:inline-block;
	width: 34px;
	height: 33px;
	cursor:pointer;
	background: url("../../images/nextIcon1.png") no-repeat;
	}


#statementsBackButton, #statementsNextButton{
font-weight: bold;
color:white;
}


#statementsBackButton{
	float: left;
	cursor:pointer;
}

#statementsNextButton{
	float:right;
	cursor:pointer;
}



/*slideshow*/

.containerP,
.navbar-static-top .containerP,
.navbar-fixed-top .containerP,
.navbar-fixed-bottom .containerP{
  width: 100%;
}


 /* SlidesJS Optional: If you'd like to use this design */

    .slidesQuestion p{
     font-family:'Noto Serif', sans-serif!important;
      margin-top: 2%;
      text-align: center;
      font-size: 1.4em;
      line-height: 1.3em;
      color:#333;
    }

  	#slides p {
       font-family:'Montserrat', sans-serif!important;
    	font-size: .9em;
      line-height: 1.5em;
    }

    img{
      width:100%;
      height:auto;
    }

     .containerP{
      margin: 0 auto;
    }

    #slides {
      cursor: default;
      display: none
    }

    #slides .slidesjs-navigation {
      margin-top:5px;
    }

    a.slidesjs-next,
    a.slidesjs-previous,
    a.slidesjs-play,
    a.slidesjs-stop {
      background-image: url(../images/btns-next-prev.png);
      background-repeat: no-repeat;
      display:block;
      width:12px;
      height:18px;
      overflow: hidden;
      text-indent: -9999px;
      float: left;
      margin-right:5px;
    }

    a.slidesjs-next {
      margin-right:10px;
      background-position: -12px 0;
    }

    a:hover.slidesjs-next {
      background-position: -12px -18px;
    }

    a.slidesjs-previous {
      background-position: 0 0;
    }

    a:hover.slidesjs-previous {
      background-position: 0 -18px;
    }

    a.slidesjs-play {
      width:15px;
      background-position: -25px 0;
    }

    a:hover.slidesjs-play {
      background-position: -25px -18px;
    }

    a.slidesjs-stop {
      width:18px;
      background-position: -41px 0;
    }

    a:hover.slidesjs-stop {
      background-position: -41px -18px;
    }

    .slidesjs-pagination {
      margin: 7px 0 0;
      float: right;
      list-style: none;
    }

    .slidesjs-pagination li {
      float: left;
      margin: 0 1px;
    }

    .slidesjs-pagination li a {
      display: block;
      width: 13px;
      height: 0;
      padding-top: 13px;
      background-image: url(../images/pagination.png);
      background-position: 0 0;
      float: left;
      overflow: hidden;
    }

    .slidesjs-pagination li a.active,
    .slidesjs-pagination li a:hover.active {
      background-position: 0 -13px
    }

    .slidesjs-pagination li a:hover {
      background-position: 0 -26px
    }

    #slides a:link,
    #slides a:visited {
      color: #333
    }

    #slides a:hover,
    #slides a:active {
      color: #9e2020
    }

    .navbar {
      overflow: hidden
    }


  	/*slideshow END*/
  	/*End SlidesJS Optional*/




/*media queries*/

@media only screen and (max-width: 1024px){

	.text {
		max-width:95%;
	}


  
}

@media only screen and (max-width: 768px){

#IntroTitle {
        font-size: 5em;
        margin-top: 2%;
    }
     

   

#subtitle{
	font-size: 1em;
  }


}


@media only screen and (max-width: 560px){

	#IntroTitle {
        font-size: 3.2em;
        margin-top: 2%;
    }
     

   

#subtitle{
	font-size: 1em;
  }

  
	.text {
		text-align: left;
	}

	

}

           