/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  padding-bottom: 0;
  padding-top: 0;
  color: #333;
  min-height: 800px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 1em;
}

nav
{
  background-color: #000000;
}


video#bgvid { 
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    /*background: url(polina.jpg) no-repeat;*/
    background-size: cover; 
}

.body-content
{
    background-color: rgba(200, 200, 200, 0.85);
}

.jumplink
{
  color: #ff0077;
}

.jumplink:visited
{
  color: #ff0077;
}

.jumplink:hover
{
  color: #00ffcb
}

.content
{
 min-height: 800px;
}

.container
{
  margin-top: 100px;
  min-width: 95%;
  min-height: 400px;
  background-color: rgba(200, 200, 200, 0.65);
  font-weight: bold;
  color:#000000;
  padding-left: 5px;
  padding-right: 5px;
}

.row {
    margin-right: 15px;
    margin-left: 15px;
}

.navbar-static-top {
  margin-bottom: 19px;
}

.navbar-toggle {
	    float: left;
      margin-left: 10px;
}

.container>.navbar-header, .container-fluid>.navbar-header, .container>.navbar-collapse, .container-fluid>.navbar-collapse
{
  background-color: #222222;
}


footer
{
    border-top:  1px solid #808080;
    background-color: rgba(200, 200, 200, 0.85);
}

.bandlogolarge
{
  background-image: url('../images/logobig.png');
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
  width: 267px;
  height: 100px;
}

.bandlogosmall
{
  background-image: url('../images/logosmall.png');
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
  width: 134px;
  height: 50px;
}

/* #nprogress .bar {
    background:#b0b;
    }
    
#nprogress .spinner-icon {
    border-top-color:#b0b;
    border-left-color:#b0b;
}    

a {
    color: #333;
    text-decoration: none;
} */