@charset "UTF-8";
/* CSS Document */

/* Main marketing message and sign up button */
.jumbotron {
  text-align: center;
  background-color: transparent;
}

.jumbotron h1 {
	font-weight: bolder;
	color: hsla(196,98%,47%,1.00);
	text-transform: uppercase;
}

.jumbotron h2 {
	font-weight: bolder;
	text-transform: uppercase;
}

.jumbotron .btn {
  padding: 14px 24px;
  font-size: 21px;
}

.msgh1 {
	color: hsla(196,98%,47%,1.00);
}

/* Background Image Version */

.image-jumbotron {
	background-size: cover;
	padding: 0px;
	padding-top: 100px;
	margin: 0px;
	height:400px;
	color: #fff;
	margin-top: 80px;
}

.jumbo-index {
	background: url(../img/photos/shop_BG2.png) no-repeat center top;
	height: 500px;
	padding-top: 100px;
	border-radius: 0px;
}

.jumbo-index h1 {
	color: #FFF;
	text-align: left;
	font-weight: bolder;
	text-shadow: 0px 0px 25px #111;
}
.jumbo-index .lead {
	text-align: left;
	font-weight: bolder;
	text-shadow: 0px 0px 15px #111;
}

.jumbo-title {
	padding-top: 80px;
	letter-spacing: 6px;
	font-weight: bolder;	
}

/* Jumbotron Blue Background */

.jumbo-blue {
	margin: 80px 0px;
	background-color:rgba(2,172,236,1.00);
}

.jumbo-blue h1 {
	color: #FFF;
}

.jumbo-blue .btn {
	margin-top: 20px;
	color: rgba(2,172,236,1.00);
	background-color: #FFF;
}


/* Jumbotron Sub Page H1 modifier */

.jumbo_subh1 {
	font-weight: bolder;
	text-transform: uppercase;
	background: rgba(2,172,236,0.93);
	margin: 60px 200px 24px;
	padding: 20px;
	box-shadow: 0px 0px 50px #111;
}

.jumbo_subh1:hover {
	background-color: rgba(255,255,255,0.93);
}

.jumbo_subh1 a {
	color: rgba(255,255,255,1.00);
	text-decoration: none;
}

.jumbo_subh1 a:hover {
	color: rgba(2,172,236,1.00);
}

.whitetext {
	color: #FFF;
}

