


/*--ipone X Remove Gutters--*/
html {
	padding: env(safe-are-inset);
}

/*--Prevent horizontal scrolling--*/

html, body {
	overflow-x: hidden;
	font-family: 'Roboto', sans-serif;
	color: #505962;
}

.text-knutson {
	color: white;
	font-size: 92px;
}

.offset:before {
	content: "";
	height: 4 rem;
	display: block;
	margin-top:-4rem;
}

offset-motion:before {
	content: "";
	height: 4 rem;
	display: block;
	margin-top:-2rem;
}

[class*="col-"] {
	padding: 1rem;
}

/*--Navigation nav bar--*/

.navbar-brand img {
	height: 2rem;
	padding-right: .8rem;
	font: #F88A00;
}

.navbar {
	padding: .7rem 1rem;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: .1rem;
	font-size: .9rem;
	transition: background-color .5s ease;
}

.navbar-nav li {
	padding-right: .8rem;
}

.navbar-nav .nav-link {
	color: white;
	padding-top: .5rem;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
	color: #f88A00;
}

.custom-toggler-icon {
	color: white;
	font-size: 1.6rem;
}

.navbar.solid, .navbar.solid-toggle {
	background: rgba(0,0,0,.7)!important;
	transition: background-color 1s ease;
} 

button:focus, a:focus, a.btn:focus {
	outline: 0;
	-webkit-appearance: none;
	box-shadow: none;
	transition: all .6s ease;
}

button, a, a.btn,
.svg-inline--fa {
	transition: all .6s ease;
}

/* ----- landing page home ----- */

.landing {
	position: relative;
	width: 100%;
	height: 100vh;
	display: table;
	z-index: -1;
	
}
.home-wrap {
	clip: rect(0, auto, auto, 0);
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}

.home-inner {
	background-image: url('../img/jk_hero_2_copy.jpg');
	position: fixed;
	height: 100%;
	width: 100%;
	background-size: cover;
	background-position: center center;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	will-change: transform;
	display: table;		
}

/* ----- landing page design ----- */

.landing-design {
	background-color: rgba(255,255,255, 0.5); /* white Opacity On Video */
	position: relative;
	width: 100%;
	height: 100vh;
	display: table;
	z-index: -1;
	
}

.home-wrap-design {
	clip: rect(0, auto, auto, 0);
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}

.home-inner-design {
	background-image: url('../img/web_banner_bkg_copy.jpg');
	position: fixed;
	height: 100%;
	width: 100%;
	background-size: cover;
	background-position: center center;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	will-change: transform;
	display: table;		
}

/* ----- landing page resume ----- */

.landing-resume {
	position: relative;
	width: 100%;
	height: 100vh;
	display: table;
	z-index: -1;
	
}
.home-wrap-resume {
	clip: rect(0, auto, auto, 0);
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}

.home-inner-resume {
	background-image: url('../img/STN-sets-on-sawhorse-copy.jpg');
	position: fixed;
	height: 100%;
	width: 100%;
	background-size: cover;
	background-position: center center;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	will-change: transform;
	display: table;		
}


/* ----- Start Video Landing Page ------- */

.video-background {
   position: relative;
   width: 100%;
   min-height: 100vh;
   background-color: rgba(0,0,0,0.40); /* white Opacity On Video */
 }
 .video-wrap {
   clip: rect(0, auto, auto, 0);
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
 }
 
#video {
   position: fixed;
   display: block;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background-size: cover;
   background-position: center center;
   -webkit-transform: translateZ(0);
           transform: translateZ(0);
   will-change: transform;
   z-index: -1000;
 }
 video { 
   position: fixed;
   top: 50%;
   left: 50%;
   min-width: 100%;
   min-height: 100%;
   width: auto;
   height: auto;
   z-index: -100;
   transform: translateX(-50%) translateY(-50%);
   background: url('') no-repeat;
   background-size: cover;
   transition: 1s opacity;
 }


