@charset "UTF-8";
/* CSS Document for Hearty Boys 'Hebrews Quiz' */
body {
 font-family: Tahoma;
 font-size: 14px;
 color: #000;
 text-align: left;
 margin: 10px 10px 20px 20px;
 padding: 0;
 background-color: #f6f6f6;
}
#quizWrapper {
 margin: 0 auto;
 overflow: hidden;
 max-width: 980px;
}
#quizWrapper input[type=submit] {
 color: #fff;
 font-size: 18px;
 width: 180px;
 height: 40px;
 border: none;
 margin: 6px 2px 0 2px;
 padding: 0;
 max-width: 100% !important;
 border-radius: 8px;
 box-shadow: 0px 0px 10px rgba(0, 0, 0, .65);
 background: #363538 url(image) 0 0 no-repeat;
}
#photoBox {
 margin: 0 auto;
 overflow: hidden;
}
#photoBox img.scalable, img.scalable {
 height: auto !important;
 width: auto !important;
 max-width: 100%;
}
#greetings h1 {
 font-size: 1.78em;
 text-align: center;
 margin: 0 0 12px 0;
}
#greetings h2 {
 font-size: 23px;
 text-align: center;
 margin: 0 0 6px 0;
}
#greetings h4 {
 font-size: 18px;
 margin: 8px 0 10px 0;
}
form {
 width: auto;
	font-size: 1.17em;
 padding: 20px 20px 20px 20px;
 margin: 0 26px 0 26px;
 border-top: 6px solid #c4f1fb;
 border-right: 6px solid #8be3f7;
 border-bottom: 6px solid #8be3f7;
 border-left: 6px solid #c4f1fb;
	border-radius: 10px;
	box-shadow: 2px 2px 8px rgba(0, 0, 0, .65);
 background-color: #b1ecfa;
}
hr {
 border: 0;
 margin: 10px 30px;
 height: 2px;
 color: #0fc3f0;
 background-color: #0fc3f0;
}
.imwrap {
 width: 100%;
 max-width: 750px; /*edit to suit if needed*/
 display: table;
 margin: 0 auto;
 border-spacing: 5px; /* optional - use if using border-collapse:separate; and adjust 5px to suit */
}
.max700 {
 max-width: 700px !important;
}
.max650 {
 max-width: 650px !important;
}
.max600 {
 max-width: 600px !important;
}
.max550 {
 max-width: 550px !important;
}
.max500 {
 max-width: 500px !important;
}
.max450 {
 max-width: 450px !important;
}
.max400 {
 max-width: 400px !important;
}
.max350 {
 max-width: 350px !important;
}
.im {
 vertical-align: middle;
 display: table-cell;
 text-align: center;
}
.im img {
 width: auto;
 height: auto;
 max-width: 100% !important;
 border-radius: 8px;
 box-shadow: 0px 0px 10px rgba(0, 0, 0, .65);
}
label {
 margin-left: 10px;
}
li {
 margin-top: 10px;
}
.centered {
 text-align: center;
}
.right {
 float: right;
 display: inline; /* Always add "display:inline" to any floated item. */
 margin: 0;
 padding: 2px 10px 10px 10px;
}
.underlined {
 text-decoration: underline;
}
span.serifFont {
 font-family: Constantia, 'Lucida Bright', 'DejaVu Serif', Georgia, 'serif';
 font-size: 1.23em;
 font-weight: bold;
 color: #5c0d20;
 padding: 0px;
 line-height: 1.57em;
 text-shadow: 1px 1px 3px #004D66;
}
#photoBox {
 width: auto;
 text-align: center;
 margin: 0 auto;
 padding: 0;
}
#return {
 text-align: center;
 margin-bottom: 20px;
}
#footer {
 font-size: 0.7em;
 color: #005CB8;
 padding-top: 16px;
 padding-bottom: 16px;
 text-align: center;
 clear: both;
}
/* MEDIA QUERIES BELOW............. In descending order of max-width values */
@media only screen and (min-width: 0px) and (max-width: 700px) {
body {
 font-size: 13px;
	margin: 9px;
	}
 #greetings h1 {
  font-size: 1.26em;
 }
#greetings h2 {
  font-size: 1.10em;
 }
 #greetings h4 {
  font-size: 14px;
 }
span.serifFont {
 font-size: 1.12em;
 text-shadow: 1px 1px 2px #004D66;
}
 img.scalable {
  margin: 0;
 }
.im, .imwrap {
 display: block;
 width: auto;
 border: none;
 }
.im img {
 width: auto !important;
 border: 1px solid #a80508;
 padding: 2px;
 box-sizing: border-box;
}
#footer {
 font-size: 0.68em;
}
img.img_footer {
	height: auto;
	width: 20px !important;
	padding: 4px 0 0 0;
}
}
