body {
  background-image: url('../images/bg_afe.png');
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}
h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}
h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}
h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}
p {
  margin-bottom: 5px;
}
.logo_afe {
  display: block;
  margin-top: 44px;
  margin-right: auto;
  margin-left: auto;
}
.cnt_afe {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.socials {
  margin-top: 55px;
}
.fb_link {
  left: 0px;
  top: 0px;
  text-align: right;
}
.myspace_link {
  padding-left: 75px;
}
.link_bandcamp {
  margin-top: 6px;
}
.img_bandcamp {
  margin-top: 2px;
}
@media (max-width: 991px) {
  .fb_link {
    left: 100px;
  }
  .myspace_link {
    display: none;
  }
  .link_myspace {
    display: block;
  }
  .bandcamp_column {
    left: 170px;
  }
}
@media (max-width: 767px) {
  .fb_link {
    left: 0px;
    padding-left: 0px;
    text-align: center;
  }
  .myspace_link {
    left: -4px;
    bottom: -20px;
    display: none;
    padding-left: 0px;
    text-align: center;
  }
  .link_myspace {
    display: block;
  }
  .img_bandcamp {
    text-align: left;
  }
  .bandcamp_column {
    left: -24px;
    top: 30px;
    right: 0px;
    bottom: 0px;
    text-align: center;
  }
}
@media (max-width: 479px) {
  .socials {
    margin-top: 18px;
  }
  .fb_link {
    text-align: center;
  }
  .myspace_link {
    left: -4px;
    bottom: -20px;
    display: none;
    text-align: center;
  }
}