/*
 * Imports
 */
@import url("https://use.typekit.net/qqu2voo.css");
/*! HTML5 Boilerplate v6.1.0 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 14px;
  font-size: 1rem;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
html {
  overflow-x: hidden;
  width: 100vw;
}

body {
  background: #f6f5ec;
  color: #27311a;
  font-family: freight-neo-pro, serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.2em;
  overflow-x: hidden;
  padding-bottom: 200px;
  transition: background 2s linear;
}
body.orange {
  background: #cc6633;
}
body.orange #navigation a {
  color: #f6f5ec;
}
@media only screen and (max-width: 500px) {
  body.orange #navigation a {
    color: #cc6633;
  }
}
body.orange .address:hover {
  color: #f6f5ec;
}

a {
  text-decoration: none;
  color: #cc6633;
}
a:hover {
  color: #27311a;
}

h1,
h2,
h3,
h4 {
  font-family: jaf-lapture, serif;
  font-weight: 600;
  margin: 20px 0 10px 0;
  text-align: center;
  text-transform: uppercase;
}

hr {
  margin: 0 auto;
  width: 50%;
}

button,
.button {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 50px 50px 50px;
  min-width: 200px;
  padding: 30px 10px;
  position: relative;
  text-align: center;
}
button:after,
.button:after {
  background: #27311a;
  border: 5px solid #996600;
  content: "";
  height: calc(100% - 10px);
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
button:before,
.button:before {
  border: 5px solid #996600;
  content: "";
  height: calc(100% - 3px);
  margin: 3px 0 0 3px;
  position: absolute;
  right: -6px;
  top: -15px;
  transition: all 0.25s ease;
  width: calc(100% + 7px);
  z-index: 1;
}
button:hover:before,
.button:hover:before {
  right: -10px;
  top: -10px;
}
button:hover:after,
.button:hover:after {
  background: #996600;
}
button:hover span,
.button:hover span {
  color: #f6f5ec;
}
button span,
.button span {
  color: #f6f5ec;
  display: inline-block;
  font-family: jaf-lapture, serif;
  font-weight: 600;
  line-height: 1;
  padding-left: 7px;
  position: relative;
  text-transform: uppercase;
  width: 100%;
  z-index: 3;
}
button span:first-child,
.button span:first-child {
  padding-bottom: 10px;
}
button span:last-child,
.button span:last-child {
  letter-spacing: -1.2em;
}

.row {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 60px 0;
  width: 100%;
  z-index: 1;
}
.row.justify-right {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  padding-right: 10vw;
}
.row.space-between {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}

#navigation {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  position: fixed;
  right: 30px;
  text-transform: uppercase;
  top: 30px;
  z-index: 1000;
}
#navigation div {
  border-bottom: 3px solid transparent;
  padding: 0 10px 10px 10px;
}
#navigation div.active {
  border-bottom: 3px solid #cc6633;
}
#navigation a {
  color: #cc6633;
}
@media only screen and (max-width: 500px) {
  #navigation {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    background: #f6f5ec;
    left: 0;
    padding: 10px 10px 0 10px;
    position: fixed;
    right: 0;
    top: 0;
  }
}

.image-row .image-container {
  border: 5px solid #27311a;
  float: right;
  height: 55vh;
  margin-right: -20vw;
  min-height: 400px;
  min-width: 320px;
  position: relative;
  transition: margin 1s ease;
  width: 33.33vw;
}
.image-row .image-container.from-left {
  margin-right: 6vw;
}
.image-row .image-container.from-right {
  margin-left: 6vw;
}
.image-row .image-container img {
  width: auto;
  height: 100%;
  position: absolute;
  top: 30px;
  left: 60px;
}

#contact .image-container {
  margin-left: -20px;
}
#contact .image-container.from-right {
  margin-left: 8vw;
}

.logo-container {
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  color: #f6f5ec;
}
.logo-container .logo {
  opacity: 0;
  -webkit-transition: all 2s;
  /* Safari */
  transition: all 2s;
  transition-delay: 1s;
}
.logo-container .logo.fadein {
  opacity: 1;
}
.logo-container svg {
  height: auto;
  width: 80vw;
}
.logo-container svg path {
  fill: #f6f5ec;
}

#logos-container {
  position: absolute;
  top: 100vh;
}

