* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Montserrat", sans-serif;
  min-width: 320px;
}

svg {
  max-height: 100%;
}

img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
}

p {
  line-height: 1.6;
}

.content {
  font-family: "Playfair Display", serif;
}

.site-header {
  position: sticky;
  top: 0;
  background: #fff;
  box-shadow: 0 0 5px #000;
  padding: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 50;
}
.site-header .logo {
  margin: 0 auto;
  width: 200px;
}

.site-nav li {
  list-style-type: none;
}
.site-nav a:not(.button) {
  display: block;
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  text-decoration: none;
  text-align: center;
  padding: 6px;
}
.site-nav .is-callout {
  margin-top: 8px;
}

.site-footer {
  background: #000;
  color: #fff;
  padding: 24px;
}
.site-footer li {
  margin-left: 12px;
  list-style-type: square;
}
.site-footer a {
  color: inherit;
  font-family: "Montserrat", sans-serif;
}

.legal {
  margin-top: 12px;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
}

.page {
  min-height: 100vh;
}

.button {
  display: inline-block;
  background: #000;
  color: #fff;
  border: 1px solid #000;
  border-radius: 12px;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  padding: 6px 12px;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
.button:hover {
  background: #fff;
  color: #000;
}
.heading {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.heading .title {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: -0.5px;
}
.heading .subtitle {
  font-size: 18px;
  line-height: 1.2;
  margin-top: 6px;
}

.box {
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero {
  background: #999;
  position: relative;
}
.hero .heading {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.side-by-side {
  flex-direction: column;
  padding: 24px 12px;
}
.side-by-side .m {
  background: #000;
}
.side-by-side .info {
  flex-direction: column;
  text-align: center;
  margin-bottom: 12px;
}
.side-by-side .button {
  margin-top: 12px;
}

.our-products {
  background: #f4f4f4;
}

.product .info {
  padding-top: 12px;
}

.page-header .heading .title {
  font-size: 36px;
  line-height: 1.2;
}
.page-header .heading .subtitle {
  font-size: 20px;
  line-height: 1.3;
  margin-top: 12px;
}

section .heading,
section .wrap {
  padding: 36px;
}
section .wrap {
  padding-top: 0;
}

.m {
  outline: 2px solid #000;
}

@media (min-width: 768px) {
  p {
    font-size: 24px;
  }

  .site-header {
    flex-direction: row;
    justify-content: space-between;
    padding: 24px 32px;
  }
  .site-header .logo {
    margin: 0;
  }

  .site-nav .is-callout {
    font-size: 20px;
    margin-top: 0;
  }

  .side-by-side {
    clear: both;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0;
  }
  .side-by-side .box {
    width: 50%;
  }
  .side-by-side .box::before {
    content: "";
    display: table;
    padding-top: 100%;
  }
  .side-by-side .m {
    width: 100%;
  }
  .side-by-side .info {
    padding: 36px;
    margin-bottom: 0;
  }
  .side-by-side.is-reversed .box:nth-child(1) {
    order: 2;
  }
  .side-by-side.is-reversed .box:nth-child(2) {
    order: 1;
  }

  .our-products {
    padding: 24px 48px;
  }

  .products {
    clear: both;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  .product {
    list-style-type: none;
    width: 30%;
  }
  section .heading,
section .wrap {
    padding: 48px 64px;
    margin: 0 auto;
    max-width: 860px;
  }

  .heading .title {
    font-size: 36px;
  }
  .heading .subtitle {
    font-size: 28px;
  }

  .page-header .heading .title {
    font-size: 48px;
  }
  .page-header .heading .subtitle {
    font-size: 32px;
  }

  .contact .content p {
    text-align: center;
  }

  .legal p {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .color {
    color: yellow;
  }
}
@media (min-width: 1280px) {
  .color {
    color: teal;
  }
}

/*# sourceMappingURL=style.rs.css.map */
