body {
  color: #ffffff;
  background-color: rgb(2, 12, 24);

}
body img {
  max-width: 100%;
}

.hero {
  background: url("../images/media3.jpg") rgb(2, 12, 24) no-repeat 0 20% fixed;
  background-size: 100% auto;
  background-position: center top;
  padding: 80px 0 200px 0;
  text-align: center;
  color :"ffffff";
}


.hero h1 {
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.45);
  letter-spacing: -1px;
  margin-top: 10px;
  font-weight: 200;
}
.hero-intro {
	position: absolute;
	top: 499px;
	z-index: 10;
}
.hero-pencil {
  position: relative;
  z-index: 1;
  text-align: center;
}
.hero-art {
  position: relative;
  z-index: 0;
  text-align: center;
  margin-top: -120px;
}




@media only screen and (max-width: 767px)
	 
	 {
	
.hero {

  background-size: 150% auto;
  text-align: center;
  color:"fff";
} 

.hero-intro {
  position: absolute;
  top: 280px;
  z-index:10;
  
}
	 }

.hero2 {
  background: url("../images/media4.jpg") rgb(2, 12, 24) no-repeat 0 20% fixed;
  background-size: 100% auto;
  background-position: center top;
  padding: 250px 0 100px 0;
  text-align: left;
  color :"ffffff";
}

.hero2 h1 {
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.45);
  letter-spacing: -1px;
  margin-top: 10px;
  font-weight: 200;
}
.hero2-intro {
	position: absolute;
	top: 499px;
	z-index: 10;
}

.hero2-art {
  position: relative;
  z-index: 0;
  text-align: center;
  margin-top: -120px;
}

.hero3 {
  background: url("../images/media2.jpg") rgb(2, 12, 24) no-repeat 0 20% fixed;
  background-size: 100% auto;
  background-position: center top;
  padding: 250px 0 100px 0;
  text-align: left;
  color :"ffffff";
}

.hero3 h1 {
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.45);
  letter-spacing: -1px;
  margin-top: 10px;
  font-weight: 200;
}
.hero3-intro {
	position: absolute;
	top: 499px;
	z-index: 10;
}

.hero3-art {
  position: relative;
  z-index: 0;
  text-align: center;
  margin-top: -120px;
}



.section {
  position: relative;
  padding: 180px 0;
}
.section h2 {
  font-size: 40px;
  font-weight: 300;
  line-height: 42px;
  margin-bottom: 10px;
}
.process h3 {
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 10px;
  font-weight: 400;
}



 @media only screen and (max-width: 767px)
     
     
.section {
  position: relative;
  padding: 140px 0;
}
	 
	 {
.timeline:after {
  content: '';
  position: absolute;
  z-index: 3;
  /*width: 4px;
  /*background: rgba(255, 255, 255, 0.2);*/
  top: 0;
  left: 50%;
  bottom: 0;
  margin-left: -2px;
}

	 }




.who-intro {
  text-align: center;
}


.who {
    
background-co: rgb(2, 12, 24);
}


.who img {
  position: relative;
  z-index: 10;
  max-width:80%;
  margin-left:10%;
  margin-right:10%; 
}

.who H2 {
   color: rgba(255, 255, 255, 0.45); 
}


.strong {
	font-weight:800;
}


li {
    list-style: none;
    list-style-image: url(../images/icn_star.png);
    margin: 0 5px 0 15px;
    padding-top: 10px;
    padding-bottom: 5px;
}

a {
  color: rgba(255, 255, 255, 0.95);
  text-decoration:none; }

a:hover {
  color: #8ac347; 
  font-weight: bold;
}

.zoom {
 /* padding: 50px;
  background-color: green; */
  transition: transform .2s; /* Animation */
  width: auto: ;
  /*height: 100px;*/
  margin: 0 auto;
}

.zoom:hover {
  transform: scale(1.35); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}


/* Style the navbar */
#navbar {
  position: sticky;
  top: 0;
  overflow: hidden;
  background-color: rgb(2, 12, 24,.8);
	z-index: 1;
}

/* Navbar links */
#navbar a {
  float: left;
  display: block;
  /*color: #f2f2f2;*/
  text-align: center;
  padding: 14px;
  text-decoration: none;
}


#navbar img {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 2px;
  text-decoration: none;

}

#navbar img a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 0px;
  text-decoration: none;
}


.footer {
 float: right;
 color: rgba(255, 255, 255, 0.45);
 padding-bottom; 24px;
 font-size: .9em; /* currently ems cause chrome bug misinterpreting rems on body element */
 line-height: 1em;
 font-weight: 400;
}