body{
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    color: #888;
}
input{
    width: 100%;
}
.header .navbar-inner {
    background: #fff;
    border: 0;
    
    box-shadow: none;
}

#logo{
	width: 100px;
	height: 50px;
}

.fix{
	height: 100px;
}

.pantone{
	background-color: #742E52;
	margin:auto;
	margin-left: -100;
}
h1 h2{
	color: white;
}

.service{
	
	margin: auto;
	padding-bottom: 23px;
background: #f8f8f8;
    border-bottom: 2px solid #742E52;
    width: 90%;
}
    
.portfolio .work p {
    line-height: 24px;
    font-style: italic;
}
.span4{
	    margin-top: 40px;
    padding-bottom: 20px;
    background: #f8f8f8;
    border-bottom: 2px solid #9d426b;
}

.span4:hover img{ opacity: 0.7;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
}


li{
	line-height: 20px;
}

.contact-form {
    padding: 10px 0;
}