 @import url('https://fonts.googleapis.com/css2?family=Ubuntu&display=swap');

* { box-sizing: border-box; }

html, body{
  font-size: 17px;
  margin: 0;
      font-family: 'Ubuntu', sans-serif;

  position:relative;
  width:100%;
  height:100%
}


body::before {
  content: '';
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: -1; 
  background-size: cover;
  background-position: center;
  background-color: #fff;
}

 
.loading-songs {
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 9999;
  position: fixed;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.loading-songs img {
  max-width: 128px;
}

h1 {
  /*text-transform: uppercase;*/
  letter-spacing: 0.7px;
  font-size: 24px;
  margin: 0;
  /*margin-bottom: 5px;*/
}

.loading {
  background-color: #5470e5;
  height: 100%;
}

.logo {
  text-align: center;
  padding: 10px;
  border-radius: 0px 0px 8px 8px;
  min-height: 90px;
  position: relative;
}

.text-logo a {
  text-decoration: none;
  border-bottom: 1px dashed;
}

.tytul a {
  text-decoration: none;
  border-bottom: 1px dashed;
  color: #113455!important;
}

header {
  background-color: #b1b1b1;
  /*box-shadow: 0px 0px 9px 3px rgba(0,0,0,0.37);*/
  padding: 8px 0;
  position: fixed;  
  top: 0;  
  z-index: 100;  
  width: 100%;  
}

.main {
  padding-top: 80px;
}

.text-logo {
  color: #fff;
  font-weight: 600;
  margin-top: -6px;
  margin-bottom: 3px;
}

.block {
  background-color: #fff;
  border-radius: 10px;
  margin: 10px;
  padding: 15px;
  border: 2px solid #dfdfdf;
  box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
}

.cd {
  height: 50px;
  /*max-width: 450px;*/
}

.book-logo {
  height: 50px;
  padding: 0 0 0 15px;
  /*max-width: 450px;*/
}

.ababa-logo {
  width: 150px;
}

.illustration {
  margin: 0 -15px -20px -15px;
}

.illustration img {
    margin-top: 15px;
  max-width: 100%;
  border-radius: 10px 10px;
  z-index: 500000000;
}
  	
.block-player { 
  display: flex;
  flex-wrap: wrap;
  position: fixed; 
  left: 0; bottom: 0;
  width: 100%; 
  height: 90px;
  /*background: url('/images/background.jpg') 0 0 repeat;*/
  background-color: #fff;
}

.player-buttom {
  cursor: pointer;
}



.block-bar {
  display: block;
  border-radius: 10px 0 0 0px;
  width: 100%;
}

.bar-position {
  position: absolute;
  width: 0%;
  height: 12px;
  background: #5470e5;
  z-index: 5;
}

.bar-position-load {
  position: relative;
  width: 0%;
  height: 12px;
  background: #dedddd;
  z-index: 2;
}

.bar-border {
  /*border: solid 3px #fff;*/
  /*margin-bottom: 5px;*/
}

.bar-duration {
  /*padding: 10px;*/
  cursor: pointer;
  height: 12px;
  position: relative;
  background: #f0efef;
  width: 100%;
  z-index: 25;
}

.bar-status {
  margin: 3px 0 10px 5px;
  position: absolute;
  z-index: 15;
}

.player-controls {
  text-align: center;
  color: #5470e5;
  /*background-color: #fff;*/
  padding: 12px;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;


}

.player-controls span {
  color: #9C9C9C;
  font-size: 16px;
}

.text strong {
  color: #0863c2;
}

audio {
  width: 100%;
}

p {
  margin: 0 0 10px 0;
}

.tytul  {
  color: #113455;
}

/*.footer {
  text-align: center;
  background-color: #d2072a;
  color: #fff;
  padding: 10px;
  border-radius: 10px;
  margin-left: 10px;
  margin-right: 10px;
}*/

.footer a {
  text-decoration: none;
  border-bottom: 1px dashed;
  color: #5470e5;
}

.container {
  max-width: 600px;
  margin: 2px auto;
}

.content {
  text-align: center;
}

.content a {
  color: #5470e5;
  text-decoration: none;
}

#column-1 img {
  cursor: pointer;
}

#column-1 {
  width: 40%;
  float: left;
  min-height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

#column-2 {
  height: 48px;
  padding-top: 12px;
}

#column-2 img {
  cursor: pointer;
}

.settings {
  height: 23px;
  display:inline-block;
  padding: 0 0 21px 9px;
  border-radius: 12px;
}

hr {
  margin: 8px;
  display:block;
  border: 0;
  height: 50px;
  background-image:url(/images/bird2.svg);
  background-size: 40px;
  background-repeat: no-repeat;
  background-position: center;
}

.fade-enter-active, .fade-leave-active {
  transition: opacity .5s;
}
.fade-enter, .fade-leave-to /* .fade-leave-active до версии 2.1.8 */ {
  opacity: 0;
}

@media screen and (max-width: 600px) { 
  .text-logo {
    font-size: 14px;
  }
  .ababa-logo {
    max-width: 140px;
  }
  /*.header {
    margin-top: 4px;
  }*/
  h1 {
    font-size: 19px;
  }
  /*.player-buttom {
    flex: 0 0 25%;
    max-width: 25%; 
  }*/
  /*.title {
    flex: 0 0 75%;
    max-width: 75%;
  }*/
}


.text {
  font-size: 16px;
}

.text a {
  text-decoration: none;
  border-bottom: 1px dashed;
  color: #d2072a;
}


.wrapper {
  padding-bottom: 95px;
}

.center {
  text-align: center;
}

.authors {
  margin-bottom: 20px;
}

.menu {
  padding: 0 10px;
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
}


@keyframes rot {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rot {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.z {
  /*margin-bottom: -60px;*/
}