﻿h1 {
  font-size: 1.5rem !important; }

h2 {
  font-size: 1.2rem !important; }

h3 {
  font-size: 1.1rem !important; }

h4 {
  font-size: 1rem !important; }

/* Medium devices (tablets, 768px and up)  */
@media (min-width: 768px) {
  h1 {
    font-size: 2.1rem !important; }
  h2 {
    font-size: 1.4rem !important; }
  h3 {
    font-size: 1.2rem !important; }
  h4 {
    font-size: 1.1rem !important; }
  .itmPrice {
    font-size: 1.4rem;
    font-weight: bold; } }

a, a:hover {
  text-decoration: none;
  color: #000; }

.liqContainer {
  width: 80%;
  margin: 0 auto; }

.liqTitle {
  font-weight: 600;
  color: #000; }

.contactSent {
  color: green;
  font-weight: bold;
  font-size: 2.5em;
  margin: 0 0 25px 0; }
