/*neutral*/
* {
	font-family: 'Didact Gothic', serif;
}
.footer{
  background-color: black;
  color: white;
}
.header {
	background: #ABA0CB;
  background-image: url(/img/forest.jpg);
  background-size: cover;
  background-repeat:   no-repeat;
  background-position: center center;
	color: black;
  height: 100%;
  font-family: 'Didact Gothic', serif;
}
.maxwidth {
  max-width: 33%;
}
.resizer {
  padding: 0 3em;
}
.resizer-box {
  padding-top: 2em;
}
.ctas-button {
	color: #444;
}@import url('https://fonts.googleapis.com/css?family=Karla:400,700');
*,
*:before,
*:after {
  margin: 0;
  box-sizing: border-box;
}
body {
  -webkit-font-smoothing: antialiased;
  font-family: 'Didact Gothic', serif;
}
a:link, a:visited, a:hover, a:active {
  text-decoration: none !important;

}
a[href^="tel"]{
    color:inherit;
    text-decoration:none;
}
/*hero section*/
.heading {
  color: black;
  font-weight: 100;
  font-size: 2em;
  line-height: 68px;
  font-weight: bold;
}
@media (max-width: 900px) {
.heading {
    font-size: 32px;
    line-height: 40px;
  }
}
.subheading {
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
}
.subheading4 {
  font-size: 16px;
  line-height: 40px;
  font-weight: 500;
}
.subheading2 {
  font-size: 16px;
  line-height: 40px;
  font-weight: 500;
  color: white !important;
}
@media (max-width: 900px) {
  .subheading {
    font-size: 26px;
    line-height: 35px;
  }
}
.paragraph {
  line-height: 32px;
  font-weight: 100;
  color: black;
}
.heading + .paragraph {
  margin-top: 30px;
}
.subheading + .paragraph {
  margin-top: 10px;
}
p.paragraph {
  color: rgba(0,0,0,.5);
}
.logo {
  font-size: 1em;
  line-height: 30px;
  font-weight: 900;
  color: #D80D54;
}
@media (max-width: 420px) {
  .logo {
    font-size: 22px;
  }
}
.nav-link2{
  text-decoration: none;
  font-size: 1em;
  line-height: 30px;
  color: inherit;
  padding: 1em 1em;
  font-family: 'Dosis', sans-serif;
}
.nav-link {
  text-decoration: none;
  font-size: 0.7em;
  line-height: 30px;
  color: inherit;
}
.nav-link:not(:first-of-type) {
  margin-left: 20px;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
/*flexbox styles*/
.flex,
.spread,
.center,
.right,
.vertical,
.centervertical {
  display: flex;
}
.nav-bar {
  background-color: white;
  font-family: "Oswald", sans-serif;
  top: 0;
  position: fixed;
  padding: 1em 2em 2em 2em;
  z-index: 90;
  transition: background-color 1s ease;
}
.blackbar {
  background-color: black;
  transition: background-color 1s ease;
  color: white;
}
.spread {
  justify-content: space-between;
  align-items: flex-end;
}
/*@media (max-width: 500px) {
  .maxwidth {
  max-width: 100;
}
}*/
.center {
  align-items: center;
  justify-content: center;
}
.centervertical {
  flex-direction: column;
  justify-content: center;
}
.right {
  justify-content: flex-end;
}
.vertical {
  flex-direction: column;
}
/*grid*/
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  padding: 0 20px;
}
.col-1 {width: 8.333333%;}
.col-2 {width: 16.666667%;}
.col-3 {width: 25%;}
.col-4 {width: 33.333333%;}
.col-5 {width: 41.666667%;}
.col-6 {width: 50%;}
.col-7 {width: 58.333333%;}
.col-8 {width: 66.666667%;}
.col-9 {width: 75%;}
.col-10 {width: 83.333333%;}
.col-11 {width: 91.666667%;}
.col-12 {width: 100%;}

