html {
  font-family: 'Montserrat', sans-serif;
  padding: 0;
  margin: 0;
  background: #fafaf7;
  line-height: calc(46px);
  font-weight: 400;
  color: #222; }
  html input:focus,
  html select:focus,
  html textarea:focus,
  html button:focus {
    outline: 1px solid #222; }
  html #container {
    margin: 0 auto;
    text-align: center;
    width: 100%;
    max-width: 1200px; }
    html #container .mobile-only {
      display: none; }
    html #container #form {
      width: 100%;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-right: -50%;
      transform: translate(-50%, -50%); }
      html #container #form form#convert {
        /* Smartphones (portrait and landscape) ----------- */ }
        html #container #form form#convert #test {
          border: 1px solid red; }
        @media only screen and (min-device-width: 320px) and (max-device-width: 640px) and (orientation: portrait) {
          html #container #form form#convert {
            font-size: 36px; }
            html #container #form form#convert .mobile-only {
              display: inline; } }
        @media only screen and (min-device-width: 320px) and (max-device-width: 640px) and (orientation: landscape) {
          html #container #form form#convert {
            font-size: 36px; } }
        html #container #form form#convert input::placeholder {
          color: #ccc; }
        html #container #form form#convert span#quantity {
          font-family: 'Montserrat', sans-serif;
          outline: 0;
          border-bottom: 3px solid #222;
          color: #222;
          padding: 0;
          font-weight: 800;
          white-space: nowrap;
          max-width: 200px;
          text-align: center;
          background: none;
          font-size: inherit; }
        html #container #form form#convert select {
          font-size: inherit;
          text-align: center;
          color: #ccc;
          background: none;
          border-width: 0 0 3px 0;
          border-color: #222; }
        html #container #form form#convert #unit1 {
          width: 6vw;
          padding: 0 0 2px; }
        html #container #form form#convert #ingredient {
          width: 12vw;
          padding: 0 0 2px; }
        html #container #form form#convert #unit2 {
          width: 30vw;
          padding: 0 0 2px; }
        html #container #form form#convert #unitWidth,
        html #container #form form#convert #ingredientWidth {
          visibility: hidden;
          height: 0;
          line-height: 0;
          margin: 0;
          padding: 0; }
        html #container #form form#convert span#answer {
          font-weight: 800;
          border-width: 0 0 3px 0;
          border-color: #222;
          color: #222;
          width: 3vw; }

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