@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	padding:0;
    font-family: 'IBM Plex Sans Condensed', sans-serif;	
	font-size:1em;
	color:#666
}

/*     TOP     */

.top{
	height:15em;
	width:100%
}

.top-img{
    background-repeat: no-repeat;
	background: url(../img/portfolio/top.jpg);
	height: 100%;
	background-size: cover;
	background-position: center;
}


/*     Portfolio     */

.port{
	padding: 3em 10%;
	text-align: center;
	font-size: 1.1em;
	height: 1%;
	overflow: hidden;
}

.port h1{
	font-weight: 300;
	font-size: 4em;
	text-align: center;
}

.port span{
	display: block;
	text-align: center;
	padding-bottom: 4em;
}

.port h2{
	font-size: 1.2em;
	margin: 0;
}

.port h3{
	font-size: 1em;
	font-weight: 400;
	margin: 0;
}

.port p{
	padding-bottom: 1.5em;
	margin: 0;
}

.port .blck{
	float: left;
	margin-left: -4px;
	width: 25%;
	height: 16em;
	text-align: center;
	color: #666;
	transition:;
}

.port .blck a{
	color: #666;
}

.port i{
	font-size: 2.5em;
	padding-bottom: .5em;
	color: rgba(204,0,0,1);
}

.port .blck:hover{
	transform: scale(1.025);
}

@media only screen and (max-width: 1200px){

.port .blck{
	width: 33.33%;
}
}

@media only screen and (max-width: 900px){

.port .blck{
	width: 50%;
}
}

@media only screen and (max-width: 500px){

.port .blck{
	width: 100%;
}
}