
p.lead { font-size: 25px; }
#main_content, h1, h2, h2, h4, a {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Open Sans', 'Helvetica Neue', sans-serif;
    color: #fff;
}
#footer_wrap { font-size: small; }
img {
    margin: 0;
    padding: 0;
    border: 0;
    -webkit-box-shadow: 0 0 0;
}
#header_image {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 1920px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.download_margin_right {
    margin-right: 5em;
}
@media screen and (max-width: 480px) {
    #header_image { object-fit: contain; height: fit-content;}
    p img { max-width: unset; width: 100%; }
    .ofx { display: none; }
    .nophone { display: none; }
    table { font-size: medium; }
    code, pre { word-wrap: break-word; }
}
@media screen {
    body { font-size: 20px; }
    #main_content_wrap { background-color: #212121; border: 0; }
    .inner { max-width: 1200px; }
    #header_wrap { margin: 0; padding: 0; }
    a { font-weight: bold; }
    /*h1, h2, h3 {
        background: -webkit-linear-gradient(#eee, #333);
        letter-spacing: .03em;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: #c1c1c186;
    }*/
    h3 { letter-spacing: .01em; }
    p img { max-width: 500px; }
}
@media print {
    * { color: #000 !important; }
    #header_wrap, #header_image { display: none !important; }
}
table { width: 100%; }
img + em { display: block; }
p img {
    margin: .1em;
    border: 2px solid #131313;
    border-radius: .25em;
}
.date {
    font-size: 18px;
    font-style: italic;
    margin-bottom: 1em;
}
.goback {
    margin-top: 0.5em;
    background: #373737;
    color: #fff;
    padding: .8em;
    border-radius: .25em;
    text-transform: uppercase;
    display: inline-block;
    font-size: 16px;
}
.goback a:hover { text-decoration: none; }
hr {
    border-bottom: 1px solid #373737;
    background: none;
}
#header {
    width: 100%;
    height: 90px;
    background-color: black;
    display: flex;
    align-content: space-between;
    flex-flow: column wrap;
}
#header img {
    height: 90px;
    width: auto;
}

/*#headerLeft {
    width: auto;
    height: 90px;
    background: url(/assets/images/headerLeft.png) no-repeat;
}
#headerRight {
    width: 90px;
    height: 90px;
    background: url(/assets/images/openfx-icon-white.png) no-repeat;
}*/
.vad {
    position: relative;
    overflow: hidden;
}
.vad video {
    width: 100%;
    height: 100%;
}
.video-cover video {
    object-fit: contain;
}

img.hero {
    max-width: unset;
    width: 100%;
}

#main_content {
    padding-top: unset;
    padding: 1em;
}

div.blocks {
    margin: auto;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.btn {
    border-radius: .25em;
    background-color: seagreen;
    padding: .6em;
    margin: 1em;
    padding-left: 2em;
    padding-right: 2em;
    color: white;
    text-decoration: none;
    vertical-align: middle;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #212121;
}

.btn h3,
.btn p {
    color: white;
}

.blocks a:hover {
    text-decoration: none;
}

.btn:hover {
    border: 1px solid white;
}

hr {
    background: unset !important;
}

table {
    width: 100%;
}

th, td { padding: .5em; }

code, pre {
    color: white !important;
    background-color: #373737 !important;
}

.highlight { background-color: #373737 !important; }


#hero, #heroN {
    object-fit: cover;
    background-image: url(/assets/images/textofx-hero.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 200px;
}

#heroN {
    background-image: url(/assets/images/Nucoda_with_Precision_Panel_and_Dolby_Reference_Monitor.jpg);
}

@media print {
    .hero,
    #hero,
    #heroN,
    .btn,
    .nophone,
    .noprint,
    #header { display: none; }
}

@media screen and (min-width: 600px) {
    #hero, #heroN {
        min-height: 600px;
    }
}

@media screen and (min-width: 2390px) {
    #hero, #heroN {
        min-height: 800px;
    }
}

@media screen and (min-width: 3000px) {
    #hero, #heroN {
        min-height: 1000px;
    }
}
