/* custom styles  */
@font-face {
	font-family: 'futuramedium';     
	src: url('/fonts/futura_medium_bt-webfont.woff2') format('woff2'),         
	url('/fonts/futura_medium_bt-webfont.woff') format('woff');    
	font-weight: normal;    
	font-style: normal;
}

h1, h2, h3, h4, h5, p {
	font-family: 'futuramedium';   
}
.navbar-brand img {
	max-width: 120px;
	width: 100%;
}
.text-muted {
    color: #6c757d!important;
	font-family: 'futuramedium'; 
}
section {
    display: block;
    margin-top: 5em;
}
.container-fluid.board-img {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}
.container-fluid.board-img img {
    max-width: 4000px;
    width: 100%;
}

.display-4 {
	font-family:'futura';
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 1.2;
	color: #fff;
}
.myButton {
	box-shadow:inset 0px -3px 7px 0px #29bbff;
	background:linear-gradient(to bottom, #2dabf9 5%, #1e9fdf 100%);
	background-color:#2dabf9;
	border-radius:3px;
	border:1px solid #0b0e07;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family: 'futuramedium';   
	font-size:15px;
	padding:9px 23px;
	text-decoration:none;
	text-shadow:0px 1px 0px #263666;
}
.myButton:hover {
	background:linear-gradient(to bottom, #1e9fdf 5%, #2dabf9 100%);
	background-color:#1e9fdf;
	color:#ffffff;
	text-decoration:none;	
}

.container {
  	max-width: 960px;
}
a {
    color: #2dabf9;
    text-decoration: none;
    background-color: transparent;
	font-family: 'futuramedium';
}
.bg-dark {
    background-color: #121212!important;
}
.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
    color: #fff;
	font-family: 'futuramedium'; 
	font-size: 21px!important;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    opacity: 0.8;
}
li.nav-item.products a {
	margin: 0;
	width: 15vw;
	background-color: #2dabf9;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
	max-width: 250px;
	max-height: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-family: 'futuramedium';   
	font-size: 21px!important;
	margin-right: -16px;
	color:#ffffff!important;
}
.navbar-dark .navbar-toggler {
    color: #2dabf9 !important;
    border-color: #2dabf9 !important;
}

/* Board 
-------------------------------------------------- */
.product-board {
  /*background: #5c746a;  background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAIElEQVQoU2NcWuD6v2nfFwZcgFFdz/I/TlkGBobhoQAAGHYPccmxFlIAAAAASUVORK5CYII=) repeat;
  color: #1c1c1c; */
  background-image: url(/img/front-page-bkgnd.jpg);	
  margin-top: -32px;
  padding: 2rem 2rem;    
}
img.redo-img {
    background-color: #ffffff;
    border: 3px solid #000;
    padding: 6px;
    border-radius: 20px;
	max-width: 250px;
    width: 100%;
    box-shadow: 0 9px 9px rgba(0, 0, 0, 0.1);
    cursor: pointer;
	margin-bottom: 20px;
}
h1.pg-header {
    color: #000;
    background: #ffa000;
    background: -moz-linear-gradient(left, #2dabf9 0%, #1e9fdf 100%);
    background: -webkit-linear-gradient(left, #2dabf9 0%,#1e9fdf 100%);
    background: linear-gradient(to right, #2dabf9 0%,#1e9fdf 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2dabf9', endColorstr='#1e9fdf',GradientType=1 );
    text-shadow: 2px 2px 2px rgba(129, 206, 245, 1);
    text-align: center;
    width: auto;
    margin: 0 auto 25px;
    display: table;
    padding: 10px;
    border: 5px solid transparent;
    -moz-border-image: -moz-linear-gradient(left, #81cef5 0%, #29bbff 100%);
    -webkit-border-image: -webkit-linear-gradient(left, #81cef5 0%, #29bbff 100%);
    border-image: linear-gradient(to right, #81cef5 0%, #29bbff 100%);
    border-image-slice: 1;
    font-family: 'futuramedium';   
	font-size: 24px;
}
/* Gallery */
.responsive-gallery {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: left;
    justify-content: center;
}
.responsive.wtb {	
    width: 23%; /* for the Where to Buy Page */

}
.responsive {
     width: 23%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 1.75438%;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, .125);
    margin: 10px;
    border-radius: .25rem;
	background-color: #ffffff;
}
.bigpic-box {
    padding: 0px;
    margin: 20px;
}
.bigpic img {
    width: 100%;
}
.container.thumb-box {
    width: 100%;
    padding: 10px;
    text-align: center;
}
.thumb-box img {
    width: 26%;
    border: 1px solid #ccc;
    padding: 0px;
    margin: 5px;
    background: #ffffff;
}
.desc-content {
	padding: 20px;
	font-size: 20px;
	font-family: 'futuramedium';	
}
.desc-content h3.title {
	padding-bottom: 10px;
	font-family: 'futuramedium';	
}
.desc-content ul li {
	padding-bottom: 10px;
	color: #3b3e42;	
	font-family: 'futuramedium';
	font-size: 16px;
}
.wtb {
    background-color: #ccc;
    padding: 15px;
    color: #000;
    font-size: 24px;
    margin-top: 0.5rem;
	font-family: 'futuramedium';
}
.logos img {
    width: 40%;
    margin: 10px;
    padding: 10px;
    background-color: #eee;
    border: 1px solid #eee;
    border-radius: 5px;
}
.blue {
    color: #2dabf9;
}
/* Product Info */

.responsive.product-info {
    width: 40%;
    background-color: #fff;
}
.purchase {
    background: #eeeeee;
    padding: 15px;
    display: inline-block;
    width: 100%;
}
.price {
	font-family: 'futuramedium';	
    float: left;
    margin: 5px 25px 0 0;
	font-size: 20px;
}
.price.center-float {
	float: none;
}
.btn_wtb {
	font-family: 'futuramedium';	
    margin: 0;
    float: right;
	font-size: 16px;
}
.btn_wtb img {
    max-width: 150px;
}

.wtb.products {
    background-color: transparent;
    padding: 15px;
    color: #000;
    font-size: 24px;
    margin-top: 0.5rem;
	font-family: 'futuramedium';	
}

/*
 * Footer
 */
.pb-5, .py-5 {
    padding-bottom: 1rem!important;
}
.pt-5, .py-5 {
    padding-top: 1rem!important;
}
/* Helpers */
.row:after {
  content: "";
  display: table;
  clear: both;
}
.spacer10 {
	height: 10px;
}
.spacer20 {
	height: 20px;
}
.spacer30 {
	height: 30px;
}
.spacer120 {
	height: 120px;
}
.spacer200 {
	height: 200px;
}
/*
 * Custom translucent site header
 */

.site-header {
  background-color: rgba(0, 0, 0, .85);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}
.site-header a {
  color: #999;
  transition: ease-in-out color .15s;
}
.site-header a:hover {
  color: #fff;
  text-decoration: none;
}

/*
 * Dummy devices (replace them with your own or something else entirely!)
 */

.product-device {
  position: absolute;
  right: 10%;
  bottom: -30%;
  width: 300px;
  height: 540px;
  background-color: #333;
  border-radius: 21px;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.product-device::before {
  position: absolute;
  top: 10%;
  right: 10px;
  bottom: 10%;
  left: 10px;
  content: "";
  background-color: rgba(255, 255, 255, .1);
  border-radius: 5px;
}

.product-device-2 {
  top: -25%;
  right: auto;
  bottom: 0;
  left: 5%;
  background-color: #e5e5e5;
}

/*
 * Footer
 */
footer{
	background-color: #000000;
}
/*
 * Privacy Responsive tables
 */
.btn.btn-swipe {
	width: 100%;
	display: none;
}
/* Exit warning pop-up */

div#speedbump {
    display: none;
    z-index: 9999;
    position: fixed;
    top: 20%;
    width: 100%;
}


.btn.btn-modal {
	color: #ffffff;
	background-color: #ed1c24;	
}
.btn.btn-modal:hover {
	color: #ffffff;
    text-decoration: none;
    opacity: 0.7;
}
.modal-content {
    background-color: #eeeeee;
	background-size: cover;
	background-repeat: no-repeat;
}
.modal-content p {
	margin-bottom: 0.3rem;
	font-weight: bold;
    text-align: center;
}
/*Cookie Consent Begin*/

.cc-banner .cc-message {
	font-family: 'Lato', sans-serif;
	display: block;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	max-width: 100%;
	margin-right: 1em;
	color: #fff !important;
}

.cc-banner .cc-message a {
	font-family: 'Lato', sans-serif;
	color: #d30100;
	font-weight: bold;
	font-size: 16px;

}
.cc-banner .cc-message a:hover {
	font-family: 'Lato', sans-serif;
	color: #d30100;
	font-weight: bold;
	opacity: 0.7;	
}
.cc-color-override--950472546 .cc-link, 
.cc-color-override--950472546 .cc-link:active, 
.cc-color-override--950472546 .cc-link:visited, 
.cc-color-override--950472546 .cc-link:hover {
	color: #d30100;
	font-weight: bold;
}
a.cc-link,
a.cc-link:hover {
	color: #d30100 !important;
	font-weight: bold;
}
/*Cookie Consent End*/

/*
 * Extra utilities
 */

.flex-equal > * {
  -ms-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .flex-md-equal > * {
    -ms-flex: 1;
    flex: 1;
  }
}

.overflow-hidden { overflow: hidden; }

/* media queries */

@media (min-width: 576px) {
	.jumbotron {
		padding: 10rem 2rem;
	}
}
@media (max-width: 1024px) {
	.product-board {
		padding: 4rem 2rem;
	}
    .responsive {
		width: 40%;
	}
    .responsive.product-info {
		width: 45%;
	}
}
@media (max-width: 736px) {
	li.nav-item.products a {
		margin: 0;
		width: 15vw;
		background-color: transparent;
		border-top-left-radius: 0px;
		border-bottom-left-radius: 0px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: left;
		-ms-flex-pack: left;
		justify-content: left;
		-webkit-box-align: left;
		-ms-flex-align: left;
		align-items: left;
		font-family: 'Oswald', sans-serif;
		font-size: 21px!important;
		margin-right: 0px;
		color: #ffffff!important;
	}
}
@media (max-width: 640px) {
	.btn.btn-swipe {
		width: 100%;
		display: block;
	}    
    .responsive {
		width: 100%;
	}
}
@media (max-width: 425px) {
	.jumbotron {
		margin-top: 5rem;
	}
	.display-4 {
		color: #000;
		background-color: rgba(255, 255, 255, 0.4);
		padding: 12px;
		border-radius: 10px;
	}
    h1.pg-header {
        font-size: 25px;
    }
    .responsive.product-info {
	width: 90%;
    }
	section {
    display: block;
    margin-top:6em;
}
}
