
.navbar-dark {
	/* background:none !important; */
	/* background-image: linear-gradient(to bottom, rgb(109, 55, 239),  rgb(100, 43, 233)); */
	/* border-bottom:1px solid rgba(0, 42, 69, 0.2); */
	background:rgb(0, 0, 0, 0.15);
	padding:0;
padding-top:5px;
/* margin-top:70px; */
}
/* Show it is fixed to the top for fixed navbar */
body {
	/* background: rgb(0, 61, 126, 0.8);
	background-image: linear-gradient(to bottom, rgb(4, 56, 97),  rgb(0, 30, 53)); */
background: #000;
/* background: #474647; */
/* background:#fff; */
	/*min-height: 75rem;*/
	/*padding-top: 3.5rem; /*remove this to start content at top*/

}

.fixed-top {
	top:70px;
}

.toplogo {
	position:fixed;
	top:0px;
	width:100%;
	background:rgb(0, 0, 0, 0.6);
	/* background-image: linear-gradient(to bottom, rgb(0, 0, 0),  rgb(56, 55, 55)); */
	/* border-bottom:1px solid rgba(227, 227, 227, 0.2); */
	/* padding:5px 0px 5px 0px; */
	padding:10px;
	z-index:9999;
	text-align:center;
}

.toplogo img {
	height:50px;
}

.toplogoicon {
	color:rgb(255, 255, 255, 0.3);
	font-size:20px;
	line-height:32px;
	padding:0;
	padding-top:10px;
}

.toplogoicon a {
	color:#f3781e; 
	text-decoration:none;
}

.toplogoicon a:hover {
	color:#fdfeff;
	text-decoration:none;
}

.glass {
	background: rgba(255, 255, 255, 0.15);

}
header {
  position: relative;
  background-color: black;
  height: 80vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
  background: url('assets/temp.png') no-repeat center center;
}

header video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

header .container {
  position: relative;
  z-index: 2;
}

header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 1;
}

.bigboxes {
	/* margin-top:20px; */
	background:rgba(255, 255, 255, 0.0);
	/* border-radius:20px; */
	/* padding:20px; */
}

.corner-top-left {
	border-top:4px solid #f3781e;
	border-left:4px solid #f3781e;
	width:30px;
}

.corner-top-right {
	border-top:4px solid #f3781e;
	border-right:4px solid #f3781e;
	width:30px;
}

.corner-bottom-left {
	border-bottom:4px solid #f3781e;
	border-left:4px solid #f3781e;
	width:30px;
}

.corner-bottom-right {
	border-bottom:4px solid #f3781e;
	border-right:4px solid #f3781e;
	width:30px;
}

.spotlight {
	background: rgba(255, 255, 255, 0.15);
}