/*containers*/
.container-lrg,
.container-sml {
  margin: auto;
  width: 100%;
}
/*.container-lrg {
  max-width: 1080px;
}*/
.container-sml {
  max-width: 700px;
}
.ctas {
  padding: 2em;
  text-align: center;
  background-color: #040406;
  color: white;
}
.centerdevices,
.sidedevices {
  position: relative;
}.header {
	padding: 20px 0 90px 0;
	overflow: hidden;
}
.header .heading {
	margin: 130px 0 0 0;
}
.header .centerdevices {
	margin: 60px 0 60px;
}
@media (max-width: 900px) {
	.header .heading {
		margin-top: 60px;
	}
}.ctas-input {
	outline: none;
	border: none;
	border-radius: 3px;
	font-size: 15px;
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
	width: 260px;
	display: inline-block;
}
.ctas-button {
	display: inline-block;
	margin: 0 0 0 10px;
	height: 40px;
	line-height: 38px;
	padding: 0 30px;
	background: #fff;
	border-radius: 3px;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .3px;
	border: 1px solid white;
	text-decoration: none;
}
@media (max-width: 440px) {
	.ctas-input,
	.ctas-button {
		display: block;
		width: 100%;
		text-align: center;
	}
	.ctas-button {
		margin: 10px 0 0 0;
	}
}.socialproof {
	padding: 3em 0;
  background-color: black;
  color: #D80D54;
}
@media (max-width: 680px) {
	.socialproof .flex {
		flex-wrap: wrap;
	}
	.socialproof .col-3 {
		width: 50%;
	}
	.socialproof .col-3:nth-of-type(n + 3) {
		margin-top: 30px;
	}
}.ctas-button,
.ctas-button-2 {
	display: inline-block;
	height: 40px;
	line-height: 38px;
	padding: 0 30px;
	background: #fff;
	border-radius: 3px;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .3px;
	border: 1px solid white;
	text-decoration: none;
}
.ctas-button-2 {
	background: transparent;
	color: white;
	margin: 0 0 0 10px;
}
@media (max-width: 440px) {
	.ctas-button,
	.ctas-button-2 {
		display: block;
		width: 100%;
		text-align: center;
	}
	.ctas-button-2 {
		margin: 10px 0 0 0;
	}
}.footer {
	padding: 45px 0;
}
.footer .nav-link {
	display: inline-block;
	/*margin: 0 10px;*/
}.ctas-button {
	display: inline-block;
	height: 40px;
	line-height: 38px;
	padding: 0 30px;
	background: #fff;
	border-radius: 3px;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .3px;
	border: 1px solid white;
	text-decoration: none;
}.feature3 {
	padding: 90px 0;
	border-bottom: 1px solid rgba(0,0,0,.1);
}
.feature3 .emoji {
	font-size: 55px;
	color: black
}
@media (max-width: 750px) {
  .feature3 .emoji {
    font-size: 40px;
  }
  .feature3 .flex {
  	flex-wrap: wrap;
  }
  .feature3 .col-4:nth-of-type(1) {
  	width: 100%;
  	margin-bottom: 30px;
  }
  .feature3 .col-4:not(:nth-of-type(1)) {
  	width: 50%;
  }
}
@media (max-width: 500px) {
	.feature3 .col-4:nth-of-type(1) {
		margin-bottom: 0;
	}
  .feature3 .col-4:not(:nth-of-type(1)) {
  	width: 100%;
  	margin-top: 30px;
  }
}.feature6 {
	padding: 90px 0;
  background-color: white;
  color: white;
	border-bottom: 1px solid rgba(0,0,0,.1)
}
.pink {
  color: #D80D54;
  font-weight: bold;
}
.whatwedo {
  text-align: center;
  height: 100%;
  background: linear-gradient(
      rgba(0, 0, 0, 0.3),
      rgba(0, 0, 0, 1)
    );
  background-size: cover;
  background-repeat:   no-repeat;
  background-position: center center;
}
.whoweare {
  text-align: center;
  height: 100%;
  background: linear-gradient(
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.3)
    ), url(/img/space.jpg);
  background-size: cover;
  background-repeat:   no-repeat;
  background-position: center center;
  background-attachment: fixed;
}
.services {
  text-align: center;
  background: url(/img/whiteforest.jpg);
  background-size: cover;
  background-repeat:   no-repeat;
  background-position: center center;
}
.feature2 {
  color: white;

}
.services>.inner-box {
  max-width: 54em;
  margin: auto;
  top: -50px;
  background-color: #2f2f2f;
  z-index: 1000;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  height: 16em;
  box-shadow: 3px 3px 6px rgba(0,0,0,0.16), 0px 3px 6px rgba(0,0,0,0.23);
}
.whoweare {
  text-align: center;
  height: 100%;
  background: linear-gradient(
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.3)
    ), url(/img/space.jpg);
  background-size: cover;
  background-repeat:   no-repeat;
  background-position: center center;
  background-attachment: fixed;
}
.aboutus {
  line-height: 1.5em;
  font-family: 'Oleo Script', sans-serif;
  color: white !important;
}
.paragraph-about{
  padding: 2em 2em 0em 2em;
  font-family: 'Didact Gothic';
}
.subheading-about {
  padding: 2em 2em 1em 2em;
  font-family: 'Didact Gothic';
  text-transform: uppercase;
}
.iconuse {
  padding-top: 1.5em;
  font-size: 5em !important;
}
.upcoming {
  font-size: 1.5em;
  text-transform: uppercase;
  padding: 2em;
}

