/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
        background: #000;
font-family: 'Cinzel', serif;
    font-size: 14px;
    line-height: 1.6;
    color: #fff;

}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/** end reset **/


.band { background-image: url(../img/red-eleven.jpg); background-size: cover;}

.logo {width:100%; max-width:600px;}
.vh-100 {height:100vh;}
.vh-80 {height:80vh;}

img {
    width: 100%;
}

h1,
h2,
h3,
h4 {
    line-height: 1;
    padding-bottom: 15px;
    font-weight: 700;
}

h1 {
    font-size: 4rem;
}

h2 {
    font-size: 3rem;
}

h2 span {font-size:14px;display: block;padding-bottom: 4px;}

h3 {font-size: 2.5rem;}
h4 {font-size: 1.8rem;}

p {
    padding-bottom: 15px;
}

p:last-of-type {
    padding-bottom: 0;
}

a {
    color: #ED1B1B;
}

a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
}
p a:hover, p a:focus {color:#F4DC95;}
strong {font-weight:600;}

em {
    font-style: italic;
}

:after,
:before {
    font-family: 'Font Awesome\ 5 Free';
}

.uppercase {text-transform: uppercase;}

header {
    position: relative;

}


@media screen and (max-width:767px){

  
}

.main-container {
    width: 100vw;
    max-width: 1200px;
/*    min-height: 400px;*/
    background-color: rgb(55, 27, 27);
    margin: 0 auto;
    border-left: 1px solid rgba(100, 85, 84, 0.4);
    border-right: 1px solid rgba(133, 130, 124, 0.4);
    border-bottom: 1px solid rgba(133, 130, 124, 0.4);
    box-shadow: 0 60px 121px 0 rgba(41, 15, 15, 0.95);
}



span.disabled {
    opacity: .3;
}


@media screen and (max-width:767px) {
    .press-release-content {
        padding: 15px;
    }
}


.some-icon a, .dim-me {
    opacity: .6;
}

.some-icon a:hover, a.dim-me:hover {
    opacity: .9;
}
@media screen and (max-width:640px){

}


/* YouTube video wrapper */

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    /*	padding-top: 25px;*/
    height: 0;
    border: 1px solid #3e2b2d;
    margin-top: 15px;
    margin-bottom: 15px;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


@media screen and (max-width:991px) {
    h1 {
        font-size: 6rem;
        line-height: 1;
    
    }
    h2 {
        font-size: 3rem;
        line-height: 1;
    }
    .header-cta {
        font-size: 1.8rem;
    }
}

@media screen and (max-width:767px) {
    h1 {
        font-size: 4rem;
        line-height: 1;
    }
    h2 {
        font-size: 2.8rem;
        line-height: 1;
    }
    
    h3 {
        font-size: 1.8rem;
        line-height: 1;
    }
    
    .header-cta {
        font-size: 1.1rem;
    }
}

@media screen and (max-width:640px) {
    h1 {
        font-size: 3.3rem;
        line-height: 1;
    }
    h2 {
        font-size: 1.9rem;
        line-height: 1;
    }
    
    h3 {
        font-size: 1.8rem;
        line-height: 1;
    }
    
    .header-cta {
        font-size: 1.1rem;
    }
}



/* Transitions */

a,
:before,
:after,button {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}