html {
  overflow: unset;
}

nav {
  background-color: rgb(20, 20, 20);
}

.contactText {
  color: white;
  font-weight: 200;
  font-size: 1em;
  font-family: 'Source Sans 3', sans-serif;
  box-sizing: border-box;
  width: 100%;
  padding-right: 20px;
}

.contactText p:first-of-type {
  margin-top: 0px;
}

.contactMain {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 20px;
}

.socialBlock {
  width: 380px;
  color: white;
  margin-top: 3px;
}

.socialHeader {
  font-size: 0.8em;
  margin: 0px;
  text-align: left;
}

.socialText {
  color: white;
  font-weight: 200;
  font-size: 1em;
  font-family: 'Source Sans 3', sans-serif;
  box-sizing: border-box;
}

.openingHours {
  font-weight: 100;
}

.openingHours,
.contactAddress {
  text-transform: uppercase;
  color: white;
  font-size: 0.8em;
  margin-top: 20px;
}

.contactAddress a {
  color: white;
  text-decoration: none;
  opacity: 1;
  transition: opacity 0.3s ease;
}

.contactAddress a:hover {
  color: white;
  text-decoration: none;
  opacity: 0.5;
}

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

.googleMap iframe {
  width: 100%;
  height: 300px;
}

.contactMain a {
  color: white;
  opacity: 0.7;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.contactMain a:hover {
  opacity: 1;
  text-decoration: underline;
}




img.logo-instagram,
img.logo-facebook,
img.logo-soundcloud,
img.logo-ra,
img.logo-spotify {
  height: 20px;
  width: 30px;
  margin-right: 10px;
  margin-top: 2px;
  float: left;
  object-fit: contain;
}


@media only screen and (max-width: 1200px) {

}


@media only screen and (max-width: 840px) {

}

@media only screen and (max-width: 720px) {
  .contactMain {
    flex-direction: column;
  }

  .socialBlock {
    width: 100%;
  }
}

@media only screen and (max-width: 680px) {}

@media only screen and (max-width: 500px) {}
