body {
padding-top: 5rem;
background-color: rgba(245, 245, 245, 0);
margin-bottom: 60px;
}
.starter-template {
#  padding: 3rem 1.5rem;
  text-align: center;
}
html { 
position: relative;
min-height: 100%;
background: url("../assets/egel.png") no-repeat center center fixed; 
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
  /* XXS */ @media only screen and (min-width : 320px)  {} 
  /* XS  */ @media only screen and (min-width : 480px)  {} 
  /* SM  */ @media only screen and (min-width : 768px)  {} 
  /* MD  */ @media only screen and (min-width : 992px)  {background-attachment: fixed;} 
  /* LG  */ @media only screen and (min-width : 1200px) {} 
}
.footer {
position: absolute;
bottom: 0;
left:0px;
width: 100%;
height: 60px;
line-height: 60px;
background-color: #f5f5f5;
text-align:center;
}
div.socialeknopjes {
width: 100%;
height: 40px;
margin: 0px auto 0px 0;
text-align: center;
vertical-align:top;
}
div.knopje-twitter {
width: 75px;
height: 35px;
}
div.knopje-facebook {
width: 90px;
height: 35px;
vertical-align:bottom;
}
div.knopje-whatsapp {
width: 75px;
height: 35px;
}
div.sociaalknopje {
display: inline-block;
}
.fb-like iframe { max-width: none !important; }

