
	body {font-family: 'Roboto', sans-serif;
	}
	.red {color: red; font-weight: 700;}
	.yellow {background-color: #3b3c3d; color: yellow; font-weight: 700; font-style: italic; padding: 5px; border-radius: 5px;}
	.white {background-color: #3b3c3d; color: white; font-weight: 700; font-style:; padding: 5px; border-radius: 5px;}
	.BA {font-family: Roboto; letter-spacing: normal;}
	.jumbotron { 
		/*position: relative;
    	background: #3b3c3d url("lake.jpg") center center;
    	width: 100%;
    	height: 800px;
    	background-size: cover;
    	overflow: hidden;
    	padding: 70px 25px 25px 25px;*/
	    background-color: white; /*#3b3c3d;*/	    	  
	    color: black; /*#fff;*/
	    padding: 70px 25px 25px 25px;
	}
	.jumbotron .title1 {
		font-family: Roboto;
		font-size: 42px;
		font-weight: 700px;
		line-height: 50%;
	}	
	.jumbotron .title2 {
		font-family: Roboto;
		font-size: 18px;
		font-weight: 700;
		line-height: 50%;
	}
	.jumbotron .welcome {
		font-family: Roboto;
		font-size: 18px;
		font-weight: 700;
		line-height: 50%;
		vertical-align: middle;

	}
	.bg-grey {
    	background-color: #f6f6f6;
	}

	.bg-SteelBlue {
		background-color: SteelBlue;
	}
	.bg-standard {
    	background-color: #3b3c3d; /* dark grey */
    	color: #fff;
	}
	.bg-white {background-color: #fff}	
	.bg-tan {background-color: tan;}	
	.container-fluid {
    	padding: 40px 50px;
	}
	.logo {
    	font-size: 200px;
    	color: #f4511e;
	}
	@media screen and (max-width: 768px) {
	    .col-sm-4 {
	        text-align: center;
	        margin: 25px 0;
    	}
	}
	.logo-small {
    	color: #f4511e;
    	font-size: 50px;
	}
	.thumbnail {
	    padding: 0 0 15px 0;
	    border: none;
	    border-radius: 0;
	}

	.thumbnail img {
	    width: 100%;
	    height: 100%;
	    margin-bottom: 10px;
	}
	#myCarousel {background-color: #fff;}
	.carousel-control.right, .carousel-control.left {
		background-image: none;
		color: #3b3c3d; /*#f4511e; */
	}
	.carousel-indicators li {
		border-color: #3b3c3d; /*#f4511e; */
	}
	.carousel-indicators li.active {
	    background-color: #3b3c3d; /*#f4511e; */
	}
	.item h4 {
	    font-size: 22px;
	    line-height: 1.375em;
	    font-weight: 400;
	    font-style: italic;
	    margin: 70px 0;	  
	}
	.item span {
	    font-style: normal;
	}	
	.panel {
	    border: 1px solid #3b3c3d; /*#f4511e; */
	    border-radius:0;
	    transition: box-shadow 0.5s;
	}
	.panel:hover {
	    box-shadow: 5px 0px 40px rgba(0,0,0, .2);
	}
	.panel-footer .btn:hover {
	    border: 1px solid #3b3c3d; /*#f4511e; */
	    background-color: #fff !important;
	    color: #f4511e;
	}
	.panel-heading {
	    color: #fff !important;
	    background-color: #3b3c3d /*#f4511e */ !important;
	    padding: 25px;
	    border-bottom: 1px solid transparent;
	    border-top-left-radius: 0px;
	    border-top-right-radius: 0px;
	    border-bottom-left-radius: 0px;
	    border-bottom-right-radius: 0px;
	}
	.panel-footer {
	    background-color: #fff !important;
	}
	.panel-footer h3 {
	    font-size: 32px;
	}
	.panel-footer h4 {
	    color: #aaa;
	    font-size: 14px;
	}
	.panel-footer .btn {
	    margin: 15px 0;
	    background-color: #3b3c3d; /*#f4511e; */
	    color: #fff;
	}
	.navbar {
	 	font-family: 'Roboto', sans-serif;	  
	    background-color: white /*#3b3c3d; /*SteelBlue; /*#f4511e;*/
	    border-color: #3b3c3d; /*SteelBlue;*/
	    z-index: 9999;	    
	    font-size: 12px !important;
	    line-height: 1.42857143 !important;
	    letter-spacing: 2px;
	    
	}
	.navbar li a, .navbar .navbar-brand {
	    color: black !important;
	}
	.navbar-nav li a:hover, .navbar-nav li.active a {
	    color: #fff /*#f4511e*/ !important;
	    background-color: SteelBlue /*#fff*/ !important;
	}
	.navbar-default .navbar-toggle {
	    border-color: transparent;
	    color: #fff !important;
	}
	footer .glyphicon {
    	font-size: 70px;
    	margin-bottom: 20px;
    	color: #3b3c3d; /*#f4511e;*/
	}
	footer p {
		font-size: 24px;
		line-height: 60%;
	}		
