
.port-section-heading{
font-weight:bold;
color:#363636;
font-family: 'Open Sans', sans-serif;
font-size:29px;	
	
}
.port-section-heading span{color:#1293D4;}

.port-section-heading:after {
    display: block;
    content: "";
    background: #1293D4;
    width: 80px;
    height: 2px;
    margin-top: 20px;
    margin-bottom: 20px;
	margin-left:auto;
	margin-right:auto;
}


.port-images{margin-top:0px;margin-bottom:30px;}

div.square-text{position:absolute;opacity:0;display:block;min-width:100%;height:100%;transition: all 0.4s ease-in-out;}


/* TEXT OVERLAY CONTAINER */
div.square-text div.holder{
position:absolute;
transition: all 0.4s ease-in-out;
top: 20%;  /* change to + 30% for no slide down*/
left: 50%;
width:100%;
padding-left:10px;
padding-right:10px;
transform: translateY(-100%);
-webkit-transform: translateX(-50%);
transform: translateX(-50%)
	
	
}

/* Landscape phone to portrait tablet and phone */	
@media (max-width: 767px){
div.square-text div.holder{top:30%;}
h3.proj-title{font-size:17px !important;}

}

.port-square {
	overflow:hidden;
	position: relative;
    width: 100%;
	padding-bottom : 100%; /* = 100% for a 1:1 aspect ratio */
    //margin:1.66%;
	margin:0px ;
	margin-bottom:30px;
    background-position:center center;
    background-repeat:no-repeat;
    background-size:cover; /* you change this to "contain" if you don't want the images to be cropped */
}


/* OVERLAY change background opacity here */
.port-square div.square-text{opacity:0;position:absolute;background:rgba(0, 0, 0,0);  }
.port-square:hover div.square-text{opacity:1;position:absolute;background:rgba(0, 0, 0,0.6);  }  /* change overelay transparency & color */
.port-square:hover div.square-text div.holder{top:30%; } /* remove this line for no slide down text */


div.holder i{color:#ffffff;font-size:40px;transition: all 0.4s ease-in-out;}
div.holder p.desc{color:white;font-size:15px;margin-top:15px;padding-left:15px;padding-right:15px;}
div.holder p > a:hover i{color:rgba(255,255,255,0.5);}
div.holder span{font-family: 'Open Sans', sans-serif;display:block;text-align:center;font-size:12px;color:#f2f2f2;text-shadow: 1px 1px 3px #000;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;}

h3.proj-title{
font-weight: bold;
text-shadow: 1px 1px 3px #000;
font-size:19px;
font-family: 'Open Sans', sans-serif;
color:#ffffff;
margin-top:-5px;
text-transform:uppercase;
letter-spacing: 3px;
}





