@media screen and (max-width: 600px) {
  .picture {
    width: 300px !important;
    height: 300px !important;
    margin: 1em !important;
  }
  .about-wrapper {
    width: 90% !important;
  }
  .about-wrapper p {
    font-size: 13pt;
  }
  .ownership-wrapper .info {
    font-size: 12pt;
  }
  .image-wrapper:after {
    padding: 1px;
    font-size: 2.5em !important;
  }
  .image-wrapper div {
    background-position: center !important;
  }
  .instagram-wrapper {
    width: 100% !important;
  }
  .location iframe, .location .coming-soon {
    width: 90% !important;
  }
  .location-wrapper {
    width: 90% !important;
  }
  .slide-wrapper {
    height: 100%;
  }
  .slide-wrapper .down-arrow {
    display: block;
  }
  .slide-wrapper .image-wrapper div {
    height: inherit !important;
  }
  .signature-bowl {
    width: 100% !important;		
  }
}

@media screen and (max-width: 1000px) {
  .favorites-wrapper {
    width: 90% !important;
  }
  .contact-wrapper {
    width: 90% !important;
  }
  .ownership-wrapper {
    width: 90% !important;
  }
  .menu-wrapper {
    width: 90% !important;
  }
  .custom-wrapper {
    width: 100% !important;
  }
  .custom-wrapper .accordion-wrapper, .custom-wrapper .downloads {
    width: 90% !important;
  }
  .social-wrapper {
    width: 100% !important;
  }
  .coming-soon {
    width: 90% !important;
  }
}

@media screen and (max-width: 1100px) {
  header {
    padding: .35em 0;
  }
  header .nav-wrapper {
    display: none;
  }
  header .nav-wrapper-mobile {
    z-index: 2;
    font-size: .9em;
    position: absolute;
    top: 0;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header .nav-wrapper-mobile .logo-wrapper-mobile {
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 10px;
    left: 0px;
    height: 100%;
    width: 250px;
    color: black;
  }
  header .nav-wrapper-mobile .logo-wrapper-mobile .logo {
    padding: 5px;
    width: 30px;
    height: auto;
    margin-bottom: 10px;
  }
  header .nav-wrapper-mobile button {
    position: absolute;
    float: right;
    right: 5px;
    width: 40px;
    height: 40px;
    background: none;
    border: none;
    outline: none;
    border-radius: 3px;
  }
  header .nav-wrapper-mobile button svg {
    color: black;
  }
}
/*# sourceMappingURL=resize.css.map */