body {
  margin: 0px;
  padding: 0px;
  background: #353535;
  width: 100%;
  overflow-y: scroll;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
  font-family: 'Open Sans';
  font-size: 30px;
}

.main-title {
  font-family: 'Barlow Condensed';
  font-size: 220px;
  margin-top: -24px;
  margin-bottom: 10px;
  line-height: 1;
}

.setlist {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

a {
  font-weight: 600;
  color: white;
}

.content {
  margin: auto;
  padding: 20px;
  max-width: 992px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.banner {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.news {
  max-width: 992px;
}

.contact-info {
  max-width: 992px;
}

.menu {
  border-style: solid none solid none;
  border-color: #EC0016;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-family: 'Barlow Condensed';
  font-size: 82px;
  vertical-align: middle;
}

.menu-item {
  margin: 0px;
}

a.menu-item:link {
  text-decoration: none;
}

.blogg-entry {
  max-width: 992px;
}

.blogg-entry-text {
  margin-top: -15px;
}

.gallery {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.soundcloud-player {
  margin-top: 20px;
  width: 100%;
}

.social-media {
  margin-top: 20px;
  width: 480px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.social-media-link-img {
  max-width: 64px;
  max-height: 64px;
  margin: 20px;
}

a.no-underline {
  text-decoration: none;
}
