

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

body {
	background-color: yellow;
	background-image: url('../limg/flare_YELLOWb.jpg');
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
}
.jumbotron {
	background-color: none !important;
}
.ribbon {
	/*position: absolute;
	left: 0px;
	top: 0px;
	z-index: 0;
	max-width: 33%;*/
}

.ribbonBottom {
	position: fixed;
	right: 0px;
	bottom: 0px;
	z-index: 0;
	max-width: 33%;
}















