
/* -----------------  Section Background --------------------------------- */

.section { float: left; width: 100%; }

#section{
-webkit-background-size: 100% !important;
-moz-background-size: 100% !important;
-o-background-size: 100% !important;
background-size: 100% !important;
max-width: 100%;
width: 100%;
}


/* Section A */

#section-a{
	background:url(images/7.jpg) no-repeat fixed  center center;
    background-color:#4d2309;
    text-align:center;
    background-size: 100% !important;

    -webkit-background-size:cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
	}
	
#section-a p { color: #ffeab1; font-style:italic; font-weight:600; font-size: 24px; padding: 20px 50px; text-align:center;}


/* Section B */

#section-b{
	background:url(images/10.jpg) fixed center center no-repeat;
	background-color: #6d4022;
	background-size: 100% !important;

    -webkit-background-size:cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
	}
	
#section-b p { color: #ffeab1; font-weight:600; font-size: 20px; text-align: center; text-transform: uppercase; padding:0;}


@media only screen and (max-width: 1024px) {
#section, #section-b, #section-a{
	-ms-accelerator:true;
    -webkit-text-size-adjust:none; 
    background-attachment: scroll!important;
}
}


.block-start { font-family: Georgia, serif; font-weight: bold; font-size: 56px; font-style:normal;  position:relative; top : .25em}

.quote-area {
	max-width:60.000em;
	margin: 20px auto;
	background-image: url(images/bg-quote.png);
	background-repeat: repeat;
	padding: 40px 0;
}

.quote-scroll {text-align:center; margin: 0 auto;}