/* ----- Start Landing page Caption ----- */

.caption-motion {
	z-index: 1;
	position: absolute;
	top: 40%;
	width: 100%;
	max-width: 100%;
	
}

.caption-motion h1 {
	font-size: 3.5rem;
	letter-spacing: .3rem;
	text-shadow: .1rem .1rem .3rem black;
	text-align: center;
	padding-bottom: 1rem;
		
}

.caption-motion h3 {
	font-size: 1.5rem;
	letter-spacing: .3rem;
	text-shadow: .1rem .1rem .3rem black;
	text-align: center;
	padding-bottom: 2rem;
}

.caption-motion .btn-lg {
	border-width: medium;
	padding: .8rem 1.5;
	font-size: 1.1rem;
	
}
/* ----- Start Landing page Caption Home ----- */

.caption {
	z-index: 1;
	position: absolute;
	top: 50%;
	width: 100%;
	max-width: 100%;
	
}

.caption h1 {
	font-size: 3.5rem;
	letter-spacing: .3rem;
	text-shadow: .1rem .1rem .3rem black;
	text-align: center;
	padding-bottom: 1rem;
		
}

.caption h3 {
	font-size: 1.5rem;
	letter-spacing: .3rem;
	text-shadow: .1rem .1rem .3rem black;
	text-align: center;
	padding-bottom: 2rem;
}

.caption .btn-lg {
	border-width: medium;
	padding: .8rem 1.5;
	font-size: 1.1rem;
	
}
.arrow {
	position: absolute;
	bottom: 0;
	width: 100%;
	animation: bounce 2s infinite;
	-webkit-animation: bounce 2s infinite;
}

.down-arrow .svg-inline--fa {
	color: white;
	font-size: 2.3rem;
	opacity: .6;
	
}

.down-arrow .svg-inline--fa:hover {
	opacity: .9;
	
}

.btn-sm {
	border-width: medium;
	border-radius: 0;
	padding: .5rem 1.1rem;
	text-transform: uppercase;
	font-size: .9rem;
	margin: 1rem;
	
}

.btn-knutson {
	background-color: #F88A00;
	color: white;
}

.btn-knutson:hover {
	background-color: #E28005;
	color: white;
}

h3.heading {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1.9rem;
	text-align: center;
	margin-bottom: 1.9rem;
	
}
.heading-underline {
	width: 3rem;
	height: .25rem;
	background-color: #F88A00;
	margin: 0 auto 2rem;
		
}

.feature span {
	color: #F88A00;
}

.feature h3 {
	text-transform: uppercase;
	font-size: 1.3;
	padding-bottom: .4rem;
}

.fixed {
	position: relative;
	width: 100%;
	overflow: hidden;
	
	
}
.fixed-wrap {
	clip: rect(0, auto, auto, 0);
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: -9999;
}

.fixed-dark {
	background-image: url('../img/fixed/billboard.png');
	position: fixed;
	height: 100%;
	width: 100%;
	background-size: cover;
	background-position: center center;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	will-change: transform;	
	z-index: -1;
	top: 0;
	left: 0;
	display: table;
}

.portfolio-item {
	overflow: hidden;
}

.portfolio-item img:hover {
	transform: scale(1.3);
	cursor: zoom-in;
}

.portfolio-item img:hover {
	Transition: transform .4s ease;
}


 .social .ul {
            display: inline;
            padding: 3rem;
        }

.animation video {
	height: 270px;
	animation: infinite;
}

.animation-header-track {
	width: 100%;
	display: flex;
	overflow: hidden;
}

.animation {
	margin-top: 10px;
	padding: 3em 1em
}
/* -------------Start brands Slider--------------------*/

.slide img {
  height: 76px;
  animation: scroll 60s linear infinite;
}

.slide-track {
  width: 100%;
  display: flex;
  gap: 3em;
  overflow: hidden;
}

