/* Move down content because we have a fixed navbar that is 50px tall */
body {
  padding-top: 50px;
  padding-bottom: 20px;
}


.instagram {
	background-image: url("../img/instagram.svg");
    height: 40px;
	background-repeat: no-repeat;
	padding-left: 25px;
    background-position-y: 3px;
}

.facebook {
	background-image: url("../img/facebook.svg");
    height: 40px;
	background-repeat: no-repeat;
	padding-left: 25px;	
    background-position-y: 3px;
}
