
.navbar-dark {
	background:#000;
	background-color: rgba(0, 0, 0, 0.8);

}
/* Show it is fixed to the top for fixed navbar */
body {
	background: #000;
	/*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*/
}

.bd-placeholder-img {
	font-size: 1.125rem;
	text-anchor: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	}

	@media (min-width: 768px) {
	.bd-placeholder-img-lg {
		font-size: 3.5rem;
	}

	.mobilevideo video{

	top:200px;
	}
	}
	/*end of fix navbar */

	.carousel {
	/*margin-top:-100px; /* added this flush it with top of page */
	}

.myvideo {
	background:url(../assets/mac.png);
	/* border:1px solid #fff; */
	/* background-attachment: fixed; */
    background-position:0px 0px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
	height:400px;
	width:600px;
	margin-left: calc(50% - 300px);
}

.myvideo video {
	margin-top:52px;
            width: 402px;    /* Adjust size as needed */
            height: 286px;
            object-fit: cover; /* Optional: for background-style videos */
        }

.mobilevideo video{
	background:url(../assets/mobile-video-bg.jpg);
	background-size: 100% 100%;
	background-position:0px 0px;
	width:160px; /*240 original*/
	height:346px; /*520 original*/
	position: absolute;
	top:260px;
	left: calc(50% - 80px);
}

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


.display-1 { 
	color: #fff;
	font-family: "Anton", sans-serif;
  	font-weight: 400;
	
	/*text-shadow: 2px 2px #5a5a5a;*/
}
.display-2 { 
	font-family: "Anton", sans-serif;
  	font-weight: 400;
	/* color: #dddbdb;  */
	
}

.display-3 { 
	font-family: "Anton", sans-serif;
  	font-weight: 400;
	color: #dddbdb; 
	padding-bottom:20px;
	padding-top:20px;
}

.display-4 { 
	font-family: "Anton", sans-serif;
  	font-weight: 400;
	/* color: #dddbdb;  */
	color:#fff;
	
}

.display-5, 
.display-6 { 
	font-family: "Roboto", sans-serif;
	color: #ccc; 
}

.lead { 
	color: #a7a7a7; 
	font-family: "Roboto", sans-serif;
}



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

h1 {
		color: #fff;
	font-family: "Anton", sans-serif;
  	font-weight: 400;
}

h3 {
	color: #a7a7a7; 
}

p { 
	color: #a7a7a7; 
	font-family: "Roboto", sans-serif;
}

 .footer {
	
  width: 100%;
  /*padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);*/
  background-color: rgba(147, 144, 144, 0.1);
  color:#fff;
  padding-top:20px;
  text-align:left;
}

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

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

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

 .orange {
	color:rgb(241, 99, 4);
 }

.blue {
	color:rgb(4, 166, 241);
 }

 .blue_bg {
	background:rgb(4, 166, 241);
 }

 .green {
	color:rgb(4, 241, 111);
 }

.pink {
	color:rgb(189, 7, 245);
 }

 .yellow {
	color:rgb(238, 250, 12);
 }

 .red {
	color:rgb(241, 7, 7);
 }

.grey {
	color:rgb(125, 125, 125);
 }

 .active { /*used by navbar*/
	border-bottom:2px solid rgb(4, 166, 241);
 }
  .newslist a {
	color:#dddbdb;
	text-decoration: none;
	border-bottom: thick solid rgb(189, 7, 245);
 }

  .newslist a:hover {
	color:#fff;
	border-bottom: thick solid white;
 }

.blackfade_bg {
	background-color: rgba(147, 144, 144, 0.1);
}


.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, 0, 0, 0.5);
	left:0px;
	top:0px;
	display:block;
}

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

.plainlink a:hover {
	color: #fdffff; 
	border-bottom:1px solid #fff; 
}

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

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



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

.nolinks a {
	text-decoration:none;
}


.hide {
	display:none;
}

/*this is used by cms buuild and swapped out to display ext URL*/
.hide_special {
	display:none;
}


.show {
	display:inline;
}

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

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

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

.bigpic {
	width:100%; padding:0; border:0; margin:0; background:url(../assets/black_bg.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*/


/*hide arrows on number input field in forms*/
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
/*--end of hide arrows--->

/**trying to put everything that may change size here */
.resp_maingpageimage img {
	width:80%;
	position: relative;
}

.resp_proj_image img {
	width:100% !important;
}
.resp_proj_text {
	text-align:left;
}

.resp_proj_text ul { 
	color: #a7a7a7; 
	font-family: "Roboto", sans-serif;
	text-align:left;
}

.pricelist ul {
	color:#a7a7a7;
	list-style-type: circle;
	padding-inline-start: 20px;

}

.pricelist li {
	text-indent:none;
}

.bigpic_about { 
	width:100%; padding:0; border:0; margin:0; background:url(../img/about_big.jpg);
	background-attachment: fixed;
    background-position:top;
    background-repeat: no-repeat;
    background-size: 100%;
	height:200px;
	/*padding-top:110px; padding-bottom:30px;*/
}

.transp_grad {
	background:url(../img/transparent_gradient.png);
	background-repeat: repeat; 
	background-size: 100%;
	height:200px;
}

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:#fff;
}


.hidedesktop {
	display:none;
}


	@media (max-width: 960px) {


	.mobilevideo video{
	width:120px; /*160 big*/
	height:260px; /*346 big*/
	left: calc(50% - 60px);
	top:310px;
	}
	}

/* Smartphones (portrait and landscape) ----------- */
@media screen 
and (min-width: 320px) 
and (max-width: 600px) 
{

.resp_maingpageimage img {
	width:100% !important;
}

.resp_proj_image img {
	width:100% !important;
	
}

.resp_proj_text {
	text-align:center;
}

.hidemobile {
	display:none;
}

.hidedesktop {
	display:inline;
}

.footer {
	text-align:center;
}

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

.myvideo {
	background:url(../assets/mac.png);
	/* border:1px solid #fff; */
	/* background-attachment: fixed; */
    background-position:0px 0px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
	height:270px;
	width:400px;
	margin-left: calc(50% - 200px);
}
.myvideo video {
	margin-top:32px;
            width: 272px;    /* Adjust size as needed */
            height: 196px;
            object-fit: cover; /* Optional: for background-style videos */
        }

.mobilevideo video{
	width:96px; /*160 big*/
	height:208px; /*346 big*/
	left: calc(50% - 48px);
	top:270px;
}
}