/*Footer*/

footer {
  background:#1a1a1a;
  color: white;
  font-size: .8em;
  padding: 40px 0 10px 0;
  position: absolute;
	bottom:0;
	width: 100%;
}

footer a{
	color:white;
	
}

.social-network ul {
	margin-right:23%;
}
.social-network ul li{
	display:inline-block;
	padding-right:8px;
	
}

.facebookblue{
	color:#BFBFBF;
}


.twitterblue{
	color:#BFBFBF;
}

.facebookblue:hover{
	color:#2980b9;
	background-color:white;
	transition:color 0.4s;
	
}

.twitterblue:hover{
	color:#3498db;
	background-color:white;
	transition:color 0.2s;
	
}


.facebookblue:focus, .facebookblue:active:focus{
	color:#2980b9;
	transition:color 0.4s;
	
}

.twitterblue:focus{
	color:#3498db;
	transition:color 0.2s;
	
}
/*End of footer*/
