	/*  
::::::::::::::::::::::::;::::::::::::::::::::::::;
-------------------- BOOTCHEC.COM  --------------------
::::::::::::::::::::::::;::::::::::::::::::::::::;

 */
 
 html{
 text-rendering: optimizelegibility;
 }
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {

	border: 0;
	margin: 0;
	padding: 0;
	box-sizing: border-box;

}
body{
	font-family: 'Lato';
	text-align: center;
	background : #000;
	background-image:url(images/home.jpg);
	margin : auto;
	width: 100%;
}

hr {
opacity:0.2; width:100%;
margin: 50px 0 100px 0;
}
img{
	border : 0px;
}
#wrap {
	margin :0 auto;
	text-align : center;
	width : 100%;
	margin :50px 0 20px 0;
}
#menu a, #menu a:link {
	display:block;
	margin: 27px 0;
	}
a.b:hover{
	opacity:0;
}
 
a{
	color: #4991C9;
	text-decoration: none;
}
a:hover{
	color: #EB008A;
}



#menu{
	margin :20px auto;
	width: 268px;
	height: 257px;
	background-image:url(images/menu_back.png); 
	background-repeat: no-repeat;
}

#bio {
	margin : 0 auto;
	background : #fff;
	text-align : left;
	width : 100%;
	padding:50px 20% 50px 20%;
	font-size:1.1em;
	 letter-spacing: 1px;
	 line-height: 1.5;
}
#bio .image{
margin-top:-110px;
margin-bottom:40px;
}
#linkedin{width:100%; text-align:center;}


@media only screen and (max-width: 600px){
	.logo{
		width:100%;height: auto;
	}
	#bio img{
margin-top:0px;
}

}
