/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* plus additions */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* Additions */
input, button, textarea, select {
  font: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

p {
	line-height: 1.5;
  text-wrap: pretty;
}
h1, h2, h3, h4, h5, h6 {
  text-wrap: balance;
}
.dm-serif-display-regular {
  font-family: "DM Serif Display", serif;
  font-weight: 400;
  font-style: normal;
}
.dm-serif-display-regular-italic {
  font-family: "DM Serif Display", serif;
  font-weight: 400;
  font-style: italic;
}
.open-sans {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
h1 em,
h2 em,
h3 em,
h4 em,
h5 em,
h6 em {
  font-family: "DM Serif Display", serif;
  font-weight: 400;
  font-style: italic;
  font-size: 1.19em;
}
div,
td,
p,
li {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}
a {
  color: inherit;
}
.container {
  max-width: 100%;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 1114px) {
  .container {
    width: 1114px;
    padding-left: 0;
    padding-right: 0;
  }
}
.container-wrapper {
  padding-left: 20px;
  padding-right: 20px;
}
.container-wrapper .container {
  padding-left: 0px;
  padding-right: 0px;
}
.nowrap {
  white-space: nowrap;
}
@media (max-width: 1114px) {
  .only-desktop {
    display: none;
  }
}
.red-button {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 18.24242425pt;
  display: inline-block;
  color: white;
  background-color: #ca2811;
  padding: 12px 15px;
  text-transform: uppercase;
  border-width: 0;
  text-decoration: none;
  cursor: pointer;
}
.blue {
  color: #1f6bb4;
}
.red {
  color: #ca2811;
}
.contact-form label {
  display: block;
  margin-bottom: 20px;
}
.contact-form input,
.contact-form textarea {
  display: block;
  width: 100%;
  box-sizing: border-box;
  border: solid 2px black;
  margin-top: 10px;
  padding: 8px;
}
.contact-form button {
  border: solid 2px black;
  background: none;
  padding: 8px;
}
.tile .top {
  background: white;
  padding: 30px 50px;
}
.tile .top h2,
.tile .top h3 {
  text-transform: uppercase;
  margin: 0;
}
.tile .top h3 {
  margin-top: 0;
}
.tile .top p {
  margin-top: 5px;
}
.tile .top p img {
  display: inline-block;
  vertical-align: middle;
}
.tile .bottom img {
  display: block;
  max-width: 100%;
}
@media (min-width: 1114px) {
  .tile-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    column-gap: 40px;
  }
  .tile-grid .tile {
    display: contents;
  }
  .tile-grid .tile .top {
    grid-row: 1;
  }
  .tile-grid .tile .bottom {
    grid-row: 2;
  }
}
@media (max-width: 1114px) {
  .tile {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }
  .tile + br + .tile {
    margin-top: 20px;
  }
}
.location-topper {
  border-top: solid 4px #ca2811;
}
.location-topper .logo {
  padding: 10px 0;
}
.location-topper .center {
  display: grid;
  max-width: 1114px;
  margin: auto;
  align-content: center;
  align-items: center;
}
.location-topper .content {
  text-align: center;
}
.location-topper .content .facebook {
  display: inline-block;
  margin-left: 15px;
  vertical-align: middle;
}
.location-topper .content .tel {
  text-decoration: none;
}
.location-topper .buttons {
  display: grid;
  grid-template-columns: auto auto;
  align-content: center;
  column-gap: 15px;
}
.location-topper .buttons .cart-button {
  display: inline-block;
  background-color: #ca2811;
  color: white;
  text-decoration: none;
  padding: 10px 12px 10px 6px;
}
.location-topper .buttons .cart-button img {
  display: inline-block;
}
.location-topper .buttons .artist-portal {
  text-decoration: none;
  text-transform: uppercase;
  border: solid 2px black;
  color: black;
  align-content: center;
  padding: 12px 12px;
}
.location-topper .tribar {
  width: 40px;
  justify-self: end;
  padding-right: 15px;
  cursor: pointer;
}
.location-topper .tribar .one,
.location-topper .tribar .two,
.location-topper .tribar .three {
  position: relative;
  border-bottom: solid 3px #ca2811;
}
.location-topper .tribar .two,
.location-topper .tribar .three {
  margin-top: 10px;
}
@media (min-width: 1114px) {
  .location-topper .center {
    grid-template-columns: auto 1fr auto;
  }
  .location-topper .center .tribar {
    display: none;
  }
}
@media (max-width: 1114px) {
  .location-topper .center {
    grid-template-columns: 1fr repeat(2, auto);
  }
  .location-topper .center .buttons .artist-portal {
    display: none;
  }
  .location-topper .center .content {
    display: none;
  }
}
.top-menu {
  border-top: solid 1px #d3d3d3;
  text-align: center;
}
.top-menu .menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.top-menu li {
  display: inline-block;
  padding-top: 20px;
  padding-bottom: calc(20px - 4px);
  border-bottom: solid 4px white;
  padding-left: 7px;
  padding-right: 7px;
}
.top-menu li.current {
  border-bottom-color: #ca2811;
}
.top-menu a {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 16.22707071pt;
  text-decoration: none;
  text-transform: uppercase;
}
@media (min-width: 1114px) {
  .top-menu nav {
    display: inline-block;
  }
  .top-menu .close,
  .top-menu .secondary {
    display: none;
  }
}
@media (max-width: 1114px) {
  .top-menu {
    position: fixed;
    z-index: 4;
    top: 0;
    left: 100%;
    width: 90vw;
    background-color: #a01301;
    transition: margin-left 0.3s;
    text-align: left;
  }
  body.menu-open .top-menu {
    margin-left: -90vw;
  }
  .top-menu li {
    display: block;
    border-bottom: 0;
    padding: 14px 30px;
  }
  .top-menu li.current {
    background-color: #ca2811;
  }
  .top-menu li:hover {
    background-color: #ca2811;
  }
  .top-menu a {
    color: white;
    font-weight: 600;
  }
  .top-menu .close {
    padding: 14px 30px;
    font-size: 50pt;
    font-weight: 100;
  }
  .top-menu nav {
    border-top: solid 1px #8b1100;
    padding-top: 15px;
    padding-bottom: 25px;
  }
}
body.menu-open {
  overflow: hidden;
}
.mask {
  display: none;
}
body.menu-open .mask {
  position: fixed;
  display: block;
  inset: 0;
  z-index: 3;
  background-color: rgba(0, 0, 0, 0.6);
}
.inner-top-img img {
  display: block;
  width: 100%;
  height: 60px !important;
  margin-bottom: 40px;
}
.banner {
  display: grid;
  overflow: hidden;
}
@media (min-width: 900px) {
  .banner {
    grid-template-columns: 1fr 135px repeat(7, 159.14285714px) 135px 1fr;
    grid-template-rows: auto auto;
  }
  .banner .pic {
    display: contents;
  }
  .banner .pic picture {
    display: contents;
  }
  .banner .pic img {
    width: 100%;
    grid-row: 1 / span 2;
    grid-column: 1 / span calc(4 + 7);
  }
  .banner .white-box {
    grid-row: 2;
    grid-column: 1 / span 5;
    background-color: rgba(211, 211, 211, 0.6);
  }
  .banner .msg {
    grid-row: 2;
    grid-column: 2 / span 4;
    padding-right: 30px;
  }
  .banner .msg h1 {
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 36.4848485pt;
    font-weight: 600;
    text-transform: uppercase;
  }
  .banner .msg .chevron {
    display: none;
  }
}
@media (max-width: 900px) {
  .banner {
    grid-template-rows: 1fr auto;
    grid-template-columns: 1fr;
  }
  .banner .white-box,
  .banner h1 {
    display: none;
  }
  .banner .pic {
    grid-column: 1;
    grid-row: 1 / span 2;
  }
  .banner .pic img {
    width: 100%;
    display: block;
  }
  .banner .msg {
    grid-column: 1;
    grid-row: 2;
  }
  .banner .msg p {
    margin-bottom: 0;
  }
  .banner .msg .gallery {
    font-family: "DM Serif Display", serif;
    font-weight: 400;
    font-style: italic;
    font-size: 1.2em;
  }
  .banner .msg .chevron {
    top: -3px;
    position: relative;
  }
}
.two-locations-with-map {
  display: grid;
}
.two-locations-with-map .tile .address {
  display: none;
}
@media (min-width: 1114px) {
  .two-locations-with-map {
    column-gap: 20px;
    grid-template-columns: 1fr minmax(0, 323px) clamp(200px, 547px, 45vw) clamp(200px, 870px, 45vw) 1fr;
    overflow: hidden;
    margin-top: 90px;
  }
  .two-locations-with-map .map-header {
    grid-row: 1;
    grid-column: 3;
  }
  .two-locations-with-map .map {
    grid-row: 2;
    grid-column: 1 / span 3;
  }
  .two-locations-with-map .gallery-entrances {
    grid-row: 1 / span 2;
    grid-column: 4;
  }
  .two-locations-with-map .two-tiles {
    position: relative;
    padding: 50px;
  }
  .two-locations-with-map .two-tiles:before {
    content: '\00a0';
    position: absolute;
    top: 0;
    right: -2000px;
    bottom: 190px;
    left: 0;
    background-color: #eeeeee;
  }
  .two-locations-with-map .wow {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    font-size: 26.85483872pt;
    background-color: #eeeeee;
    padding: 20px 20px 20px 60px;
    position: relative;
  }
  .two-locations-with-map .wow:before {
    content: '\00a0';
    position: absolute;
    font-size: 0;
    height: 4px;
    background-color: #ca2811;
    top: 50%;
    left: 0;
    width: 40px;
    margin-top: -2px;
  }
}
@media (max-width: 1114px) {
  .two-locations-with-map .map-header {
    padding-left: 20px;
    padding-right: 20px;
  }
  .two-locations-with-map .map-header .red-button {
    margin-bottom: 12px;
  }
  .two-locations-with-map .two-tiles {
    padding: 20px;
    background-color: #eeeeee;
    text-align: center;
  }
  .two-locations-with-map .wow {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    font-size: 37.01612905pt;
    font-style: italic;
    background-color: #ca2811;
    color: white;
    font-weight: 100;
    padding: 30px 20px;
    text-align: center;
  }
  .two-locations-with-map .wow strong {
    font-family: "DM Serif Display", serif;
    font-weight: 400;
    font-style: italic;
    font-weight: 600;
  }
  .two-locations-with-map .wow .first,
  .two-locations-with-map .wow .second {
    display: block;
  }
}
.explore {
  margin-top: 90px;
}
.explore .intro {
  text-align: center;
  max-width: 900px;
  margin: auto;
}
.explore .intro h1 {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 36.4848485pt;
}
.explore .intro p {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 13.06451614pt;
}
.explore .pics {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 40px;
}
.explore img {
  position: relative;
  display: block;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  object-position: center center;
}
@media (min-width: 900px) {
  .explore .pics {
    grid-template-columns: repeat(3, 1fr);
  }
  .explore .intro p {
    margin-left: 80px;
    margin-right: 80px;
  }
}
footer {
  background-color: black;
  color: white;
  padding-top: 5px;
  padding-bottom: 20px;
}
footer .star {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 26.06060607pt;
  text-align: center;
  color: #ffe68f;
  text-transform: uppercase;
}
footer .contact h3 {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 18.24242425pt;
}
footer .contact p strong {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 16.50505051pt;
  text-transform: uppercase;
}
footer .contact .follow a {
  text-decoration: none;
}
footer .footer-nav ul {
  list-style: none;
  text-align: right;
}
footer .footer-nav ul li {
  margin-bottom: 10px;
}
footer .footer-nav ul a {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 17.37373738pt;
  text-decoration: none;
}
@media (min-width: 1114px) {
  footer .main {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
  }
}
@media (max-width: 1114px) {
  footer {
    text-align: center;
  }
  footer .logo {
    margin-top: 40px;
  }
  footer .footer-nav {
    display: none;
  }
}
.contact-layout {
  display: grid;
  row-gap: 40px;
  column-gap: 40px;
}
.contact-layout .msg h2 {
  text-transform: uppercase;
}
@media (min-width: 900px) {
  .contact-layout {
    grid-template-columns: 1fr 1fr;
  }
  .contact-layout .tile-grid {
    grid-template-columns: auto;
  }
  .contact-layout .tile {
    display: grid;
    background-color: #eeeeee;
    grid-template-columns: 3fr 2fr;
    column-gap: 30px;
    padding: 30px;
  }
  .contact-layout .tile .top {
    background: none;
    padding: 0;
  }
  .contact-layout .tile .bottom {
    grid-row: 1;
  }
  .contact-layout .tile .bottom img {
    height: 100% !important;
  }
}
@media (max-width: 900px) {
  .contact-layout .locations {
    background-color: #eeeeee;
    padding: 20px;
    margin-left: -20px;
    margin-right: -20px;
  }
  .contact-layout .locations .tile-grid {
    display: grid;
    align-items: center;
  }
}
.attractions-bar {
  display: grid;
}
.attractions-bar .map img {
  display: block;
  width: 100%;
}
.attractions-bar .nearby-services {
  list-style: none;
  columns: 2;
  padding: 0;
}
.attractions-bar .nearby-services li {
  margin-bottom: 5px;
  font-weight: 600;
}
@media (min-width: 1114px) {
  .attractions-bar {
    column-gap: 20px;
    grid-template-columns: 1fr repeat(2, 547px) 1fr;
    overflow: hidden;
    margin-top: 90px;
  }
  .attractions-bar .map {
    grid-row: 1;
    grid-column: 1 / span 2;
  }
  .attractions-bar .attractions {
    grid-row: 1;
    grid-column: 3;
  }
}
@media (max-width: 1114px) {
  .attractions-bar .attractions {
    padding: 20px;
  }
}
.map-with-street-view {
  display: grid;
  grid-template-columns: 1fr 3fr;
  row-gap: 20px;
}
.map-with-street-view .street {
  position: relative;
}
.map-with-street-view .street iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.map-with-street-view .img img {
  width: 100%;
}
.map-with-street-view .map-wrapper .buttons {
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  width: 100%;
}
.map-with-street-view .map-wrapper .buttons button {
  border: 0;
  color: white;
  background-color: #ca2811;
  padding: 14px 30px;
  cursor: pointer;
}
@media (max-width: 900px) {
  .map-with-street-view {
    grid-template-columns: 1fr;
  }
  .map-with-street-view .street {
    height: 300px;
  }
}
/*# sourceMappingURL=pages-2.css.map */