html {
position: relative;
min-height: 100%;
}

body {
background-color: black;
color: white;
}

.navbar-inverse .navbar-nav .nav-link {
color: #FFFFFF !important;
}

a.flh-link:link, a.flh-link:visited, a.flh-link:active {
color: #9A9F9F;
text-decoration: none;
}

a.flh-link:hover {
color: #9A9F9F;
text-decoration: none;
}

.navbar {
padding: 0.4rem 0.1rem;
background-color: black;
border-bottom: 1px solid #626262;
}

.bg-dark {
--bs-bg-opacity: 0;
background-color: black !important;
}

.navbar-brand {
font-size: 1.8em;
color: #9A9F9F;
}

#navbar-title-text {
font: bold 1.75em 'Poppins', sans-serif;
color: #9A9F9F;
padding: 0;
text-transform: uppercase;
}

.flh-poster {
border: thin solid #6F6F6F;
}

.flh-card {
padding: 2px 2px 0px 2px;
background-color: #202020;
}

.card-img-overlay {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
padding: 0.55rem;
}

.flh-banner-bottom-right {
position: absolute;
bottom: 10px;
right: 14px;
text-align: right;
}

.title {
font-size: 1.33333333em;
font: bold 1.25em 'Poppins', sans-serif;
line-height: 3em;
color: #fff;
}

.stext {
color: #9b9b9b;
}

.flh-banner-movie-title {
font: 1.1em 'Alef', sans-serif;
text-shadow: 1px 1px grey;
line-height: 1.7;
color: #E0E0E0;
}

a.mlh-link:link, a.mlh-link:visited, a.mlh-link:active {
color: #bfbfbf;
text-decoration: none;
}

.list-group-item {
position: relative;
display: block;
padding: 0;
margin-bottom: -1px;
border: 0px solid rgba(0,0,0,.125);
background-color: transparent;
}

.flh-banner-movie-location {
font: 0.8em 'Alef', sans-serif;
text-shadow: 1px 1px grey;
line-height: 1.4;
color: #E0E0E0;
}

.flh-banner-title {
font: 'Poppins', sans-serif;
font-weight: 700;
padding: 0;
color: WhiteSmoke;
text-transform: uppercase;
text-shadow: 1.5px 1.5px black;
font-size: 3.2vw;
margin-bottom: 0rem;
text-align: center;
}

.flh-banner-body {
font: 'Poppins', sans-serif;
font-size: 1.4vw;
font-weight: 400;
line-height: 1.2;
padding: 0;
color: WhiteSmoke;
text-shadow: 1.2px 1.2px black;
margin-bottom: 0rem;
text-align: center;
}

.blockquote {
padding-top: 20px;
}

.carousel-fade .carousel-item {
transition: 3s opacity ease;
}
.carousel-fade .carousel-item.active {
transition: 3s opacity ease;
}

.flh-icon {
font-size: 2.5em;
}

.flh-circle {
height: 80px;
width: 80px;
background-color: #282828;
border-radius: 50%;
display: inline-block;
display:flex;
align-items:center;
justify-content: center;
margin:  10px 10px 10px 0px;
}

.text-muted {
color: #6c757d !important;
}

.flh-photo {
width: 80%;
height: auto;
padding-bottom: 60px;
}

/* footer
-------------------------------------------------- */

.row {
--bs-gutter-x: 0rem !important;
}

.flh-footer {
position: absolute;
bottom: 0;
width: 100%;
background-color: black;
}

.flh-text-highlight {
color: yellow;
font-weight: bold;
}

.flh-infobox {
height: 250px;
background-color: #282828;
}

.mlh-logo {
width: 40%;
margin: 70px;
}

.adminbody {
margin-bottom: 70px;
color: black;
}

.flh-copyright {
padding-top: 15px;
padding-bottom: 15px;
border-top: 1px solid #626262;
text-align: center;
background-color: black;
}

.movietable {
color: #ffffff;
}

.quote {
text-align: right;
}

.blockquote-footer {
display: block;
font-size: 80%;
color: #6c757d;
text-align: right;
}