.tagline-container {
  color: #f6f5ec;
  font-family: jaf-lapture, serif;
  font-size: 2.3vw;
  font-weight: 600;
  letter-spacing: 1em;
  padding: 30px 0;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
.tagline-container:first-child {
  margin-top: 25vh;
}
.tagline-container .tagline-top {
  animation-name: from-left;
  animation-duration: 0.5s;
  bottom: 30px;
  position: absolute;
  width: 100vw;
}
.tagline-container .tagline-bottom {
  position: absolute;
  right: -100vw;
  -webkit-transition: all 0.5s;
  /* Safari */
  transition: all 0.5s;
  transition-delay: 0.5s;
  width: 100vw;
}
.tagline-container .tagline-bottom.slidein {
  right: 0vw;
}

@keyframes from-left {
  from {
    left: -100vw;
  }
  to {
    left: 0;
  }
}
.address {
  color: #27311a;
  font-size: 1.5rem;
  text-align: center;
  text-transform: uppercase;
  padding-top: 120px;
}
@media only screen and (max-width: 500px) {
  .address {
    font-size: 1.2rem;
  }
}
.address:hover {
  color: #cc6633;
}

#visit {
  position: relative;
}
#visit .hours {
  margin: 60px auto;
  padding: 0;
  position: relative;
  text-transform: uppercase;
  width: 50vw;
}
#visit .hours .row {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  max-width: 200px;
  margin: 0 auto;
  padding: 15px 30px 0 30px;
  width: 100%;
}
#visit .hours .row.button-row {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
#visit .hours .row.button-row .button {
  margin: 20px 50px 0 50px;
  padding: 25px 0;
}
#visit .hours .row .half:last-child {
  text-transform: lowercase;
}
#visit .hours .hours-container {
  background: #f6f5ec;
  border: 5px solid #996600;
  min-width: 360px;
  padding: 10px 10px 30px 10px;
  width: 100%;
}
#visit .hours .hours-container h4.cocktails-title {
  margin-top: 40px;
}
#visit .events {
  position: absolute;
  right: 16px;
  top: -100px;
  transform: rotate(-90deg);
  transform-origin: 0 77%;
  transition: all 0.5s linear;
  z-index: -1;
}
#visit .events .events-link {
  /*allows for centering*/
  display: inline-block;
  /*adjust as needed*/
  margin-bottom: 128px;
  color: #333;
  position: relative;
}
#visit .events .circle {
  width: 100px;
  height: 100px;
  background: #ce662b;
  border-radius: 50%;
  position: absolute;
  right: -58px;
  top: 57px;
  transition: all 0.25s linear;
}
#visit .events.rotate {
  transform: rotate(0deg);
  transform-origin: 0 77%;
}
@media only screen and (max-width: 570px) {
  #visit .events.rotate {
    transform: rotate(-38deg);
    top: -109px;
  }
}
#visit .events:hover {
  transform: rotate(10deg);
}
@media only screen and (max-width: 570px) {
  #visit .events:hover {
    transform: rotate(-38deg);
  }
}
#visit .events:hover .circle {
  width: 110px;
  height: 110px;
}

#about .row {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  #about .image-row {
    width: 100%;
    order: 1;
  }
  #about .image-row .image-container {
    width: 52vw;
  }
}
#about .history-container,
#about .our-story {
  background: #f6f5ec;
  border: 5px solid #27311a;
  max-width: 450px;
  padding: 10px 30px 30px 30px;
  transition: margin 0.5s linear;
  width: 40vw;
}
@media only screen and (max-width: 480px) {
  about .history-container,
  #about .our-story {
    width: calc(100vw - 90px);
  }
}
#about .history-container.from-bottom,
#about .our-story.from-bottom {
  margin-top: 100px;
}
#about .history-container {
  margin-top: 300px;
  margin-left: 6vw;
  margin-right: 6vw;
  min-width: 280px;
}
@media only screen and (max-width: 1024px) {
  #about .history-container {
    order: 2;
  }
}
@media only screen and (max-width: 500px) {
  #about .history-container {
    margin-right: auto;
    margin-left: auto;
  }
}
#about .history-container .date-row {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  font-family: jaf-lapture, serif;
  max-width: 400px;
  min-width: 200px;
  margin: 0 auto;
  padding: 20px 0;
  position: relative;
  width: 50vw;
}
#about .history-container .date-row hr {
  border-top: 1px solid #27311a;
  margin: 0 60px;
  position: absolute;
  transition: width 0.5s linear;
  width: 0px;
}
#about .history-container .date-row.animate-line hr {
  width: calc(100% - 120px);
}
#about .our-story {
  margin: 0 auto;
  max-width: 500px;
}

#menu {
  position: relative;
}
#menu .image-row .image-container {
  width: 66.66vw;
  border-color: #cc6633;
}
@media only screen and (max-width: 988px) {
  #menu .image-row .image-container {
    height: 300px;
  }
}
@media only screen and (max-width: 730px) {
  #menu .image-row .image-container {
    height: 200px;
    margin: 0 auto;
  }
}
#menu .menu-header {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  padding-bottom: 0;
}
#menu .menu-header .menu-title {
  background: #27311a;
  color: #f6f5ec;
  margin-right: -66.66vw;
  padding: 60px 30px;
  text-transform: uppercase;
  transition: margin 0.5s linear;
  width: 66.66vw;
}
#menu .menu-header .menu-title.from-left {
  margin-right: 0vw;
}

.sword {
  height: 200px;
  position: absolute;
  right: 30vw;
}
@media only screen and (max-width: 500px) {
  .sword {
    left: 1vw;
  }
}

