/*html, body {*/
/*    margin: 0;*/
/*}*/

#root {
    font-family: Inter-Medium, sans-serif;
    height: 100%;
    width: 100%;
}


.banner {
    background-image: url("/images/acheron_banner_background_darker.png");
    position: absolute;
    width: 100%;
}

.banner__content {
    position: relative;
    padding: 0;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.banner__text {
    flex-grow: 1;
    line-height: 1.4;
    font-family: 'Quicksand', sans-serif;
    max-width: 160px;
}

.banner__close {
    background: none;
    border: none;
    cursor: pointer;
    _width: 160px;
}

.banner__text,
.banner__close > span {
    color: white;
}

.content {
    background-color: #202124;
}

#root {
    position: absolute;
    top: 40px;
}

.bannerLink:link { text-decoration: none; }

.bannerLink:visited { text-decoration: none; }

.bannerLink:hover { text-decoration: none; }

.bannerLink:active { text-decoration: none; }

.dont-cry-image {
    width: 680px;
    height: auto;
}

.navBannerMiddle {
    background-color: #00e5e6;
    width: 320px;
    height: 40px;
}

.movieSearchBar {
    width: 100%;
    height: 0;
}

.movieSearchDiv {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    width: 300px;
    position: relative;
    top: -40px;
}

.movieInfoTooltipLine {
    display: block;
}

.buttonAsLinkStyle {
    __background-color: #4caf50;
    __border: none;
    __color: white;
    __padding: 15px 32px;
    __text-align: center;
    __text-decoration: none;
    __display: inline-block;
    __font-size: 16px;
}

.movieNameLine {
    cursor: pointer;
    font-size: 1.3em !important;
    font-weight: 550;
    line-height: 1.6;
}

@media (min-width: 768px) {
    body,html {
        max-width: 100%;
        min-width: 100%;
    }
}

@media (min-width: 992px) {
    .dont-cry-image {
        width: auto;
        height: auto;
    }
}
