body {
    color: #f2f2f2;
	
}

h2, h3 {
    letter-spacing: 0.25em;
    text-transform: uppercase;
    font-weight: 600;
}

p {
    line-height: 1.6em;
}


/*
 * -- Layout Styles --
 */
.l-content {
    margin: 0 auto;
}

.l-box {
    padding: 0.5em 2em;
}
.pure-menu-heading {
	color: #e54935;
	float: left;
}
.pure-menu-horizontal .pure-menu-selected a {
    color: #e54935;
}

.pure-menu-horizontal li a:hover,
.pure-menu-horizontal li a:focus {
    background: none;
    border: none;
    color: #e54935;
}
.pure-menu-horizontal {
 	display: inline-block;
	/*float: left;*/ 
	background: #f2f2f2;
    height: 36px;
    margin-bottom: 0px;
}
.pure-menu-logo {
	display: block;
	margin: auto;
	padding: 0.5em;
}
    .banner {
    /*background: transparent url('http://24.media.tumblr.com/ccb268832580ac12951828a1c179de69/tumblr_mo2xbk8JUK1st5lhmo1_1280.jpg') 0 0 no-repeat fixed;*/
	background: transparent url("../../img/paper_pattern.png") 0 0 fixed;
    text-align: center;
    background-size: cover;
   /* filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://24.media.tumblr.com/ccb268832580ac12951828a1c179de69/tumblr_mo2xbk8JUK1st5lhmo1_1280.jpg', sizingMethod='scale');*/

    height: 200px;
    width: 100%;
    margin-bottom: 3em;
    display: table;
}
     .banner-top {
        display: table-cell;
        vertical-align: middle;
        margin-bottom: 0;
        font-size: 0.8em;
        color: #e54935;
        font-weight: 100;
        text-shadow: 0 1px 1px black;
		font-family:"Arial Rounded MT Bold";
    }
   .banner-head {
        display: table-cell;
        vertical-align: middle;
        margin-bottom: 0;
        font-size: 2em;
        color: white;
        font-weight: 500;
        text-shadow: 0 1px 1px black;
    }
	.banner-row {
		display: table-row;
	}

 .fp-tables,
 .information {
    max-width: 980px;
    margin: 0 auto;
 }
.fp-tables {
    margin-bottom: 3.125em;
    text-align: center;
	
}	
	.fp-table-header {
    /* background: #111; */
    color: #fff;
	font-family:"Arial Rounded MT Bold";
}
    .fp-table-header h2 {
        margin: 0;
		margin-left: 2em;
        padding-top: 2em;
        font-size: 1em;
        font-weight: normal;
		color: #071b33;
		text-align: left;
		font-family:"Arial Rounded MT Bold";

    }
	.fp-table-subheader {
        margin: 0;
        padding-top: 2em;
		padding-bottom: 1em;
		margin-left: 2em;
        font-size: 1em;
        font-weight: normal;
		color: #e54935;
		text-align: left;
		font-family:"Arial Rounded MT Bold";
	}
	.fp-table-text {
        margin: 0;
        padding-top: 1em;
		margin-left: 2em;
        font-size: 1em;
        font-weight: normal;
		color: #071b33;
		text-align: left;
		font-family:"Century";		
	}
/*
 * -- TABLET MEDIA QUERIES --
 * On tablets, we want to slightly adjust the size of the banner
 * text and add some vertical space between the various pricing tables
 */
@media(min-width: 767px) {
    .home-menu {
        text-align: center;
    }
        .home-menu ul {
            /*float: right;*/
            /*display: inline-block;*/
            margin-left: auto;
            margin-right: auto;
        }
    .banner-head {
        font-size: 4em;
    }
    .pricing-table {
        margin-bottom: 0;
    }

}

/*
 * -- PHONE MEDIA QUERIES --
 * On phones, we want to reduce the height and font-size of the banner further
 */
@media (min-width: 480px) {
    .banner {
        height: 400px;
        margin-top: 4px;
    }
    .banner-head {
        font-size: 3em;
    }
}
