/*=== MEDIA QUERY ===*/
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');


html, body {
  height: 100%;
}
html {
  overflow-x: hidden;
  background: #FFF;
}
body {
  line-height: 1.5;
  font-family: "Inter", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 15px;
  color: #22252A;
  background:#fff;
}
.main-wrapper {
  min-height: 100%;
	margin:0;
	background-image: linear-gradient(to bottom right, #9a9d9e 10%, #a7adaf);
  /* background-image: linear-gradient(to bottom right, black 30%, #333); */
  /* background-image: url(/new/images/background_5.png); */

}
h1, .h1, h2, .h2 {
  font-family: "Inter", sans-serif;
  text-transform: none;
  font-weight: 800;
  letter-spacing: -2px;
  text-transform: none;
}
h3, .h3, h4, .h4, h5, .h5 {
  font-family: "Inter", sans-serif;
  text-transform:none;
  font-weight: 800;
  letter-spacing: -1px;

}
h1, .h1 {
  font-size: 4.8rem;
	line-height: 4.8rem;
}
/* h2, .h2 {
  font-size: 3.8rem;
  line-height: 4rem;
  background: linear-gradient(45deg, #6633FF, #CC3399);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  display:inline;
} */
h2, .h2 {
  font-size: 3.8rem;
  line-height: 4.4rem;
}
h3, .h3 {
  font-size: 3.2rem;
  line-height:3.6rem;
}
h4, .h4 {
  font-size: 2rem;
  line-height: 2.6rem;
}
h5, .h5 {
  font-size: 1.5rem;
  line-height: 1.8rem;
}
h6, .h6 {
  font-size: 1.2rem;
  font-weight: 700;
}
h7, .h7 {
  font-size: 1rem;
  line-height: 1.4rem;
  font-weight: 700;
}
.section-header {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  grid-template-rows: 36px 0;
  grid-gap: 20px;
  margin:0 0 60px 0;
  background:none;
  color:#B7BECC;
}
.section-header:after,.section-header:before {
  content: " ";
  display: block;
  border-bottom: 2px solid #CFD4DE;
}
.alt {
  font-family: "Inter", sans-serif;
  font-size: 1.2rem;
  letter-spacing:0;
  font-weight: 600;
  text-transform: capitalize;
}
p {
  font-size: 1.2rem;
  line-height: 1.8rem;
  font-weight:400;
}
.col-padding {
	padding:0 12px;
}
.rounded-corners {
	border-radius:4px;
}
.large {
	font-size: 1.4rem;
	line-height: 2.2rem;
}
.highlights ul {
	margin:0;
	padding:0;
}
.highlights li {
  font-size: 1.2rem;
	margin:0;
	padding:0;
}
.highlights {
  font-size: 1.2rem;
	line-height: auto;
	margin:12px 0 12px 0;
	padding:0;
	display: block;
	vertical-align: top;
}
.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
	margin: 0 16px 0 0;
	font-size: 24px;
}
.project .text {
  margin: 0 auto 0 auto;
  padding: 16px 8px 16px 8px;
}
.experience p {
  font-size: 1rem;
  line-height: 1.6rem;
}
.project p {
  font-size: 1.1rem;
  line-height: 1.8rem;
}
.project .col-lg-6, .col-md-6 {
  padding: auto 10px auto 10px;
}
.project {
  margin: 0;
}
.center {
  text-align: center;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.navbar-toggle .icon-bar {
  background: #fff;
}
input[type="email"], input[type="password"], input[type="text"], input[type="tel"] {
  box-shadow: none;
  height: 45px;
  outline: none;
  font-size: 14px;
}
input[type="email"]:focus, input[type="password"]:focus, input[type="text"]:focus, input[type="tel"]:focus {
  box-shadow: none;
  border: 1px solid #111;
}
.form-control {
  box-shadow: none;
  border-radius: 0;
}
.form-control:focus {
  box-shadow: none;
  border: 1px solid #111;
}
.py-7 {
  padding: 7rem 0px;
}
.btn {
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  padding: .7rem 1.8rem;
  text-transform: none;
  border-radius: 0;
  transition: all 0.2s ease;
  cursor: pointer;
}
.btn.btn-icon i {
  font-size: 16px;
  vertical-align: middle;
  margin-right: 5px;
}
.btn:focus {
  outline: 0px;
  border: 0px;
  box-shadow: none;
}

.btn-main, .btn-transparent, .btn-small {
  border: 1px solid #FFF;
  color: #FFF;
  transition: all 0.2s ease;
  font-weight:600;
  font-size:1.1rem;
}
.btn-main:hover, .btn-transparent:hover, .btn-small:hover {
  background: #1abeea;
  color: #fff;
  border: 1px solid #1abeea;
}
.btn-main.pink:hover {
  background: #e61ceb;
  color: #fff;
  border: 1px solid #e61ceb;
}
.btn-secondary, .btn-transparent, .btn-small {
  border: 1px solid #22252A;
  color: #22252A;
  transition: all 0.2s ease;
  font-weight:600;
  background: none;
}
.btn-secondary:hover, .btn-secondary:focus, .btn-transparent:hover, .btn-small:hover {
  background: #1abeea;
  color: #fff;
  border: 1px solid #1abeea;
}
.btn-work, .btn-transparent, .btn-small {
  border: 1px solid #FFF;
  color: #FFF;
  transition: all 0.2s ease;
  font-weight:500;
  font-size:1rem;
}
.btn-work:hover, .btn-transparent:hover, .btn-small:hover {
  background: #1abeea;
  color: #fff;
  border: solid 1px #1abeea;
}
#toggle1 {
  border-radius:30px;
  border:1px solid #22252A;
  padding:2px;
  display:inline-block;
  margin-bottom:40px;
}
#toggle1 .btn-toggle-1 {
  border: none;
  color: #22252A;
  transition: all 0.2s ease;
  font-weight:500;
  font-size:1rem;
  border-radius:30px;
  display:inline-block;
  padding:4px 16px;
}

#toggle1 .active1 {
  color: #fff;
  background: linear-gradient(45deg, #33ccff, #ff00ff);
  pointer-events: none;
}
#toggle2 {
  border-radius:30px;
  border:1px solid #22252A;
  padding:2px;
  display:inline-block;
	margin-bottom:40px;
}
#toggle2 .btn-toggle-2 {
  border: none;
  color: #22252A;
  transition: all 0.2s ease;
  font-weight:500;
  font-size:1rem;
  border-radius:30px;
  display:inline-block;
  padding:4px 16px;
}

