* { padding: 0; margin: 0; }

body { 
        background-color: #333; 
		background-image: url(chalkboard-green.jpg);
        font-family: 'squeakychalksound', cursive;
        font-size: 100%; 
        color: white;
        -webkit-font-smoothing: antialiased; 
		width:100%;
		height:100%;
		min-width: 300px;
}

p { 
        color: #fff; 
        margin-bottom: 22px; 
}

a { color: #fff; font-weight: bold; text-decoration: none; border-bottom: none}

a:hover { color: #f0f0f0; border-bottom: none;opacity: 0.7;}

h1 {
	font-weight:normal;
}

#portrait {
	position:absolute;
	height:607px;
}

#about { 
        width: 58%; 
        min-width: 300px;
        padding: 2.5%; 
        margin: 2.5% 2.5% 2.5% 300px !important; 
        line-height: 24px; 
}

#links{
		float: right;
        width: 8%; 
        min-width: 80px;
        padding: 2.5%; 
        margin: 2.5% 2.5% auto 2.5% !important; 
		text-align:right;
}

#links p {
	margin-bottom:0px;
}

#links #mendeley {
        background: url(icons2/mendeley.png) center no-repeat;
		background-size:100% auto;
        white-space:nowrap;
		padding-left: 50px;
		padding-top: 30px;
}

#links #twitter {
        background: url(icons2/Twitter.png) center no-repeat;
		background-size:100% auto;
        white-space:nowrap;
		padding-left: 50px;
		padding-top: 50px;
}

#links #mail {
        background: url(icons2/mail.png) center no-repeat;
		background-size:100% auto;
        white-space:nowrap;
		padding-left: 50px;
		padding-top: 40px;
}

#links #gplus {
        background: url(icons2/gplus.png) center no-repeat;
		background-size:100% auto;
        white-space:nowrap;
		padding-left: 50px;
		padding-top: 50px;
}

#links #facebook {
        background: url(icons2/facebook.png) center no-repeat;
		background-size:100% auto;
        white-space:nowrap;
		padding-left: 50px;
		padding-top: 50px;
}

#footer {
	clear:both;
	bottom:0px;
	margin-right:10px;
	margin-bottom: 10px;
	width:99%;
	font-size: 50%;
	text-align: right;
}

@media (max-width: 767px) {
	#about { position: relative; width: auto; padding: 20px; margin: 0 !important; padding-top:50px;min-width: 400px;}
	background-image { opacity: 0.2; }
	#links {float: none;text-align:center; width:100%;min-width: 300px;}
	#links p, #links img {display: inline;}
	#portrait {}
	#portrait img {height:100px}
}