*{
  padding:0px;
  margin:0px;
}
#bg-zoom{
  height: 100vh;
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#bg{
height: 100vh;
width: 100%;
background-image: url("../images/nathanpole-bg.jpg");
background-size: cover;
animation: imageZoom 60s linear infinite;
background-position: center;
transform: scale(1);
}
@keyframes imageZoom{
    0%,100%{
      transform: scale(1);
    }
    50%{
      transform: scale(1.2);
    }
  }

}
html { 
	background: #000 url("images/bg.jpg") no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#np-social {
	position: absolute;
    vertical-align: middle;
	bottom: 70px;
	margin-top: 5px;
	padding-left: 80px;
    padding-bottom: 10px;
}
#np-name {
	position: absolute;
	bottom: 220px;
    margin-left: 100px;
	margin-bottom: 50px;
}
#np-social img {
	margin: 20px 20px;
    float: left;
    vertical-align: middle;
}
    
    a.social-icon {
    display: inline-block;
}
    a.social-icon:hover {
    border-bottom: 2px #c8c8ca;
        border-bottom-style: solid;

}