/*-------------- Fonts --------------*/
@import url('https://fonts.googleapis.com/css2?family=Patua+One&display=swap');
body { 
	font-family: 'Source Sans Pro', sans-serif;
	color: #000;
}
h1,h2,h3,h4,h5,h6 {
	font-family: 'Oswald', sans-serif;
	color: #000;
}
p { font-size: 1.2em; }
.h3, h3 {
	font-size: 1.5rem;
}
card-title span {
display: none;
}
/*-------------- Flexbox grid --------------*/
.flex-container {
	display: flex;
	margin-top: 20px;
	align-items: baseline;
}
.flex-item-4 {
	display: flex;
	flex-direction: column;
	flex: 0 1 23.5%;
	background: transparent;
	padding: 20px;
}
.flex-item-3 {
	display: flex;
	flex-direction: column;
	flex: 0 1 33%;
	background: transparent;
	padding: 20px;
}
.flex-content h2 {
	color: #000;
	font-size: 24px;
	text-align: center;
}
.flex-content p,
.flex-content li {
	color: #000;
}
.flex-content ul {
	margin-bottom: 20px;
}
.flex-content hr,
.logos hr {
	width: 25%;
	height: 3px!important;
	border: none!important;
	background-color: #EDBC1F!important;
	text-align: left;
}

.price {
  background: white none repeat scroll 0 0;
  border: 1px dotted black;
  border-radius: 5px;
  float: left;
  margin: 5px;
  padding: 3px 5px;
  width: 32%;
}

/*-------------- Page Styles --------------*/

.page h1.page {
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.page-wrap {
	background: #efefef;
}
.page img {
	border: 1px solid rgba(0, 0, 0, 0.4);
	padding: 5px;
}
.page-wrap>.container {
/*	background: #B1BF82;*/
	padding-right: 0;
}
/*-------------- Anchor styles --------------*/

a>h3 {
	color: #404729;
	transition: all .5s ease;
}
a>h3:hover {
	color: #658549;
}
/*-------------- Background Images --------------*/

.bg-image1 {
	background: url(/site/100_0214.jpg) 0 0 repeat;
	background-position: center center;
	background-size: cover;
	height: 600px;
}
.bg-image1 {
	background: url(#) no-repeat center / cover;
	height: 400px;
	box-shadow: inset 0 8px 8px -8px rgba(0, 0, 0, 0.8), inset 0 -8px 8px -8px rgba(0, 0, 0, 0.8);
}
.bg-image2 {
	background: url(/site/jumbo-1.jpg) no-repeat center / cover;
	background-attachment: fixed;
	height: 400px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: inset 0 8px 8px -8px rgba(0, 0, 0, 0.8), inset 0 -8px 8px -8px rgba(0, 0, 0, 0.8);
}
/* -------------- Home Header Text --------------*/

.header-top {
	position: relative;
	overflow: hidden;
	height: 600px;
	border-top: 3px solid #B1BF82;
}
.header-message {
	text-align: center;
	position: absolute;
	top: 10%;
	left: 10%;
	right: 10%;
	z-index:10;
	background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
	border-top: 3px solid #B1BF82;
}
.header-message > h1 {
	text-shadow: 2px 2px 4px black;
	color: #fff;
	font-size: 5rem;
	font-weight: 700;
	font-family: 'Patua One', cursive;
	margin-bottom: 0;
	padding-top: 5px;
	text-align: center;
	text-transform: uppercase;
}
.header-message > h3 {
	color: white;
	font-size: 4em;
	margin: 0;
	padding: 0 !important;
}
.header-message p {
	color: #fff;
	font-size: 2.8rem;
	font-weight: 700;
	margin-top: -5px;
	margin-bottom: -3px;
	text-align: center;

}
.header-message img {
	width: 400px;
}
.appleMobile .header-message > h1 {
	font-size: 5.5rem;
}
.appleMobile .header-message > h3 {
	font-size: 4rem;
}
.appleMobile .header-top {
	height: 600px;
}
.bg-image2 #bg-inner {
	/*background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
	border-top: 1px solid #B1BF82;
	border-bottom: 1px solid #B1BF82;*/
	width: 600px;
   max-width: 100%;
   margin: 0 auto;
   text-align: center;
   padding: 15px 0;
}
.bg-image2 h2 {
	text-shadow: 2px 2px 4px black;
	color: #fff;
	font-weight: 700;
	font-family: 'Patua One', cursive;
}
.bg-image2 a h2:hover {
	color: #B1BF82;
}
.bg-image2 a {
	color: #fff;
}
.bg-image2 a:hover {
	text-decoration: none;
	color: #B1BF82;
}
/*-------------- Inner pages use jumbotron header --------------*/

.jumbotron {
	background: rgba(0, 0, 0, 0) url("/site/jumbo-1.jpg") no-repeat center center / cover;
	color: #f8f8f8;
	margin: 0;
	text-transform: uppercase;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
}
.jumbotron h1 {
	background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
	padding: 15px 0;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
	font-size: 3rem;
	font-family: 'Patua One', cursive;
	margin: 60px 0;
	border-top: 1px solid #B1BF82;
	border-bottom: 1px solid #B1BF82;
	color:#fff;
}
/*-------------- Sidebar --------------*/

#sidebar {
/*
	background: #E9E4D2;
	box-shadow: inset 0 8px 8px -8px rgba(0, 0, 0, 0.8), inset 0 -8px 8px -8px rgba(0, 0, 0, 0.8);
*/
}

/*-------------- Misc styles --------------*/

hr {
	border: 0;
	height: 1px;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}
.social {
	margin-top: 40px;
}
.fa-square {
	color: #3B5998;
}
/*------------- Background Carousel ---------------*/

