* { box-sizing: border-box; }
div { vertical-align: top; }

body {
  margin:0px;
}

h1 {
  text-align: center;
  font-family: 'Avenir Next';
  font-weight: lighter;
  /* font-style: ultra light; */
  font-size: 82px;
  margin-bottom: -15px;
}

.read-more {
  text-decoration: none;
  border-bottom: 1px solid;
}

/* p{
  text-align:center;
  font-family: 'Avenir Next',ultra light;
  font-size: 18px;
} */

h2{
  font-family: 'Avenir Next', Medium; 
  font-size: 36px;
  line-height: 42px;
  text-align: left;
}

p {
  /* margin-left: 30px; */
  font-family: 'Avenir Next', regular;
  font-size: 16px;
}

.header {
  margin: 0 0 100px 0;
  text-align: center;
  padding-bottom: 50px;
  
}

.project {
  width: 80%;
  font-size: 0;
  margin: 0 auto;
  /* padding-left: 200px; */
  /* padding-right: 200px; */
  padding-bottom: 180px;
  vertical-align: top;
}


.description {
  width: 42%;
  display: inline-block;
  text-align: left;
}

.hero {
  width: 58%;
  display: inline-block;
}

.hero img { 
  width: 100%;
  vertical-align: middle;
  /* padding-left: 10px;
  padding-right: 10px; */
 }

@media only screen and (max-width: 700px) {
  .description,
  .hero {
    width: 100%;
  }
}

.about{
  display: block;
  width: 100%;
  /* bottom: 0;
  left: 0; */
	/* position: absolute; */
	top: 50%;
	left:50%;
  /* transform: translate(-50%, -50%);
  margin: 0 0 20px 0; */

}

.box{
	width: 100%;
	background: #00dfe0;
  padding: 50px;
  margin: 0px;
  margin-top: -100px;
}

.text{
	padding:50px;
}

h3{
  /* text-align: left; */
  /* margin-left: 30px; */
  font-family: 'Avenir Next', Medium; 
  font-size: 28px;
  padding-left: 80px;
}

/* .nav {
  font-size: 30px;
  position: fixed;
  width: 100%;
  padding: 15px;
  top: 0;
  left: 0;
  z-index: 100;
} */

.topnav{
  /* background-color: #e0ffff; */
  overflow: hidden;
  text-align: center;
}

.topnav a {
  display: inline-block;
  color: black;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  font-family: 'Avenir Next', Regular;
  font-weight: lighter;
   

}

.topnav a:hover {
  /* background-color: #ddd; */
  color: black;
  text-decoration: underline;
}

.topnav a.active {
  font-family: 'Avenir Next'; 
  /* font-weight: bold; */
  color: black;
  text-decoration: underline;
}



h4{
  font-family: 'Avenir Next';
  font-weight: lighter;
  font-size: 24px;
}

.title img{
  /* width: 80%; */
  /* vertical-align: middle; */
  padding-left: 200px;
  padding-right: 200px;
  margin-top: 100px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 70%;  
}

.process{
  /* text-align: left; */
  margin: 0 0 100px 0;
  padding-left: 300px;
  padding-right: 300px;
  margin-bottom: 50px;
}


h5{
  margin-left: 30px;
  font-family: 'Avenir Next', Medium; 
  font-size: 36px;
  margin-bottom: 10px;
  text-align: center;
}
p2 {
  display: block;
  font-family: 'Avenir Next', regular;
  font-size: 16px;
  text-align: left;
  margin: 0 auto;
  max-width: 650px;
  letter-spacing: .5px;
}

.image img{
  width: 100%;
  vertical-align: middle;
  padding-left: 50px;
  padding-right: 50px;
  margin-top: 100px;
}

.image .bigimg {
  width: 60vw;
  vertical-align: middle;
  padding-left: 50px;
  padding-right: 50px;
  margin-top: 100px;

  margin-left: 0vw;
}

p3 {
  /* margin-left: 30px; */
  font-family: 'Avenir Next', regular;
  font-size: 16px;
  /* margin-bottom: -100px; */
}

a { color:black; }

/* .image.mac-chrome {
  background: url('../img/mac-chrome.png') center center #ff0;
  width: 100%;
  height: 700px;
} */


.image.with-chrome {
  position: relative;
}

img.chrome {
  width: 100%;
  height: auto;
  margin: 0 !important;
  padding: 0 !important;
}

.image.with-chrome video {
  width: 92%;
  height: auto;
  position: absolute;
  top: 4%;
  left: 4%;
}

@media only screen and (max-width: 960px) {
  .nav {
      display: none;
  }
  .title {
    padding: 0;
  }
  .title img {
    width: 80%;
    height: auto;
    padding: 0;
    margin: 10%;
  }
  .header {
    padding: 5px;
    margin-bottom: 20px;
  }
  .process {
    padding: 20px;
    text-align: justify;
  }
  .process p {
    padding: 40px;
  }

  .image .bigimg {
    width: 100vw;
    vertical-align: middle;
    margin-left: -10vw;
  }
}


.image.with-phone {
  position: relative;
  padding-top: 10%;
  padding-left: 30%;
}

img.phone {
  width: 54%;
  height: auto;
  margin: 0 !important;
  padding: 0 !important;
}

.image.with-phone video {
  width: 30.5%;
  height: auto;
  position: absolute;
  top: 25%;
  left: 33.5%;
}


.image.with-ipad {
  position: relative;
}

img.ipad {
  width: 100%;
  height: auto;
  margin: 0 !important;
  padding: 0 !important;
}

.image.with-ipad video {
  width: 80%;
  height: auto;
  position: absolute;
  top: 6.5%;
  left: 10%;
}

.image.with-phone2 {
  position: relative;
  padding-top: 10%;
  padding-left: 28%;
}

img.phone2 {
  width: 58%;
  height: auto;
  margin: 0 !important;
  padding: 0 !important;
  
}

.image.with-phone2 video {
  width: 33%;
  height: auto;
  position: absolute;
  top: 23%;
  left: 32.5%;
}