.bigpic {
	width:100%; padding:0; border:0; margin:0; background:url(../assets/photo-background.jpg);
	background-attachment: fixed;
    background-position:top;
    background-repeat: no-repeat;
    background-size: 100%;
	/*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*/


.inter-text {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

h1, 
h2,
h3,
h4,
h5,
h6 { 
 	font-family: "Inter", sans-serif;
	/* color:#000; */
}

h1 {
	 font-family: "Inter", sans-serif;
	 font-weight:400;
	  /* font-size: 3rem; */
	  color: #f3781e;
	  /* text-transform: uppercase; */
}

h2 {
	 font-family: "Inter", sans-serif;
	 font-weight:400;
	 /* color:#1ee1f3; */
	 color:#fff;
}

h3 {
	/* border-bottom:4px solid rgb(109, 55, 239); */
 	font-family: "Inter", sans-serif;
	 font-weight:200;
	 color:#fff;
}

h4 {
	color:#3fff7e;
		 font-family: "Inter", sans-serif;
	 font-weight:400;
	 font-size: 18px;
}

p { 
	font-family: "Inter", sans-serif;
	font-weight:300;
	color:#fff;
}

.display-1 {
	color:#fff;
}

.btn-primary {
	border:0;
	/* background:#688023; */
	background-color: rgba(243, 120, 20, 0.6);
	font-family: "Inter", sans-serif;
	font-weight:300;
		border:1px solid #f3781e;
	border-radius:20px;
}

.btn-primary:hover {
	transform: scale(1.025, 1.025); 
	background-color: rgba(243, 120, 20, 0.8);
	border:1px solid #f3781e;
	/* background:#739410; */
}

.prod_thumb {
		background:url(../assets/bg-corners.png);
	/* background-attachment: fixed; */
    background-position:0px 0px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
	padding:1px;
	position: relative;
	cursor:pointer;
}

.prod_thum_label {
	background: rgba(255, 255, 255, 0.15);
	font-family: "Inter", sans-serif;
	font-weight:300;
	color:#fff;
	text-align:center;
	font-size:14px;
	line-height:30px;
}
.youtube_holder {
	background:url(../assets/bg-corners.png);
	/* background-attachment: fixed; */
    background-position:0px 0px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
	
	/* height:400px; */
	width:100%;
	
	padding:3px;
	/* border:1px solid #000; */

	/* border-radius:25px; */
}


.youtube-container {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%; /*16:9 aspect ratio*/
	height: 0;
	overflow: hidden;
	max-width: 100%;
	/* background: #000; */
	/* border-radius:25px; */
}

.youtube-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.playbutton {
	position:absolute;
	top:20%;
	left:40%;
	background:none;
	/* background-color: rgba(255, 255, 255, 0.2); */
	width:20%;
	height:30%;
	/* border-radius:50%; */
	text-align:center;
	color:#fff;
	font-size:36px;
	line-height:36px;
	font-weight: 900;
	padding-top:0px;
	padding-left:0px;
	/* border:1px solid #fff; */
	cursor:pointer;
}

.about ul {
	color:#fff;
	/*assets/orange-arrow.png)*/
	list-style-image: url(../assets/bullet.png);
	
		font-family: "Inter", sans-serif;
	font-weight:300;
	color:#fff;
	line-height:38px;
}
.plainlink a {
	color: #063561; 
	text-decoration:none;
	padding:0;
}

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



.footer {
  width: 100%;
  background-color: rgba(10, 10, 10, 0.3);
  color:#fff;
  padding:0;
  padding-top:20px;
  text-align:left;
}

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

 .footer h6 {
	color:#f3781e;
 }

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

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

 .nav-item a {
	background:url(../assets/orange-arrow.png) no-repeat left center;
	color: #d2d2d3; 
		font-family: "Inter", sans-serif;
	font-weight:300;
	letter-spacing: 1px;
	/* line-height:16px; */
	/* text-transform: uppercase; */
	margin-left:10px;
	margin-right:10px;
	padding-left:10px !important;
	/* background-color: rgba(0, 47, 78, 0.8); */
 }

.nav-item a:hover {
	/* border-bottom:1px solid #fafafa; */
	color: #ffffff; 
 }

 .navbar-brand a {
	color:#ffffff;
	text-decoration:none;
	font-size:16px;
	font-family: "Inter", sans-serif;
	font-weight:400;
 }

 .navbar-brand a:hover {
	border-bottom:1px solid #fafafa;
	color: #ffffff; 
 }


 .active { /*used by navbar*/
  /* color: #063d9c !important;  */
  background:url(../assets/orange-arrow-on.png) no-repeat left center !important;
  color:#fff !important;
  /* border-bottom:2px solid #d1fd51; */
  /* background: #fba802 !important; */
 }

 .orange {
	color:#f3781e;
 }
 .green {
	color:#1ee1f3;
 }

 .greendark {
	color:#a4cd2c;
 }

.green_bg {
	background:#688023;
 }

 .showcase .showcase-text {
	
  padding: 3rem;
}
.showcase .showcase-img {
  min-height: 25rem;
  background-size: cover;
}

.padder {
	height:110px;
}
.black_bg {
	background:#333332;
}
/* @media (min-width: 768px) {
  .showcase .showcase-text {
    padding: 7rem;
  }
} */


.fixedScrollUp {
	position:fixed; bottom:5%; right:5%; color:#fff; z-index:9999;
	height:5%; 
	cursor: pointer;
	background-color: rgba(0, 0, 0, 0.4);
	border-radius: 50%;
	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: 0.5s;
}

.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: 1px solid #b1b1b1;
  border-radius:15px;
  width:100%;
  resize:none;
  background-color: rgba(0, 0, 0, 0.5);
  outline:none;
  color:#fff;
}

.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;
}



.masthead {
  position: relative;
  overflow: hidden;
  padding-top: calc(15rem + 0px);
  padding-bottom: 15rem;
  /* background: linear-gradient(0deg, #ff6a00 0%, #ee0979 100%); */
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  background-size: cover;
}
.masthead .masthead-content {
  z-index: 1;
  position: relative;
}

.hidebig {
	display:none;
}
/* @media (min-width: 992px) {
  header.masthead {
    padding-top: calc(10rem + 5px);
    padding-bottom: 10rem;
  }
} */

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

.mobile_center {
	text-align:center;
}

.footer {
	text-align:center;
}

header.masthead {
	/* background:#000; */
  position: relative;
  overflow: hidden;
  padding-top: calc(2rem + 0px);
  padding-bottom: 3rem;
  /* background: linear-gradient(0deg, #ff6a00 0%, #ee0979 100%); */
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  background-size: cover;
}

.hidebig {
	display:inline;
}
}

@media screen and (max-width: 899px) {

.hidebig {
	display:inline;
}

.playbutton {
top:25%;
	padding-top:4px;
	padding-left:2px;
	font-size: 24px;
line-height:28px;
}



.corner-top-left, .corner-top-right, .corner-bottom-left, .corner-bottom-right {
	width:auto;
}
	
}
 