#toggle2 .active2 {
  color: #fff;
  background: linear-gradient(45deg, #33ccff, #ff00ff);
  pointer-events: none;
}
.btn-solid-border {
  border: 2px solid #111;
  background: transparent;
  color: #22252A;
}
.btn-solid-border:hover {
  border: 2px solid #111;
  background: #111;
}
.btn-transparent {
  background: transparent;
  padding: 0;
  color: #111;
}
.btn-transparent:hover {
  background: transparent;
  color: #111;
}
.btn-large {
  padding: 20px 45px;
}
.btn-large.btn-icon i {
  font-size: 16px;
  vertical-align: middle;
  margin-right: 5px;
}
.btn-small {
  padding: 10px 25px;
  font-size: 12px;
}
.btn-round {
  border-radius: 4px;
}
.btn-round-full {
  border-radius: 50px;
}
.btn.active:focus, .btn:active:focus, .btn:focus {
  outline: 0;
}
.bg-gray {
  background: #f5f8f9;
}
.bg-primary {
  background: #f75757;
}
.bg-primary-dark {
  background: #f52626;
}
.bg-primary-darker {
  background: #dd0b0b;
}
.bg-dark {
  background: #22252A;
}
.bg-gradient {
  background-image: linear-gradient(145deg, rgba(19, 177, 205, 0.95) 0%, rgba(152, 119, 234, 0.95) 100%);
  background-repeat: repeat-x;
}
.timeline {
  border-left: solid 2px #DADFE9;
  padding-left: 80px;
}
.timeline p {
  font-size:1.1rem;
  line-height:1.7rem;
  list-style:square outside none;
  display:list-item;
  margin-left:16px;
  padding-left:8px;
  }
.point {
  display: block;
  border: solid 3px #ff00ff;
  background: #fff;
  border-radius: 50%;
  height: 18px;
  width: 18px;
  z-index: 888;
  margin: 6px 0 0 -90px;
  position: absolute;
}
.dates {
	font-size:1rem;
	line-height:1.8rem;
	color:#22252A;
	font-weight:500;
	padding:0;
	margin-bottom:10px;
}
.spacer {
  height: 48px;
}
.line {
  border-bottom:solid 1px #ccc;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top:20px;
}
.section-number {
  display: block;
  border: solid 1px #ccc;
  color: #999;
	font-size: 1.4rem;
	line-height:2rem;
	font-weight:700;
  background: #fff;
  border-radius: 50%;
  height: 36px;
  width: 36px;
  z-index: 888;
  margin: 0 auto 0 auto;
  position: absolute;
  text-align:center;
}
.section {
  padding: 120px 0;
  margin:0;
  background: #fff;
}
.section-alt {
  padding: 120px 0;
  background: linear-gradient(45deg, #f9f9f9, #f0f0f0);
}
.section-highlight-ir {
  padding: 100px 0;
  background-image: url(https://stevenettlin.com/images/work/ir/background_ir_1.png);
  color:#fff;
}
.section-highlight-rover {
  padding: 100px 0;
  background-image: url(https://stevenettlin.com/images/work/rover/background_rover_2.png);
  color:#fff;
}
.section-highlight-metagenics {
  padding: 100px 0;
  background:linear-gradient(45deg, #4f6d88, #6c859c);
  color:#fff;
}
.section p {
  color: #22252A;
}
.section-sm {
  padding: 70px 0;
}
.section-title {
  margin-bottom: 40px;
}
.section-title .title {
  font-size: 50px;
  line-height: 50px;
}
.section-title p {
  color: #22252A;
  font-family: "Inter", sans-serif;
}
.subtitle {
  color: #22252A;
  font-size: 14px;
  letter-spacing: 1px;
}
.overly, .page-title, .slider, .cta, .hero-img {
  position: relative;
}
.overly:before, .page-title:before, .slider:before, .cta:before, .hero-img:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.overly-2, .bg-counter, .cta-block, .latest-blog {
  position: relative;
}
.overly-2:before, .bg-counter:before, .cta-block:before, .latest-blog:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}
.text-color {
  color: #22252A;
}
.text-black {
  color: #22252A;
}
.text-color2 {
  color: #c54041;
}
.text-color2 {
  color: #b99769;
}
.text-sm p {
  font-size: .9rem;
  line-height:1.2rem;
}
.text-md p {
  font-size: 1.2rem;
  line-height:2rem;
}
.text-lg p {
  font-size: 1.6rem;
  line-height:2.4rem;
  }
.no-spacing {
  letter-spacing: 0px;
}
.intro-copy {
  font-size: 24px;
  line-height: 32px;
	}
/* Links */
a {
  color: #22252A;
  text-decoration: none;
}
a:focus, a:hover {
  color: #fff;
  text-decoration: none;
}
a:focus {
  outline: none;
}
.title-padding {
  padding-bottom: 52px;
}
.experience .title-padding {
  padding-bottom: 52px;
}
.project .title-padding {
  padding-bottom: 52px;
}
.project .title-padding-small {
  padding-bottom: 36px;
}
.screen-label {
	font-size:.9rem;
	line-height:1.4rem;
	font-style: italic;
	color:#666;
	font-weight: 500;
}
.page-margin {
  margin-top: 80px;
}
.page-title {
  padding: 100px 0;
}
.page-title .block h1 {
  color: #fff;
}
.page-title .block p {
  color: #fff;
}
.page-wrapper {
  padding: 60px 0;
}
section {
  margin:0;
}
.algin-block {
  posotion:relative;
}
.vertical-align {
  margin: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.block {
	opacity:1;
}
.tag {
  opacity: 0;
  transform: translateY(80px);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}
.tag.visible {
  opacity: 1;
  transform: translateY(0);
}
.fadeRight {
  opacity: 0;
  transform: translateX(-40px); /* Initial position below */
  transition: opacity 0.5s ease, transform 0.5s ease; /* Smooth transitions */
}
.fadeRight.visible {
  opacity: 1; /* Make visible */
  transform: translateY(0); /* Slide in position */
}
.fadeLeft {
  opacity: 0;
  transform: translateX(40px); /* Initial position below */
  transition: opacity 0.5s ease, transform 0.5s ease; /* Smooth transitions */
}
.fadeLeft.visible {
  opacity: 1; /* Make visible */
  transform: translateY(0); /* Slide in position */
}
.fadeIn {
  opacity: 0;
  transition: opacity 0.5s ease; /* Smooth transitions */
}
.fadeIn.visible {
  opacity: 1; /* Make visible */
}
.fadeUp {
  opacity: 0;
  transform: translateY(40px); /* Initial position below */
  transition: opacity 0.5s ease, transform 0.5s ease; /* Smooth transitions */
}
.fadeUp.visible {
  opacity: 1; /* Make visible */
  transform: translateY(0); /* Slide in position */
}
.fade-in-left {
  animation: slideInLeft .4s ease 1;
  animation-delay: 250ms;
}
.fade-in-right {
  animation: slideInRight .4s ease 1;
  animation-delay: 250ms;
}
.delay1 {
	transition-delay: 100ms;
}
.delay2 {
	transition-delay: 200ms;
}
.delay3 {
	transition-delay: 300ms;
}
#wrapper-work {
  overflow: hidden;
  padding-top: 100px;
}
#wrapper-work ul li {
  width: 50%;
  float: left;
  position: relative;
}
#wrapper-work ul li img {
  width: 100%;
  height: 100%;
}
#wrapper-work ul li .items-text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  padding-left: 44px;
  padding-top: 140px;
}
#wrapper-work ul li .items-text h2 {
  padding-bottom: 28px;
  padding-top: 75px;
  position: relative;
}
#wrapper-work ul li .items-text h2:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 75px;
  height: 3px;
  background: #fff;
}
#wrapper-work ul li .items-text p {
  padding-top: 30px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  padding-right: 80px;
}

