/*
 * Globals
 */

/* Links */
a,
a:focus,
a:hover {
  color: #fff;
}

/* Custom default button */
.btn-default,
.btn-default:hover,
.btn-default:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritence from `body` */
  background-color: #fff;
  border: 1px solid #fff;
}



/* Texts */
.hero-caption h1, .hero-caption span {
  text-shadow: 2px 2px #111111;
}


/*
 * Base structure
 */

/*html,
body {
  height: 100%;
  background-color: #333;
}
body {
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 3px rgba(0,0,0,.5);
}*/

.spacer {
    margin-top: 10px; /* define margin as you see fit */
}

#hamburger {

}



/* Hero stuff */
.hero-overlay {
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0,0,0,0.25);
}

.hero-caption {
    margin-top: 60px;
    position: static;
    display: block;
}

#posterImage {
  width: 100%;
  height: auto;
}





@media (max-width: 991px) {
    #logo {
        margin-right: 5px;
    }

    #logo .img-fluid {
        width: 177px;
        margin-right: 0;
    }

    .navbar {
        padding: 0.25rem 1rem;
    }
}