.lion {
  height: 100px;
  position: absolute;
  left: 35vw;
}

#contact .private-event .contact-container {
  margin-right: 0;
  margin-left: 0;
}
@media only screen and (max-width: 500px) {
  #contact .private-event {
    padding-bottom: 30vh;
  }
}
#contact .contact-intro-row .contact-container {
  margin-top: 300px;
}
@media only screen and (max-width: 1024px) {
  #contact .contact-intro-row .contact-container {
    width: 100vw;
  }
}
#contact .contact-container {
  background: #f6f5ec;
  border: 5px solid #996600;
  margin-left: 6vw;
  margin-right: 6vw;
  min-width: 300px;
  padding: 10px 10px 30px 10px;
  text-transform: uppercase;
  transition: all 0.5s linear;
  width: 40vw;
}
#contact .contact-container.from-bottom {
  margin-top: 100px;
}
#contact .contact-container.grow-padding {
  padding: 20px 20px 40px 20px;
}
#contact .contact-container .row {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  max-width: 300px;
  margin: 0 auto;
  padding: 15px 30px 0 30px;
  width: calc(90% - 60px);
}
#contact .contact-container .row.justify-end {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
}
#contact .contact-container .row .half:last-child {
  text-transform: lowercase;
}
#contact .contact-container .row .half svg {
  max-width: 25px;
  min-width: 18px;
  padding: 4px;
  width: 2vw;
}
#contact .contact-container .row .half svg path {
  fill: #cc6633;
}
#contact #mc_embed_signup {
  background: #27311a;
  bottom: -50vh;
  color: #f6f5ec;
  left: 0;
  padding: 20px 30px 40px 30px;
  position: fixed;
  right: 0;
  transition: all 0.5s linear;
  width: calc(100vw - 60px);
}
#contact #mc_embed_signup.from-bottom {
  bottom: 0;
}
#contact #mc_embed_signup .input-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  margin-top: 30px;
  min-width: 320px;
  max-width: 700px;
  width: 60vw;
}
@media only screen and (max-width: 500px) {
  #contact #mc_embed_signup .input-row {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
#contact #mc_embed_signup .input-row .mc-field-group {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 0;
  width: calc(100% - 100px);
}
@media only screen and (max-width: 500px) {
  #contact #mc_embed_signup .input-row .mc-field-group {
    width: 100%;
  }
}
#contact #mc_embed_signup .input-row .mc-field-group input {
  background: #f6f5ec;
  border: 5px solid #996600;
  border-radius: 0;
  font-family: freight-neo-pro, serif;
  font-style: normal;
  height: 30px;
  letter-spacing: 0.2em;
  padding: 5px 7px;
  width: 100%;
}
#contact #mc_embed_signup .input-row .mc-field-group input:focus,
#contact #mc_embed_signup .input-row .mc-field-group input:hover {
  outline: none;
}
#contact #mc_embed_signup .input-row button {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  background: red;
  border: none;
  border-radius: 0;
  font-family: jaf-lapture, serif;
  height: 100%;
  line-height: 1;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 50px;
  min-width: 50px;
  padding: 0;
  width: 100px;
}
#contact #mc_embed_signup .input-row button:after {
  display: none;
}
#contact #mc_embed_signup .input-row button:before {
  height: calc(100% - 7px);
  right: 0px;
  top: -12px;
  width: 100%;
}
@media only screen and (max-width: 500px) {
  #contact #mc_embed_signup .input-row button {
    margin: 30px 10px 10px 10px;
    width: 100%;
  }
}
#contact #mc_embed_signup .input-row button input {
  background: #27311a;
  border: 5px solid #996600;
  border-radius: 0;
  color: white;
  letter-spacing: 0.2em;
  margin: 0;
  padding: 10px;
  text-transform: uppercase;
  z-index: 3;
}
#contact #mc_embed_signup .input-row button input:hover,
#contact #mc_embed_signup .input-row button input:focus,
#contact #mc_embed_signup .input-row button input:active {
  outline: none;
}
@media only screen and (max-width: 500px) {
  #contact #mc_embed_signup .input-row button input {
    width: 100%;
  }
}
#contact #mc_embed_signup .input-row button:hover input {
  cursor: pointer;
}
#contact #mc_embed_signup .input-row button:hover:before {
  right: -2px;
  top: -10px;
}
#contact #mc_embed_signup .input-row button:hover input {
  background: #996600;
}
#contact #mc_embed_signup label {
  font-family: freight-neo-pro, serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.2em;
  padding-bottom: 5px;
}

#logos {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 2s linear;
  width: 33.33vw;
  z-index: -1;
}
#logos.visible {
  opacity: 1;
}
#logos svg {
  height: auto;
  padding: 30px 0 0 0;
  width: 100%;
}
#logos svg path {
  fill: #cc6633;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  /* 1 */
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

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