      body {

background-image: linear-gradient(bottom, rgb(250,250,250) 38%, rgb(250,223,177) 69%);
background-image: -o-linear-gradient(bottom, rgb(250,250,250) 38%, rgb(250,223,177) 69%);
background-image: -moz-linear-gradient(bottom, rgb(250,250,250) 38%, rgb(250,223,177) 69%);
background-image: -webkit-linear-gradient(bottom, rgb(250,250,250) 38%, rgb(250,223,177) 69%);
background-image: -ms-linear-gradient(bottom, rgb(250,250,250) 38%, rgb(250,223,177) 69%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.38, rgb(250,250,250)),
	color-stop(0.69, rgb(250,223,177))
)

	color:#121212;

      }

	.hidden {
		visibility:hidden;
		display:none;
	}

	.muted {
		padding-top:20px;
		margin-bottom:0px;
		font-family: 'Dosis', sans-serif;
		color:#ef8f4f;
		font-size:62px;
		font-weight:thinner;
		line-height:54px;
	}

	.muted a:hover, .muted a {
		text-decoration:none;
		color:inherit;
	}

	.decorate {
		border-top:solid 1px #888;
		border-bottom:solid 1px #272727;
	}

      /* Custom container */
      .container-narrow {
        margin: 0 auto;
        max-width: 784px;
		
      }
      .container-narrow > hr {
        margin: 30px 0;
      }

      .jumbotron {
	font-family: 'Dosis', sans-serif;
	font-size:15px;
        margin: 36px 0;
        text-align: center;
      }

	.jumbotron h2 {
		font-size:30pt;
	}

      /* Supporting marketing content */
      .marketing {
        margin: 36px 0;
		font-family: 'Dosis', sans-serif;
	
		font-size:15pt;
      }
      .marketing p + h4 {
        margin-top: 28px;

      }

	.alert-contact {
		color:red;
	}

	
	.nav > li > a:hover {
		background-color:inherit;
		border-left:3px solid #0088cc;
	
	}

	.breadcrumb {
		background-color:inherit;
		border-left:3px solid #0088cc;

	}