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;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

html {
    font-family:Verdana, Geneva, Tahoma, sans-serif
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html {
    background-image: linear-gradient(to right, #8b2814, #591a0d, #591a0d, #591a0d, #591a0d, #591a0d, #591a0d, #591a0d, #591a0d, #591a0d, #591a0d, #8b2814)
}

img {
    display: inline;
}

#Header {
    background-color: black;
    display: flex;
    position: sticky;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
    top: 0px;
    z-index: 1000;
    padding: 5px;
    height: 100%;
}

#Header * {
    padding: 2px;
}

.material-symbols-outlined {
    font-variation-settings:
        'FILL' 0,
        'wght' 400,
        'GRAD' 0,
        'opsz' 24
}

#HamburgerMenu {
    color: white;
    width: auto;
    text-align: right;
    z-index: 101;
    padding: 5px;
    top: 20%;
    font-size: 40px;
    text-decoration: none;
    border-radius: 10px;
    position:relative;
}

#HamburgerMenu>a {
    color: white;
}

a {
    text-decoration: none;
    color: rgb(207, 158, 110);
}

.navlink>span {
    position: relative;
    top: 5px;
}

#HamburgerLinks {
    position: absolute; 
    top: 100%;          
    right: 0;           
    display: none;
    width: 200px;
    text-align: right;
    background-color: rgb(23, 23, 23);
    padding-bottom: 10px;
    border-radius: 10px;
    z-index: 1000;
    transform: translate(0px, -7px);
}


.navlink {
    display: block;
    position: relative;
    background-color: transparent;
    color: white;
    padding: 10px;
    text-decoration: none;
    font-size: 25px;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    right: 10px
}

#Title {
    font-size: 30px;
    color: white;
    z-index: 500;
}

#titlecolor2 {
    /* lore accurate title color */
    color: #ff3431;
}

#logo {
    /* the 'g' in 'green' is for 'gambling' */
    z-index: 500;
    /* solves layering issues */
    height: 60px;
    width: auto;
}

#Content {
    padding: 10px;
    border: 50px;
    background-color: black;
    color: rgb(207, 158, 110);
    width: 90%;
    position: relative;
    left: 50%;
    transform: translate(-50%);
    margin-top: 10px;
}

h2 {
    font-style: italic;
    font-size: 30px;
}

h3 {
    font-size: 20px;
}

article {
    /* top outline */
    border-top: 3px;
    border-style: dashed;
    border-color: #8b2814;
    position: relative;
    width: 90%;
    left: 50%;
    transform: translate(-50%);
}

article * {
    padding: 10px;
}

.headerArticle {
    border-top: none;
}

#TitleandLogo {
    display: flex;
    justify-content: space-evenly;
    flex-direction: row-reverse;
    align-items: center;
}

footer {
    margin-top: 50px;
    background-color: black;
    color: white;
    padding: 10px;
}

li {
    border-left: solid 6px gray;
}

#RightImage {
    float: right;
}

#RewardsConversionRate {
    font-size: 20px;
    text-align: center;
}

.nopadding {
    padding: 0px;
    margin: 0px;
    padding-left: 10px;
}

form {
    background-color: rgb(30, 30, 30);
}

form * {
    width: 95%;
}
form input, form textarea, form button {
    background-color: rgb(50, 50, 50);
    color: white;
    margin: 0 auto;
    padding: 5px;
    display: block;
}

.RequiredQuestion::after {
content: '*';
color: rgb(255, 59, 59);
}

#FormDisclaimer {
    font-size: 10px;
    color: red;
    padding: 0px 0px 0px 20px;
}

#Embed, .yelp-review {
    width: 100%;
    margin: 0px;
    padding: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
}