body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: bold;
}

h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: 'Tenor Sans';
  color: #000;
  font-size: 30px;
  line-height: 36px;
  font-weight: 400;
  text-transform: uppercase;
}

h3 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: 'Tenor Sans';
  color: #000;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  text-transform: uppercase;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: bold;
}

p {
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: 'Source Serif Pro';
  color: #000;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
}

ul {
  font-family: 'Source Serif Pro';
  color: #000;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
}

ol {
  font-family: 'Source Serif Pro';
  color: #000;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
}

li {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 10px;
}

img {
  display: inline-block;
  max-width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
}

blockquote {
  margin-top: 40px;
  margin-bottom: 30px;
  padding-top: 30px;
  padding-right: 0px;
  padding-left: 0px;
  border-style: solid none none;
  border-top-width: 2px;
  border-top-color: #000;
  border-left-width: 5px;
  border-left-color: #e2e2e2;
  font-family: 'Source Serif Pro';
  color: #000;
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  margin-top: 5px;
  margin-bottom: 30px;
  font-family: 'Libre Franklin';
  color: #666;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  text-align: left;
}

.navigation-container {
  display: flex;
  width: 100%;
  max-width: 1200px;
  padding-left: 0px;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
  flex: 0 auto;
}

.navigation {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  display: flex;
  width: 100%;
  height: 90px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #e6e6e6;
  background-color: #000;
}

.image-logo {
  margin-top: 0px;
  margin-bottom: 0px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: auto;
}

.image-logo.meta {
  background-color: transparent;
}

.nav-link {
  margin-right: 30px;
  font-family: 'Libre Franklin';
  color: #000;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  text-decoration: none;
}

.nav-link.white {
  margin-top: 5px;
  margin-bottom: 5px;
  color: #fff;
}

.container {
  width: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  justify-content: center;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: center;
}

.container.cc-center {
  display: flex;
  max-width: 935px;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: center;
  text-align: left;
}

.container.cc-post-image {
  max-width: 1400px;
}

.paragraph {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 13px;
  line-height: 19px;
  font-weight: 300;
}

.paragraph.cc-contact-text {
  margin-bottom: 50px;
}

.footer {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: flex;
  height: 50px;
  max-width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 60px 30px 63px;
  flex-direction: row;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: center;
  border-top: 1px solid #fff;
  border-bottom: 1px none #000;
  border-left: 1px none #fff;
  background-color: #000;
  color: #000;
}

.top-section {
  display: flex;
  align-items: flex-end;
  flex: 1;
}