/*--
	Tables Start 
--*/

.cell {
	display:flex;
}
.cell-heading {
	padding:10px 24px;
	text-align:left;
	font-size:1.2rem;
	font-weight:700;
	border-radius:6px 6px 0 0;
}
.cell-heading.ir {
	background:linear-gradient(45deg, #2e2aab, #6616a9);
}
.cell-heading.metagenics {
	background:linear-gradient(45deg, #4f6d88, #6b859b);
}
.cell-heading.rover {
	background:linear-gradient(45deg, #5224ec, #0089d5);
}
.cell-body {
	padding:12px 24px;
	text-align:left;
	height:100%;
	background:linear-gradient(45deg, #CFD4DE, #EFF1F5);
	margin-bottom: 40px;
	padding-bottom:0;
	border-radius:0 0 6px 6px;
}
.cell-body p {
	font-size:1rem;
    line-height:1.4rem;
    list-style:square outside none;
    display:list-item;
    margin:12px 0 12px 24px;
    padding:0 0 0 8px;
}

.testimonial {
	padding:28px;
	text-align:left;
	height:100%;
	background-color:#EFF1F5;
	margin-bottom: 40px;
	padding-bottom:0;
	border-radius:4px;
	background-image:url("/images/misc/quote-light.svg");
	background-repeat: no-repeat;
	background-size:140px;
	background-position: 12px 12px;
}
.testimonial p {
	font-size:1.2rem;
    line-height:1.8rem;
	font-style: italic;
}

/*--
	features-work Start 
--*/

#features-work {
  padding-top: 50px;
  padding-bottom: 75px;
}
#features-work .block ul li {
  width: 19%;
  text-align: center;
  display: inline-block;
  padding: 40px 0px;
}
#navbar {
  background-color: transparent;
  position: absolute;
  top: 0;
  width: 100%;
  display: block;
  transition: top 0.4s;
  z-index: 999;
  padding:0 16px 0 16px;
  margin:0;
  padding:20px;
}
#navbar li {
  padding: 0 20px 0 20px;
}
#navbar .nav-link {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  color: #e1e1e1;
  text-transform: none;
  font-size: 1.3rem;
  letter-spacing: -1px;
  transition: all .25s ease;
}
#navbar .nav-link:hover, #navbar .nav-link:focus {
  color: #ffffff;
  top: -6px;
  text-shadow: 0px 0px 20px #ccc;
}
#navbar .btn {
  padding: .8rem 1.5rem;
  color: #fff;
}
.header-top {
  background: #343C46;
  color: #919194;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.header-top .header-top-socials {
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  padding: 12px 0px;
}
.header-top .header-top-socials a {
  color: #919194;
  margin-right: 15px;
  font-size: 16px;
}
.header-top .header-top-info {
  color: #919194;
  font-size: 16px;
}
.header-top .header-top-info a span {
  color: #fff;
}
.header-top .header-top-info a {
  margin-left: 35px;
  color: #919194;
}
.navbar {
	margin:0;
	padding:0;
}
.navbar-brand {
  color: #FF0099;
  font-weight: 800;
  letter-spacing: -1px;
	font-size:1.8rem;
}
.navbar-brand span {
  color: #B7BECC;
  font-weight:700;
  margin-left:4px;
  letter-spacing: 0;
}
.navbar-brand:hover {
	color:#B7BECC !important;
}
.navbar-icon {
	padding:2px 6px;
	margin-right:8px;
	color:#FFF !important;
	font-weight:900;
	background: linear-gradient(45deg, #1abeea, #ff00ff);
	font-family: "Inter", sans-serif;
	font-size: 1.8rem;
	line-height:auto;
	border-radius:2px;
}
.navbar-icon a {
padding:0;
}
.navbar-icon:hover {
	color:#fff !important;
}
.text-red {
  color: #f75757;
}
.text-gray {
  color: #999;
}
.dropdown-menu {
  visibility: hidden;
  filter: alpha(opacity=0);
  opacity: 0;
  transition: all .2s ease-in, visibility 0s linear .2s, -webkit-transform .2s linear;
  transition: all .2s ease-in, visibility 0s linear .2s, transform .2s linear;
  transition: all .2s ease-in, visibility 0s linear .2s, transform .2s linear, -webkit-transform .2s linear;
  -webkit-transition: all .2s ease-in, visibility 0s linear .2s, -webkit-transform .2s linear;
  -o-transition: all .2s ease-in, visibility 0s linear .2s, -o-transform .2s linear;
  -ms-transition: all .2s ease-in, visibility 0s linear .2s, -ms-transform .2s linear;
  width: 250px;
  margin-top: 15px;
  padding: 0px;
  border-radius: 0px;
  display: block;
}
.dropdown-toggle::after {
  display: none;
}
.dropdown:hover .dropdown-menu {
  visibility: visible;
  transition: all .45s ease 0s;
  opacity: 1;
}
.dropdown-item {
  padding: .8rem 1.5rem;
  text-transform: uppercase;
  font-size: 14px;
}
.dropdown-item:hover {
  background: #fff;
  color: #fff;
}
ul.dropdown-menu li {
  padding-left: 0px !important;
}
.bg-1 {
  background: url("../images/bg/home-2.jpg") no-repeat 50% 50%;
  background-size: cover;
}
.bg-2 {
  background: url("../images/bg/home-5.jpg");
  background-size: cover;
}
.bg-black {
  background: radial-gradient(#444, #111);
}
.bg-gray {
  background: radial-gradient(#666, #444);
}
.text-white {
  color: #fff;
}
.slider {
  background-image: url(https://stevenettlin.com/images/home/slider_background_desktop_alt_5.png);
  padding: 10px 0 0 0;
  margin: 0;
  background-repeat: no-repeat;
  background-size: cover;
  /* background-image: linear-gradient(to bottom right, #9a9d9e 10%, #a7adaf); */
  height: 100vh;
  background-position: bottom right;
}
.slider .block {
  padding:28vh 0 0 0;
  margin:0 0 20px 0;
}
.slider .block h1 {
  font-size: 60px;
  line-height: auto;
  font-weight: 400;
  color: #fff;
  padding-bottom: 20px;
	text-transform: uppercase;
}
.slider .block h2 {
  font-size: 4.8rem;
  line-height: 5rem;
  display: inline;
  color: #FFF;
  font-weight:800;
  text-transform: none;
	/* background: linear-gradient(45deg, #662D8C, #ED1E79);
                -webkit-background-clip: text;
                background-clip: text;
                color: transparent; */
}
.slider .block h3 {
  font-size: 24px;
  line-height: 60px;
  font-weight: 700;
  color: #fff;
  padding-bottom: 20px;
}
.slider .block p {
  margin-bottom: 30px;
  color: #ffffff;
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 400;
  padding: 0;
}
.banner-404 {
  background-image: url(https://stevenettlin.com/images/misc/404_banner.png);
  padding: 10px 0 0 0;
  margin: 0;
  background-repeat: no-repeat;
  background-size: cover;
  /* background-image: linear-gradient(to bottom right, #9a9d9e 10%, #a7adaf); */
  height: 100vh;
  background-position: center;
}
.banner-404 .block {
  padding:12vh 0 0 0;
  margin:0 auto;
	text-align:center;
	color:#FFF;
}
.logo {
  margin-bottom: -10px;
	padding:0;
	height: 40px;
}
.logo-text {
	font-family: "Inter", sans-serif;
	font-weight: 200;
	color: #fff;
}
.script {
  margin:3px;
	padding:0;
	height: 100%;
	position:absolute;
}
.script img {
	height: 34px;
	width:auto;
	vertical-align: baseline;
}
.logo img {
  height: 200px;
  fill: linear-gradient(45deg, #33FF33, #00CCFF);
}
.avatar {
  display: block;
  width: 48px;
  height: 48px;
  border-width: 2px;
  border-style: solid;
  border-color: linear-gradient(45deg, #33FF33, #00CCFF);
  border-radius: 50%;
  margin: 0 auto 0 auto;
  overflow: hidden;

}
.avatar img {
  display: block;
  width: 100%;
  height: 100%;
}
.slider .block span {
  letter-spacing: 1px;
}
.intro-item {
  margin: 60px 20px 20px 20px;
  text-align:center;
}
.intro-item i {
  font-size: 60px;
  line-height: 60px;
}
.icon {
  margin: 0 auto 30px auto;
  padding: 0 auto 20px auto;
  max-height: 100%;
  display: block;
  position:relative;
}
.icon img {
  max-height: 80px;
  display: block;
  margin: 0 auto 0 auto;
}
.icon-2 {
  margin: 0 auto 0 auto;
  height: 112px;
  width:112px;
  display: block;
  background:#fff;
  border: solid 2px #333;
  border-radius:50%;
  padding:16px;
}
.icon-2 img {
  max-height: 80px;
  display: block;
  margin: auto;
  opacity:.9;
}
.color-one {
  color: #fff;
}
.color-two {
  color: #00d747;
}
.color-three {
  color: #9262ff;
}
.color-four {
  color: #088ed3;
}

.intro {
  padding:140px 0;
}

/* .intro h2 {
	background: linear-gradient(45deg, #6633FF, #CC3399);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
	display:inline;
} */

.intro p {
	font-size: 1.2rem;
	line-height: 2rem;
}
.intro .icon-copy {
	color: #22252A;
	font-size:1.1rem;
	line-height:1.8rem;
}
.intro .intro-item h2, h3 {
	color: #22252A;
}
.portfolio {
	padding:120px 0;
	background: linear-gradient(45deg, #111, #222);
}
/* .portfolio h2 {
	background: linear-gradient(45deg, #6633FF, #CC3399);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
	display:inline;
} */
.experience {
  padding:120px 0;
}
/* .experience h2 {
	background: linear-gradient(45deg, #6633FF, #CC3399);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
	display:inline;
} */
.project-primary {
  padding: 140px 8px 100px 8px;
  margin: 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  display:block;
  /* background-image: linear-gradient(to bottom right, #75737c 10%, #8b8990); */
}
.project-primary.rover {
  background-image: url(https://stevenettlin.com/images/work/rover/background_rover_2.png);
}
.project-primary.srf {
  background-image: url(https://stevenettlin.com/images/work/srf/background_srf_2.png);
}
.project-primary.ir {
  background-image: url(https://stevenettlin.com/images/work/ir/background_ir_1.png);
}
.project-primary.metagenics {
  background-image: url(https://stevenettlin.com/images/work/metagenics/background_metagenics_1.png);
}
.about-primary {
  padding: 260px 8px 260px 8px;
  margin: 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  display:block;
  background-position: bottom right;
}
.about-primary.about {
  background-image: url(https://stevenettlin.com/images/about/jtree_banner_5.png);
}
.project-primary .block {
  padding:0;
  margin:0 0 0 0;
  display:block;
  position:relative;
}
.project-primary .block h1 {
  font-size: 4em;
  line-height: 4rem;
  color: #fff;
  font-weight:800;
  text-transform: none;
}
.project-primary .block h2 {
  font-size: 3.2rem;
  line-height: 3.2rem;
  display: inline;
  color: #fff;
  font-weight:700;
  text-transform: none;
}
.project-primary .block h3 {
  font-size: 2.4rem;
  line-height: 2.4rem;
  font-weight: 700;
  color: #fff;
  padding-bottom: 20px;
}
.project-primary .block p {
  margin-bottom: 30px;
  color: #fff;
  font-size: 1.3rem;
  line-height: 2rem;
  font-weight: 400;
  padding: 0;
}
.project-primary .block .copy {
  margin: 20% 0 8% 0;
  padding: 0 20px 0 0;
}
.project-primary .block .featured {
  display: block;
  margin: 0 auto 0 auto;
  padding:0;
  right:0;
  overflow:visible;
  max-width: 800px;
}
.project-primary .featured img {
  display: block;
  max-width: 100%;
  right:0;
  -webkit-filter: drop-shadow(0 0.4rem 0.4rem rgba(0, 0, 0, 0.5));
  filter: ddrop-shadow(0 0.4rem 0.4rem rgba(0, 0, 0, 0.5));
}
.project .list {
  margin:16px 0 16px 0;
  padding:0;
  }
.project .list p {
  font-size:1.1rem;
  line-height:1.8rem;
  list-style:square outside none;
  display:list-item;
  margin:8px 0 8px 24px;
  padding:0 0 0 8px;
  }
.project .list-alt {
  margin:8px 0 8px 0;
  padding:0;
  }
.project .list-alt p {
  font-size:.9rem;
  line-height:1.4rem;
  list-style:square outside none;
  display:list-item;
  margin:6px 0 6px 24px;
  padding:0 0 0 8px;
  }
.image-shadow {
	filter: drop-shadow(0 10px 20px #CCC);
	border-radius: 10px;
}
.image-border {
	border: solid 2px #E1E1E1;
	border-radius: 2px;
}

.col-padding {
	padding:20px;
}
.markup {
	font-size:.8rem;
	line-height: 1.2rem;
}
.portfolio-secondary {
  display:block;
  height:100%;
  padding:0;
}
.portfolio-secondary .background {
  background: #F8F9FB;
  height: 80%;
  padding:90px 0 0 0;
  width:100%;
  left:0;
  right:0;
}
.portfolio-secondary h1 {
  font-size: 36px;
  line-height: 60px;
  font-weight: 400;
  color: #fff;
  padding: 0 0 20px 0;
}
.portfolio-secondary h4 {
  line-height: 24px;
  font-weight: 600;
  color: #fff;
  padding: 0;
}
.image {
  width: 100%;
  max-width:1400px;
  margin:0 auto 0 auto;
  display:block;
  padding:12px;
}
.image img {
  display: block;
  width: 100%;
  max-width:1400px;
  margin:0 auto 0 auto;
  padding:0;
}
.screen img {
	box-shadow: 0px 0px 12px #999;
}
.label {
	font-weight: 400;
	margin-top: 20px;
}
.bg-about {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 45%;
  min-height: 650px;
  background: url("../images/about/home-8.jpg") no-repeat;
  background-size: cover;
}
.about-content {
  padding: 20px 0px 0px 80px;
}
.about-content h4 {
  font-weight: 600;
}
.about-content h4:before {
  position: absolute;
  content: "\f576";
  font-family: "Font Awesome 5 Free";
  font-size: 30px;
  position: absolute;
  top: 8px;
  left: -65px;
  font-weight: 700;
}

/* User personas */

.donut_chart {
	display: block;
	max-width:100%;
	margin:40px auto;
}
.donut_chart img {
	padding:40px;
	width:100%;
}

/* User personas */

.persona-container {
	display:block;
	width:100%;
	color:#fff;
}
.persona-container h1 {
	color:#fff;
	font-size:2rem;
	font-weight:700;
}
.persona-container h2 {
	color:#fff;
	font-size:1.6rem;
	font-weight:700;
	border-bottom:solid 1px #fff;
	padding:0;
	margin-bottom:20px;
	width:100%;
	display:block;
}
.persona-container h3 {
	color:#fff;
	font-size:1.6rem;
	line-height:1rem;
	font-weight:700;
	padding:0;
	margin:20px 0 0 0;
	opacity:.6;
}
.persona-container p {
	color:#fff;
	padding:0;
	margin:0 0 8px 0;
}
.persona-container.background-1 {
  background-image: url(https://stevenettlin.com/images/work/ir/background_ir_1.png);
	background-size: cover;
}
.persona-container.background-2 {
  background:linear-gradient(45deg, #4f6d88, #6c859c);
}
.persona-container.background-3 {
  background:linear-gradient(45deg, #4786A4, #327494);
}
.persona-container .left-bar {
	margin:0;
	padding:40px;
}
.persona-container .left-bar .profile-pic {
	max-width:240px;
	max-height:240px;
	margin: 0 auto 24px auto;
}
.persona-container .left-bar .profile-pic img {
	width:100%;
	height:100%;
	border-radius:50%;
	border:solid 4px rgba(255, 255, 255, 0.2);
}
.persona-container .left-bar.background {
	background: rgba(0, 0, 0, 0.2);
}
.persona-container .block {
	padding:16px;
}
.persona-container .block p {
	font-size:1rem;
	line-height:1.4rem;
}
.persona-container .copy {
	padding:20px;
	color:#fff;
	border-radius:8px;
	background: rgba(255, 255, 255, 0.16);
	height:100%;
}
.persona-container .block.background {
	background: rgba(255, 255, 255, 0.2);
}

.testimonial-profile-pic {
	max-width:120px;
	max-height:120px;
}
.testimonial-profile-pic img {
	width:100%;
	height:100%;
	border-radius:50%;
	border:solid 4px rgba(255, 255, 255, 0.6);
}

.counter-item .counter-stat {
  font-size: 50px;
}
.counter-item p {
  margin-bottom: 0px;
}
.bg-counter {
  background: url("../images/bg/counter.jpg") no-repeat;
  background-size: cover;
}
.team-img-hover .team-social li a.facebook {
  background: #6666cc;
}
.team-img-hover .team-social li a.twitter {
  background: #3399cc;
}
.team-img-hover .team-social li a.instagram {
  background: #cc66cc;
}
.team-img-hover .team-social li a.linkedin {
  background: #3399cc;
}
.team-img-hover {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.6);
  opacity: 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}
.team-img-hover li a {
  display: inline-block;
  color: #fff;
  width: 50px;
  height: 50px;
  font-size: 20px;
  line-height: 50px;
  border: 2px solid transparent;
  border-radius: 2px;
  text-align: center;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.team-img-hover:hover li a:hover {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
}
.team-item:hover .team-img-hover {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
.service-item {
  position: relative;
  padding-left: 80px;
}
.service-item i {
  position: absolute;
  left: 0px;
  top: 5px;
  font-size: 50px;
  opacity: .4;
}
.cta {
  background: url("../images/bg/home-3.jpg") fixed 50% 50%;
  background-size: cover;
  padding: 120px 0px;
}
.cta-block {
  background: url("../images/bg/home-3.jpg") no-repeat;
  background-size: cover;
}
.testimonial-item {
  padding: 50px 30px;
}
.testimonial-item i {
  font-size: 40px;
  position: absolute;
  left: 30px;
  top: 30px;
  z-index: 1;
}
.testimonial-item .testimonial-text {
  font-size: 20px;
  line-height: 38px;
  color: #22252A;
  margin-bottom: 30px;
  font-style: italic;
}
.testimonial-item .testimonial-item-content {
  padding-left: 65px;
}
.slick-slide:focus, .slick-slide a {
  outline: none;
}
.hero-img {
  background: url("../images/bg/home-5.jpg");
  position: absolute;
  content: "";
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0px;
}
.h70 {
  height: 55%;
}
.lh-45 {
  line-height: 45px;
}
.pricing-header h1 {
  font-size: 46px;
  font-weight: 300;
}
.pricing .btn-solid-border {
  border-color: #dedede;
}
.pricing .btn-solid-border:Hover {
  border-color: #f75757;
}
.portflio-gallery {
  margin: 0;
}
.portfolio-item {
  margin: 0;
  padding:0;
  min-height:360px;
}
.portfolio-item .block {
  display:block;
  position:relative;
  height:100%;
  padding:40px;
	/* margin:auto 0; */
}
.portfolio-item .block p {
  font-size:1.1rem;
  line-height:1.6rem;
}
.portfolio-item .company-logo {
	display:block;
	position:relative;
	top:0;
	margin:0 0 auto 0;
	padding:0 0 8% 0;
}
.portfolio-item .company-logo img {
	display:block;
}
.portfolio-item h3 {
  font-size:2.4rem;
}
.portfolio-item h5 {
  font-size:1.4rem;
  font-weight: 200;
}
.portfolio-item .portfolio-item-title {
  position:relative;
  height:100%;
  margin:auto 0;
}
.portfolio-item .portfolio-item-image {
  padding:40px 80px 40px 40px;
}
.portfolio-item .portfolio-item-image img {
  -webkit-filter: drop-shadow(5px 30px 20px #111);
  filter: drop-shadow(5px 30px 20px #111);
  max-width:500px;
  float:right;
}
.portfolio-item-description {
  color: #999;
	font-size: 1.2rem;
	line-height: 1.8rem;
	padding:0 24px 0 24px;
	margin:0 0 80px 0;
	display: block;
	position: relative;
}
.portfolio-item .portfolio-item-content {
  position: absolute;
  content: "";
  right: 0px;
  bottom: 0px;
  opacity: 0;
  transition: all .35s ease;
}
.portfolio-item:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  opacity: 1;
  transition: all .35s ease;
  overflow: hidden;
}
.portfolio-item:hover:before {
  opacity: 0;
}
.portfolio-item:hover .portfolio-item-content {
  opacity: 1;
  bottom: 20px;
  right: 30px;
}
.portfolio-item .overlay-item {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 80px;
  color: #f75757;
  opacity: 0;
  transition: all .35s ease;
}
.portfolio-item:hover .overlay-item {
  opacity: 1;
}
.contact-form-wrap .form-group {
  padding-bottom: 15px;
  margin: 0px;
}
.contact-form-wrap .form-group .form-control {
  background: #f5f8f9;
  height: 48px;
  border: 1px solid #EEF2F6;
  box-shadow: none;
  width: 100%;
}
.contact-form-wrap .form-group-2 {
  margin-bottom: 13px;
}
.contact-form-wrap .form-group-2 textarea {
  background: #f5f8f9;
  height: 135px;
  border: 1px solid #EEF2F6;
  box-shadow: none;
  width: 100%;
}
.address-block li {
  margin-bottom: 10px;
}
.address-block li i {
  font-size: 20px;
  width: 20px;
}
.social-icons li {
  margin: 0 6px;
}
.social-icons i {
  margin-right: 15px;
  font-size: 25px;
}
.google-map {
  position: relative;
}
.google-map #map {
  width: 100%;
  height: 450px;
}
.footer {
  background: linear-gradient(45deg, #111, #222);
  position: relative;
  bottom: 0;
  width: 100%;
  display: block;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 20px;
  font-size: 1rem;
}
.footer a {
  color: #fff;
}
.footer-icon {
	display: inline;
	height:18px;
	margin:auto 8px auto 0;
	vertical-align: middle;
}
.footer-icon img {
	height:18px;
	opacity:.4;
}
.copyright {
	text-align: right;
}
.mobile-show {
  display: none;
}
.mobile-hide {
  display: block;
}
.navbar-toggler {
	background-image: url("/images/mobile_bars.png");
	background-repeat: no-repeat;
	border:none;background-repeat: no-repeat;
	display:block;
	height:30px;
	width:30px;
	box-shadow: none;
	outline:none;
}

/* Carousel */

.carousel-light {
	display: none;
	animation: slideInLeft .4s ease 1;
	position:relative;
	}
.carousel-dark {
	display: none;
	animation: slideInLeft .4s ease 1;
	position:relative;
	}
.carousel-1 {
	display: none;
	animation: slideInLeft .4s ease 1;
	position:relative;
	}
.carousel-2 {
	display: none;
	animation: slideInLeft .4s ease 1;
	position:relative;
	}

.slideshow-container {
  max-width: 1440px;
  position: relative;
  margin: auto;
}
.slideshow-container .image {
	max-width:1180px;
}
.slideshow-container .image img {
	max-width:1180px;
}
@keyframes slideInLeft {
  0% { opacity: 0; }
  100% { opacity: 1; }
	from {right:-140px}
	to{right:0}
}
@keyframes slideInRight {
  0% { opacity: 0; }
  100% { opacity: 1; }
	from {left:-140px}
	to{left:0}
}
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 45%;
  width: auto;
  padding: 5px;
  margin: 0;
  color: #ccc;
  font-size: 20px;
  transition: 0.6s ease;
  user-select: none;
  border:solid 1px #ccc;
  border-radius:50%;
  height:40px;
  width:40px;
}

.prev {
  left: -40px;
}
.next {
  right: -40px;
}
a.prev, a.next {
  color: #ccc;
  background:#fff;
}
a.prev:hover, a.next:hover {
  color: #ccc;
  background:#e1e1e1;
}

.light-mode-1 {
	display:block;
}
.dark-mode-1 {
	display:block;
}
.light-mode-2 {
	display:block;
}
.dark-mode-2 {
	display:block;
}

/*=== MEDIA QUERY ===*/
@media only screen and (min-width: 320px) and (max-width: 575px) {
  .header-top .header-top-info a {
    margin-left: 0px;
    display: block;
  }
  .navbar-toggler {
    color: #fff;
  }
  .script img {
	height: 28px;
	width:auto;
	vertical-align: baseline;
}
  #navbar li {
    padding-top: 4px;
    padding-bottom: 4px;
	font-size: 18px;
}
  #navbar ul {
    margin-top:10px;
}
  .slider {
    /* background-image: url(https://stevenettlin.com/images/home/slider_background_mobile_alt_1.png); */
	background:linear-gradient(45deg, #787E8C, #868e9f);
    padding: 10px 0 0 0;
    margin: 0;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    background-position: bottom center;
   }
  .slider {
    padding: 0;
   }
  .slider .block {
    padding:148px 8px 16vh 8px;
    margin:0 0 20px 0;
   }
  .slider .block h2 {
    font-size: 2.8rem;
    line-height: 3rem;
	color: #ffffff;
   }
  .slider .block p {
    margin-bottom: 12px;
    color: #ffffff;
    font-size: 1.2rem;
    line-height: 1.8rem;
    font-weight: 400;
    padding: 0;
   }
	.btn {
  display:block;
  margin-bottom:16px;
		width:100%;
}
  .intro .container {
    padding:0 20px 0 20px;
	}
  .intro p {
	font-size: 1.2rem;
	line-height: 1.8rem;
   }
  .intro h2 {
	font-size: 3rem;
	line-height: 3rem;
   }
  .intro .icon-copy {
	color: #22252A;
	font-size:1.1rem;
	line-height:1.8rem;
}
  .portfolio h2 {
	font-size: 3rem;
	line-height: 3rem;
   }
  .project h2 {
	font-size: 3rem;
	line-height: 3rem;
   }
  .project h3 {
	font-size: 2.4rem;
	line-height: 3rem;
   }
  .project h4 {
	font-size: 2rem;
	line-height: 2.8rem;
   }
  .project .text-sm p {
    font-size: .85rem;
	line-height: 1.2rem;
  }
  .portfolio-item .block {
    padding:20px;
   }
  .portfolio-item .block p {
    font-size:1.1rem;
    line-height:1.6rem;
   }
  .portfolio-item .portfolio-item-image {
    padding:40px;
  }
  .portfolio-item .portfolio-item-image img {
    float:left;
  }
  .experience h2 {
	font-size: 3rem;
	line-height: 3rem;
   }
  .experience .timeline p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .intro-copy {
	font-size: 18px;
	line-height: 24px;
  }
  .project p {
	font-size:1rem;
	line-height:1.6rem;
  }
  .project .list p {
	font-size:1rem;
	line-height:1.6rem;
  }
  .bg-about {
    display: none;
   }
  .title-padding {
    padding-bottom: 52px;
   } 
  .title-padding-small {
    padding-bottom: 36px;
   } 
  .p-5 {
    padding: 2rem !important;
   }
  .timeline h3 {
    font-size: 24px;
    line-height: 28px;
  }
  .timeline h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
  }
  .timeline p {
	font-size:1.1rem;
	line-height:1.6rem;
	list-style:square outside none;
    display:list-item;
	margin-left:16px;
	padding-left:4px;
  }
  .intro-item h3 {
    margin: 10px 0 20px 0;
	text-align: center;
  }
  .intro-item p {
    font-size: 1.1rem;
	line-height: 1.8rem;
	text-align: center;
  }
  .testimonial-item .testimonial-item-content {
    padding-left: 0px;
    padding-top: 30px;
  }
  .footer-socials {
    margin-top: 20px;
  }
  .footer-socials li a {
    margin-left: 0px;
  }
  .text-lg {
    font-size: 2.2rem;
	line-height:3rem;
  }
  .header-top .header-top-info {
    padding-bottom: 15px;
  }
  .widget {
    margin-bottom: 30px;
    padding-bottom: 0px;
  }
  .dropdown-menu {
    display: none;
    width: 100%;
    text-align: center;
  }
  .mobile-show {
    display: block;
  }
  .mobile-hide {
    display: none;
  }
  .project .text {
    order: 2;
  }
  .project .image {
    order: 1;
  }
  .timeline {
    padding-left: 30px;
}
  .point {
    margin-left: -40px;
}
  .project-primary {
    height: 80%;
    padding: 80px 8px 80px 8px;
    width:100%;
    left:0;
    right:0;
}
  .project-primary .copy {
    margin: 12% 0 12% 0;
    padding: 0 20px 0 0;
}
  .project-primary .copy p {
	font-size:1.1rem;
	line-height:1.7rem;
	}
.persona-container h2 {
	color:#fff;
	font-size:1.6rem;
	font-weight:700;
	border-bottom:solid 1px #fff;
	padding:0;
	margin-bottom:20px;
	width:100%;
	display:block;
}
.about-primary {
  padding: 120px 8px 120px 8px;
  margin: 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  display:block;
  background-position: bottom right;
}
.about-primary.about {
  background-image: url(https://stevenettlin.com/images/about/jtree_banner_mobile.png);
}
.about-primary h2 {
	font-size:3rem;
}
.about-primary p {
	font-size:1rem;
	line-height:1.6rem;
}
.copyright {
	text-align: left;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-top .header-top-info a {
    margin-left: 0px;
  }
  .navbar-toggler {
    color: #fff;
  }
  .script img {
	height: 28px;
	width:auto;
	vertical-align: baseline;
}
  #navbar li {
    padding-top: 4px;
    padding-bottom: 4px;
	font-size:18px;
}
  #navbar ul {
    margin-top:10px;
}
  .slider {
    background:linear-gradient(45deg, #787E8C, #868e9f);
    padding: 10px 0 0 0;
    margin: 0;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    background-position: bottom center;
}
  .slider .block {
    padding:160px 0 160px 0;
    margin:0 0 20px 0;
}
  .slider .block h2 {
    font-size: 3.4rem;
    line-height: 3.6rem;
	color: #ffffff;
  }
  .slider .block p {
    margin-bottom: 12px;
    color: #ffffff;
    font-size: 1.4rem;
    line-height: 2rem;
    font-weight: 400;
    padding: 0;
}
  .intro .container {
    padding:0 20px 0 20px 0;
	}
  .intro h2 {
	font-size: 3rem;
	line-height: 3rem;
   }
  .intro p {
	font-size: 1.2rem;
	line-height: 1.8rem;
   }
  .intro .icon-copy {
	color: #22252A;
	font-size:1.1rem;
	line-height:1.8rem;
}
   .portfolio h2 {
	font-size: 3rem;
	line-height: 3rem;
   }
   .project h2 {
	font-size: 3rem;
	line-height: 3rem;
   }
	.project h3 {
	font-size: 2.4rem;
	line-height: 3rem;
   }
  .project h4 {
	font-size: 2rem;
	line-height: 2.8rem;
   }
   .project .text-sm p {
    font-size: .85rem;
	line-height: 1.2rem;
  }
   .portfolio-item .block {
    padding:20px;
   }
   .portfolio-item .block p {
    font-size:1.1rem;
    line-height:1.6rem;
   }
   .portfolio-item .portfolio-item-image {
    padding:40px;
  }
   .portfolio-item .portfolio-item-image img {
    float:left;
  }
   .experience h2 {
	font-size: 3rem;
	line-height: 3rem;
   }
   .experience .timeline p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
   .intro-copy {
	font-size: 18px;
	line-height: 24px;
  }
	.project p {
	font-size:1rem;
	line-height:1.6rem;
  }
	.project .list p {
	font-size:1rem;
	line-height:1.6rem;
  }
  .title-padding {
    padding-bottom: 52px;
}
	.title-padding {
    padding-bottom: 36px;
}
  .bg-about {
    display: none;
  }
  .p-5 {
    padding: 2rem !important;
  }
  .timeline h3 {
    margin: 0 0 30px 0;
  }
  .timeline h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
  }
  .timeline p {
	font-size:1.1rem;
	line-height:1.6rem;
	list-style:square outside none;
    display:list-item;
	margin-left:16px;
	padding-left:4px;
  }
  .testimonial-item .testimonial-item-content {
    padding-left: 0px;
    padding-top: 30px;
  }
  .footer-socials {
    margin-top: 20px;
  }
  .footer-socials li a {
    margin-left: 0px;
  }
  .widget {
    margin-bottom: 30px;
    padding-bottom: 0px;
  }
  .dropdown-menu {
    display: none;
    width: 100%;
    text-align: center;
  }
  .mobile-show {
    display: block;
  }
  .mobile-hide {
    display: none;
  }
  .project .text {
    order: 1;
  }
  .project .image {
    order: 2;
  }
  .timeline {
    padding-left: 30px;
  }
  .point {
    margin-left: -40px;
}
  .project-primary {
    height: 80%;
    padding: 80px 8px 80px 8px;
    width:100%;
    left:0;
    right:0;
}
  .project-primary .copy {
    margin: 12% 0 12% 0;
    padding: 0 20px 0 0;
}
  .project-primary .copy p {
	font-size:1.1rem;
	line-height:1.7rem;
	}
.persona-container h2 {
	color:#fff;
	font-size:1.6rem;
	font-weight:700;
	border-bottom:solid 1px #fff;
	padding:0;
	margin-bottom:20px;
	width:100%;
	display:block;
}
.about-primary {
  padding: 120px 8px 120px 8px;
  margin: 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  display:block;
  background-position: bottom right;
}
.about-primary.about {
  background-image: url(https://stevenettlin.com/images/about/jtree_banner_mobile.png);
}
.about-primary h2 {
	font-size:3rem;
}
.about-primary p {
	font-size:1rem;
	line-height:1.6rem;
}
.copyright {
	text-align: left;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-toggler {
    color: #fff;
  }
  #navbar li {
    padding-top: 4px;
    padding-bottom: 4px;
	font-size:18px;
}
  #navbar ul {
    margin-top:10px;
}
  .slider {
    background:linear-gradient(45deg, #787E8C, #868e9f);
    padding: 10px 0 0 0;
    margin: 0;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    background-position: bottom center;
}
  .slider {
    padding: 0;
  }
  .slider .block {
    padding:20vh 0 0 0;
    margin:0 0 20px 0;
}
  .slider .block h2 {
    font-size: 3.6rem;
    line-height: 3.8rem;
	color: #ffffff;
  }
  .slider .block p {
    margin-bottom: 12px;
    color: #ffffff;
    font-size: 1.4rem;
    line-height: 2rem;
    font-weight: 400;
    padding: 0;
  }
  .timeline h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
  }
  .timeline h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
  }
  .timeline p {
	font-size:1.1rem;
	line-height:1.6rem;
  }
  .portfolio-item .portfolio-item-image {
    padding:40px;
  }
   .portfolio-item .portfolio-item-image img {
    float:left;
  }
  .experience .timeline p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .bg-about {
    display: none;
  }
  .footer-socials {
    margin-top: 20px;
  }
  .footer-socials li a {
    margin-left: 0px;
  }
  .intro-copy {
	  font-size: 18px;
	  line-height: 24px;
  }
  .project p {
	font-size:1rem;
	line-height:1.6rem;
  }
  .project .list p {
	font-size:1rem;
	line-height:1.6rem;
  }
  .blog-item-meta span {
    display: block;
    margin: 6px 0px;
  }
  .widget {
    margin-bottom: 30px;
    padding-bottom: 0px;
  }
  .dropdown-menu {
    display: none;
    width: 100%;
    text-align: center;
  }
  .mobile-show {
    display: block;
  }
  .mobile-hide {
    display: none;
  }
  .project .text {
    order: 1;
  }
  .project .image {
    order: 2;
  }
  .timeline {
    padding-left: 30px;
  }
  .point {
    margin-left: -40px;
  }
  .project-primary {
    height: 80%;
    padding: 80px 8px 80px 8px;
    width:100%;
    left:0;
    right:0;
  }
  .project-primary .copy {
    margin: 12% 0 12% 0;
    padding: 0 20px 0 0;
}
.about-primary {
  padding: 120px 8px 120px 8px;
  margin: 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  display:block;
  background-position: bottom right;
}
.about-primary.about {
  background-image: url(https://stevenettlin.com/images/about/jtree_banner_mobile.png);
}
.about-primary h2 {
	font-size:3rem;
}
.about-primary p {
	font-size:1.1rem;
	line-height:1.8rem;
}
}
@media only screen and (min-width: 992px) and (max-width: 1299px) {
  .mobile-show {
    display: none;
  }
  .mobile-hide {
    display: block;
  }
  .project .text {
    order: 1;
  }
  .project .image {
    order: 2;
  }
  .slider {
    padding: 0;
  }
  .slider .block {
    padding:24vh 0 0 0;
    margin:0 0 20px 0;
}
  .slider .block h2 {
    font-size: 4rem;
    line-height: 4.2rem;
	color: #ffffff;
  }
  .slider .block p {
    margin-bottom: 12px;
    color: #ffffff;
    font-size: 1.4rem;
    line-height: 2rem;
    font-weight: 400;
    padding: 0;
}
  .slideshow-container {
    max-width: 960px;
  }
	.slideshow-container .image {
	max-width:960px;
  }
  .slideshow-container .image img {
	max-width:960px;
  }
  .project-primary .copy {
    margin: 0 0 8% 0;
    padding: 0 20px 0 0;
	font-size:1.2rem;
	line-height:1.8rem;
}
  .project-primary .copy p {
	font-size:1.1rem;
	line-height:1.7rem;
  }
}
