
.navbar-light {
	background:#fff;
	background-color: rgba(255, 255, 255, 1);

}
/* Show it is fixed to the top for fixed navbar */
body {
	background: #fefefe;
	/*background-image: linear-gradient(to bottom, rgb(0, 0, 0), rgb(1, 39, 56));*/
	/*min-height: 75rem;*/
	padding-top: 3.5rem; /*remove this to start content at top*/
}


.stack-sans-text {
  font-family: "Stack Sans Text", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
}
.roboto {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

.anton-regular {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-style: normal;
}

h1, 
h2,
h3,
h4,
h5,
h6 { 
	color: #063561; 
	font-family: "Roboto", sans-serif;
}

h3 {
	color:#9c7706;
}

.gold {
	color:#9c7706;
}

p { 
	font-family: "Roboto", sans-serif;
	font-weight:200;
}

.display-4 {
	color: #fff; 
	font-family: "Roboto", sans-serif;
	font-weight:700;
}

.display-6 {
	color: #fff; 
	font-family: "Roboto", sans-serif;
	font-size:24px;
}

.btn-primary {
	border:0;
	background-image: linear-gradient(to bottom, rgb(1, 70, 122), rgb(0, 42, 74));
	font-family: "Roboto", sans-serif;
	font-weight:300;
}

.form-select {
	
width:auto;
	background: transparent;
	background: url(../assets/gold-arrow.png) no-repeat right #fff;
		font-family: "Roboto", sans-serif;
	font-weight:300;
	/* padding:10px; */
	color: rgb(1, 70, 122);
	-webkit-appearance: none;
	display: inline;
	border:1px solid #9c7706;
}


.btn-primary:hover {
	transform: scale(1.025, 1.025); 
	background-image: linear-gradient(to bottom, rgb(1, 42, 74), rgb(0, 23, 40));
}

.prod_thumb {
	cursor:pointer;	
}

.prod_thumb a {
	text-decoration:none;
	color:inherit;
}

.prod_thumb:hover {
	transform: scale(1.025, 1.025);
}

.img_thumb {
	cursor:zoom-in;	
}

.img_thumb a {
	text-decoration:none;
	color:inherit;
}

.img_thumb:hover {
	transform: scale(1.025, 1.025);
}

.prod_img_big {
	position: fixed;
	/* display:block; */
	width:80%;
	top:2%;
	height:auto;
	left:10%;
	background:rgb(0, 51, 75);
	z-index:9999;
}

.blackoutALL {
	position: fixed;
	display:block;
	width:100%;
	/* min-height:1200px; */
	background:rgba(0, 0, 0, 0.9);
	left:0px;
	top:0px;
	z-index:9998;

		/* position: absolute; */
	width:100%;
	height:100%;
	background:rgba(0, 23, 40, 0.5);
	left:0px;
	top:0px;
	display:block;
}

.plainlink a {
	color: #063561; 
	text-decoration:none;
	padding:0;
}

.plainlink a:hover {
	border-bottom:1px solid #063561; 
}

.mynavlink {
	/* border-top:1px solid #063561;  */
	padding-top:20px;
}
.mynavlink a {
	color: #063561; 
	text-decoration:none;
	padding:0;
}

.mynavlink a:hover {
	border-bottom:1px solid #063561; 
}


.footer {
  width: 100%;
  background-color: rgba(147, 144, 144, 0.1);
  background-image: linear-gradient(to bottom, rgb(1, 42, 74), rgb(0, 23, 40));
  color:#fff;
  padding:0;
  padding-top:20px;
  text-align:left;
}

 .footer p {
	font-family: "Roboto", sans-serif;
	color:#8ea6b9; font-size: small;
	margin-left:0px;
 }

 .footer h6 {
	color:#9c7706;
 }

 .footer a, .contact a {
	color:#a5bfd5;
	text-decoration: none;
	border-bottom:1px solid rgb(66, 67, 67);
 }

.footer a:hover , .contact a:hover {
	color:#fff;
 }

 .nav-item a {
	color: #063561; 
	padding-left:4px;
 }

.nav-item a:hover {
	color: #9c7706; 
	
 }

 .active { /*used by navbar*/
	/* border-left:2px solid rgba(147, 144, 144, 1); */
  /* background-image: linear-gradient(to bottom, rgb(1, 42, 74), rgb(0, 23, 40)); */
  /* color:#fff !important; */
  color: #9c7706 !important; 
  padding-left:10px !important;
 }

.fixedScrollUp {
	position:fixed; bottom:5%; right:5%; color:#fff; z-index:9999;
	height:5%; 
	cursor: pointer;
	background:rgb(4, 166, 241);
	border-radius: 30%;
	width:auto;
}

.fixedScrollUp i {
	font-size:36px; line-height:36px;
}

.fade-in {
	opacity: 1;
	animation-name: fadeInOpacity;
	animation-iteration-count: 1;
	animation-timing-function: ease-in;
	animation-duration: 1.5s;
}

@keyframes fadeInOpacity {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}


.hide {
	display:none;
}

.show {
	display:inline;
}

.emailform_warn_arrow_up {
	margin-left:10px;
	width: 0; 
	height: 0; 
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #B8383B;
}

.emailform_warn {
	display:inline-block;
	/*padding:5px;*/
	width:100%;
	color:#fff;
	background:#B8383B;
	border-radius:6px;
	margin-bottom:5px;
	padding:2px;
	padding-left:5px;
}

input[type=text], textarea {
  font-size: 15px; padding:10px; margin-bottom:5px;
  border:none;
  border-bottom: 1px solid #737373;
  border-radius:5px;
  width:100%;
  resize:none;
  background:none;
  outline:none;
  color:#000;
}

.blackout {
	position: absolute;
	width:100%;
	height:100%;
	background:rgba(0, 23, 40, 0.5);
	left:0px;
	top:0px;
	display:block;
}

.whiteout {
	position: absolute;
	width:100%;
	height:100%;
	background:rgba(250, 251, 252, 0.5);
	left:0px;
	top:0px;
	display:block;
}

.jumbo_pic {
	position: relative;
	min-height:270px;
	display:block;
}

.bigpic {
	width:100%; padding:0; border:0; margin:0; ;
	background-attachment: fixed;
    background-position:top;
    background-repeat: no-repeat;
    background-size: 100%;
	/* background-image:url(../assets/bdl-videp-background.jpg); */
	/*padding-top:5%; padding-bottom:5%;*/
	/*height:400px;/*
	/*padding-top:130px;*/
}

/**this is a fix for background fixed on ios*/

.bigpic, .bigpic_about {
	-webkit-clip-path: inset(0 0 0 0);
	clip-path: inset(0 0 0 0);
	background-size: 0px !important;
	overflow: hidden;
	position: relative;
}

.bigpic:before, .bigpic_about:before  {
  background-image: inherit !important;
  background-repeat: inherit !important;
  background-size: cover;
  background-position: inherit;
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1 !important;
  will-change: transform;
  pointer-events: none;
}
/**end ios fix for fixed image background*/

.hidedesktop {
	display:none;
}

/* Smartphones (portrait and landscape) ----------- */
@media screen 
and (min-width: 320px) 
and (max-width: 600px) 
{
.hidemobile {
	display:none;
}

.hidedesktop {
	display:inline;
}


.mobile_center {
	text-align:center;
}

.footer {
	text-align:center;
}

.prod_img_big {
	width:100%;
	left:0;
	top:20%;
}


}