@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond&family=Open+Sans:wght@300;400;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200');

/*-----reset----------*/
html, body, div, span, h1, h2, h3, h4, h5, h6, a, address, em, font, img, ul, li,form, table, tr, th, td, p, input, textarea{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
    list-style-type:none;
    text-decoration:none;
    scroll-behavior: smooth;
}
html,body {
    width: 100%;
    line-height: 1.5;
    min-height: 100%;
    font-size: 16px;
    /*font-family: Arial, Helvetica, sans-serif;*/
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    background: #000;
}

/* Headers */
h1, h2, h3, a, p {

    color: #fff;
    margin-bottom: 20px;
    display: inline-block;
}
a, p {
    font-family: Arial, Helvetica, sans-serif;
}
h1, h2, h3 {
    font-family: 'Cormorant Garamond', Georgia, serif;
}
h1 {
    font-size: 2.625rem;
    font-weight: 600;
}
h2 {
    text-align: center;
    font-size: 2.625rem;
    font-weight: 300;
}
h3 {
    font-size: 1.618rem;
    font-weight: 300;
}

#beef-supreme-wrapper {
    width: 100%;
}
#beef-supreme-logo-wrapper, #content-wrapper {
    width: 100%;
    text-align: center;
}

#beef-supreme-logo-wrapper img, .content-wrapper, .video-wrapper {
    width: 80%;
    max-width: 800px;
    text-align: center;
}
.content-wrapper, .video-wrapper {
    margin: 0 auto;
}
.video-wrapper {
    margin-bottom: 20px;
}
.video-wrapper iframe {
    aspect-ratio: 16 / 9;
    width: 100% !important;
}
.links-wrapper .link-wrapper {
    display: block;
    /*margin-bottom: 20px;*/
}

.links-wrapper .link-wrapper a {
    font-size: 1.5rem;
    color: #51296D;
}
p.italic {
    font-style: italic;
}