﻿    html{
    height: 100%;
   background: url('../Images/tt.jpg') no-repeat top center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
    overflow-x: hidden;
    overflow-y:  scroll;
}

body {background-color:transparent!important;  }

@font-face {
    font-family: babas;
    src: url(../TTF/BebasNeue%20Bold.ttf);
}

@font-face {
    font-family: babasThin;
    src: url(../TTF/BebasNeue%20Book.ttf);
}


p {font-family: 'PT Sans', sans-serif;}

h1 
{
    font-family:babas; font-size:112px; color:#fff;
 }
h2
{
    font-family:babasThin; font-size:32px; color:#000;
 }

.container{max-width: 90%!important;}
[class*="col-"] {
    background-clip: padding-box;
    border: 10px solid transparent;
}

.thumbnails {width:150px!important; height:150px!important; }

.coverContainer {float:left; margin-left:20px; }

.centerCovers {
    margin-left: auto;
    margin-right: auto;
    width: 75%;
}

.centerCoversReleases {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
}

.centerCoversCompilations {
    margin-left: auto;
    margin-right: auto;
    width: 65%;
}

#stratus .toggle, #stratus .played {background: #B69B20 !important;} 

.jumbotron 
{
border-radius: 0px !important;
padding: 15px !important;
background-color:rgba(255, 255, 255, 0.86);
}

