@charset "UTF-8";

@font-face {
  font-family:'Sans'; 
  src:url('fonts/morasans-regular-webfont.ttf');
  src:url('fonts/morasans-regular-webfont.woff2') format('woff2'),
       url('fonts/morasans-regular-webfont.woff') format('woff')
}

@font-face {
  font-family:'Serif'; 
  src:url('fonts/moraserif-regular-webfont.ttf');
  src:url('fonts/moraserif-regular-webfont.woff2') format('woff2'),
       url('fonts/moraserif-regular-webfont.woff') format('woff')
}

html {
}


::selection {
	color: #000;
 	background: #FFCE2B; /* WebKit/Blink Browsers */
}
::-moz-selection {
  color: #000;
  background: #FFCE2B; /* Gecko Browsers */
}

/* Headers */

body {
  margin: 0;
  background-image: url("wierszokleta.svg");
  background-position: left;
  font-size: 17px;
  line-height: 1.5em;
}

.title_two {
  margin-top: 100vh;
  background-image: url("strunyk.svg");
  background-position:right;
  z-index: 1;
}

body,
.title_two {
  width: 100%;
  height: 100vh;
  background-color: #000;
  background-size: 50%;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
/* Tutuły mobilne */




.blue img,
.white img {
display: none;
}

/* Zwoje */

.zwoje {
  width: 100%;
  text-align: center;
}

.white,
.blue {
   width: 50%;
   height: auto;
   padding: 6em 0 8em 0;
}

.white {
  background-color: #FFF;
  float: right;
  font-family:'Serif'; 
  color: #0047BA;
}

.blue {
  background-color: #0047BA;
  float: left;
  font-size: 1em;
  color: #FFF;
  font-family:'Sans'; 
}

/* Bandcamp */

,
.video,
.sklep {
  color: white;
  text-align: center;
  vertical-align: center;
  background-color: #000;
  padding: 50px 0;
  width: 100%;
  display: inline-block;
  border-bottom: 3px solid white
}

.sklep {
  background-image: url("foto.jpg");
  width: 100%;
  padding-top: 66.64%;
  background-repeat: no-repeat;
  background-size: cover;
}


.zamow {
  background-color: #000;
  width:100%;
  padding: 3em 0;
  letter-spacing: 1px
}

a {
  color: #FFF;
  font-size: 1.5em;
  font-family:'Sans';
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}


.bandcamp {
	width: 100%;
	border: none;
  margin: 0 auto;
  background-color: #303030;
}

.bandcamp iframe {
  margin: 5em auto;
  border: 0; 
  width: 700px; 
  padding: 0 2em 0 2em;
  height: 300px;
}




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


  body {
  width: 100%;
  font-size: 15px;
  line-height: 1.5em;
}

}

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

body {
  font-size: 14px;
  line-height: 1.5em;
  background:none;
}

body,
.title_two {
  background:none;
  height: 0px;
}

.title_two {
  display: none;
}

.white,
.blue {
  width: 100%;
}

}

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


body {
  font-size: 11px;
  line-height: 1.5em;
}

.bandcamp iframe {
  margin: 0;
  width: 100%; 
  padding: 0;
}


}


