@charset "UTF-8";
/*!
Theme Name: html5 shell by mimoYmima.com
Theme URI: http://html5.mimoymima.com/
Description: a Framework for rapidly developing HTML5 based WordPress Themes
Version: 2.55
Author: Brent Lagerman
Author URI: http://html5.mimoymima.com/
*/
/*

GENERAL MIXINS: This project uses Bourbon so you can use any of the Bourbon mixins
http://bourbon.io/

- utility
- setting breakpoints

*/
/*********************
BREAKPOINTS
*********************/
/* ::: HIDING CONTENT ::::::::::::::::::::::::::::::::::::::::: */
/* ::: PLACEHOLDER MIXIN ::::::::::: */
html {
  color: #2B01C7; }

body {
  color: #2B01C7; }

::-moz-selection {
  background-color: #2B01C7;
  color: #FFF; }

::selection {
  background-color: #2B01C7;
  color: #FFF; }

.indicator a:link, .indicator a:visited {
  color: #FFF;
  background-color: #F9B89C; }

.indicator a:hover, .indicator a:focus, .indicator a:active {
  color: #FFF;
  background-color: #2B01C7;
  text-decoration: none;
  cursor: pointer; }

.data-table th {
  background-color: #2B01C7;
  color: #FFF; }

.data-table td {
  border-bottom: 1px dotted #F9B89C; }

a:link, a:visited {
  color: #2B01C7; }

a:hover, a:active, a:focus {
  color: #2B01C7; }

.make-link {
  color: #F9B89C; }

.make-link:hover,
.make-link:focus,
.make-link:active {
  color: #2B01C7; }

.indicator a {
  background-color: #F9B89C; }

footer {
  color: #2B01C7; }

input[type='submit'], a.button {
  color: #2B01C7;
  border-color: #2B01C7; }

/* ::: COLORED SECTIONS ::::::::::::::::::::::::::::::::: */
.blue-area {
  background-color: #2B01C7;
  color: #FFF; }
  .blue-area .icon svg:hover, .blue-area .icon svg:active, .blue-area .icon svg:focus {
    fill: #2B01C7; }
  .blue-area a:link, .blue-area a:visited {
    color: #F9B89C; }
  .blue-area a:hover, .blue-area a:focus, .blue-area a:active {
    color: #FFF; }
  .blue-area .validation_message {
    color: #F9B89C;
    border-top: 0.2em solid #F9B89C; }
  .blue-area .validation_error {
    color: #FFF;
    background-color: #F9B89C; }
  .blue-area input[type='text'], .blue-area input[type='email'] {
    color: #2B01C7;
    background: #FFF; }
    .blue-area input[type='text']:focus, .blue-area input[type='email']:focus {
      color: #2B01C7; }
  .blue-area .input[type='submit'], .blue-area a.button {
    background: #F9B89C;
    color: #2B01C7;
    border-color: #FFF; }
    .blue-area .input[type='submit']:hover, .blue-area .input[type='submit']:active, .blue-area a.button:hover, .blue-area a.button:active {
      background: #FFF;
      color: #2B01C7; }
  .blue-area .input[type='submit'].white, .blue-area a.button.white {
    background: white;
    color: blue; }
    .blue-area .input[type='submit'].white:hover, .blue-area .input[type='submit'].white:active, .blue-area a.button.white:hover, .blue-area a.button.white:active {
      background: #F9B89C;
      color: #2B01C7; }

.validation_error {
  background: #F9B89C;
  color: #FFF; }

.validation_message {
  border-top: 2px solid #F9B89C;
  color: #F9B89C; }

.tags {
  color: #999; }
  .tags a {
    background: #DDD; }
    .tags a:link, .tags a:visited {
      text-decoration: none;
      color: #999; }
    .tags a:hover, .tags a:active, .tags a:focus {
      background: #999;
      color: #FFF; }

/* ::: CLASSES ::::::::::::::::::::::::::::::::: */
.peach {
  color: #F9B89C; }

/*

BASE - HOW LOW CAN YOU GO?

Base is for standard things that don't change from project to project

*/
/* ::: modified version of RESET CSS 2.0 by Eric Meyer ::::::::::::::::::::::::::::::::::::::::: */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

sub, sup {
  /* Specified in % so that the sup/sup is the
		right size relative to the surrounding text */
  font-size: 75%;
  /* Zero out the line-height so that it doesn't
		interfere with the positioning that follows */
  line-height: 0;
  /* Where the magic happens: makes all browsers position
		the sup/sup properly, relative to the surrounding text */
  position: relative;
  /* Note that if you're using Eric Meyer's reset.css, this
		is already set and you can remove this rule */
  vertical-align: baseline; }

sup {
  /* Move the superscripted text up */
  top: -0.5em; }

sub {
  /* Move the subscripted text down, but only
		half as far down as the superscript moved up */
  bottom: -0.25em; }

a {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

/* ::: HTML ELEMENTS ::::::::::::::::::::::::::::::::::::::::: */
a:hover, a:active, a:focus {
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  outline: none; }

/* ::: UTILITY ::::::::::::::::::::::::::::::::::::::::: */
.anchor:before {
  display: block;
  content: " ";
  margin-top: -60px;
  height: 40px;
  visibility: hidden; }

.noborder {
  border: none; }

.clear-fix:before,
.clear-fix:after {
  content: "";
  display: table; }

.clear-fix:after {
  clear: both; }

.clear-all {
  visibility: hidden;
  clear: both;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0;
  height: 1px; }

/* ::: TABLES ::::::::::::::::::::::::::::::::::::::::: */
table {
  display: block;
  overflow-x: auto;
  width: 100%;
  -webkit-overflow-scrolling: touch;
  font-size: 80%; }

th {
  font-weight: 600;
  white-space: nowrap;
  padding: .5em; }

td {
  padding: .5em; }

/* ::: OTHER BROWSER FIXES ::::::::::::::::::::::::::::::::::::::::: */
html {
  -webkit-font-smoothing: antialiased; }

@media all and (orientation: landscape) {
  html {
    -webkit-text-size-adjust: none; } }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* ::: NATURAL BOX LAYOUT MODEL for all elements ::::::::::::::::::::::::::::::::::::::::: */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/* ::: WordPress ::::::::::::::::::::::::::::::::::::::::: */
img.aligncenter.size-full, img.aligncenter {
  max-width: 100%;
  display: block;
  margin: 5px auto 20px; }

img.alignright.size-full {
  padding: 4px;
  margin: 0 0 2px 15px;
  display: inline;
  max-width: 100%; }

img.alignleft.size-full {
  padding: 4px;
  margin: 0 15px 2px 0;
  display: inline;
  max-width: 100%; }

.alignright {
  float: right; }

.alignleft {
  float: left; }

.aligncenter {
  text-align: center; }

.flush-margin {
  margin: 0 !important; }

/* ::: WARNINGS ::::::::::::::::::::::::::::::::::::::::: */
.sys {
  text-align: left; }

/* a class you can add when doing production to hide elements and keep them accessible */
.access-hide {
  display: none; }

.hide {
  display: none; }

.make-link {
  text-decoration: none;
  margin-bottom: .5em; }

.make-link:hover,
.make-link:focus,
.make-link:active {
  cursor: pointer; }

ul.hide {
  margin: 0 0 0 1em !important;
  padding: 0 !important; }

.header-shown:before {
  content: "-";
  margin-right: .5em; }

.header-hidden:before {
  content: "+";
  margin-right: .5em; }

.indicator {
  position: absolute;
  z-index: 100;
  text-align: center;
  left: 0;
  top: 15em;
  -webkit-transform: rotate(90deg);
  -webkit-transform-origin: left bottom;
  -moz-transform: rotate(90deg);
  -moz-transform-origin: left bottom;
  -ms-transform: rotate(90deg);
  -ms-transform-origin: left bottom;
  -o-transform: rotate(90deg);
  -o-transform-origin: left bottom;
  transform: rotate(90deg);
  transform-origin: left bottom; }

.indicator a {
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  padding: .3em 1em; }

.indicator a:hover, .indicator a:focus, .indicator a:active {
  text-decoration: none;
  cursor: pointer; }

.js .js-ind, .js .hide {
  display: none; }

/* ::: LISTS ::::::::::::::::::::::::::::::::::::::::: */
.entry ul {
  margin-left: 1em;
  margin-top: 1em;
  margin-bottom: 1.5em; }
  .entry ul li {
    margin: 0 2em .2em 0;
    list-style-type: square; }
  .entry ul ul {
    margin: .5em 2em .8em 1em; }
    .entry ul ul li {
      list-style-type: circle;
      margin: 0 2em .5em 1em; }

.entry dl {
  margin: 2em 0; }
  .entry dl dt {
    font-weight: 900;
    margin-top: 1.5em;
    margin-bottom: .5em; }

.entry ol {
  margin-left: 1em; }
  .entry ol li {
    margin-bottom: 1em; }
  .entry ol ol {
    list-style-type: lower-alpha;
    margin: .2em 2em .8em 2em; }

ul.no-bullet {
  margin-left: 0;
  list-style-type: none; }

ul.no-bullet li {
  margin-bottom: .5em; }

ul.link-list li {
  list-style-type: none; }

li.link-list a, ul.link-list li a {
  display: block;
  padding-left: 20px;
  margin-left: 20px; }

ul.pdf-link {
  padding-left: 20px;
  margin-left: 5px; }

ul.pdf-list li {
  list-style-type: none; }

li.pdf-list a, ul.pdf-list li a {
  display: block;
  padding-left: 20px;
  margin-left: 20px; }

/* ::: Misc ::::::::::::::::::::::::::::::::::::::::: */
pre {
  overflow: scroll;
  padding: 1em 2em;
  border-radius: .5em; }

.fixed {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  margin-top: 0 !important; }

.fitvid {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden; }

.fitvid iframe, .fitvid object, .fitvid embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.icon-font {
  font-family: 'condensed';
  font-weight: normal; }

body {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  letter-spacing: .01em;
  font-weight: 300;
  line-height: 1.7;
  -webkit-font-kerning: normal;
          font-kerning: normal;
  -webkit-font-variant-ligatures: common-ligatures, contextual;
          font-variant-ligatures: common-ligatures, contextual;
  -webkit-font-feature-settings: "kern", "liga", "clig", "calt";
          font-feature-settings: "kern", "liga", "clig", "calt"; }
  @media (min-width: 50em) {
    body {
      font-size: 16px; } }
  @media (min-width: 64em) {
    body {
      font-size: 18px; } }

em {
  font-style: italic; }

strong {
  font-weight: 900; }

p {
  margin-bottom: 1.5em; }

.main-content {
  font-size: 1.1rem; }
  @media (min-width: 50em) {
    .main-content {
      font-size: 1.3rem; } }
  @media (min-width: 70em) {
    .main-content {
      font-size: 1.4rem; } }
  @media (min-width: 80em) {
    .main-content {
      font-size: 1.5rem; } }

.meta {
  font-size: 90%; }
  @media (min-width: 50em) {
    .meta {
      font-size: 80%; } }

.entry h1 {
  margin-top: 2em;
  font-size: 1.4rem; }
  @media (min-width: 50em) {
    .entry h1 {
      font-size: 1.6rem; } }
  @media (min-width: 70em) {
    .entry h1 {
      font-size: 1.9rem; } }
  @media (min-width: 80em) {
    .entry h1 {
      font-size: 2.2rem; } }

h1 + h2 {
  margin-top: -.5em; }

/*--- Links ---*/
a:link, a:visited {
}

a:hover, a:active, a:focus {
  color: black; }
  

/*--- Headings ---*/
h1, h2, h3, h4, h5, h6, .heading {
  font-family: 'Poppins', sans-serif;
  letter-spacing: -.02em;
  font-weight: normal;
  clear: both;
  line-height: 1;
  margin-bottom: 1.5em; }

.heading {
  font-size: 2.2rem;
  margin-bottom: .5em;
  font-weight: bold; }
  @media (min-width: 37.5em) {
    .heading {
      font-size: 2.6rem; } }
  @media (min-width: 50em) {
    .heading {
      font-size: 2.8rem; } }
  @media (min-width: 64em) {
    .heading {
      font-size: 3rem; } }

.post-heading {
  font-size: 1.4rem;
  margin-bottom: .5em; }
  @media (min-width: 50em) {
    .post-heading {
      font-size: 1.6rem; } }
  @media (min-width: 70em) {
    .post-heading {
      font-size: 1.9rem; } }
  @media (min-width: 80em) {
    .post-heading {
      font-size: 2.2rem; } }

.heading-alt {
  font-size: 1.1rem;
  margin-top: 1em;
  margin-bottom: 1em;
  font-weight: bold; }
  @media (min-width: 50em) {
    .heading-alt {
      font-size: 1.3rem; } }
  @media (min-width: 70em) {
    .heading-alt {
      font-size: 1.4rem; } }
  @media (min-width: 80em) {
    .heading-alt {
      font-size: 1.5rem; } }

/*--- Footer ---*/
.credit, .copyright {
  font-size: 90%; }
  @media (min-width: 50em) {
    .credit, .copyright {
      font-size: 80%; } }

/*
FORMS
*/
/* ::: ELEMENTS ::::::::::::::::::::::::::::::::::::::::: */
input, textarea, select {
  border: 0;
  outline: none;
  font-weight: 100;
  vertical-align: middle;
  padding: 1.2em;
  font-family: 'Poppins', sans-serif;
  font-size: 2.2rem;
  font-weight: bold; }
  @media (min-width: 37.5em) {
    input, textarea, select {
      font-size: 2.6rem; } }
  @media (min-width: 50em) {
    input, textarea, select {
      font-size: 2.8rem; } }
  @media (min-width: 64em) {
    input, textarea, select {
      font-size: 3rem; } }

input[type='text'], input[type='url'], input[type='file'], input[type='tel'], input[type='email'], textarea, select {
  width: 100%;
  font-size: 1em;
  text-align: center; }

select {
  height: 2.7em;
  width: 100%; }

input[type='submit'], .button, .shopify-buy__btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: white;
  font-weight: bold;
  font-size: 80%;
  letter-spacing: .1em;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  white-space: nowrap;
  border-style: solid;
  border-width: 3px;
  outline: none;
  padding: 1.2em 5em;
  vertical-align: middle;
  border-radius: .4em;
  display: block;
  margin: 1em auto; }
  @media (min-width: 50em) {
    input[type='submit'], .button, .shopify-buy__btn {
      width: auto;
      display: inline; } }
  input[type='submit']:hover, input[type='submit']:focus, input[type='submit']:active, .button:hover, .button:focus, .button:active, .shopify-buy__btn:hover, .shopify-buy__btn:focus, .shopify-buy__btn:active {
    text-decoration: none;
    cursor: pointer; }

.button.toggle {
  display: inline-block;
  border-bottom: 0; }
  .button.toggle:before {
    display: none; }

¡
.gform_body ul {
  list-style-type: none;
  margin: 0;
  margin-top: 1em; }
  ¡
.gform_body ul li {
    margin-bottom: .5em; }

li.gfield {
  list-style-type: none !important; }

.gfield_label {
  margin-top: 1.5em;
  display: block; }

.validation_error {
  margin: .5em;
  padding: 1.5em 1em;
  font-weight: bold; }

.validation_message {
  margin: .5em;
  margin-bottom: 2em;
  padding-top: .5em;
  font-weight: bold;
  clear: both; }

.gform_footer {
  margin-top: 1em; }

/*

THIS SHEET IS FOR SITEWIDE STYLES RELATED TO:

- Layout
- Applying your color definitions from colors.scss
- Applying your typography definitions from type.scss

*/
/* ::: GENERAL ::::::::::::::::::::::::::::::::: */
html {
  line-height: 2.5;
  font-weight: 300;
  background-color: #EFEFEF;
  text-align: center; }

.row {
  padding: 0 10%; }

a.icon {
  display: inline;
  padding: .4em;
  text-decoration: none !important; }

.toggle {
  padding: 1em;
  background: #FFF;
  margin: .5em 0; }

.data {
  padding: 1em; }

/* ::: SITE HEADER ::::::::::::::::::::::::::::::::: */
.site-header a {
  display: inline-block;
  padding: 2em .5em; }
  @media (min-width: 70em) {
    .site-header a {
      padding: 3em .3em; } }

.site-header .logo-keepers svg {
  vertical-align: middle;
  width: 80px;
  height: 40px; }
  @media (min-width: 70em) {
    .site-header .logo-keepers svg {
      width: 100px; } }

.site-header h1, .site-header h2 {
  display: none; }

.site-header .social-links {
  position: absolute;
  top: 0;
  right: 1em; }
  .site-header .social-links .icon svg {
    vertical-align: middle;
    width: 2em;
    height: 2em; }

.tags {
  margin-bottom: 5em; }
  .tags a {
    padding: .3em 1.2em;
    white-space: nowrap;
    vertical-align: middle;
    margin: .2em;
    border-radius: .3em;
    font-size: 90%; }
    @media (min-width: 50em) {
      .tags a {
        font-size: 80%; } }

.avatar {
  border-radius: 50%; }

.meta {
  margin-bottom: 5em; }

.meta img {
  vertical-align: middle; }

/* ::: CONTENT ::::::::::::::::::::::::::::::::: */
.post {
  padding: 0 1em; }
  @media (min-width: 50em) {
    .post {
      padding: 0 2em; } }
  @media (min-width: 70em) {
    .post {
      padding: 0 3em; } }

/* ::: FOOTER ::::::::::::::::::::::::::::::::: */
.footer .menu-footer-nav-container {
  margin: 0 10%; }

.footer #menu-footer-nav {
  font-family: 'Poppins', sans-serif;
  margin-top: 5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none; }
  .footer #menu-footer-nav li {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto; }

.footer .credit, .footer .copyright {
  color: #999;
  text-align: right;
  margin-right: 3em; }

.footer .credit {
  margin-top: 15em;
  font-family: 'Roboto', sans-serif;
  font-weight: 100; }
  .footer .credit a:link, .footer .credit a:visited {
    color: #F9B89C; }

/* ::: FANCY PLAY BUTTON TO IMPRESS PEOPLE ::::::::::::::::::::::::::::::::: */
@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.stroke-dotted {
  stroke-width: 4px;
  opacity: .7;
  stroke-dasharray: 4,5;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-animation: spin 4s infinite linear;
          animation: spin 4s infinite linear;
  -webkit-transition: opacity 1s ease,  stroke-width 1s ease;
  transition: opacity 1s ease,  stroke-width 1s ease; }

.stroke-solid {
  opacity: 0;
  stroke-dashoffset: 0;
  stroke-dashArray: 300;
  stroke-width: 4px;
  -webkit-transition: stroke-dashoffset 1s ease;
  transition: stroke-dashoffset 1s ease; }

.vid-icon {
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition: -webkit-transform 200ms ease-out;
  transition: -webkit-transform 200ms ease-out;
  transition: transform 200ms ease-out;
  transition: transform 200ms ease-out, -webkit-transform 200ms ease-out; }

#play:hover .stroke-dotted {
  opacity: 0; }

#play:hover .stroke-solid {
  opacity: 0;
  stroke-dashoffset: 300; }

#play:hover .vid-icon {
  -webkit-transform: scale(1.05);
          transform: scale(1.05); }

/*
THIS SHEET IS FOR STYLING SPECIFIC PAGES ON YOUR SITE

Since this is a one pager, we're namespacing everything as .homepage so you can easily add more later without cascading conflicts
*/
/* ::: HOME ::::::::::::::::::::::::::::::::::::::::: */
.keepers-home .heading {
  margin-top: 3em;
  margin-bottom: 2em; }

.keepers-home .cans {
  max-width: 900px;
  margin: 1em auto; }
  @media (min-width: 50em) {
    .keepers-home .cans {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .keepers-home .cans img {
    max-width: 100%; }
    @media (min-width: 50em) {
      .keepers-home .cans img {
        margin-bottom: 2em; } }

.keepers-home .can-citrus, .keepers-home .can-black {
  margin: 0 auto;
  padding: 1em;
  width: 70%; }
  @media (min-width: 50em) {
    .keepers-home .can-citrus, .keepers-home .can-black {
      width: 50%;
      -webkit-box-flex: 1;
          -ms-flex: auto;
              flex: auto; } }

@media (min-width: 50em) {
  .keepers-home .can-citrus {
    padding: 0 .5em 10em 2em; } }

@media (min-width: 50em) {
  .keepers-home .can-black {
    padding: 0 2em 10em .5em; } }

.keepers-home .button {
  font-weight: bold; }

/* ::: PRODUCTS ::::::::::::::::::::::::::::::::::::::::: */
.keepers-product {
  padding: 4em 0; }
  @media (min-width: 50em) {
    .keepers-product {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      max-width: 1200px;
      margin: 0 auto; } }
  .keepers-product .product-photo img {
    max-width: 70%;
    margin-bottom: 3em; }
  @media (min-width: 50em) {
    .keepers-product .product-photo {
      -webkit-box-flex: 1;
          -ms-flex: auto;
              flex: auto;
      width: 50%;
      margin: 0 1em 0 2em; }
      .keepers-product .product-photo img {
        max-width: 100%; } }
  @media (min-width: 70em) {
    .keepers-product .product-photo {
      margin: 0 2em 0 4em; } }
  .keepers-product .details {
    text-align: left;
    width: 70%;
    margin: 0 auto; }
    @media (min-width: 50em) {
      .keepers-product .details {
        -webkit-box-flex: 1;
            -ms-flex: auto;
                flex: auto;
        width: 50%;
        margin: 0 2em 0 1em; } }
    @media (min-width: 70em) {
      .keepers-product .details {
        margin: 0 4em 0 2em; } }
    .keepers-product .details .btn-shop {
      margin: 1em 0 3em 0; }

/* ::: ABOUT ::::::::::::::::::::::::::::::::::::::::: */
.page_about .page h1 {
  visibility: hidden;
  margin-bottom: 6em; }

.page_about .container img {
  max-width: 23%; }

.page_about .text-container {
  padding: 5em 0;
  width: 80%;
  margin: 0 auto;
  font-family: 'Poppins', sans-serif;
  font-size: 1.1rem; }
  @media (min-width: 50em) {
    .page_about .text-container {
      font-size: 1.3rem; } }
  @media (min-width: 70em) {
    .page_about .text-container {
      font-size: 1.4rem; } }
  @media (min-width: 80em) {
    .page_about .text-container {
      font-size: 1.5rem; } }
