body {
  margin: 0;
  color: #101010;
  	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    line-height: 1.5;
	font-weight: 400;
}

p {
	font-size: 16px;
	letter-spacing:.1px;
}

.lil-p {
	margin-top: 5px;
	font-size: 14px;
	line-height: 1.4;
	text-align: center;
}

a {
	color:#80e020;
}

a:hover {
	opacity: .8;
	text-decoration: none;
	-webkit-transition: .2s; 
    transition: .2s;
    transition-timing-function: ease;
}

/* header */

.header {
  background-color:#fff;
  position: fixed;
  width: 100%;
  z-index: 3;
}

.header .wrapper {
	width: auto;
	max-width: 1200px;
	margin: 0 15px;
}

.header ul {
  margin: 3px -15px 0 -15px;
  padding: 0;
  list-style: none;
  overflow: hidden;
  display: block;
  font-family:/*  'Open Sans', 'Helvetica Neue', Helvetica, Arial,  */sans-serif;
}

.header li a {
	font-family:/*  'Open Sans', 'Helvetica Neue', Helvetica, Arial,  */sans-serif;
	display: block;
	color: #101010;
	font-weight: 400;
	font-size: 11px;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 13px 0 13px 15px;
	margin-left: 0px;
	margin-top: -5px;
/* 
	-webkit-transition: .3s; 
    transition: .3s;
    transition-timing-function: ease;
 */
    background-color: white;
    width: 100%;
    z-index:100;
    text-indent: 0;
}

.hide {
	display: none !important;
}

.show {
	display: block;
	padding: 60px 20px 0 20px;
	text-align: left !important;
}

.header li a:hover,
.header .menu-btn:hover {
	color: #1d1e1f;
}

.header .logo {
	display: block;
	float: left;
	padding: 5px 20px 0px 0px;
	color: #101010;
	text-decoration: none;
	font-family:/*  Overpass, 'Helvetica Neue', Helvetica, Arial,  */sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height:1.05;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.header .active {
	font-weight:700; 
	color:#101010; 
}

.header .active:hover {
	color:#101010;
}

/* menu */

.header .menu {
  clear: both;
  max-height: 0;
  transition: max-height .2s ease-out;
}

/* menu icon */

.header .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 22px 1px 16px 1px;
  position: relative;
  user-select: none;
}

.header .menu-icon .navicon {
  background: #80e020;
  display: block;
  height: 2px;
  position: relative;
  transition: background .2s ease-out;
  width: 18px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: #80e020;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}

.header .menu-icon .navicon:before {
  top: 5px;
}

.header .menu-icon .navicon:after {
  top: -5px;
}

/* menu btn */

.header .menu-btn {
  display: none;
}

.header .menu-btn:checked ~ .menu {
  max-height: 240px;
}

.header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

.header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}

.button {
  	font-family: Overpass, Helvetica, Arial, sans-serif;
  	text-align: center;
  	text-decoration: none;
  	text-transform: uppercase;
  	font-size: 11px;
  	letter-spacing: 2px;
  	padding: 7px 16px 6px;
  	color: #101010;
  	border: 1px #101010 solid;
  	margin:5px auto;
  	display:inline-block;
}

.button:hover {
	color: #80e020;
	border-color: #80e020;
	-webkit-transition: .3s; 
    transition: .3s;
    transition-timing-function: ease;
}

.darknav {
	color:#1d1e1f !important;
}

img {
	width: 100%;
}

.img-div {
	margin: 0 auto 20px !important;
	height: auto;
}

.border {
	border:1px solid #d5d5d5;
}

.what-we-do {
	padding: 5px 10px;
	display:flex;
}

.middle-section {
	margin: 40px 0;
	padding-right: 0;
}

li {
/* 
	padding-left: 15px;
 */
	padding-right: 5px;
	text-indent: -14px;
}

h1 {
	color: #101010;
	font-size: 35px;
    font-family: Overpass, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 800;
	display: inline;
	line-height: 1.22;
	padding: 0 5px;
}

h2 {
	font-size: 21px;
	font-family: Overpass, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 200;
	letter-spacing: 2px;
	line-height:1.3;
	text-transform: uppercase;
	margin:10px auto;
}

h3 {
	font-size: 12px;
	font-family: Overpass, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 700;
	padding:0;
	margin: 10px 0 0;
	letter-spacing: 3px;
	text-align: center;
	text-transform: uppercase;
	padding: 0 20px;
}

