/**
* DRM Fixes
*
* Fixes and changes to what Quest Digital did. 
*
* DRM Productions 2019 
*/
@import url("https://use.typekit.net/tks0sgx.css");
h1, h2, h3, h4, h5, h6,
.text-wine-ale.text-wine-ale {
  font-family: mason-sans, sans-serif;
  font-weight: 400;
  font-style: normal; }

:root {
  --lime: #81080b;
  --lighter-lime: #b10b0f;
  --darker-lime: #510507; }

.w3-bar.w3-bar,
.w3-bar-item.w3-bar-item {
  box-shadow: inset 0px -30px 27px -27px rgba(81, 5, 7, 0.83); }

.w3-bar-item.w3-bar-item {
  text-transform: none; }
  .w3-bar-item.w3-bar-item:hover, .w3-bar-item.w3-bar-item:focus, .w3-bar-item.w3-bar-item:active {
    background-color: var(--darker-lime);
    color: #fff; }

strong a, strong a:link, strong a:visited {
  text-decoration: none; }
strong a:hover, strong a:focus, strong a:active {
  color: var(--lime);
  text-decoration: underline; }

.w3-modal #caption {
  color: var(--white); }
