body {
	background-color: #222;
	color: #bbb;
	background-image: url('../img/santabg.jpg');
	background-size: cover;
	background-position: center center;
	backgroud-repeat: no-repeat;
	background-attachment: fixed;
}

.jumbotron {
	margin-top: 20px;
	background: rgba(0, 0, 0, 0.7);
	color: #eee;
	border-radius: 6px;
}

.jumbotron h1
{
	color: #c00;
}

.package-row, .info-row {
	background: rgba(0, 0, 0, 0.7);
	border-radius: 6px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
	float: none;
	margin-bottom: 20px;
}

.package
{
	background: rgba(192, 0, 0, 1);
	border-radius: 6px;
	padding: 10px;
	vertical-align: top;
}

.package h3, .info-row h3
{
	color: #fff;
}

.btn-silver
{
	background-color: #C0C0C0;
	border-color:#888;
}

.btn-gold
{
	background-color: #FFD700;
	border-color:#FFAA88;
}

.btn-platinum
{
	background-color: #E5E4E2;
	border-color:#888;
}

/* centered columns styles */
.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin: 10px;
    vertical-align: top;
    min-width: 280px;
    max-width: 520px;
}