h4 {
	color: #67cd00;
	font-size: 14px;
	font-family: Overpass, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 700;
	padding:0;
	letter-spacing: 2.5px;
	margin: 5px 0 0 0;
	text-transform: uppercase;
}

h5 {
	font-size: 12px;
	font-family: Overpass, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 700;
	padding:0;
	margin: 10px 0 0;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
	padding: 0 20px;
	line-height: 1.2;
}


.card-text{
	color: #101010 !important;
	letter-spacing:1px;
	text-align: center;
	text-transform: none;
	margin: 1px auto 12px ;
	padding: 0 20px;
	max-width: 490px;
	font-weight: 200;
	font-size: 20px;
}

.centered-text {
	max-width: 760px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.card-text:hover {
	color: #80e020 !important;
}


.right-h3 {
	margin-right:50px;
}

.left-h3 {
	margin-left:46px;
}

.logo img{
	width: 50%;
}

.angle-shot {
	margin-bottom:20px;
}

.header .logo h5 {
	display: inline-block;
	color: #101010;
	font-size: 17px;
	font-family: 'Muli', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400 !important;
	font-style: italic;
	padding: 0;
	letter-spacing: .6px;
	margin: 0;
}

.container {
	max-width: 1200px;
	margin: auto;
	padding: 0 15px;
	width: 100%;
}

.hero {
	padding-top: 42px;
}

.home-portfolio {
	min-width: 45%;
	min-height: 150px;
	background-color: #fff;
	margin-bottom: 10px;
	padding-top:70px !important;
	background-repeat: no-repeat;
	background-position: center center; 
	background-size: cover !important;
}

.home-portfolio a {
	color: #fff;
	font-size: 24px;
    font-family: 'Muli', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 800;
	letter-spacing:.2px;
	display: inline;
	padding: 0 5px;
	box-decoration-break: clone;
	text-decoration:none;
	opacity:.9;
	display:none;
}

.home-portfolio p {
	max-width:45%;
	line-height: 1.22;
}

.home-container {
	padding-top:70px;
}

.portfolio-card {
	margin-bottom: 40px;
	background-color: #fff;
}

.footer {
	background-color:#474C54;
	color: #eee;
	width: 100%;
	margin: 0 auto;
	padding: 60px 0 40px;
}

.footer-left {
	width: 60%;
	margin-left: 15px;
	text-align: left;
	float: left;
	box-sizing: border-box;
	padding-left:15px;
}

.footer-left:first-child {
	margin-left: 0;
}

.footer-right {
	width: 28%;
	text-align: right;
	float: right;
	box-sizing: border-box;
	margin-right:15px;
}

.footer-right:first-child {
	margin-left: 0;
}

.nametag {
	color: #bbbbbb;
	text-transform: uppercase;
	font-family: Overpass, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 12px;
	letter-spacing:1px;
	margin: 0;
}

.nametag-white {
	color:#fff;
}

/* home page client grid */
.clients {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.clients::after {
  content: "";
  flex: auto;
}

.client-logo {
  display: flex;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  min-height:80px;
  padding: 0%;
  flex-grow: 1;
  flex-basis: 22%;
}

.logo-image {
	margin:auto;
}

.logo-image img {
  min-width: 100px;
  margin: auto;
/* 
   top: 50%;
    transform: translateY(-50%);
 */

}

.capabilities-container {
	margin: 0px auto 30px;
	max-width:500px;
}

.capabilities-item {
	padding: 20px;
}

/* ---------------------------------inner pages --------------------------------------*/

.hero-text {
	padding: 0 !important;
}

.hero-desktop {
	display:none;
}

.hero-mobile {
	display:block;
	width: 75%;
	margin:0 0 40px;
}

.portfolio-row {
	padding: 20px 15px !important;
}

.work-row {
	margin: 0 0 10px !important;
}

.one-half-skinny { 
	width: 100%;
}

.one-half-skinny .border {
	margin-bottom: 18px;
}

.process {
	background-image: url('../images/psd-back.png');
	background-repeat:repeat;
	padding: 20px 0 !important;
}

.bullets {
	padding-right: 0px;
}

.bullets ul {
  list-style-type: none;
  margin-left:20px;
}

.bullets ul li:before {
  content: '\2014';
  position: absolute;
  margin-left: -20px;
}

.bullets li {
	margin-bottom:10px;
	line-height:1.4;
	text-indent: -1px !important;
}

.nav-bottom {
	display: block;
	padding-bottom: 15px;
	-webkit-transition: .3s; 
    transition: .3s;
    transition-timing-function: ease;
}

.nav-bottom:hover {
	opacity: .6;
}

.nav-bottom a {
	color: green !important;
}

.nav-bottom-right {
	text-align: right;
}

.graybar {
	background-color:#f5f5f5 !important;
	width: 100%;
	margin: 30px auto 0;
	padding: 20px 0;
}

.graybar2 {
	background-color:#f5f5f5 !important;
	width: 100%;
	margin: 30px auto 0;
	padding: 50px 0 70px 0;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 5px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.videoWrapper2 {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 5px;
	height: 0;
}
.videoWrapper2 iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



@media (min-width: 400px) {
	.home-portfolio {
		min-height: 200px;
	}
}

@media (min-width: 640px) {
	.hero {
		padding-top: 30px;
	}
	.header .logo {
		padding: 9px 20px 0px 0px;
	}
	
	.home-portfolio {
		background-size: contain !important;
	}
	
	.capabilities-container {
		margin: 0px auto 70px;
	}
	
	.hero-text {
		padding: 0 20px 0 0 !important;
	}
	
	h1 {
	font-size: 60px;
	}
	
	.angle-shot {
		margin-bottom:60px;
	}
	
	.darknav {
		color:white !important;
	}
	.container {
		width:90%;
		padding: 0;
	}
	
	.bullets {
		padding-right: 20px;
	}
	
	.header .wrapper {
		width: 90%;
		margin: auto;
	}
	
	.header li {
		float: left;
	}
	
	.header li a {
		padding: 17px 2px 2px 2px !important;
		margin-left: 50px;
		background: none;
		width: auto;
	}
	
	.header li a:hover,
	.header .menu-btn:hover {
		color:#80e020;
	}
	
	.header li a:hover, .header .menu-btn:hover {
		border-bottom: 2px var(--main-color) solid;
		opacity: 1;
	}
	
	.hide {
		display: inline-block !important;
	}
	
	.show {
		display: none !important;
	}
	
	.header .menu {
		clear: none;
		float: right;
		max-height: none;
		margin-right: 0;
	}
	
	.menu {
		padding-top:10px !important;
	}
	
	.header .menu-icon {
		display: none;
	}
	
	.header .logo {
		font-size: 18px;
		padding: 12px 0 14px 0;
	}


	.home-container {
		padding-top:120px !important;
	}


	.work-row {
		margin: 0 0 60px !important;
	}

	.capabilities-container {
		max-width:1000px;
}	

	.footer-left, .footer-right {
		margin:0;
		padding:0;
	}
	
	/*home logo grid*/
	
	.client-logo {
	  padding: 1%;
	  flex-grow: 1;
	  flex-basis: 14%;
	  display: flex;
	}

	.hero {
		background-size: 64%;
		display:block;
	}
	
	.hero-box {
		margin-top:0;
		margin-bottom:0px;
		padding:5px 3px 5px 0;
	}

	.portfolio-row {
		padding: 50px 0 !important;
	}
	
	.last-section {
		padding: 50px 0;
		margin-bottom: 100px;
	}
	
	.one-half-skinny { 
		width: 49%;
		margin-left: 2%;
	}
	
	.last-section {
		margin-bottom:80px
	}
}

@media (min-width: 640px) {
	.hero-desktop {
		display:block;
	}

	.hero-mobile {
		display:none;
	}
}

@media (min-width: 679px) {
	.middle-section {
		padding-right: 6%;
	}	
	
}


@media (min-width: 980px) {
	.home-portfolio {
		min-height: 240px;
		background-size: cover !important;
	}
	
	.client-logo {
/* 
  padding: 3%;
flex-grow: 0;
flex-basis: 9%;
 */
   padding: 1%;
   flex-grow: 0;
   flex-basis: 12%;
}

	.client-logo {
		padding:0%;
	}
	
	.logo-image img {
		min-width: 170px;
		max-width: none;
	}

}

@media (min-width: 1024px) {
	.container {
		width:80%;
	}
	
	.header .wrapper {
		width: 80%;
	}
	
}

	