
.branding{
  font-size:17px;
}

.showcase{
  background:url('../img/showcase22.jpg') no-repeat;
  background-position:center;
  /*height: 600px;
  padding:140px 100px;*/
  color:#fff;
}

.showcase h1{
  font-size:40px;
  font-weight:700;
  text-transform: uppercase;
}
}

.showcase hr{
  width:40%;
  margin:auto;
  border-width:3px;
  border-color:blue;
}

.showcase p{
  font-size:16px;
  padding-bottom:20px;
}
}

.showcase img{
  width : 40%;

}

.pause
  {
  background:url('../img/cafe.jpg') no-repeat;
  background-position:center;
  background-attachment: fixed;
  color:#fff;  
    
  }
  
.typewriter
  {
  background:url('../img/typewriter.jpg') no-repeat;
  background-position:center;
  background-attachment: fixed;
  /*height: 600px;
  padding:140px 100px;*/
  color:#fff;  
    
  }
  
 .marketing
  {
  background:#f7f7f7;
  
  
  color:#000;  
    
  }

.section{
  padding:40px 0;
}

.section h2{
  padding:0;
  margin:0;
}

.section .fa{
  font-size:50px;
}

.section img{
  width:100%;
}

@media only screen and (max-width:600px){
  body{
    margin-top:190px;
  }

  .showcase{
    /*height:400px;*/
    padding: 60px 0;
  }
}
