body{
  padding: 20px;
}

  body:before{
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
  }  

  body:after{
    border: 20px solid #000;
  }

.navbar{
	top: 21px;
	left: 21px;
	right: 21px;
}

footer{
  bottom: 21px;
  left: 21px;
  right: 21px;
}


section > a {
    bottom: 70px;
    background-size: 21px;
}

#home .home-title{
  font-size: 45px; 
  line-height: 50px; 
}

#artists .artists-list, #events .container > .row:last-child, #agencies .container > .row:last-child{
	padding-bottom: 30px;
}

footer{
  left: 15px;
  right: 15px;
}

footer .footer-contacts, footer .footer-credits{
  float: left;
  display: block;
  text-align: center;
  width: 100%;
}  

footer .footer-contacts{
  margin-bottom: 5px;
}