/* BODY */
.navbar-default {
    background-color: #fff;
    border-color: #fff;
}
.footer-area, .hero {
	padding-top:50px;
	padding-bottom:50px;
}
h1 {
	font-family: "Splash", cursive;
	font-weight: 400;
	font-style: normal;
	margin:50px 0px 10px 0px;
	color:#C00;
}
h2 {
	font-family: "Splash", cursive;
	font-weight: 400;
	font-style: normal;
	margin:50px 0px 10px 0px;
	color:#C00;
	opacity:0.65;
}
h3 {
	font-family: "Audiowide", sans-serif;
	font-weight: 400;
	font-style: normal;
}
h4 {
	font-family: "Comic Neue", cursive;
	font-weight: 700;
	font-style: normal;
	font-size:1.5em;	
}
.footer-wrapper {
	background-color: #EAEAEA;
}

/* CUSTOM BUTTON STYLES */
/* Namespace all styles under .custom-btn to prevent conflict */
.custom-btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: transparent;
  color: #333;
  text-decoration: none;
  transition: background-color 0.15s ease-in-out,
              color 0.15s ease-in-out,
              border-color 0.15s ease-in-out;
}

/* Hover and focus */
.custom-btn:hover,
.custom-btn:focus,
.custom-btn:active,
.custom-btn.active,
.custom-btn:focus-visible {
  text-decoration: none;
  outline: none;
}

/* Variants */

/* Default (gray) */
.custom-btn-default {
  border-color: #ccc;
  color: #333;
}

.custom-btn-default:hover,
.custom-btn-default:focus {
  background-color: #e6e6e6;
  color: #333;
  border-color: #adadad;
}

/* Primary (blue) */
.custom-btn-primary {
  border-color: #337ab7;
  color: #337ab7;
}

.custom-btn-primary:hover,
.custom-btn-primary:focus {
  background-color: #337ab7;
  color: #fff;
  border-color: #2e6da4;
}

/* Danger (red) */
.custom-btn-danger {
  border-color: #d9534f;
  color: #d9534f;
}

.custom-btn-danger:hover,
.custom-btn-danger:focus {
  background-color: #d9534f;
  color: #fff;
  border-color: #d43f3a;
}

/* Success (green) */
.custom-btn-success {
  border-color: #5cb85c;
  color: #5cb85c;
}

.custom-btn-success:hover,
.custom-btn-success:focus {
  background-color: #5cb85c;
  color: #fff;
  border-color: #4cae4c;
}

/* Info (light blue) */
.custom-btn-info {
  border-color: #5bc0de;
  color: #5bc0de;
}

.custom-btn-info:hover,
.custom-btn-info:focus {
  background-color: #5bc0de;
  color: #fff;
  border-color: #31b0d5;
}

/* Warning (orange) */
.custom-btn-warning {
  border-color: #f0ad4e;
  color: #f0ad4e;
}

.custom-btn-warning:hover,
.custom-btn-warning:focus {
  background-color: #f0ad4e;
  color: #fff;
  border-color: #eea236;
}
	

/* LOGO / JUMBOTRON BLOCK */
.logo-slogan {
    font-family: "Protest Revolution", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2.0em;
    rotate: -5deg;
}
.center-block {
	margin-top:-30px;
	background-image:url('/userfiles/images/website/hero_background.jpg');
	background-position:center;
	background-size:cover;
	padding-top: 50px;
	padding-bottom:50px;
}
.sub-hero-window {
	height:250px;	
	background-position:center;
	background-size:cover;
	background-attachment:fixed;
}
.site-color-white {
	color:#FFF;
}



/* BANNER SPECIFIC CHANGES */
.video_banner_block_19 {
	margin-top:-50px;
}

/* PRODUCTS LISTING STYLES */
.product-block {
	margin-bottom:5vh;
}
.product-block h5 {
	margin-top:0px;
	padding-left:10px;
	font-size:1.25em;
	font-weight:bold;
}
.product-block p {
	padding-left:10px;
}

/* Responsive tweaks */
@media (max-width: 768px){
	.logo-slogan {
		font-size: 1.25em;
	}
	.jumbotron .text-right {
		margin-top:10px;	
	}
	h4 small {
		font-size:0.5em;	
	}
	.sub-hero-window {
		background-attachment:inherit;	
	}	
}