html, body {
	
}

/* Space out content a bit */
body {
    background: #000 url(../images/sands-to-stars.jpg) no-repeat top center;
    font-family: 'Caudex', 'Times', serif;
	color: #f1f1f1;
}

a.navbar-brand, 
.navbar-inverse .navbar-nav>li>a {
	color: #fff;
}
a.navbar-brand:hover, 
.navbar-inverse .navbar-nav>li>a:hover {
	color: #fcf9ed;
}
.navbar-inverse {
	background-color: transparent !important;
	border-bottom: 0;
}
a {
	color: #e6b97e;
	cursor: pointer;
}
a:hover {
	color: #fade5c
}
cite a {
	text-decoration: underline dotted !important;
}
img {
	max-width: 100%;
	height: auto;
}

hr { 
	clear: both;
	display: block;
	border: 0;
	width: 100%;
	height: 1px;
	margin: 80px 0;
	background: url(../images/hr-line.png) no-repeat center center;	
}
.separator {
	clear: both;
	display: block;
	width: 100%;
	height: 1px;
	margin: 50px 0;
}

blockquote {
	border-left: 0;
	margin-left: 0;
}

cite {
	display: block;
	text-align: left;
	margin-left: 15px;
}

.popover {
	background-color: #fcf9ed ;
	color: #666666 !Important;
	font: normal 14px 'Verdana', Arial, sans-serif;
}
.popover.right .arrow:after {
  border-right-color: #fcf9ed;
}
.popover blockquote {
	font: normal 14px 'Caudex', 'Times', serif;
	margin-bottom: 0 !important;
	padding-bottom: 0;
}

footer {
	margin-bottom: 50px;
	color: #ccc;
}

footer .fine-print {
	font-size: 12px;
	font-family: Verdana, Arial, sans-serif;
}
ul, ol {
	margin-left: 0;
	padding-left: 0;
}
ul li {
	list-style-type: none;
	margin-left: 0;
}

/* events */
.event-upcoming {
	font-style: italic;
	text-align: center;
}

.event-current {
	text-align: center;
}
.event-current strong {
	display: block;
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	color: #fade5c;	
}

.event-upcoming strong {
	display: block;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	color: #fade5c;
}

.event-upcoming li {
	margin-bottom: 20px;
}

/* product */
.product {
	text-align: center;
}
.product img {
	margin-bottom: 15px;
}


.section-quote blockquote p{
	text-align: center;
	font-size: 24px;
}
.section-quote cite {
	display: block;
	text-align: center;
}

.section-new {
	background: url(../images/prizmaonline2.jpg) no-repeat center center;
}
.section-new .teaser {
	line-height: 180px;
	text-align: center;
	text-transform: uppercase;
	font-size: 24px;
}

/* Customize container */
@media (min-width: 768px) {
  .container {
    max-width: 730px;
  }
}
.container-narrow > hr {
  margin: 30px 0;
}

/* Main marketing message and sign up button */
.jumbotron {
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
}
.jumbotron .btn {
  padding: 14px 24px;
  font-size: 21px;
}

/* Supporting marketing content */
.marketing {
  margin: 40px 0;
}
.marketing p + h4 {
  margin-top: 28px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
  /* Remove the padding we set earlier */
  .header,
  .marketing,
  .footer {
    padding-right: 0;
    padding-left: 0;
  }
  /* Space out the masthead */
  .header {
    margin-bottom: 30px;
  }
  /* Remove the bottom border on the jumbotron for visual effect */
  .jumbotron {
    border-bottom: 0;
  }
}