@import url("https://fonts.googleapis.com/css?family=Open+Sans");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

body {
  background: #222;
  color: White;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  padding: 4em 0; }

h1 {
  margin-bottom: 1em;
  text-align: center; }

p, address {
  margin-bottom: 1em;
  line-height: 1.6; }

a {
  color: deeppink; }

.wrapper {
  width: 70vw; }

.optical_wrapper {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse; }

.image_wrapper {
  width: 1500px; }
  .image_wrapper img {
    width: 100%;
    height: auto; }

.qr_wrapper {
  width: 200px; }
  .qr_wrapper img {
    width: 100%;
    height: 100%; }

.disclaimer {
  margin: 1em 0 0 0;
  color: #555;
  font-style: italic; }

.is--centered {
  margin: 0 auto 1em auto; }

@media only screen and (max-width: 1024px) {
  body {
    padding: 2em 0; }

  .wrapper {
    width: 95vw;
    padding: 1em; }

  .optical_wrapper {
    display: block; }

  .image_wrapper {
    width: 85%; } }
@media only screen and (max-width: 768px) {
  body {
    padding: 0; }

  .wrapper {
    width: 100vw;
    padding: 1em; }

  h1 {
    text-align: left; }

  .image_wrapper {
    width: 100%; }

  .qr_wrapper {
    display: none; } }

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