@import url('https://fonts.googleapis.com/css?family=Bahianita&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');

body {
  background-color: #fff;
  background: url(../background.jpg) no-repeat fixed;
  background-position: center 0px;
  background-size: 100%;
    margin: 0;
    padding: 0;
  }


  @font-face {
    font-family: 'ab_fuburegular';
    src: url('ab_fubu_by_redfonts-webfont.woff2') format('woff2'),
         url('ab_fubu_by_redfonts-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

  article {
    position: relative;
    top: 240px;
    left: 35%;
    transform: translate(-50%, -50%);
    background-color: rgb(255,255,255, 0.2);
    width: 400px;
    height: auto;
    padding: 2rem;
    box-sizing: border-box;
    box-shadow: 0 20px 30px -10px rgba(0,0,0,0.2);
    overflow: hidden;
  }

  :any-link { color: rgb(255, 255, 255) }
:any-link:active { color: rgb(201, 15, 248) }

  a:link {
    color:#fff;
    text-decoration: none;
  }
  
  a:visited {
    color:#fff;
    text-decoration: none;
  }
  
  a:hover {
    color:#000;
    text-decoration: underline;
  }
  
  a:active {
    color:#fff;
    text-decoration: underline;
  }

  .block-title {
    font-size:3.7em;
    color:#fff;
    font-family: 'Bahianita', cursive;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
 }

  .block-header {
    font-size:2.7em;
    color:#fff;
    font-family: 'ab_fuburegular';
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
 }

 .video-header {
   margin-bottom: 8px;
  font-size:2.0em;
  color:#fff;
  font-family: 'ab_fuburegular';
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: black;
}
 
 p {color:#fff; 
  font-size:0.9em; 
  font-family: 'Roboto';
  text-align: justify;
  text-justify: inter-word;}

 iframe.iframe-spotify { margin-left: -10%; overflow: visible !important;}

input, textarea{background-color:rgb(250, 250, 250, 0.5)}

  #mobile-intro {
    margin:0px;
    display:none;
  }

  .spotify-block 
  {background-color: #000;
   width: 37%;
   height: 291px;
   margin-right: 30%;
 }

  @media only screen and (max-width: 800px) {
    body{ 
      background: url(../backgrdound.jpg) no-repeat center center fixed;}

    #mobile-intro{display:block;} 
    #logo {display:none;}

    .spotify-block { margin-right: 0px; 
      margin-bottom: 20px; 
      width:80%; }

    .news-block{
      background-image: url("../tantrum.jpg"); 
      background-size: cover; 
      width:100%; 
      height: 769px;}

    article {
      left:50%;}
  }
  

  @media only screen and (max-width: 500px) {
    article {
      top: 400px; 
      width:333px; 
      height:700px;}
      .spotify-block { 
        margin-bottom: 60px; }
    } 