.footer-title-text {
  font-family: 'Libre Franklin';
  color: #666;
  font-size: 10px;
  line-height: 12px;
  font-weight: 600;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.footer-links {
  display: flex;
  width: 25%;
  margin-top: 15px;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  align-content: flex-start;
  flex: 0 0 auto;
}

.footer-links-container {
  display: flex;
  margin-top: 20px;
  justify-content: flex-start;
}

.footer-links-container.cc-categories {
  display: block;
}

.footer-categories {
  width: 75%;
}

.footer-newsletter {
  width: 25%;
}

.bottom-1 {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-content: flex-start;
  flex: 1;
  text-align: left;
}

.bottom-2 {
  width: 75%;
  margin-top: 40px;
  flex: 1;
}

.bottom {
  width: 100%;
}

.separator-color {
  height: 1px;
  max-width: 1290px;
  background-color: #e6e6e6;
}

.separator-color.footer-line {
  background-color: #4d4d4d;
}

.text-field {
  height: 48px;
  margin-bottom: 0px;
  padding-right: 15px;
  padding-left: 15px;
  font-family: 'Libre Franklin';
  color: #999;
  font-size: 14px;
  line-height: 24px;
}

.submit-button {
  width: 100px;
  height: 48px;
  background-color: #000;
  font-family: 'Libre Franklin';
  color: #fff;
  font-size: 10px;
  line-height: 12px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.form {
  display: flex;
  align-items: flex-end;
}

.form-block {
  margin-top: 20px;
}

.posts-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}

.posts-wrapper.cc-top-post {
  justify-content: space-between;
}

.top-post {
  display: flex;
  padding: 150px 30px 60px;
  justify-content: center;
  align-items: center;
  background-color: #000;
  color: #999;
}

.navigation-link {
  position: relative;
  height: 90px;
  padding: 34px 20px;
  align-content: space-between;
  font-family: 'Libre Franklin';
  color: #000;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  text-decoration: none;
}

.navigation-link-text {
  font-family: 'Libre Franklin';
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  text-decoration: none;
  text-transform: none;
}

.navigation-hover {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 100%;
  height: 4px;
  align-items: flex-end;
  background-color: #fff;
  color: #fff;
}

.header {
  display: block;
  width: 100vw;
  height: 35vw;
  justify-content: center;
  align-items: center;
  background-image: url('../images/image-header.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.team {
  display: flex;
  padding: 120px 30px;
  justify-content: center;
  align-items: center;
}

.contact {
  display: flex;
  padding: 120px 30px;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  align-content: flex-start;
}

.footer-small-text {
  font-family: 'Libre Franklin';
  color: #666;
  font-size: 10px;
  line-height: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.dropdown {
  display: none;
}

.container-footer {
  width: 100%;
  max-width: 1200px;
}

.contact-info-subtitle {
  width: 100%;
  margin-top: 30px;
  font-family: 'Libre Franklin';
  color: #999;
  font-size: 10px;
  line-height: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.contact-info-text {
  width: 100%;
  margin-top: 20px;
  font-family: 'Source Serif Pro';
  color: #000;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: -0.5px;
}

.contact-number {
  display: flex;
  width: 60px;
  height: 60px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #000;
}

.nav-menu {
  display: flex;
  align-items: stretch;
}

.top-post-image {
  width: 60%;
}

.top-post-item {
  display: flex;
  margin-right: auto;
  margin-left: 0px;
  justify-content: space-between;
  align-items: flex-start;
  perspective: 2000px;
}

.top-post-text {
  width: 40%;
  padding-left: 50px;
}

.category-link {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: capitalize;
}

.category-link:hover {
  text-decoration: underline;
}

.h2 {
  margin-top: 15px;
  margin-bottom: 25px;
  font-family: 'Tenor Sans';
  color: #000;
  font-size: 36px;
  line-height: 42px;
  font-weight: 400;
  text-transform: uppercase;
}

.h2.cc-title-section {
  margin-top: 0px;
  margin-bottom: 40px;
}

.h2.cc-title-section.cc-push-text {
  margin-right: 15px;
}

.post-short-text {
  font-family: 'Source Serif Pro';
  color: #666;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.post-author {
  background-color: #fff;
  font-family: 'Libre Franklin';
  color: #000;
  font-size: 10px;
  line-height: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.post-author:hover {
  text-decoration: underline;
}

.post-author.cc-top-margin {
  margin-right: 5px;
  background-color: #fff;
}

.post-author-text {
  display: flex;
  margin-top: 30px;
}

.post-author-text.cc-small-thumbnail {
  max-width: 250px;
  margin-top: 15px;
}

.post-author-text.cc-center {
  align-items: center;
}

._3-posts {
  display: flex;
  margin-top: 335px;
  padding: 43px 30px 90px;
  justify-content: center;
  align-items: center;
  background-color: #000;
}

.posts-collection-list-wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.posts-image {
  margin-bottom: 20px;
}

.top-post-link-block {
  text-decoration: none;
}

._3-collection-item {
  display: flex;
  width: 305px;
  max-width: 305px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  padding: 25px 20px 40px;
  justify-content: center;
  flex-wrap: wrap;
  align-items: stretch;
  align-content: stretch;
}

.post-title {
  margin-top: 15px;
  margin-bottom: 15px;
  text-decoration: none;
}

.h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 13px;
  line-height: 19px;
  font-weight: 400;
  text-transform: capitalize;
}

.post-info-text {
  max-width: 250px;
  margin-top: 10px;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
}

.posts-collection-list {
  display: flex;
  margin: -25px -10px;
  flex-wrap: wrap;
}

.separator-container {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1200px;
}

.line-color {
  height: 1px;
  background-color: #e6e6e6;
}

.separator {
  display: flex;
  padding-right: 30px;
  padding-left: 30px;
  justify-content: center;
  align-items: center;
}

.latest-posts {
  display: flex;
  padding: 90px 30px;
  justify-content: center;
  align-items: center;
  background-color: #000;
}

._4-collection-item {
  width: 25%;
  margin-top: 25px;
  margin-bottom: 25px;
  flex-wrap: wrap;
}

.button {
  display: flex;
  margin-top: 90px;
  padding: 20px 25px;
  justify-content: center;
  align-items: center;
  border: 1px solid #000;
  background-color: #fff;
  transition: background-color 200ms ease, color 200ms ease;
  font-family: 'Libre Franklin';
  color: #000;
  font-size: 10px;
  line-height: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button:hover {
  background-color: #000;
  color: #fff;
}

.section-title-text {
  margin-bottom: 30px;
  font-family: 'Libre Franklin';
  color: #999;
  font-size: 10px;
  line-height: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.section-title-text:hover {
  text-decoration: underline;
}

._2-collection-item {
  width: 50%;
  padding-top: 25px;
  padding-bottom: 25px;
  flex-wrap: wrap;
  align-items: flex-start;
}

.featured-posts {
  display: flex;
  padding: 90px 30px;
  justify-content: center;
  align-items: center;
  background-color: #000;
}

.separator-footer {
  margin-top: 60px;
  margin-bottom: 60px;
}

.about-top {
  display: flex;
  padding: 210px 30px 120px;
  justify-content: center;
  align-items: center;
}

.h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Tenor Sans';
  color: #000;
  font-size: 54px;
  line-height: 60px;
  font-weight: 400;
  text-transform: uppercase;
}

.text-container {
  width: 878px;
  margin-top: 43px;
  padding-top: 8px;
}

.section-title-big {
  margin-bottom: 30px;
  font-family: 'Tenor Sans';
  color: #000;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
}

.link-block {
  margin-top: 20px;
  font-family: 'Libre Franklin';
  color: #000;
  font-size: 10px;
  line-height: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.team-collection-item {
  display: flex;
  width: 25%;
  margin-top: 25px;
  margin-bottom: 25px;
  flex-wrap: wrap;
  align-items: stretch;
}

.team-image {
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}

.team-member-info {
  margin-top: 15px;
}

.team-member-name {
  font-family: 'Source Serif Pro';
  color: #000;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
}

.team-member-role {
  font-family: 'Libre Franklin';
  color: #999;
  font-size: 10px;
  line-height: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.collection-list-wrapper-7 {
  margin: -25px -10px;
}

.contact-item-wrapper {
  display: flex;
  width: 25%;
  padding-right: 10px;
  padding-left: 10px;
  justify-content: center;
  align-items: stretch;
}

.contact-wrapper {
  display: flex;
  margin-right: -10px;
  margin-left: -10px;
}

.contact-item {
  display: flex;
  width: 100%;
  padding: 45px 30px;
  justify-content: center;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  border: 1px solid #000;
  text-align: center;
}

.number {
  font-family: 'Source Serif Pro';
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
}

.about-blog {
  display: flex;
  padding: 149px 30px 64px;
  justify-content: center;
  align-items: center;
  background-color: #000;
}

.title-section {
  display: flex;
  padding: 180px 30px 90px;
  justify-content: center;
  align-items: center;
}

.post-image {
  display: flex;
  justify-content: center;
  align-items: center;
}

.post-content {
  display: flex;
  padding: 60px 30px;
  justify-content: center;
  align-items: center;
}

.post-content-wrapper {
  display: block;
  max-width: 800px;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  flex: 1;
}

.author-image-wrapper {
  display: flex;
  overflow: hidden;
  width: 30px;
  height: 30px;
  margin-right: 15px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.rich-text img {
  margin-top: 30px;
  margin-bottom: 10px;
}

.rich-text h1 {
  font-family: 'Tenor Sans';
  font-size: 42px;
  line-height: 50px;
  font-weight: 400;
}

.rich-text h4 {
  font-family: 'Tenor Sans';
  font-weight: 400;
}

.rich-text h5 {
  font-family: 'Tenor Sans';
  font-weight: 400;
}

.rich-text h6 {
  font-family: 'Tenor Sans';
  font-weight: 400;
}

.logo.cc-footer {
  margin-right: 15px;
  margin-bottom: 2px;
}

.collection-list {
  display: flex;
  flex-wrap: wrap;
}

.footer-collection-item {
  width: 25%;
  margin-bottom: 15px;
  font-family: 'Libre Franklin';
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  text-decoration: none;
}

.link-footer {
  color: #fff;
  text-decoration: none;
}

.div-block {
  display: flex;
}

.style-guide-label {
  margin-bottom: 20px;
  padding-bottom: 10px;
  flex: 1;
  border-bottom: 1px solid #777;
  color: #777;
  font-size: 13px;
  line-height: 14px;
}

.image-licensing {
  padding: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.05);
  line-height: 24px;
}

.footer-links-inner {
  display: flex;
  margin-top: 15px;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  align-content: flex-start;
  flex: 0 0 auto;
}

.image {
  min-height: 250px;
}

.image.event {
  max-width: 630px;
  min-height: 80px;
  font-family: 'Open Sans', sans-serif;
  font-size: 36px;
}

.image-2 {
  width: 250px;
  height: 250vw;
  max-height: 250px;
  max-width: 250px;
  margin: auto 0px;
  -o-object-fit: none;
     object-fit: none;
}

.image-2.rechteck {
  max-height: 60px;
}

.image-3 {
  margin-right: 0px;
}

.section {
  margin-right: auto;
  margin-left: auto;
}

.section.header {
  height: auto;
  padding-top: 142px;
}

.div-block-2 {
  max-width: 100%;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 0px;
}

.columns {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  flex: 0 100%;
  grid-column-gap: 0vw;
  grid-row-gap: 0px;
  text-align: justify;
}

.image-4 {
  display: inline-block;
  text-align: center;
  -o-object-fit: fill;
     object-fit: fill;
}

.section-2 {
  background-color: #000;
}

.section-2.release {
  display: flex;
  margin-top: 84px;
  padding-top: 73px;
  padding-bottom: 33px;
}

.column {
  position: static;
}

.image-5 {
  height: 250px;
  max-height: 250px;
  max-width: 250px;
  margin-right: auto;
  margin-left: auto;
}

.image-5.songimage {
  height: 250px;
  max-width: 250px;
}

.div-block-3 {
  display: block;
  max-width: 250px;
  margin: 0px auto 30px;
}

.heading {
  max-width: 250px;
  margin-top: 13px;
  margin-left: 0px;
  padding-left: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 32px;
}

.heading.songname {
  margin-top: 20px;
  font-size: 23px;
  line-height: 30px;
  font-weight: 600;
}

.paragraph-2 {
  max-width: 250px;
  margin-top: 13px;
  margin-left: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 24px;
  font-weight: 300;
}

.paragraph-2.artistname {
  margin-top: 9px;
  margin-bottom: 9px;
  font-size: 13px;
  line-height: 19px;
}

.columns-2 {
  width: 1270px;
  margin-right: auto;
  margin-left: auto;
}

.column-2 {
  padding-right: 0px;
  padding-left: 0px;
}

.div-block-4 {
  max-width: 250px;
  background-color: #181818;
  color: transparent;
}

.image-6 {
  background-color: #000;
  color: #000;
}

.container-2 {
  color: #242424;
}

.div-block-5 {
  background-color: #222;
}

.image-7 {
  max-width: 80%;
  margin: 11px auto;
}

.column-3 {
  display: flex;
  height: 76px;
  margin-top: auto;
  margin-bottom: auto;
}

.column-4 {
  display: block;
  height: 76px;
  margin: auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.release-container._01 {
  display: flex;
  justify-content: center;
}

.column-5 {
  display: flex;
  justify-content: center;
}

.column-6 {
  display: flex;
  justify-content: center;
}

.column-7 {
  display: flex;
  justify-content: center;
}

.release-links {
  display: flex;
  justify-content: center;
}

.container-3 {
  display: flex;
  max-width: none;
  margin-top: 0px;
  padding-top: 217px;
  padding-bottom: 65px;
  justify-content: flex-start;
  background-color: #000;
}

.container-3.releases {
  display: block;
}

.container-3.events {
  display: block;
}

.div-block-6 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.div-block-7 {
  display: flex;
  margin-top: 14px;
  justify-content: flex-start;
  align-items: center;
}

.release-group {
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 59px;
  justify-content: flex-start;
  align-items: center;
}

.div-block-9 {
  margin-right: 50px;
}

.div-block-10 {
  margin-right: 27px;
}

.div-block-11 {
  margin-right: 27px;
}

.song-link {
  margin-right: 66px;
}

.image-8 {
  width: auto;
  max-width: 100%;
  margin-right: 30px;
}

.image-9 {
  width: auto;
  margin-right: 30px;
}

.image-10 {
  width: auto;
  margin-right: 30px;
}

.container-4 {
  display: flex;
  max-width: 100%;
  justify-content: space-between;
  align-items: center;
  background-color: #999;
}

.div-block-12 {
  display: flex;
  align-items: center;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  padding-top: 20px;
  padding-bottom: 8px;
  border-style: none none solid;
  border-width: 4px 4px 1px 2px;
  border-color: #fff;
  border-radius: 0px;
  background-color: #000;
}

.container-5 {
  display: block;
}

.div-block-13 {
  display: flex;
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  justify-content: center;
  align-items: center;
}

.image-11 {
  width: 250px;
  margin-right: auto;
  margin-left: auto;
}

.nav-menu-2 {
  display: block;
  float: none;
  justify-content: flex-end;
  flex-wrap: nowrap;
  align-items: center;
  align-content: flex-start;
  text-align: center;
}

.nav-link-2 {
  display: inline-block;
  padding-right: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-weight: 300;
}

.nav-link-2:hover {
  color: #212127;
}

.nav-link-2.w--current {
  color: #fff;
}

.div-block-14 {
  display: block;
}

.container-6 {
  display: flex;
  max-width: 1200px;
  justify-content: space-between;
  align-items: center;
}

.div-block-15 {
  display: flex;
  width: 500px;
  height: 50px;
  margin-bottom: 4px;
  padding-left: 47px;
  justify-content: space-between;
  align-items: center;
}

.metanoia-link {
  margin-right: 13px;
  margin-left: -5px;
  padding-left: 0px;
}

.div-block-16 {
  display: flex;
  width: 400px;
  margin-right: auto;
  margin-left: auto;
  justify-content: space-between;
  align-items: center;
}

.heading-2 {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
}

.link {
  display: inline-block;
  padding: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-weight: 300;
  text-decoration: none;
}

.link-2 {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-weight: 300;
  text-decoration: none;
}

.div-block-17 {
  display: flex;
  width: 150px;
  justify-content: space-between;
  align-items: center;
}

.div-block-18 {
  display: block;
  margin-top: 8px;
  margin-right: auto;
  margin-left: auto;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  text-align: center;
}

.div-block-19 {
  display: flex;
  width: 500px;
  height: 20px;
  margin-top: 15px;
  margin-bottom: 7px;
  justify-content: center;
  align-items: center;
}

.image-12 {
  height: 500px;
  max-width: 100%;
}

.image-13 {
  position: static;
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  margin: 0px auto;
  -o-object-fit: fill;
     object-fit: fill;
}

.div-block-20 {
  position: static;
  display: block;
  width: 100%;
  height: 710px;
  max-width: 100%;
  min-width: 100%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
  flex: 1;
  background-color: #000;
  -o-object-fit: fill;
     object-fit: fill;
}

.container-7 {
  display: flex;
  height: 780px;
  max-width: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.heading-3 {
  margin-top: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 30px;
  font-weight: 600;
}

.text-block {
  color: #fff;
}

.event-block {
  max-width: 550px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
}

.image-14 {
  max-width: 550px;
}

.heading-4 {
  width: 400px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 30px;
  font-weight: 600;
}

.paragraph-3 {
  width: 400px;
  margin-top: 12px;
  margin-bottom: 17px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 13px;
  line-height: 19px;
  font-weight: 300;
}

.link-3 {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-weight: 300;
}

.event-group {
  display: flex;
  width: 935px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 65px;
  justify-content: flex-start;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.heading-5 {
  margin-top: 23px;
  margin-bottom: 16px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 30px;
  font-weight: 600;
}

.text-block-2 {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 13px;
  font-weight: 300;
}

.link-4 {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 13px;
  font-weight: 300;
  text-decoration: none;
}

.body {
  background-color: #000;
}

.container-8 {
  display: flex;
}

.section-3 {
  display: flex;
  height: 82%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
}

.image-15 {
  display: block;
  max-width: 100%;
  margin: 142px auto 0px;
  padding-bottom: 0px;
  flex: 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.div-block-21 {
  display: flex;
  max-width: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
}

.body-2 {
  background-color: #000;
}

.body-3 {
  background-color: #000;
}

.body-4 {
  background-color: #000;
}

.body-5 {
  background-color: #000;
}

@media screen and (max-width: 991px) {
  .navigation {
    z-index: 999;
    padding-right: 8px;
  }

  .image-logo {
    position: relative;
    z-index: 9999;
  }

  .container {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
  }

  .footer {
    position: static;
  }

  .footer-categories {
    width: 100%;
  }

  .footer-newsletter {
    width: 100%;
    margin-bottom: 35px;
  }

  .bottom-1 {
    flex-direction: row;
    flex-wrap: wrap-reverse;
  }

  .bottom-2 {
    width: 100%;
  }

  .navigation-link {
    height: 60px;
    padding-right: 30px;
    padding-left: 30px;
    justify-content: flex-end;
    background-color: #000;
  }

  .navigation-link-text {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
  }

  .navigation-hover {
    display: none;
  }

  .header {
    height: 50vw;
  }

  .container-footer {
    margin-right: 0px;
    margin-left: 0px;
  }

  .nav-menu {
    margin-top: -90px;
    padding-top: 120px;
    padding-bottom: 30px;
    background-color: #000;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.25);
  }

  .menu-button {
    background-color: #000;
    font-family: 'Libre Franklin';
    color: #000;
    font-size: 32px;
    font-weight: 400;
  }

  .menu-button:active {
    background-color: #e9e9e9;
  }

  .menu-button.w--open {
    background-color: #000;
  }

  .top-post-image {
    width: 100%;
    margin-bottom: 30px;
  }

  .top-post-item {
    flex-wrap: wrap;
  }

  .top-post-text {
    width: 100%;
    padding-left: 0px;
  }

  .h2.cc-title-section {
    margin-top: 0px;
  }

  ._4-collection-item {
    width: 50%;
  }

  .icon-2 {
    color: #fff;
  }

  .about-top {
    padding-top: 180px;
    padding-bottom: 90px;
  }

  .h1 {
    font-size: 36px;
    line-height: 42px;
  }

  .text-container {
    width: 100%;
  }

  .team-collection-item {
    width: 33.33333333%;
  }

  .team-image {
    width: 100%;
    justify-content: flex-start;
  }

  .contact-item-wrapper {
    width: 50%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .contact-wrapper {
    margin-top: -10px;
    margin-bottom: -10px;
    flex-wrap: wrap;
  }

  .about-blog {
    margin-top: -19px;
    padding-top: 130px;
    padding-right: 97px;
    padding-left: 97px;
  }

  .title-section.cc-detail {
    padding-top: 150px;
  }

  .section-2.release {
    max-width: 100%;
    margin: 83px auto 0px;
    padding-top: 47px;
    padding-bottom: 11px;
  }

  .image-5.songimage {
    height: 250px;
    max-width: 250px;
    min-height: 100px;
    min-width: 100px;
  }

  .heading.songname {
    font-size: 22px;
  }

  .paragraph-2.artistname {
    margin-top: 1px;
    margin-bottom: 0px;
    margin-left: 0px;
    font-size: 16px;
  }

  .columns-2 {
    max-width: 92%;
  }

  .container-3 {
    max-width: 100%;
    margin-top: 123px;
  }

  .container-3.releases {
    margin-top: -24px;
    padding-top: 209px;
  }

  .container-3.events {
    margin-top: -32px;
    padding-bottom: 6px;
  }

  .release-group {
    display: -ms-grid;
    display: grid;
    width: auto;
    max-width: 568px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 0px;
    flex-direction: row;
    justify-items: stretch;
    align-items: center;
    align-content: space-between;
    grid-auto-columns: 1fr;
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    -ms-grid-columns: 0.75fr 0.25fr;
    grid-template-columns: 0.75fr 0.25fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .div-block-9 {
    margin-right: 27px;
  }

  .song-link {
    margin-bottom: 49px;
  }

  .navbar {
    padding-bottom: 12px;
  }

  .div-block-13 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .image-11 {
    width: 200px;
  }

  .nav-menu-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #000;
  }

  .nav-link-2 {
    display: block;
  }

  .nav-link-2.w--current {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .menu-button-2 {
    display: inline-block;
    padding-top: 4px;
    padding-bottom: 0px;
    float: none;
    background-color: #000;
    text-align: center;
  }

  .menu-button-2.w--open {
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: #000;
  }

  .icon-3 {
    padding-top: 10px;
    color: #fff;
  }

  .link {
    margin-right: 20px;
    margin-left: 20px;
  }

  .div-block-20 {
    margin-top: -24px;
    padding-top: 0px;
  }

  .event-block {
    display: block;
    width: 350px;
    max-width: 450px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
  }

  .image-14 {
    max-width: 342px;
  }

  .paragraph-3 {
    width: 320px;
  }

  .event-group {
    width: 700px;
  }

  .heading-5 {
    max-width: 320px;
  }

  .image-15 {
    margin-top: 97px;
  }

  .body-2 {
    background-color: #000;
  }

  .body-3 {
    background-color: #000;
  }

  .body-4 {
    background-color: #000;
  }

  .body-5 {
    background-color: #000;
  }
}

@media screen and (max-width: 767px) {
  .navigation {
    height: 80px;
  }

  .footer-title-text {
    margin-bottom: 15px;
  }

  .footer-links {
    width: 50%;
    margin-top: 25px;
    flex-wrap: nowrap;
  }

  .footer-links-container {
    flex-wrap: wrap;
  }

  .footer-categories {
    display: none;
  }

  .footer-newsletter {
    margin-bottom: 15px;
  }

  .top-post {
    margin-top: 0px;
    padding-top: 135px;
  }

  .navigation-link {
    display: flex;
  }

  .team {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .contact {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .dropdown {
    display: block;
    justify-content: center;
    align-items: center;
    flex: 1;
    background-color: #fff;
  }

  .dropdown-toggle {
    display: flex;
    width: 100%;
    height: 48px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    align-items: center;
    font-family: 'Libre Franklin';
    color: #999;
    line-height: 24px;
    font-weight: 400;
  }

  .dropdown-toggle.w--open {
    color: #000;
    font-weight: 600;
  }

  .icon {
    margin-top: auto;
    margin-right: 15px;
    margin-bottom: auto;
  }

  .dropdown-list {
    margin-top: 0px;
  }

  .dropdown-list.w--open {
    margin-top: auto;
  }

  .dropdown-link {
    padding: 15px 20px;
    background-color: #fff;
    font-family: 'Libre Franklin';
    color: #000;
    font-weight: 600;
  }

  .h2 {
    font-size: 20px;
    line-height: 24px;
  }

  .h2.cc-title-section.cc-push-text {
    margin-right: 10px;
  }

  ._3-collection-item {
    width: 100%;
  }

  ._4-collection-item {
    width: 100%;
  }

  ._2-collection-item {
    width: 100%;
  }

  .about-top {
    padding-top: 180px;
    padding-bottom: 90px;
  }

  .h1 {
    font-size: 30px;
    line-height: 36px;
  }

  .text-container {
    margin-top: 0px;
  }

  .team-collection-item {
    width: 50%;
  }

  .about-blog {
    padding-top: 134px;
    padding-bottom: 90px;
  }

  .title-section {
    padding-top: 150px;
    padding-bottom: 60px;
  }

  .dropdown-link-text {
    color: #000;
    text-decoration: none;
  }

  .footer-links-inner {
    width: 50%;
    margin-top: auto;
    flex-wrap: nowrap;
  }

  .image-5.songimage {
    height: 200px;
    max-width: 206px;
  }

  .container-3 {
    margin-top: 135px;
  }

  .container-3.releases {
    margin-top: -35px;
    padding-top: 181px;
  }

  .container-3.events {
    display: block;
    margin-top: -26px;
  }

  .release-group {
    max-width: 568px;
    margin-left: 50px;
    justify-content: start;
    align-items: start;
    align-content: start;
  }

  .song-link {
    display: flex;
    align-items: flex-start;
  }

  .navbar {
    padding: 16px 10px 0px;
  }

  .container-5 {
    margin-bottom: -4px;
  }

  .div-block-13 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .image-11 {
    width: 150px;
    max-width: 60%;
    margin-bottom: 5px;
  }

  .menu-button-2 {
    margin-top: -4px;
    margin-bottom: 6px;
    padding-top: 4px;
    padding-bottom: 3px;
  }

  .menu-button-2.w--open {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .div-block-14 {
    display: inline-block;
  }

  .icon-3 {
    padding-top: 2px;
    color: #fff;
    font-size: 33px;
  }

  .div-block-19 {
    margin-top: 15px;
  }

  .event-block {
    width: 343px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-bottom: 56px;
  }

  .event-group {
    display: block;
    width: 400px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .image-15 {
    height: 80%;
    max-width: 100%;
    margin-top: 38px;
    padding-top: 0px;
  }

  .body-2 {
    background-color: #000;
  }

  .body-3 {
    background-color: #000;
  }

  .body-4 {
    background-color: #000;
  }
}

@media screen and (max-width: 479px) {
  .navigation-container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
  }

  .navigation {
    height: 80px;
    padding-right: 11px;
    padding-left: 24px;
  }

  .nav-link.white {
    margin-right: 0px;
  }

  .footer {
    position: static;
    height: 100px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 80px 0px 102px;
  }

  .top-section {
    max-width: none;
    flex-wrap: wrap;
  }

  .footer-title-text {
    width: 100%;
    margin-top: 20px;
  }

  .footer-links {
    margin-top: 0px;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .footer-links-container {
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
  }

  .top-post {
    padding-top: 105px;
    padding-bottom: 30px;
  }

  .header {
    height: 75vw;
  }

  .team {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .contact {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .footer-small-text {
    margin-top: 20px;
    line-height: 18px;
  }

  .menu-button {
    padding-right: 18px;
  }

  .h2.cc-title-section.cc-push-text {
    margin-bottom: 0px;
  }

  ._3-posts {
    padding-bottom: 60px;
  }

  .latest-posts {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .button {
    width: 100%;
    margin-top: 60px;
  }

  .featured-posts {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .icon-2 {
    color: #fff;
  }

  .about-top {
    padding-top: 150px;
    padding-bottom: 60px;
  }

  .h1 {
    font-size: 20px;
    line-height: 24px;
  }

  .text-container {
    width: 250px;
    max-width: 250px;
    margin-top: -16px;
    padding-top: 0px;
  }

  .team-collection-item {
    width: 100%;
  }

  .contact-item-wrapper {
    width: 100%;
  }

  .about-blog {
    padding: 137px 35px 60px;
  }

  .title-section {
    padding-top: 135px;
  }

  .title-section.cc-detail {
    padding-top: 120px;
  }

  .div-block {
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .footer-links-inner {
    margin-top: 0px;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .section-2.release {
    margin-top: 79px;
  }

  .image-5.songimage {
    display: inline-block;
    height: 250px;
    max-height: 250px;
    max-width: 250px;
    min-height: auto;
    min-width: auto;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .heading.songname {
    max-width: 280px;
    margin-top: 19px;
  }

  .paragraph-2.artistname {
    max-width: 280px;
    margin-top: 8px;
  }

  .container-2 {
    display: flex;
    justify-content: center;
  }

  .column-3.links {
    justify-content: flex-start;
    align-items: stretch;
  }

  .release-container {
    display: block;
  }

  .release-container._01 {
    display: flex;
    justify-content: center;
    align-items: stretch;
  }

  .container-3 {
    display: flex;
    margin-top: 11px;
    justify-content: flex-start;
    align-items: stretch;
  }

  .container-3.releases {
    margin-top: -148px;
    padding-top: 215px;
  }

  .container-3.events {
    padding-top: 152px;
  }

  .div-block-7 {
    margin-top: 10px;
  }

  .release-group {
    display: block;
    width: 251px;
    max-width: 566px;
    margin-top: 59px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 0px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .song-link {
    max-width: 280px;
    margin: 0px auto 58px;
  }

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

  .nav-menu-2 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .menu-button-2 {
    margin-top: 0px;
    margin-bottom: 6px;
  }

  .div-block-14 {
    max-width: 280px;
    min-width: 250px;
    margin-bottom: 0px;
  }

  .icon-3 {
    margin-top: -3px;
    padding-top: 0px;
    font-size: 34px;
  }

  .div-block-15 {
    width: 300px;
    padding-left: 29px;
    justify-content: space-between;
  }

  .metanoia-link {
    margin-right: 8px;
  }

  .div-block-16 {
    display: -ms-grid;
    display: grid;
    width: 290px;
    margin-top: 51px;
    grid-auto-columns: 1fr;
    grid-column-gap: 3px;
    grid-row-gap: 17px;
    -ms-grid-columns: 1.25fr 1.25fr 1.25fr;
    grid-template-columns: 1.25fr 1.25fr 1.25fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .link {
    margin-right: 0px;
    margin-left: 0px;
  }

  .link.w--current {
    margin-right: 0px;
    margin-left: 0px;
  }

  .div-block-17 {
    margin-top: 109px;
  }

  .div-block-19 {
    width: 300px;
    height: 40px;
    justify-content: center;
  }

  .image-13 {
    height: 320px;
    max-width: none;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
  }

  .div-block-20 {
    display: flex;
    margin-right: auto;
    margin-left: auto;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .container-7 {
    display: flex;
    justify-content: space-between;
  }

  .event-block {
    width: 88%;
    max-width: 250px;
    padding-bottom: 51px;
  }

  .image-14 {
    max-width: 250px;
  }

  .paragraph-3 {
    width: 250px;
  }

  .heading-5 {
    max-width: 2800px;
  }

  .section-3 {
    display: block;
  }

  .image-15 {
    display: block;
    height: 380px;
    max-width: 100%;
    margin-top: 82px;
    float: none;
    clear: none;
    flex: 0 auto;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .div-block-21 {
    display: block;
    max-width: 100vw;
    justify-content: center;
  }

  .body-2 {
    background-color: #000;
  }

  .body-3 {
    background-color: #000;
  }

  .body-4 {
    background-color: #000;
  }

  .body-5 {
    background-color: #000;
  }
}

