@font-face
{
    font-family: 'Monotype-Corsiva';

    src: url('../fonts/Monotype-Corsiva.ttf'),
    url('../fonts/Monotype-Corsiva.woff');
}

body
{
    font-family: 'Monotype-Corsiva';

    background: url('../img/bg2.jpg') repeat;
    background-size: 1500px;
}

a:hover {
    text-decoration: underline;
    color: #Fff;
}

.container
{
    padding-top: 25px;
    padding-bottom: 25px;
}

h4
{
    margin-top: 25px;
}
.row
{
    margin-bottom: 20px;
}
.row .row
{
    margin-top: 10px;
    margin-bottom: 0;
}
[class*='col-']
{
    padding-top: 15px;
    padding-bottom: 15px;
    /*background-color: #111;*/
    /*background-color: rgba(86,61,124,.15);*/
    /*border: 1px solid #ddd;*/
    /*border: 1px solid rgba(86,61,124,.2);*/
}

hr
{
    margin-top: 40px;
/*     margin-bottom: 40px; */
}

.thumbnail
{
    -webkit-transition: 0;
            transition: border 0s;

    border: 0;
    border-radius: 0;
    background-color: rgba(0,0,0,0);
    /*border: 4px double rgb(100,100,100);*/
    -webkit-box-shadow: 0 0 0;
            box-shadow: 0 0 0;
}

.thumbnail a
{
    color: #fff;
}

/* sidebar */

#sidebar
{
    background-color: rgba(0,0,0,0);
}

#sidebar .thumbnail
{
    border: 0;
}

#sidebar .row
{
    margin-right: 5px;
    margin-left: 5px;
}

#top
{
    border: 0;
}

#banner
{
    /* 
border: 2px ridge rgb(125,125,125);
    background: rgb(102,102,102);
    background:    -moz-linear-gradient(top,  rgb(102,102,102) 0%, rgb(84,84,84) 34%, rgb(0,0,0) 99%);
    background: -webkit-linear-gradient(top,  rgb(102,102,102) 0%,rgb(84,84,84) 34%,rgb(0,0,0) 99%);
    background:         linear-gradient(to bottom,  rgb(102,102,102) 0%,rgb(84,84,84) 34%,rgb(0,0,0) 99%);

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#000000',GradientType=0 );
 */
}

#enter {
	font-size: 4em;

    text-align: center;

    color: #fff;
    padding: 20px;
}

/*.row {
  background: rgb(102,102,102);
  background: -moz-linear-gradient(top,  rgb(102,102,102) 0%, rgb(50,50,50) 15%, rgb(15,15,15) 99%);
  background: -webkit-linear-gradient(top,  rgb(102,102,102) 0%,rgb(50,50,50) 15%,rgb(15,15,15) 99%);
  background: linear-gradient(to bottom,  rgb(102,102,102) 0%,rgb(50,50,50) 15%,rgb(15,15,15) 99%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#000000',GradientType=0 );  
  border: 4px ridge rgb(125,125,125);
}*/

#interstitial .thumbnail
{
    border: 0;
}



.col-xs-4 .thumbnail img
{
    /*width: 250px;
  height: 250px;*/
    object-fit: cover;
}

#video
{
    background: #000;
}

#videobg
{
    /*padding-top: 10px;*/
    padding-bottom: 20px;

    background: #000;
}

#musicbg
{
    background: url('../img/bg3.jpg');
    background-size: 1500px;
}


#hd
{
    background: url('../img/bg3.jpg');
    background-size: 1500px;
}

#art
{
    background: url('../img/bgshot1.jpg');
    background-size: 500px;
}

#art2
{
    background: url('../img/bgshot2.jpg');
    background-size: 500px;
}

#notes
{
    background: url('../img/bgnotes.jpg');
    background-size: 1500px;
}

#socials
{
    background: url('../img/bg3.jpg');
    background-size: 1500px;
}



#appbg
{
    background: url('../img/appbg.jpg');
    background-size: 1500px;
}

#tourbg {
	background: url('../img/popcube.png');
    background-size: 1500px;	
}

#footerbg {
	background-color: #000;
}

#footer {
	font-family: sans-serif;
	color: #fff;
	text-align: center;
	font-size: 2em;
}

.col-md-4 {
    padding-bottom: 0;
}

#footer a {
	color: #fff;
}
/* Localized */