body {
    background: #110022;
    font-family: 'Alegreya Sans', sans-serif;
    color: #ddd;
    font-weight: 400;
    font-size: 14pt;
}

h1 {
    font-size: 26pt;
    font-weight: 700;
    padding-top: 0;
    border-bottom: solid #ddd 1px;
    padding-bottom: 4px;
    margin-bottom: 16px;
}

h2 {
    font-size: 20pt;
    font-weight: 600;
    padding-top: 25px;
    border-bottom: solid #ddd 1px;
    padding-bottom: 4px;
    margin-bottom: 16px;
}

h3 {
    font-size: 16pt;
    font-weight: 600;
    padding-top: 25px;
    border-bottom: solid #ddd 1px;
    padding-bottom: 4px;
    margin-bottom: 6px;
}

header {
    height: 40px;
    margin-top: 20px;
    margin-right: 120px;
    font-weight: 800;
    text-align: right;
}

dt {
    margin-top: 6px;
    font-weight: bolder;
}

dd {
    padding-left: 15px;
    font-style: italic;
}

nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

nav ul li {
    display: inline;
}

nav ul li:not(:last-child):after { content: " | " }

footer {
    margin-top: 25px;
    border-top: solid #999 1px;
    padding-top: 10px;
    margin-left: 50px;
    margin-right: 120px;
    clear: both;
    font-size: 11pt;
    font-weight: 400;
    color: #888;
    text-align: left;
}

a:link {color: #eee; font-weight: 700; text-decoration: none;}
a:visited {color: #eee; font-weight: 700; text-decoration: none;}
a:hover {color: #eee; font-weight: 700; text-decoration: underline;}
a:active {color: #eee; font-weight: 700; text-decoration: underline;}

header a:link {color: #eee; font-weight: 800; text-decoration: none;}
header a:visited {color: #eee; font-weight: 800; text-decoration: none;}
header a:hover {color: #eee; font-weight: 800; text-decoration: underline;}
header a:active {color: #eee; font-weight: 800; text-decoration: underline;}

video {
    clear: both;
    margin-bottom: 15px;
}

audio {
    clear: both;
    margin-top: 30px;
    margin-left: 50px;
    margin-bottom: 15px;
}

#logo {
    position: absolute;
    top: -30px;
    left: 50px;
    font-weight: 900;
    font-size: 40px;
    color: white;
}

.logo_transparency {
    -webkit-text-fill-color: transparent;
    background: -webkit-linear-gradient(transparent, transparent),
    url("/static/mct/img/static.jpg") repeat;
    background: -o-linear-gradient(transparent, transparent);
    -webkit-background-clip: text;

}

.backstage_logo {
    color: #c04;
}

.backstage_logo a {
    color: #c04;
    -webkit-text-fill-color: unset;
     background: none;
     -webkit-background-clip: unset;
     text-decoration: none;
}

.backstage_logo a:hover {text-decoration: none;}
.backstage_logo a:active {text-decoration: none;}

#byline p {
    margin-left: 100px;
    font-style: italic;
    font-weight: 300;
}

.word_count {
    text-align: right;
    font-weight: 200;
    font-style: italic;
    font-size: 80%;
    padding-bottom: 5px;
}

#art_credit p {
    text-align: right;
    font-style: italic;
    font-weight: 300;
    padding-top: 0;
    margin-top: 0;
}

#text p {
    padding-top: 0;
    margin-top: 0;
    padding-bottom: 0;
    margin-bottom: 4pt;
    text-indent: 1em;
}

#text p:first-of-type {
    text-indent: 0;
}

#age_page_logo {
    font-weight: 900;
    font-size: 40px;
    color: white;
    -webkit-text-fill-color: transparent;
    background: -webkit-linear-gradient(transparent, transparent),
    url("/static/mct/img/static.jpg") repeat;
    background: -o-linear-gradient(transparent, transparent);
    -webkit-background-clip: text;
}

#page_content {
    margin-left: 50px;
    margin-right: 30px;
    max-width: 1500px;
}

#info_content {
    margin-left: 50px;
    margin-right: 30px;
    max-width: 900px;
}

#endnav {
    text-align: center;
}

.endnav-bullets {
    font-size: 300%;
}

#home_page_container {
    margin-right: 80px;
    width: 1300px;
}

#home_page_content {
    margin-left: 50px;
    margin-right: 10px;
    width: 740px;
}

#home_page_sidebar {
    float: right;
    width: 400px;
    font-size: 90%;
    clear: right;
}

#slugline {
    margin-left: 30px;
    margin-bottom: 10px
}

#images {
    margin-left: 50px;
    margin-bottom: 15px;
}

#cast {
    margin-left: 50px;
    font-size: 16pt;
    margin-bottom: 15px;
}