.padding-bottom2 {
  padding-bottom: 4em;
}
.padding-top5 {
  padding-top: 8em !important;
}
.text-left {
  text-align: left;
  padding-left: 4em;
}
/*Services & Methodology Bar*/

.servicebar {
  padding-left: 8em;
  padding-top: 4em;
  display: flex;
  align-items: center;
}

.serviceitem {
  padding-right: 1em;
  font-size: 1.5em;
}
.service1:active {
  animation-name: fadeIn;
}
.servicedesc {
  position: relative;
  text-align: left;
  padding-left: 4em;
  padding-top: 2em;
  max-width: 75%;
}
.servicedesc1, .servicedesc2, .servicedesc3, .servicedesc4 {
  position: absolute;
}
.serviceaddon {
  font-weight: bold;
  animation-name: fadeIn; 
}

.dispnone {
  visibility: hidden;
  opacity: 0;
}
.dispvis {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s, opacity 1.5s linear;
}
.servicebutton {
  background-color: transparent;
  color: white;
  border: none;
}
.serviceicon {
  float: right;
  padding-right: 4em;
}
button {
  outline: none !important;
}
/*Select Projects Section*/
.forestbreak {
  text-align: center;
  background: linear-gradient(
      rgba(255, 255, 255, 0.8),
      rgba(255, 255, 255, 0.3)
    ), url(/img/trees.jpg);
  background-size: cover;
  background-repeat:   no-repeat;
  background-position: center center;
}
.interlude {
  padding: 4em 2em;
  font-family: 'Dosis', sans-serif;
  font-weight: 300;
}
.interlude2 {
  text-align: center;
  color: white;
  font-family: 'Dosis', sans-serif;
  font-weight: 300;
  background-color: black;
}
.selectprojects {
  text-align: center;
  background: linear-gradient(
      rgba(255, 255, 255, 0.8),
      rgba(0, 0, 0, 0.3)
    ), url(/img/foresthaze.jpg);
  background-size: cover;
  background-repeat:   no-repeat;
  background-position: center bottom;
}
.selectprojects2 {
  text-align: center;
  background: linear-gradient(
      rgba(255, 255, 255, 0.8),
      rgba(0, 0, 0, 0.3)
    ), url(/img/cloudforest.jpg);
  background-size: cover;
  background-repeat:   no-repeat;
  background-position: center bottom;
}
/*for project cards*/
.card {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  width: 15em;
  height: 20em;
  margin: 1.5em;
  box-shadow: 3px 3px 6px rgba(0,0,0,0.16), 0px 3px 6px rgba(0,0,0,0.23);
}
.cardrow {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 2em;
}
.cardsrow {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 4em;
  background-color: black;
}
@media (max-width: 900px) {
  .cardrow {
    display: block;
  }
  .cardadjust {
    position: static;
  }
  .cardsrow {
    display: block;
  }
}

