/**
 * @file
 * Subtheme specific CSS.
 */

 html {
    font-family: 'Courier New', Courier, monospace;
/**
 * color: #454ea0;
*/
    background-color: #FFFFFF;    
 }

 body {
    font-family: 'Courier New', Courier, monospace;
    color: #800080;
    font-size: 1.2rem;  
 }
 .node--type-galleria p{
     padding: 25px;
 }

 h1{
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: #000;
    font-size: 2rem;
 }

 h2{
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: #000;
    font-size: 1.5rem;
 }
 #navbar-main{ }
/** 
 *    background-color: #9200a5 !important;
*/ 

 .navbar-nav li{
    display: inline;
 }
 
 .view-frontpage ul a{
  list-style-position: inside;
  list-style-type: none;
}

.view-frontpage li:nth-child(1){
 background-image: url("img/recordstore1.jpg");
 font-size: 1.25rem;
 font-weight: 500;
}

.view-frontpage li:nth-child(2){
 background-image: url("img/recordstore2.jpg");
 font-size: 1.25rem;
 font-weight: 500;
}
.view-frontpage li:nth-child(3){
 background-image: url("img/recordstore3.jpg");
 font-size: 1.25rem;
 font-weight: 500;
}

.view-frontpage li:nth-child(4){
 background-image: url("img/recordstore4.jpg");
 font-size: 1.25rem;
 font-weight: 500;
}

.view-frontpage li:nth-child(5){
 background-image: url("img/recordstore5.jpg");
 font-size: 1.25rem;
 font-weight: 500;
}

.view-frontpage li:nth-child(6){
 background-image: url("img/recordstore6.jpg");
 font-size: 1.25rem;
 font-weight: 500;
}

.view-frontpage li:nth-child(7){
 background-image: url("img/recordstore7.jpg");
 font-size: 1.25rem;
 font-weight: 500;
}

html {
  background-image: url('img/recordstore1.jpg');
}

p.page-node-6{
  background-image: url("img/recordstore1.jpg");
  background-position: center;
  height: 100vh;
}
html .page-node-7{
  background-image: url("img/recordstore2.jpg");
  background-color: black;
}
p.page-node-8{
  background-image: url("img/recordstore3.jpg");
  background-position: center;
  height: 100vh;
} 
html .page-node-9{
   background-image: url("img/recordstore4.jpg");
}
html .page-node-10{
  background-image: url("img/recordstore5.jpg");
}
html .page-node-11{
  background-image: url("img/recordstore6.jpg");
}
html .page-node-12{
    background-image: url("img/recordstore7.jpg");
}

.page-node-type-artists, .page-node-type-years {
  background-image: url("img/musical_selection_50_1.png");
}
.page-node-type-genre {
  background-image: url("../img/musical_selection_50_2.png");
}
.page-node-type-label {
  background-image: url("../img/musical_selection_50_3.png");
}

.site-footer {
    color: #fff;
}    


