.projects {margin:50px 0;}
.projects .item {
	margin:30px 20px 50px;
	text-align: center;
	
	background: transparent;

	-webkit-transition: all .5s ease-in-out;
	-moz-transition:all .5s ease-in-out;
	-o-transition:all .5s ease-in-out;
	transition:all .5s ease-in-out;
}

.projects .item:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.projects h3 {min-height:50px;}



/*------------------
----- Buttons ------
--------------------*/
.btn-theme2{
	color:#fff;
	background-color:#1078c2;
	padding:15px auto;
	font-size:16px;
	font-weight:300;
	text-transform:uppercase;
	border:none;
	border-radius:2px;
	-webkit-transition:opacity 0.2s ease-out;
	transition:opacity 0.2s ease-out;
	width:100%;
	
	  display: block;
  height: auto;
  max-width: 100%;
  
  white-space:normal;
}

.btn-theme2:hover,
a.btn-theme2:hover{
	cursor:pointer;
	color:#fff;
	opacity:0.8;
}

.btn-theme2:active,
.btn-theme2:focus,
a.btn-theme2:active,
a.btn-theme2:focus{
	color:#fff;
}

.btn-theme2 [class*=fa]{
    margin-right:10px;
}

#get-in-touch p{text-align:center;}
