@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'BebasNeueRegular';
    src: url('fonts/BebasNeue-webfont.eot');
    src: url('fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/BebasNeue-webfont.woff') format('woff'),
         url('fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}


@charset "utf-8";
/* CSS Document */

/* CSS reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
	
}
html,body {
	margin:0;
	padding:0;
}

html { 
  background: url(../images/bookScrawl.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.container {
	position: relative;
	text-align: center;
}
.clr{
	clear: both;
}



/* Header Style */
.codrops-top{
	font-family: Arial, sans-serif;
	line-height: 24px;
	font-size: 11px;
	width: 100%;
	background: #000;
	opacity: 0.9;
	text-transform: uppercase;
	z-index: 9999;
	position: relative;
	-moz-box-shadow: 1px 0px 2px #000;
	-webkit-box-shadow: 1px 0px 2px #000;
	box-shadow: 1px 0px 2px #000;
	position:fixed;
	top:0px;
}
.codrops-top a{
	padding: 0px 10px;
	letter-spacing: 1px;
	color: #ddd;
	display: block;
	text-align: center;
	text-decoration:none;
}
.codrops-top a:hover{
	color: #fff;
}
.codrops-top span.right{
	float: right;
}
.codrops-top span.right a{
	float: none;
	display: inline;
}
/* START MENU BAR */
#menu ul
{
margin: 30px 0 0 0;
padding: 10px 0 0 0;
list-style-type: none;
text-align: center;
font-family: 'Scope One', serif;
font-weight:400;
font-size: 20px;
line-height:40px;
}

#menu ul li { display: inline; }

#menu ul li a
{
text-decoration: none;
padding: .2em 1em;
color: #fff;
background-color:#C7290E;
}

#menu ul li a:hover
{
color: #fff;
background-color:#8A1706;
}

/* END MENU BAR */

/* START SECONDARY NAV BAR */
#secondNav {
	clear: both;
	width: 100%;
	height: 34px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	/* background-color:#CCCCCC;
	display: block; */
}

#left
{
	width:40%;
	float:left;
	margin-left:7%;
}

#right
{
	width:40%;
	float:right;
	margin-right:7%;
}

#about
{
	width: 475px;
	height: auto;
	background-color:rgba(255, 255, 255,0.65);
	padding: 20px;
	margin-top: 15px;
}

#about p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	padding: 8px 15px;
	font-weight:500;
	text-align:left;
}

.headliner
{
	
	font-size: 30px;
	color:#333333;
	text-indent: 10px;
	font-family: 'Questrial', sans-serif;
	color:#433110;
}

/* SIGN UP FORM */
input[type=text] {
    width: 90%;
    padding: 12px 20px;
    margin: 0px 5px 8px 0px;
    box-sizing: border-box;
	
}

input[type=text]:focus {
    border: 1px solid #900;
}

.submitButton {
    background-color:#433110;
    border: 1px solid #000000;
	border-radius: 10px;
    color: white;
    padding: 16px 32px;
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
	font-family: 'Questrial', sans-serif;
	font-weight: bold;
	font-size: 18x;
}

.submitButton:hover
{
	 background-color:#B13725;
    color:#000;
}

#formBox

{
	background-color:#87B3D6;
	font-family: 'Questrial', sans-serif;
}

#formBox p, h2
{
	margin-left: 15px;
}

.smallRed
{
	font-size:14px;
	text-align:left;
	color:#900;	
}

.red{color:#900;}

#masterContainer
{
	max-width:100%;	
}

@media screen and (max-width: 1075px) and (min-width: 851px) {
	#left: {max-width:60%;}
	#about {max-width:100%;}
	#right {max-width: 40%;}
	#right img {resize:both; max-width: 100%; height:auto;}
	textarea {max-width: 100%;}
}

@media screen and (max-width: 850px) and (min-width: 601px) {
	#about {max-width:100%; height:auto;}
	#about p {font-size:16px;}
	#right img {max-width: 100%; height: auto;}
	textarea {max-width: 100%;}
}

@media screen and (max-width: 600px) {
	#left {width:100%; margin:0;}
	#about {width:93%; margin:5px 1%;}
	#about p {font-size:16px;}
	#right {width:100%;}
	#right img {max-width:100%; height:auto; margin:0 8%;}
	
	#menu ul {margin-top:50px;}
	textarea {max-width: 100%;}
	
}