.slider {
  margin-top: 8px;
  background-color: whitesmoke;
  padding: 3em 1em;
}

@keyframes scroll {
  0% {transform: translateX(0);}
  100% {transform: translatex(-1000%)}
}


/* ------- ANIMATED GIF ----------------*/

.box{
 width: auto;
}

.box img {
  max-width: 100%;
  height: auto; /* vary this to your needs ie auto, 100%, etc */
  margin: 0 auto;

}
.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}

.wrapper-icon {
	display: flex;
	align-items: flex-start;
}



/* ------- START CONTACT ---------------*/

.placeholder-content {
	color: #fff;
	padding: 2.5em;
}

.placeholder-content p {
	max-width: 35em;
	line-height: 27px;
	font-size: 1.1em;
	margin: 1em 0;
}

.footer {
	background-top: url('#') no-repeat;
	background-size: cover;
	color: dimgrey;
/* background-color: darkorange; */
}

.row.outer {
	padding: 1rem 2rem 3rem;
}

.footer img {
	height: 2rem;
	margin: 1.5rem 0;
}

.footer a, .footer ul.social li a {
	color: white;
	
}

.footer a, .footer ul.social li a:hover {
	color: #F88A00; 
	
}

.footer h3 {
	text-transform: uppercase;
	margin: 1.5rem;
}

.form-group {
	margin-bottom: 1.3;
}

.form-control {
	background-color: aliceblue;
	border-radius: 0;
	border: .15rem solid darkgrey;
	color: darkgrey;
	font-size: 1.1rem;
}

.form-control:focus {
	background-color: aliceblue;
	border: .15rem solid #1E1E1E;
}

hr.socket {
	border-top: .2rem solid darkgrey;
	width: 100%
}

/* ------- END CONTACT FORM ---------------*/

/* ------- START TOP SCROLL ---------------*/

a.top-scroll {
	right: 1.2rem;
	bottom: 1.2rem;
	position: fixed;
	opacity: .3;
	z-index: 1000;
}

a.top-scroll:hover {
	opacity: .3;
	
}

.top-scroll .svg-inline--fa {
	background: darkgrey;
	color: #53595f;
	font-size: 3rem;
	height: 1.7rem;
	
}


/*============= MEDIA QUERIES =============*/

/* Devices under 992px (lg) */
@media (max-width: 991.98px) {
   .caption h1 {
      font-size: 3.5rem;
      letter-spacing: .2rem;
      padding-bottom: .8rem;
   }
   .caption h3 {
      font-size: 2.2rem;
      padding-bottom: 1.7rem;
   }
   .caption .btn-lg {
      padding: .7rem 1.2rem;
      font-size: 1rem;
   }
   .clients img {
      max-width: 50%;
      margin: 0 auto;
   }
}



/* Devices under 768px (md) */
@media (max-width: 767.98px) {
   .caption h1 {
      font-size: 2rem;
      letter-spacing: .15rem;
      padding-bottom: .5rem;
   }
   .caption h3 {
      font-size: 1.7rem;
      padding-bottom: 1.2rem;
   }
   .caption .btn-lg {
      padding: .6rem 1.1rem;
   }
   #features h1 {
      font-size: 2rem;
   }
   .fixed-dark {
      background-image: url('../img/fixed/billboard.png')
   }
   .fixed-light {
      background-image: url('../img/fixed/billboard.png')
   }
  
   .top-scroll {
      display: none!important;
   }
}


/* Devices under 576px (sm) */
@media (max-width: 575.98px) {
   .caption h1 {
      font-size: .4rem;
      letter-spacing: .1rem;
      padding-bottom: .4rem;
   }
   .caption h3 {
      font-size: .75rem;
      padding-bottom: 1rem;
   }
   .caption .btn-lg {
      padding: .4rem .9rem;
      font-size: .9rem;
   }
}


