.portfolio-list{
	overflow: auto;
	max-height: 350px;
}

.portfolio-block{
	float:left;
	margin:0 7px 7px 0;
	box-sizing: border-box;
	padding:5px;
	border-radius: 5px;
	background-color: rgba(36, 41, 44, 0.5);
	overflow: hidden;
}

.portfolio-block .image{
	height:100px;
	width:130px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size:contain;
}

.portfolio-block .title{
	display: block;
	padding: 10px 5px 5px 5px;
	text-align: center;
	color: #88939C;
}

.portfolio-block .title a{
	color: #88939C;
}

.portfolio-block .title a:hover{
	color: #e3e6e8;
}


.social-media{
	text-align: center;
	list-style: none;
	margin-top: 10px;
}

.social-media li{
	display: inline-block;
    width: 45px;
    margin:5px;
    opacity: .7;
    transition: 0.2s opacity;
}

.social-media li:hover {
	opacity: 1;
}

#shoutbox{
	max-height: 180px;
}

#shoutbox .message{
	margin: 5px 0;
	border-bottom: 1px solid #545454;
}

#shoutbox .name{
	font-size: 18px;
	color: #bfbfbf;
}

#shoutbox .time{
	float: right;
	color: gray;
	margin-bottom: 3px;
}

#shoutbox .text{
	font-size: 18px;
	margin-bottom: 3px;
}

input[type="image"]{
	width: auto !important;
	background-color: transparent !important;
	margin: 0 auto !important;
}

form #website{ display:none; }
form #email{ display:none; }
form #contact{opacity: 0; position: absolute; width: 0; height: 0;}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 921px) {
	.portfolio-block{
		float:none;
		margin:0 auto 7px auto;
		width:90%;
	}

	.portfolio-block .image{
		width:100%;
	}
}