@CHARSET "UTF-8";

/* for scrollspy */
body {
	position: relative;
	background-color: #f4f4f4;
}

.jumbotron {
	/*enlarge size:*/ 
	/*padding-bottom: 10em;*/
	
	/* background image: */
	color: #0f0f0f;
	border-radius: 0px;
	/*background-image: url("../images/bg/bulb.jpg");*/
	/*background-image: url("../images/bg/two_bulbs.jpg");*/
	/*background-image: url("../images/bg/two_bulbs_blight.jpg");*/
	background-image: url("../images/bg/books_bulb.jpg");
	/*background-image: url("../images/bg/bulbs.jpg");*/
	
	background-size: cover;
	background-repeat: no-repeat;
    background-attachment: scroll;

/*  BY: http://www.colorzilla.com/gradient-editor/
	background: #f2efde; 
	background: -moz-linear-gradient(top, #f2efde 0%, #ffffff 100%); 
	background: -webkit-linear-gradient(top, #f2efde 0%,#ffffff 100%); 
	background: linear-gradient(to bottom, #f2efde 0%,#ffffff 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2efde', endColorstr='#ffffff',GradientType=0 ); 
*/

}

.card {
    background-color: #f4f4f4;
}


.navbar {
	opacity: 0.9;
}

.navbar-nav > li {
	margin-left: 30px;
  	margin-right: 30px;
}

.navbar .navbar-inverse .bg-inverse {
	background-color: rgba(0, 0, 0, 0.7);
}

.form-row {
    margin-bottom:4px;
}
.form-warn {
    font-size: smaller;
    color:red;
}



/* text-* change colors */
.text-primary {
	color: #ac8c40!important;
}
a {
	color: #d28a44!important;
}


.list-group-item {
	border:0;
	margin:1px;
	background: rgb(252,252,252); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(252,252,252,1) 0%, rgba(234,231,222,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(252,252,252,1) 0%,rgba(234,231,222,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(252,252,252,1) 0%,rgba(234,231,222,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#eae7de',GradientType=1 ); /* IE6-9 */
}





.footer {
background: #f4f4f4; /* Old browsers */
background: -moz-linear-gradient(top, #f4f4f4 0%, #f2efde 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #f4f4f4 0%,#f2efde 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #f4f4f4 0%,#f2efde 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#f2efde',GradientType=0 ); /* IE6-9 */
	
}
