@import url('https://fonts.googleapis.com/css?family=Rasa');

div.first-page-logo {
  border: solid 1px rgba(255, 255, 255, 0.25);
  border-left: 0;
  border-right: 0;
  color: rgba(255, 255, 255, 0.75);
  font-size: 2.35em;
  font-weight: 700;
  line-height: 1.3em;
  margin: 0 0 1.5em 0;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  text-align: center;
  vertical-align: baseline;
  letter-spacing: 0.04em;
  box-sizing: inherit;
}

.bardo-quick-links {
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-decoration: none;
  outline: 0;
  position: absolute;
  left: 1.75em;
  top: 50%;
  margin-top: -0.65em;
  font-size: 1.5em;
  color: #fff;
}

img.music-link-beatport {
  height: 20px;
}
img.music-link-spotify {
  height: 20px;
}
img.music-link-applemusic {
  height: 16px;
}
img.music-link-soundcloud {
  height: 20px;
}
img.music-link-traxsource {
  height: 20px;
}

p.normal-p {
  text-transform: none;
  text-align: left;
}

#main-page-logo {
  height: 134px;
}

#footer-logo {
  height: 171px;
  width: 340px;
}

img.artist {
  width: 180px;
  height: 167px;
}

img.release {
  width: 300px;
  height: 300px;
}

.wrapper.style2 {
  background-color: #fff;
}

.wrapper.style1 {
  background-color: #fff;
}

	@media screen and (max-width: 1280px) {
  }
	@media screen and (max-width: 980px) {		
    .image.left {
			float: none;
			margin: 0 2em 2em 0;
		}

    header h3 {
      margin: 0;
    }

    .box.excerpt header {
      margin: 0 0 0 0;
    }    

    #main-page-logo {
      height: 100px;
    }
  }
	@media screen and (max-width: 736px) {
    .image.left {
			float: none;
			margin: 0 2em 2em 0;
		}

    header h3 {
      margin: 0;
    }

    .box.excerpt header {
      margin: 0 0 0 0;
    }
    
    #main-page-logo {
      height: 100px;
    }
  }
