h1 { font-size:30px; }
h2 { font-size:24px; color:#996633; }

#aboutUsQuote { font-size:16px; padding:20px; border:1px solid #cccccc; border-radius:8px; margin:30px 0px 30px 0px; font-style:italic; color:#999999; line-height:25px; width:100%; }

p.aboutUs { float:none; clear:none; text-indent:10px; }
p.aboutUs::first-letter { font-size:16px; }
p.aboutUs span { color:#006633; font-size:16px; }

p.signature { font-size:24px; color:#999999; font-style:italic; text-indent:30px; font-family:brush script std; margin-top:20px; }

#storefront { width:32%; margin-right:1%; margin-bottom:20px; border-radius:8px; border:1px solid #cccccc; }









@media only screen and (max-width: 1440px) {
/* For laptop: */



}



@media only screen and (max-width: 1100px) {
/* For inbetween: */



}



@media only screen and (max-width: 800px) {
/* For tablets: */

#storefront { width:100%; margin-bottom:10px; }

}


@media only screen and (max-width: 414px) {
/* For mobile phones: */


}