html
{
    height: 100%;
    box-sizing: border-box;
}

*, *:before, *:after
{
    box-sizing: inherit;
}

body
{
    background: #1e1e1e;
    color: #ccc;
    position: relative;
    margin: 0;
    min-height: 100%;
    font-size: 1.16em;
}

.navbar
{
    padding-left: 0;
    padding-right: 0;
    background: rgba(30, 30, 30, 0.75);
}

.navbar-nav .dropdown .dropdown-menu
{
    background: #333;
    opacity: 0.9;
}

.navbar-nav .dropdown .dropdown-menu a
{
    color: #ccc;
}

.navbar-nav .dropdown .dropdown-menu a:hover
{
    background: #444;
}

.dropdown-menu
{
    margin-top: 0;
}

@media screen and (max-width: 990px)
{
    #logo
    {
        max-height: 30px;
    }
    .dropdown-menu
    {
        margin-top: 3em;
    }
}

.dropdown-toggle
{
    float: left !important;
}

.dropdown-divider
{
    opacity: 0.5;
}

#header-download
{
    white-space: normal;
    margin: 0.25em 0;
}

.vjs-big-play-button
{
    display: none !important;
}

#video, .vjs-poster, #video_html5_api
{
    max-width: 750px;
    max-height: 450px;
    background: #1f1f1f;
    margin: auto;
}

#video
{
    margin-top: 20px;
    margin-bottom: 20px;
}

video
{
    filter: drop-shadow(0px 0px 20px #000);
}

.container
{
    margin: auto;
    max-width: 950px;
}

.screenshot
{
    max-width: 100%;
}

h1
{
    padding-top: 1em;
}

.h1, .h2, .h3, h1, h2, h3
{
    margin-bottom: 30px;
}

h1 strong
{
    color: #fff;
}

h2
{
    color: #ffca00;
    font-weight: lighter;
}

h2, .section
{
    border-top: 1px solid #333;
    padding-top: 40px;
    margin-top: 40px;
}

h2 strong
{
    font-weight: normal;
}

h3
{
    color: #fff;
}

p
{
    padding: 0 0 0.75em 0;
}

h2
{
    font-size: 2.2em;
    line-height: 1.5em;
}

h3.slogan
{
    font-weight: lighter;
    letter-spacing: 0.05em;
    color: #98b6d6;
    line-height: 1.5em;
}

.slogan .highlight
{
    color: #ccc;
}

h2.new-features
{
    border-top: 1px solid #826000;
}

div.new-features div.row:first-of-type
{
    border-top: 1px solid #826000;
}

div.new-features .pt-12
{
    padding: 1em;
}

div.new-features .pt-12 strong
{
    color: #cda200;
}


.features img
{
    max-width: 100%;
    filter: drop-shadow(0px 0px 20px #0006)
}

.features .description
{
    vertical-align: middle;
}

.features h4
{
    color: #ffca00;
    font-weight: bold;
}

.features div.row:nth-child(odd)
{
    background: #222;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
}

.features p
{
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
}

.features p:last-child
{
    margin-bottom: 0;
    padding-bottom: 0;
}

.outlined
{
    border: 1px solid #555;
}

@media screen and (max-width: 576px)
{
    .features .col-sm
    {
        padding-left: 0;
        padding-right: 0;
    }
    .features div.col-sm:first-child
    {
        padding-bottom: 1em;
    }
}

#social div
{
    padding: 0.5em 0;
}

#social img
{
    margin-right: 0.5em;
    margin-bottom: 0.25em;
}

#social a
{
    font-weight: bold;
}

#social small
{
    color: #555;
}

#mailchimp, #mailchimp form
{
    display: inline;
}

#mailchimp label
{
    padding-right: 0.25em;
    display: inline;
}

#mailchimp-input
{
    display: inline-block;
}

#mailchimp input
{
    border-radius: 5px;
    background: #333;
    font-size: 0.8em;
    color: #aaa !important;
    border: 1px solid #666;
}

button.download
{
    font-size: 1em;
    padding: 0.75em;
    white-space: normal;
    margin-right: 0.25em;
    width: 100%;
}

.version-info em
{
    font-style: normal;
}

.version-build
{
    color: #999;
    font-weight: lighter;
    padding: 0.5em;
}

h2.noborder
{
    border-top: none;
}

#downloads .container
{
    margin: 0;
    padding: 0;
}

.package
{
    padding: 0;
    margin-top: 7px;
    margin-bottom: 7px;
}

.package-header
{
    padding: 0.5em !important;
    padding-left: 0 !important;
}

.platform
{
    font-weight: bold;
}

.requirements
{
    color: #666;
    font-weight: bold;
}

.package-size
{
    color: #666;
    font-weight: lighter;
    display: inline-block;
}

.note
{
    font-size: 0.8em;
    color: #666;
}

.note strong
{
    color: #ccc;
}

#copyright
{
    font-size: 0.75em;
    color: #333;
    padding-top: 2em;
    padding-bottom: 2em;
}

#copyright a
{
    color: #333;
}

@media (max-width: 540px)
{
    .package-size
    {
        padding-top: 0.5em;
    }
}

#lightboxOverlay
{
    position: fixed !important;
    top: 0;
    left: 0;
    height: 100% !important;
    width: 100% !important;
}

#lightbox
{
    position: fixed !important;
    top: 50% !important;
    transform: translateY(-50%);
}

#footer
{
    border-top: 1px solid #666;
    padding-top: 2em;
    margin-top: 2em;
}

#footer h3 a
{
    color: #ccc
}

@media screen and (min-width: 950px)
{
    #footer
    {
        opacity: 0.65;
        transition: opacity 0.2s ease-in-out;
    }

    #footer:hover
    {
        opacity: 1;
    }
}

#copyright
{
    padding-top: 5em;
    text-align: right;
}
