/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

/* Remove default padding */
ul[class],
ol[class] {
  padding: 0; }

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0; }

/* Set core body defaults */
body {
  min-height: 100%;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5; }

/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
  list-style: none; }

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto; }

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block; }

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit; }

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
         -o-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important; } }

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; }

a {
  text-decoration: none;
  color: inherit; }

.clearfix:before,
.clearfix:after {
  content: '';
  display: table; }

.clearfix:after {
  clear: both; }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }
  .embed-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

html {
  font-size: 10px;
  height: 100%;
  background-color: black;
  font-family: 'Open Sans', sans-serif; }

.pattern {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  opacity: 0.3; }

.page {
  margin: 0 auto; }
  .page__header {
    position: relative;
    width: 100%;
    background: #600700;
    background: -webkit-gradient(linear, left bottom, left top, from(#600700), to(#b41600));
    background: -o-linear-gradient(bottom, #600700 0%, #b41600 100%);
    background: linear-gradient(0deg, #600700 0%, #b41600 100%);
    height: 10rem; }
    .page__header__logo {
      position: absolute;
      width: 100%;
      max-width: 1200px;
      padding: 0 2rem;
      right: 0;
      left: 0;
      margin: 0 auto; }
      .page__header__logo h1 {
        font-size: 5rem;
        margin-bottom: 4rem;
        position: relative;
        text-align: right; }
        .page__header__logo h1 span:nth-child(1) {
          font-weight: 300;
          color: white;
          margin-right: -1.5rem; }
        .page__header__logo h1 span:nth-child(2) {
          font-weight: 600;
          color: black; }
        .page__header__logo h1 span:nth-child(3) {
          color: white;
          font-weight: 300;
          position: absolute;
          bottom: -1.3rem;
          right: 0;
          width: 100%;
          text-align: right;
          text-transform: uppercase;
          font-size: 2rem; }
  .page h2 {
    font-weight: 300;
    color: white;
    font-size: 2rem;
    text-align: center;
    margin: 8rem auto;
    display: block;
    max-width: 70rem; }
    .page h2 span {
      color: #b41600; }

table {
  vertical-align: top;
  max-width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100% !important;
  margin: 0 auto 3rem;
  border-radius: 0.5rem;
  position: relative;
  overflow: hidden;
  border: 2px solid #ffffff; }
  table li {
    margin-bottom: 0 !important; }
  table tr {
    background: #edead7;
    margin-bottom: 5px; }
    table tr:last-of-type {
      border-bottom: 0; }
  table tr:nth-child(even) {
    background: #e5e1c5; }
  table th,
  table td {
    text-align: left;
    padding: 1rem 2rem;
    font-size: 1.6rem; }
    table th:last-of-type,
    table td:last-of-type {
      border-right: 0; }
  table th {
    background: #b41600;
    color: #ffffff !important; }

.menus {
  margin: 0 auto;
  max-width: 768px;
  padding: 0 1rem; }
  .menus p {
    font-weight: 300; }
  .menus b {
    font-weight: 600; }
  .menus strong {
    color: #b41600;
    font-weight: 600; }
  .menus th {
    font-weight: 300;
    font-size: 3rem;
    text-align: center;
    text-transform: uppercase; }

/*

<!-- Item ======================= -->
<tr>
  <td>
    <p><strong>A3</strong></p>
  </td>
  <td>
    <p><strong>ffffffffff</strong></p>
  </td>
  <td></td>
</tr>
<tr>
  <td></td> 
  <td>
    <p>fffffffff</p>
  </td>
  <td>
    <p><b>10</b></p>
  </td>
</tr>

          */


/*# sourceMappingURL=main.css.map*/