

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

@import url(http://fonts.googleapis.com/css?family=Dancing+Script);
@import url(http://fonts.googleapis.com/css?family=Ledger);

.menuBTN { margin-top: 10px; }

.jumbotron {
	background-image: url(../img/hero-banner.jpg);
	background-repeat: no-repeat;
	background-position: center;
	color: white;
}
.bgColoring {
	background: -moz-linear-gradient(left,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 1%, rgba(0,0,0,0.65) 10%, rgba(0,0,0,0.65) 10%, rgba(0,0,0,0.65) 90%, rgba(0,0,0,0) 100%); /* FF3.6+ */
	background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,0.65) 10%,rgba(0,0,0,0.65) 10%,rgba(0,0,0,0.65) 90%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -ms-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,0.65) 10%,rgba(0,0,0,0.65) 10%,rgba(0,0,0,0.65) 90%,rgba(0,0,0,0) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,0.65) 10%,rgba(0,0,0,0.65) 10%,rgba(0,0,0,0.65) 90%,rgba(0,0,0,0) 100%); /* W3C */
}

h1, h2, h3, h4, h5, h6 { font-family: 'Dancing Script', cursive; }

p { font-family: 'Ledger', serif; }











