@charset "UTF-8";
*,
*:after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
	font-family: "Century Schoolbook L", "Times New Roman", serif;
	background:url(../IMAGES/old-paper-texture%20copy.jpg);

	 background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  -moz-background-size: cover;
  margin:0;
  padding:0;
  

	
}
p{
		font-family: "Century Schoolbook L", "Times New Roman", serif;
		font-size:55px;
		text-shadow: 0px 5px 6px rgba(0, 0, 0, 1);
		color:#d2af46;
		margin:0px;
		padding:0px;
}

.author_container{
	margin-top:230px;
width:80%;
display: block;
    margin-left: auto;
    margin-right: auto;
				height:10%;
			margin-bottom:200px;
				
}
p4{
		font-family: "Century Schoolbook L", "Times New Roman", serif;
		font-size:22px;


display: block;
    margin-left: auto;
    margin-right: auto;

	text-align:center;
	background: #D97800;
	 
	
}
.bounding_container{
padding:10px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	height: 30%;
	overflow: hidden;
	padding-bottom:20px;
	text-align:center;
	background: #fb9d23; /* Old browsers */

background: -moz-linear-gradient(left,  #fb9d23 1%, #ffc578 49%, #fb9d23 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, right top, color-stop(1%,#fb9d23), color-stop(49%,#ffc578), color-stop(100%,#fb9d23)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(left,  #fb9d23 1%,#ffc578 49%,#fb9d23 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(left,  #fb9d23 1%,#ffc578 49%,#fb9d23 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(left,  #fb9d23 1%,#ffc578 49%,#fb9d23 100%); /* IE10+ */

background: linear-gradient(to right,  #fb9d23 1%,#ffc578 49%,#fb9d23 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb9d23', endColorstr='#fb9d23',GradientType=1 ); /* IE6-9 */


				
}

.home_container{
	margin-top: 210px;
	width: 80%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	height: 30%;
	margin-bottom: 200px;
	overflow: hidden;
	
	


}



.about_container{
	margin-top: 230px;
	width: 80%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	height: 30%;
	margin-bottom: 200px;
	overflow: hidden;
	
	padding: 50px;
	border-color: #FFB200;
	border-width: thick;		
	border:double;	
background: -moz-linear-gradient(left,  rgba(247,144,0,0.5) 0%, rgba(242,200,104,0.5) 51%, rgba(247,144,0,0.5) 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(247,144,0,0.5)), color-stop(51%,rgba(242,200,104,0.5)), color-stop(100%,rgba(247,144,0,0.5))); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(left,  rgba(247,144,0,0.5) 0%,rgba(242,200,104,0.5) 51%,rgba(247,144,0,0.5) 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(left,  rgba(247,144,0,0.5) 0%,rgba(242,200,104,0.5) 51%,rgba(247,144,0,0.5) 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(left,  rgba(247,144,0,0.5) 0%,rgba(242,200,104,0.5) 51%,rgba(247,144,0,0.5) 100%); /* IE10+ */

background: linear-gradient(to right,  rgba(247,144,0,0.5) 0%,rgba(242,200,104,0.5) 51%,rgba(247,144,0,0.5) 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80f79000', endColorstr='#80f79000',GradientType=1 ); /* IE6-9 */


}
p2{
		font-family: "Century Schoolbook L", "Times New Roman", serif;
		font-size:22px;
		color:#000;
		
		
}


.div2{
	margin-top:30px;

	
}
p3{
		font-family: "Century Schoolbook L", "Times New Roman", serif;
		font-size:22px;
		color:#000;
		margin:0px;

		height:600px;
width:900px;
display: block;
    margin-left: auto;
    margin-right: auto;
	overflow:scroll;
	margin-top:10px;
	text-align:center;
	 

}
strong{
	text-align:center;

	display:block;
}
nav a {
	position: relative;
	display: inline-block;
	margin: 15px 25px 15px 0px;
	outline: none;
	margin-top:20px;
	color: #FFB200;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
	font-size: 1.35em;

	
}
a.current:link, a.current:visited {  
    color: white;  
     
}  
nav a:hover,
nav a:focus {
	outline: none;
}

/* Effect 12: circle */
.cl-effect-12 a::before,
.cl-effect-12 a::after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50px;
	height: 55px;
	border: 2px solid rgba(184,105,0,1);
	border-radius: 50%;
	content: '';
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transform: translateX(-50%) translateY(-50%) scale(0.2);
	-moz-transform: translateX(-50%) translateY(-50%) scale(0.2);
	transform: translateX(-50%) translateY(-50%) scale(0.2);
	
}

.cl-effect-12 a::after {
	width: 70px;
	height: 75px;
	border-width: 6px;
	-webkit-transform: translateX(-50%) translateY(-50%) scale(0.8);
	-moz-transform: translateX(-50%) translateY(-50%) scale(0.8);
	transform: translateX(-50%) translateY(-50%) scale(0.8);
}

.cl-effect-12 a:hover::before,
.cl-effect-12 a:hover::after,
.cl-effect-12 a:focus::before,
.cl-effect-12 a:focus::after {
	opacity: 1;
	-webkit-transform: translateX(-50%) translateY(-50%) scale(1);
	-moz-transform: translateX(-50%) translateY(-50%) scale(1);
	transform: translateX(-50%) translateY(-50%) scale(1);
}

nav2 a {
	position: relative;
	display: inline-block;
	margin: 35px 25px 40px 0px;
	outline: none;
	color: #FFB200;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
	font-size: 1em;
	z-index:11;
}
/* Effect 13: circle */
.cl-effect-13 a::before,
.cl-effect-13 a::after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50px;
	height: 55px;
	border: 2px solid rgba(184,105,0,1);
	border-radius: 50%;
	content: '';
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transform: translateX(-50%) translateY(-50%) scale(0.2);
	-moz-transform: translateX(-50%) translateY(-50%) scale(0.2);
	transform: translateX(-50%) translateY(-50%) scale(0.2);
	
}

.cl-effect-13 a::after {
	width: 70px;
	height: 75px;
	border-width: 6px;
	-webkit-transform: translateX(-50%) translateY(-50%) scale(0.8);
	-moz-transform: translateX(-50%) translateY(-50%) scale(0.8);
	transform: translateX(-50%) translateY(-50%) scale(0.8);
}

.cl-effect-13 a:hover::before,
.cl-effect-13 a:hover::after,
.cl-effect-13 a:focus::before,
.cl-effect-13 a:focus::after {
	opacity: 1;
	-webkit-transform: translateX(-50%) translateY(-50%) scale(1);
	-moz-transform: translateX(-50%) translateY(-50%) scale(1);
	transform: translateX(-50%) translateY(-50%) scale(1);
}
header{

	text-align: center;
	background: #7D3801;
	width:100% ;
	height:210px;
	position:fixed;
	top:0px;

}
footer{
top:100%;
	text-align: center;
	background: #7D3801;
	width:100% ;
	height:11.5%;
	padding-top:10px;
top:90%;
	vertical-align:center;
	position:fixed;
	
	display:inline-block;
	z-index:11;

}
h5{
	z-index:12;
	position:relative;
	bottom:-60px;
	text-align:center;
	color:#CCA011;
 width: 700px ;
  margin-left: auto ;
  margin-right: auto ;
;
		padding:0px;
	display:inline-block;
}

.bounding_container img{

padding:10px;
	border:double;
}
.img{


top:25px;
display:inline-blockblock;
    margin-left: auto;
    margin-right: auto; 
	text-align:center;
	padding:20px;


width:475px;
height:621px;
	
}
.img2{

position:absolute;
bottom:0px;
left:0px;
bottom:9.5%;
width:100%;
display: block;
    margin-left: auto;
    margin-right: auto;
	margin-bottom:auto;
}

.img3{


top:25px;
display:inline-blockblock;
    margin-left: auto;
    margin-right: auto; 
	text-align:center;
	padding:20px;

}
.img4{


top:25px;
display:inline-blockblock;
    margin-left: auto;
    margin-right: auto; 
	text-align:center;
	padding:20px;

}
.img3 a:hover{
	opacity:0.4;
filter:alpha(opacity=40); /* For IE8 and earlier */
}





/* form css starts here */



.cbp-mc-form {
	position: relative;
}


.cbp-mc-form:before, 
.cbp-mc-form:after { 
	content: " "; display: table; 
}

.cbp-mc-form:after { 
	clear: both; 
}

.cbp-mc-column {
	width: 50%;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	padding: 10px 30px;
	
}

.cbp-mc-form label {
	display: block;
	padding: 40px 5px 5px 2px;
	font-size: 1.1em;
	text-transform: uppercase;
	letter-spacing: 1px;
	cursor: pointer;
}

.cbp-mc-form input,
.cbp-mc-form textarea,
.cbp-mc-form select {

	line-height: 1.5;
	font-size: 1.4em;
	padding: 5px 10px;
	color: #BC4700;
	display: block;
	width: 100%;
	background: transparent;
}

.cbp-mc-form input,
.cbp-mc-form textarea {
	border: 3px solid #B64300;
}

.cbp-mc-form textarea {
	min-height: 200px;
}

.cbp-mc-form input:focus,
.cbp-mc-form textarea:focus,
.cbp-mc-form label:active + input,
.cbp-mc-form label:active + textarea {
	outline: none;
	border: 3px solid #FFB200;
}

.cbp-mc-form select:focus {
	outline: none;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: #8A3000;
    font-style: italic;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #8A3000;
    font-style: italic;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #8A3000;
    font-style: italic;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #8A3000;
    font-style: italic;
}

.cbp-mc-submit-wrap {
	text-align: center;
	padding-top: 40px;
	clear: both;
}

.cbp-mc-form input.cbp-mc-submit {
	background:#B44200;
	border: none;
	color: #fff;
	width: auto;
	cursor: pointer;
	text-transform: uppercase;
	display: inline-block;
	padding: 15px 30px;
	font-size: 1.1em;
	border-radius: 2px;
	letter-spacing: 1px;
}

.cbp-mc-form input.cbp-mc-submit:hover {
	background: #CDAA44;
}

@media screen and (max-width: 70em) {
	.cbp-mc-column {
		width: 100%;
	}
	.cbp-mc-column:nth-child(3) {
		width: 100%;
	}
}

@media screen and (max-width: 48em) {
	.cbp-mc-column {
		width: 100%;
		padding: 10px;
	}
}
@media only screen and (max-width: 800px){
	iframe{
		width:360px;
		
	
}
}
@media only screen and (max-width: 550px){
	p{
		font-family: "Century Schoolbook L", "Times New Roman", serif;
		font-size:34px;
		text-shadow: 0px 5px 6px rgba(0, 0, 0, 1);
		color:#d2af46;
		margin:0px;
		padding:0px;
}
	
	iframe{
		width:260px;
		height:215px;
		
	
}
	.about_container{
	margin-top: 230px;
	width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	height: 30%;
	margin-bottom: 200px;
	overflow: hidden;
	
	padding: 50px;
	border-color: #FFB200;
	border-width: thick;		
	border:double;	
}
}