/*!
 * Start Bootstrap - 2 Col Portfolio HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    padding-top: 6px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

.portfolio-item {
    margin-bottom: 25px;
}

footer {
    margin: 50px 0;
}

.whatsapp{
	//*background-image: url('../img/whatsapp.png'); 
	border: 1px solid #5cbe4a; *//
	background-image: url('../share/whatsapp.png');
	display: inline-block !important; 
	position: relative; 
	cursor: pointer; 
	text-transform: none;
	color: #fff; 
	border-radius: 5px; 
	
	background-repeat: no-repeat; 
	background-position: 2px; 
	line-height: 1.2; 
	text-decoration: none; 
	text-align: left;
	padding: 5px 5px 5px 0px;
	letter-spacing: .6px;
	font-size:12px;
	font-weight:bold;
}
.whatsapp:hover{
	text-decoration:none;
	color:#FFF;
}