#description {
    max-width: 500px;
}

#reviews p {
    font-style: italic;
}

#data {
    font-size: 12pt;
    font-weight: 300;
    font-style: italic;
}

#download_link{
    font-size: 20pt;
    padding-bottom: 10px;
    text-align: center;
}

#order {
    margin-top: 50px;
    margin-left: 25px;
    margin-right: 75px;
    border-top: 2px solid #fff;
    padding-top: 5px;
    width: 425px;
    font-size: 11pt;
    display: inline-block;
    vertical-align: top;
}

#order table {
    margin-top: 20px;
    border-top: 1px solid #fff;
    border-collapse: collapse;
    font-family: 'Source Code Pro', monospace;
}

#advertisements {
    max-width: 300px;
    display: inline-block;
    vertical-align: top;
    margin-right: 50px;
    font-size: 16pt;
    font-weight: 600;
}

#age_page  {
    margin: auto;
    text-align: center;
}

td.orderline_remove {
    width: 15px;
    text-align: right;
    vertical-align: top;
}

td.orderline_description {
    width: 350px;
    vertical-align: top;
}

td.orderline_amount {
    width: 75px;
    text-align: right;
    vertical-align: top;
}

.buybox {
    background: #1b0036;
    border: 1px solid white;
    font-size: 15pt;
    width: 375px;
    padding-top: 15px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 15px;
    float: right;
}

.buybox h3 {
    margin-top: 0;
    padding-top: 0;
}

.buybox-note {
    font-size: 80%;
    font-style: italic;
    font-weight: 400;
}

.moviebox {
    display: inline-block;
    vertical-align: top;
    width: 350px;
    margin-bottom: 40px;
}

.movielist {
    display: flex; padding-bottom: 40px;
}

.movielist h2 {
    font-size: 19pt;
    font-weight: 600;
    padding: 0;
    margin: 0;
    border: none;
}

.movielist p {
    font-size: 14pt;
    font-style: italic;
    padding: 0;
    margin: 0;
}

.moviemodule-image {
    padding-top: 5px;
    padding-right: 15px;
    flex-basis: 320px;
    flex-grow: 0;
    flex-shrink: 0;
}

.moviedata {
    padding-top: 16px;
    font-size: 9pt;
    font-style: italic;
}

.moviecast {
    padding-top: 10px;
    font-size: 11pt;
}

.moviedirectbuy {
    padding-top: 12px;
    font-size: 13pt;
    font-weight: 600;
}

.movieminimal {
    display: inline-block;
    width: 320px;
    margin-left: 10px;
    margin-bottom: 25px;
    text-align: center;
    vertical-align: top;
}

.login-register-form-container,
.join-form-container {
    display: inline-block;
    vertical-align: top;
    margin-top: 50px;
    margin-left: 100px;
    margin-bottom: 60px;
    width: 350px;
}

.login-register-form,
.join-form {
    width: 300px;
}

.login-register-form input[type=text],
.login-register-form input[type=email],
.login-register-form input[type=password] {
    font-size: 15pt;
    font-weight: 200;
    width: 300px;
    margin-bottom: 15px;
}

.login-register-form .nope {
    border: #ff0432 3px solid;
}

p .nope {
    color: #ff0432;
}

.button {
    font-size: 13pt;
    font-weight: 600;
    padding: 6px;
    font-family: 'Nunito', sans-serif;
    min-width: 100px;
    margin-left: 30px;
    background: transparent;
    color: #fff;
}

.login-register-button,
.join-button {
    margin-left: 205px;
    border: 3px solid rgb(255, 199, 242);
}

.hot-button {
    border: 3px solid #f22;
}

.cool-button {
    border: 3px solid #22f;
}

.coupon-button {
    font-size: 10pt;
    font-weight: 600;
    padding: 3px;
    font-family: 'Nunito', sans-serif;
    min-width: 50px;
    margin-left: 20px;
    background: transparent;
    color: #fff;
    border: 1px solid rgb(255, 199, 242);
}

#add-to-cart {
    font-size: 14pt;
    font-weight: 500;
    font-family: 'Nunito', sans-serif;
    position: fixed;
    top: 25%;
    left: 50%;
    transform: translate(-25%, -50%);
    width: 500px;
    height: 200px;
    text-align: right;
    background-color: rgba(3, 16, 56, 0.9);
    border-radius: 10px;
    box-sizing: border-box;
    box-shadow: 5px 10px 8px rgba(42, 64, 138, 0.3);
    padding: 20px;
    z-index: 100;
    display: none;
}

#opaque {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 99;
    display: none;
    background-color: black;
    opacity: 0.6;
}

.drop-active {
    border: 3px solid #f02;
}