header { background: white; width:100%; height: 33%; }
section { background: white; width:100%; height: 33%; }
footer { background: white; width:100%; height: 33%; }
p { font-family: 'Lato', sans-serif; color: red; text-align: center; }
a:link { text-decoration: none; color: DarkGray; }
a:visited { text-decoration: none; color: DarkGray; }
ul li{margin-bottom:10px;}

/* Social Icons */
#social_side_links {
	position: fixed;
  top: -5px;
  left: 0;
  padding: 0;
  list-style: none;
  z-index: 99;
}

#social_side_links li a {display: block;}

#social_side_links li a img {
	display: block;
	max-width:50px;
  padding: 0px;
  -webkit-transition:  background .2s ease-in-out;
  -moz-transition:  background .2s ease-in-out;
  -o-transition:  background .2s ease-in-out;
  transition:  background .2s ease-in-out;
  margin: 0 0 0 0;
}

#social_side_links li a:hover img {background: rgba(0, 0, 0, .2);}

