/* font 'Ibarra Real Nova' */
.masthead {
	background-image: url('../img/home/banner.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.portfolio-item .bg-rd {
	background:#8e242a;
	width:100%;
	color:white;
	padding:10px 5px;
	margin:0;
	text-align: center;
}

.portfolio-item .bg-blk{
	background:#111220;
}

footer ul li {
	list-style: none;
	font-size:xx-large
}

.portfolio-item span {
	position:absolute;
	top:50%;
	transform:translate(0,-50%);
	left:0;
	color:black;
	padding:100% 5px;
	width:100%;
	font-size:22px;
	text-align:center;
	z-index:1;
	line-height:1.3;
}

#portfolio .portfolio-item span {
	background:rgba(255,255,255,0.65);
}

.portfolio-item h4 {
	position:relative;
	z-index:2;
}

.portfolio-item h5 {
	color:#8e242a;
}

.portfolio a:hover {
	text-decoration:none;
}
