html {
  background: url(../images/background.jpg) no-repeat center center fixed;
  background-size: cover;
}

/* Move down content because we have a fixed navbar that is 50px tall */
body {
  padding-top: 80px;
  padding-bottom: 20px;
  background-color: rgba(255, 255, 255, 0.4);
/*
  color: #666666;
  background-color: #111111;
*/
}

@media (max-width: 767px) {

    body {
        padding-top: 0px;
        margin: 0;
    }
    .navbar-fixed-top {
        position: relative;
        top: auto;
    }
    .navbar-collapse {
        max-height: none;
    }
}

.main-container {
  padding-top:18px;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow:0px 0px 5px black;
  font-size: 12pt;
}

.slide-title ,.slide-subtitle {
  position: absolute;
  color: #FFFFFF;
  padding: 5px;
  text-align: left;
  display: none;
}

.slide-title {
  width: 1632px;
  height: 1224px;
  top: 30px;
  left: 30px;
  line-height: 60px;
  font-size: 50px;
  text-shadow: 3px 3px 2px #000;
  text-transform: uppercase;
}

.slide-subtitle {
  width: 480px;
  height: 120px;
  top: 300px;
  left: 30px;
  line-height: 36px;
  font-size: 30px;
  text-shadow: 2px 2px 1px #000;
/*  background-color: rgba(0, 0, 0, 0.3);*/
}

