/*
Project: 15-16_18
Activity: 5 - The fall of Jericho
Author: Richy Thomas
Palette: Color: Primary Colour: rgba(23, 190, 187, 1) , Secondary Colour: rgba(240, 166, 202, 1)
*/



/* ......  STEVES CSS  ............ */

img {
    vertical-align: middle;
	text-align: center;
}

.button, input, select, textarea {
    background-color: rgb(88, 82, 61);
    border-color: rgb(88, 82, 61);
    box-shadow: none;
    -webkit-box-shadow: none;
    color: #FFF;
    outline: none;
    text-decoration: none;
	padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
	border-style: solid;
}

.question {
    border: 2px solid #a1a1a1;
    padding: 10px 40px;
    background: #F3F6FC;
    width: 100%;
    border-radius: 20px;
	margin-top: 40px;
	height: 320px;
	overflow-y: scroll;
	font-size: large;
	margin-bottom: 40px;
}

.question_b4 {
    border: 2px solid #a1a1a1;
    padding: 10px 40px;
    background: #F3F6FC;
    width: 100%;
    border-radius: 20px;
	margin-top: 40px;
	height: 320px;
	font-size: large;
	margin-bottom: 40px;
}

.questionContainer {
    border: 2px solid #a1a1a1;
    padding: 10px 50px 10px 40px;
    background: #F3F6FC;
    width: 100%;
    border-radius: 20px;
	margin-top: 40px;
	min-height: 370px;
	font-size: large;
	margin-bottom: 40px;
}

.questionText {
	padding: 10px 40px;
    width: 100%;
    margin-top: 40px;
   font-size: 2.5rem;
   padding:0.5rem;
   margin: 0 .5rem
}

header h1{
    color: white;
    font-family: Arial, sans-serif;
    font-size:1.6rem;
    font-weight:bold;
    margin: 0.75rem 0.2rem 0.2rem 0.2rem;
}

#scroll{
    height:80%;
    background-color:#FFFFFF;
    text-align:left;
    margin:0;
    padding:0.5rem;
}

#printContainer{
    padding:.5em;
    margin: .5rem 2rem;
}

.questionInput{
    background-color:white;
    font-family: Arial, sans-serif;
    font-size: 1.5rem;
    padding:0.5rem;
    margin: 0 1rem;
    border: 1px solid #006400;
    display:inline-block;
    min-height:5rem;
    width:95%;
}

.questionAnswer{
    background-color:#F3F6FC;
    font-size: 1.5rem;
    padding:0.5rem;
    margin:1rem;
    display:inline-block;
    min-height:1.5rem;
    width:95%;
}

.well {
  background: rgba(23, 190, 187, .3);
  border: 1px solid rgba(23, 190, 187, 1);
}

.reveal {
  background-color: rgb(255, 255, 123);
}

/* Tablet */
@media(min-width: 768px){


}

/* Desktop */
@media(min-width:992px){



}

/* Large Desktop */
@media(min-width:1200px){



}