.carousel-inner img {
	max-width: 100%;
	width: 100%
}
.carousel-inner .item {
	opacity: 0;
	transition-property: opacity;
}
.carousel-inner .active {
	opacity: 1;
}
.carousel-inner .active.left,
.carousel-inner .active.right {
	left: 0;
	opacity: 0;
	z-index: 1;
}
.carousel-inner .next.left,
.carousel-inner .prev.right {
	opacity: 1;
}
.carousel-control {
	z-index: 2;
}

.carousel {
	z-index: -99;
}
.carousel .item {
	position: fixed;
	width: 100%;
	height: 100%;
}
/*------------- Affixed Nav ---------------*/

.navbar {
	margin-bottom: 0;
	padding:0;
}
.navbar {
	background: #F8F8F8;
	width: 100%;
	border-radius: 0;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}
.navbar-static {
	width: 100%;
}
.nav-link {
	padding: 1rem 1rem;
}
.navbar-expand-md .navbar-nav {
	justify-content: center;
}
.navbar-nav {
	width: 100%;
	text-align: center;
}
.navbar-nav > li {
	float: none;
	display: inline-block;
}
.navbar .navbar-nav>li> a {
	color: #000;
	border-bottom: 2px solid transparent;
}
.navbar .navbar-nav>li> a:hover {
	color: #658549;
	border-bottom: 2px solid #B1BF82;
}
.navbar .navbar-nav>li> a.active {
	background: #658549;
	color: white;
	border-bottom: 2px solid #B1BF82;
}
.navbar .navbar-nav>li> a.active:hover {
	background: #B1BF82;
	color: white;
}
.navbar-header .navbar-brand:hover {
	color: #ffde42;
}
.navbar-brand {
	display: none;
}

.navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
#nav.affix {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10;
}
#nav.affix-top {
	padding: 0;
}
#nav.container {
	width: 100%;
}
/*--------- content sections ---------------------*/

.content-section-1 > img {
	margin-top: 30px;
}
.content-section-1 h2,
.content-section-2 h2 {
	text-transform: uppercase;
	font-size: 3rem;
	font-weight: 700;
	font-family: 'Patua One', cursive;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	color: #000;
	text-align: center;
	padding: 10px 0;
	margin-top: 60px;
}
.content-section-3 h2,
.content-section-3 h3,
.content-section-3 p {
	color: #fff;
}
.content-section-2 .btn {
	margin-top: 20px;
}
.intro-message > h3 {
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
}
.button-text {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 2px;
}
.content-section-1,
.content-section-2,
.content-section-3 {
	padding: 60px 0;
	background-color: #B1BF82;
	/* E9E4D2 */
}
/*---------------- Footer --------------------*/

footer {
	padding: 30px 0;
	background: #000;
}
footer span {
	color: #fff;
}
/* -------------- Media Queries ---------------*/

@media all and (transform-3d),
(-webkit-transform-3d) {
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
	opacity: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
	opacity: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
  }
}
.card-body {
	height: initial;
}
@media(max-width:1200px) {
  .price {
	width: 48%;
  }
}

@media(max-width:1024px) {
  .appleMobile .header-top {
	height: auto;
  }
  .header-top {
	height: auto;
  }
  .price {
	width: 46%;
  }
}

@media(max-width:992px) {
  .flex-container {
	flex-flow: row wrap;
	justify-content: space-between;
  }
  .flex-item-4,
  .flex-item-3 {
	flex: 0 1 48%;
	margin: 10px auto;
  }
}

@media(min-width:768px) and (max-width:992px) {
  .header-message h1 {
	font-size: 3rem;
  }
  .header-message h1.small {
	font-size: 3rem;
  }
  .header-message p {
	font-size: 1.8rem;
  }
}

@media(max-width:768px) {
.bg-image2 {
	background: url(/site/jumbo-1.jpg) no-repeat center / cover;
	background-attachment: scroll;
	height: 400px;
	box-shadow: inset 0 8px 8px -8px rgba(0, 0, 0, 0.8), inset 0 -8px 8px -8px rgba(0, 0, 0, 0.8);
  }
  .row {
	margin-left:0;
	margin-right:0;
  }
  .container{
	padding-left:0;
	padding-right:0;
  }
  .banner h2 {
	margin: 0;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
	font-size: 3em;
  }
  .header-message img {
	width: 35%;
  }
  .header2 {
	height: 300px;
  }
  .header-top {
  }
  .appleMobile .header-top {
	height: 380px;
  }
  .content-section-1 h2,
  .content-section-2 h2 {
	font-size: 2.5rem;
	margin-top: 0;
  }
  .header-message {
	padding-bottom: 15%;
	margin-top: 25px;
  }
  .header-message > h1 {
	font-size: 2rem;
  }
  .header-message > h1.small {
	font-size: 2rem;
  }
  .header-message p {
	font-size: 1.3rem;
  }
  .jumbotron h1 {
	font-size: 3em;
  }
  .intro-divider {
	width: 100%;
  }
}

@media(max-width:600px) {
  .flex-item-4, .flex-item-3 {
	flex: 0 1 98%;
	margin: 10px auto;
  }
  .price {
	width: 98%;
  }
}

@media(max-width:414px) {
	.header-top {
		
	}
	.appleMobile .header-top {
		
	}
	.header-message h1 {
		font-size: 2rem;
	}
	.header-message h1.small {
		font-size: 1rem;
	}
	.appleMobile .header-message > h1 {
		font-size: 3rem;
	}
	.appleMobile .header-message > h3 {
		font-size: 2rem;
	}
}
@media(max-width:375px) {
	.header-top {
		
	}
	.appleMobile .header-top {
	   
	}
}
@media(max-width:320px) {
	.header-top {
		
	}
	.appleMobile .header-top {
		
	}
}
