/*! Custom CSS */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

/* Sections
   ========================================================================== */
.main-container {
    display: block;
    max-width: 100%;
    margin: 30px auto;
	color:#3D3C3C;
}

.top-banner {
  margin: 10px auto 50px auto;
  width: 728px;
}

.bottom-banner {
  margin: 50px auto 35px auto;
}

p, li {font-size: 14px;}
h1 {font-size: 21px;}
h2 {font-size: 18px;}
h3 {font-size: 16px;}

/* Media Queries: mobile
   ========================================================================== */
@media screen and (max-width: 450px) {
	img{ max-width:100%;}
	.top-banner {width:auto;}
	.bottom-banner {width:auto;}
}
