/* Elements */

body
{
background: #FFFFFF;
padding-top: 50px; 
}

img.leftcoveralign
{
	float: left;
	margin:5px;
}

a.regtext
{
	color: #000000
}

/* Backgrounds */
.background-front
{
	background: url("../images/LightSkyBackground.jpg") !important; 
	background-repeat:no-repeat !important;
	background-size: cover !important;
}


/* Text */

.pricedivide
{
padding: 10px;
}

.pricelabel
{
font-weight:bold;
text-align: center;
}

.boldtext
{
	font-weight: bold !important;
}

.whitetext
{
	color: #ffffff;
	font-weight: bold;
}


/* Bootstrap tweaks */

.containter-toppad
{
	padding-top: 10px;
}
.jumbotron-tight
{
	padding: 10px;
}

.label-price
{
font-size:87%;
line-height:1.95;
}

/* menu items */

.navbar-brand-main
{
	font-weight: bold !important;
	color: #FFFFFF !important;
}

	.navbar .nav > li > a {
	  color: white;
	}

.dropdown-header
{
font-size: 110%;
background-color: #C0C0C0;
color: #000000;
font-style: bold;
padding: 3px;
}
     
.dropdown-menu li > a:hover, .dropdown-menu li > a:focus, .dropdown-submenu:hover
 {
 	background-image: none !important;
     background-color: #000000 !important;
     color: #FFFFFF;
     }

.panel-heading-book-title
{
font-size: 200%;
}

.well-tweak
{
	padding: 2px;
}
.well-tweak-blurb
{
	font-size: 125%;
}

.well-social-media
{
	margin-top: 2px;
	text-align: center;
	font-size: 125%;
}