.test {
  background: linear-gradient(
      rgba(255, 255, 255, 0.5),
      rgba(255, 255, 255, 0.3)
    ), url(/img/google.jpg);
  background-size: cover !important;
  background-repeat:   no-repeat;
  background-position: center center;
/*  background-attachment: fixed;*/
/*background-size: 100%*/
}
.prototype {
  background: linear-gradient(
      rgba(255, 255, 255, 0.5),
      rgba(255, 255, 255, 0.3)
    ), url(/img/wireframe.jpg);
  background-size: cover !important;
  background-repeat:   no-repeat;
  background-position: center center;
}
.research {
  background: linear-gradient(
      rgba(255, 255, 255, 0.5),
      rgba(255, 255, 255, 0.3)
    ), url(/img/research.jpg);
  background-size: 205%;
  background-repeat:   no-repeat;
  background-position: center center;
  cursor: pointer;
}
.branding {
  background: linear-gradient(
      rgba(255, 255, 255, 0.5),
      rgba(255, 255, 255, 0.3)
    ), url(/img/branding.jpg);
  background-size: 205%;
  background-repeat:   no-repeat;
  background-position: left center;
  cursor: pointer;
}
.email {
  background: linear-gradient(
      rgba(255, 255, 255, 0.5),
      rgba(255, 255, 255, 0.3)
    ), url(/img/email.jpg);
  background-size: 205%;
  background-repeat:   no-repeat;
  background-position: center center;
  cursor: pointer;
}
.support {
  background: linear-gradient(
      rgba(255, 255, 255, 0.5),
      rgba(255, 255, 255, 0.3)
    ), url(/img/support.jpg);
  background-size: 205%;
  background-repeat:   no-repeat;
  background-position: center center;
  cursor: pointer;
}
.dgs {
  background: linear-gradient(
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0.3)
    ), url(/img/DGS.png);
  background-size: cover;
  background-repeat:   no-repeat;
  background-position: center top;
  cursor: pointer;
}
.dgsoln {
  background: linear-gradient(
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0.3)
    ), url(/img/dgsoln.png);
  background-size: cover;
  background-repeat:   no-repeat;
  background-position: center top;
  cursor: pointer;
}
.things {
  background: linear-gradient(
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0.3)
    ), url(/img/52things.png);
  background-size: cover;
  background-repeat:   no-repeat;
  background-position: center top;
  cursor: pointer;
}
.boxitoff {
  background: linear-gradient(
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0.3)
    ), url(/img/boxitoff.jpg);
  background-size: cover;
  background-repeat:   no-repeat;
  background-position: center top;
  cursor: pointer;
}
.circles {
  height: 8em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 8em;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.75);
  border: 0px solid rgba(255, 255, 255, 0);
  box-shadow: 0px 0px 100px 0px rgba(0,0,0,0.5);
  visibility: visible;
  opacity: 1;
  transition: visibility 0s, opacity 0.5s linear;

}
.steponeprop {
  color: black;
  padding-top: 1em;
  font-size: 1.5em;
  font-family: 'Amatic SC', sans-serif;
  font-weight: bold;
}
.steponeprop3 {
  color: white;
}
.steponeprop2 {
  color: white;
  padding-top: 1em;
  font-size: 1.5em;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
.steponedesc2 {
  padding-top: 1em;
  color: white;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
}
.numberprop {
  color: black;
  font-size: 1.5em;
}
.steponedesc {
  padding-top: 1em;
  color: black;
  width: 100%;
  text-align: left;
  font-size: 1.2em;
  padding-left: 1em;
  padding-right: 1em;

}
.cardadjust {
  position: relative;
  top: 5em;
}
.cardmiddle {
  position: relative;
  top: 24px;
}
.padding-bottom-4 {
  padding-bottom: 4em;
}
.boxcta:hover {
  background-color: white;
  color: black;
  transition: color 1s, background-color 1s linear;
}
.research:hover > .circles {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
}
.prototype:hover > .circles {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
}
.test:hover > .circles {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
}
.email:hover > .circles {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
}
.branding:hover > .circles {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
}
.support:hover > .circles {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
}
.dgsoln:hover > .circles {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
}
.things:hover > .circles {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
}
.dgs:hover > .circles {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
}
.boxitoff:hover > .circles {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
}
.projectname {
  font-family: 'Dosis', sans-serif;
  font-weight: 600;
  color: black;
  font-size: 1em;
}
.projectrole {
  font-family: 'Dosis', sans-serif;
  font-weight: 600;
  color: black;
  font-size: 1em;
  text-align: center;
}
.line {
  content: "";
  border-right: solid 1px black;
  height: 180px;
}
.padding-0 {
  padding-top: 0px;
}
.padding-noside {
  padding-left: 0;
  padding-right: 0;
}

/*Footer*/
.boxcta {
  width: 200px;
  height: 50px;
  border: 1px solid white;
  display: flex;
  align-items: center;
  margin-right: auto;
  margin-left: auto;
  padding-left: 1.75em;
  color: white;
  font-weight: bold;
}
.ctaregion {
  padding: 4em;
  margin-left: auto;
  margin-right: auto;
}
.blackbkg {
  background-color: #cbe2f0;
}

.fontswap {
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
  font-size: 1.5em;
  display: none;
}

.padding-top2 {
  padding-top: 2em;
}
.nav-link3 {
  font-size: 1.5em;
}
/*Media Mobile*/

@media (max-width: 900px) {
  .resizer {
    padding: 4em 1em 0em 1em;
  }
  .resizer-box {
    padding-top: 1em;
  }
  .steponedesc {
    width: 100%;
    font-size: 1em;
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
  .steponedesc2 {
    width: 75%;
  }
  .line {
    height: 90px;
   
  }
  .nav-link3 {
    font-size: 1.1em;
    display: block;
  }
  .fa {
    display: block;
  }
  .subheading4 {
    font-size: 18px;
  }
  .steponeprop {
    margin-bottom: 1em;
  }
  .steponeprop2 {
    margin-bottom: 1em;
  }
  .circles {
    margin-right: auto;
    margin-left: auto;
  }
  .card {
    margin: auto;
    margin-bottom: 1em;
  }
  .cardadjust {
    top: 0;
  }
  .cardsrow {
    padding-bottom: 2em;
  }
  .cardmiddle {
    top: 0;
  }
  .fontswap {
    display: block;
  }
  .nav-link:not(:first-of-type) {
  margin-left: 0px;
}
}