


#introduction .projects h1 {
	color: #1d1f2b;
	border-bottom: 2px solid #c5db6c;
    display: inline-block;
    padding-bottom: 4px;
    margin-bottom: 10px;
	font-size: 24px;
	font-weight:600;
	margin-top: 120px;
}


#introduction .projects h2 {
	color: #1d1f2b;
	text-decoration:none;
    
	font-size: 16px;
	font-weight:500;
	margin-bottom: 30px;
}
#introduction .projects h2 a {
	color: #1d1f2b;
	text-decoration:none;
    
	font-size: 16px;
	font-weight:500;
	margin-bottom: 30px;
}
#introduction .projects h2 a:hover {
	color: #c5db6c;
	text-decoration:none;
  
	font-size: 16px;
	font-weight:500;
	margin-bottom: 30px;
}

.portfolio-item1 {
	position: relative;
	margin-bottom: -10px;
	}
	
.portfolio-item1 img {
	width: 100%;
	padding-left:0px;
	padding-right:0px;
}
.portfolio-item1 .overlay {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	background-color: rgba(0,0,0,0.4);
	display: none
}
.portfolio-item1:hover .overlay {
	position: absolute;
	top:0;	
	width: 100%;
	height: 100%;
	z-index: 10;
	background-color: rgba(0,0,0,1);
	display: block;
}
.portfolio-item1 i {
	padding: 12px;
	margin: -42px;
	font-size: 20px;
	width: 42px;
	height: 42px;
	border-radius: 0
}



.portfolio-item1 .icons .preview {
	position: absolute;
	left: 47%;
	top: 50%;
	color: #fff;
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}
.portfolio-item1 .icons .preview i {
	color: #3d566e;
	background: #fff
}


.portfolio-item1 h4 {
    color: #1d1f2b;
    font-size: 14px;
    font-family: 'latoregular';
    text-decoration: none;
	text-align:left;
	margin-bottom:40px;
	line-height:12px;
}

.portfolio-item1 h3 {
    color: #1d1f2b;
    font-size: 16px;
    font-family: 'latoregular';
    text-decoration: none;
	text-align:left;
}


.portfolio-item1 h3 a {
    color: #1d1f2b;
    font-size: 16px;
    font-family: 'latoregular';
    text-decoration: none;
	text-align:left;
}

.portfolio-item1 h3 a:hover {
    color: #c5db6c;
    font-size: 16px;
    font-family: 'latoregular';
    text-decoration: none;
	text-align:left;
}

@media (min-width: 320px) and (max-width: 480px) {
	#introduction .projects h1 {
	color: #1d1f2b;
	border-bottom: 2px solid #c5db6c;
    display: inline-block;
    padding-bottom: 4px;
    margin-bottom: 0px;
	font-size: 18px;
	font-weight:600;
	margin-top: 110px;
}


#introduction .projects h2 {
	color: #1d1f2b;
	text-decoration:none;
    
	font-size: 13px;
	font-weight:500;
	margin-bottom: 30px;
}
#introduction .projects h2 a {
	color: #1d1f2b;
	text-decoration:none;
    
	font-size: 13px;
	font-weight:500;
	margin-bottom: 30px;
}
#introduction .projects h2 a:hover {
	color: #c5db6c;
	text-decoration:none;
  
	font-size: 13px;
	font-weight:500;
	margin-bottom: 30px;
}


.portfolio-item1 h4 {
    color: #1d1f2b;
    font-size: 13px;
    font-family: 'latoregular';
    text-decoration: none;
	text-align:left;
	margin-bottom:30px;
	line-height:8px;
}

.portfolio-item1 h3 {
    color: #1d1f2b;
    font-size: 14px;
    font-family: 'latoregular';
    text-decoration: none;
	text-align:left;
}


.portfolio-item1 h3 a {
    color: #1d1f2b;
    font-size: 14px;
    font-family: 'latoregular';
    text-decoration: none;
	text-align:left;
}

.portfolio-item1 h3 a:hover {
    color: #c5db6c;
    font-size: 14px;
    font-family: 'latoregular';
    text-decoration: none;
	text-align:left;
}


}