@charset "UTF-8";

#container {width:80%; margin:auto; background-color:#D8D3D3; min-height:1000px; position:relative;}
 
#header {width:100%; background-color:#D8D3D3; height:150px;}

#sidebar-left {width:0; height:0px; background-color:;position:absolute; top:0px; left:0px;}

#siderbar-right {width:px; height:px; background-color:#; position:absolute; top:px; right:0px; }

#footer {width:100%; height:30px; position:absolute; bottom:-50px; background-color:#060606 }

#navigation {position:absolute; background-color:#060606;  width:100%; top:150px; height:40px; }

#home {float:left; padding:20px; }

#aboutme {float:left; padding:20px; }

#portfolio {float:left; padding:20px; }

#contact {float:left; padding:20px; }

a {color:#F5F5F5; }

#middle { padding-left:50px; padding-right:px; padding-top:50px; }

h1 { color:#000000; font-family:, Verdana, sans-serif; font-size:40px; padding-top:30px; }

h2 {color:#F2ECEC; font-family:Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif; font-size:5px; padding:px;  }


textarea { height:200px; width:500px;
}
.aruba { padding-top:20px; padding-left:20px; }
 
html {
	font-size: 20px;
}
body {
	background-color: #ccc;
	padding: 50px;
	text-align: center;
}

/* Wrapper */
.icon-button {
	background-color: white;
	border-radius: 2.6rem;
	cursor: pointer;
	display: inline-block;
	font-size: 2.0rem;
	height: 1.6rem;
	line-height: 1.6rem;
	margin: 0 5px;
	position: relative;
	text-align: center;
	left:200px;
	top:0px;
	
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	width: 1.6rem;
}

/* Circle */
.icon-button span {
	border-radius: 0;
	display: block;
	height: 0;
	left: 30%;
	margin: 0;
	position: absolute;
	top: 50%;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	     -o-transition: all 0.3s;
	        transition: all 0.3s;
	width: 0;
}
.icon-button:hover span {
	width: 3.6rem;
	height: 3.6rem;
	border-radius: 3.6rem;
	margin: -1.8rem;
}
.twitter span {
	background-color: #4099ff;
}
.facebook span {
	background-color: #3B5998;
}
.google-plus span {
	background-color: #db5a3c;
}

/* Icons */
.icon-button i {
	background: none;
	color: white;
	height: 3.6rem;
	left: 0;
	line-height: 3.6rem;
	position: absolute;
	top: 0;
		-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	     -o-transition: all 0.3s;
	        transition: all 0.3s;
	width: 3.6rem;
	z-index: 10;
}
.icon-button .icon-twitter {
	color: #4099ff;
}
.icon-button .icon-facebook {
	color: #3B5998;
}
.icon-button .icon-google-plus {
	color: #db5a3c;
}
.icon-button:hover .icon-twitter,
.icon-button:hover .icon-facebook,
.icon-button:hover .icon-google-plus {
	color: white;
	