html {
	min-height: 100%;
	min-width: 100%;
}
body {
		font-family: 'Roboto', sans-serif;
		font-weight: 300;
		font-size: 16px;
		color: #4a5c66;
		background-image: url('tileable_wood_texture_by_ftisis_stock.jpg');
		background-size: 500px;
		background-repeat: repeat;
		position: relative:

}

a {
	color: #004D40;
    text-decoration: none;
}

.container {
	border: 1px solid #FFFFFF;
	border-radius: 0px;
	width: 900px;
	min-height: 285px;
	margin: auto;
	background-color: rgba(255,255,255,0.95);
	position: relative;
}

.logo {
	border: 0px;
	width: 900px;
	height: 80px;
	margin: auto;
	margin-top: 138px;
	position: relative;
}

.div_portrait {
	width: 250px;
	height: 250px;
	background-image: url('img/portrait.png');
	background-size: 110%;
	float: right;
	position: relative;
	bottom: 224px;
	right: -1px;
	
	-webkit-filter: grayscale(15%); /* Safari 6.0 - 9.0 */
  filter: grayscale(15%);
	
}

.namestyle {
	
	font-size: 36px;
	font-weight: 300;
	color: #251209;
}

.socialicons {
	cursor: pointer;
	-webkit-box-reflect: below 4px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(80%, transparent), to(rgba(255,255,255,0.4)));
}

.socialicons:hover {
	width: 70px;
	-webkit-transition: all .3s ease; 
}

.bubble {
	margin-left: 25px;
	margin-bottom: 50px;
	position: relative;
	width: 555px;
	height: 95%;
	padding: 10px;
	background: #FFFFFF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.bubble:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 9px 0 9px 22px;
	border-color: transparent #FFFFFF;
	display: block;
	width: 0;
	z-index: 1;
	right: -22px;
	top: 95%;
}

@media (max-width: 623px) {
    html, body, container, bubble {
        font-size: 8px;
    }
 }
 
 
.stat {
	height: 60px;
	text-align: center;
	vertical-align: bottom;
	font-size: 30px;
}