@charset "utf-8";

/* MOBILE FIRST STYLING */

body {
  background-color: #fff; /* White */
  color: #555;
  line-height: 0;
  font-family: Helvetica, Arial, sans-serif;
  height: 100%;
}
div, p, li, code {
  text-align: center;
  font-size: 0.9rem;
  line-height: 1.62;
  margin-bottom: 1.46rem;
}

/* SVG FESTIVE FARM CO. LOGO */

.we-have-aars-logo-svg {
  display: block;
  text-indent: -9999;
  background-image: url(../images/we-have-aars-logo-placeholder.svg);
  height: 300px;
  background-repeat: no-repeat;
  background-position: 50%;
  margin: 0 2.0rem;
  padding: 0;
}

.we-have-aars-logo-svg p {
  text-indent: -9999rem;
  margin: 0;
  padding: 0;
}

.moved-statement {
  padding: 18px 1rem 0 1rem;
}
/* GENERAL LINK */

a:link,
a:visited,
a:active {
  color: #3da19e;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
  cursor: pointer;
  color: #999;
}

/* PHONE LINK */

a[href^="tel:"] {
  text-decoration: none;
}
a[href^="tel:"]:hover {
  text-decoration: none;
  color: #ffc166;
}

/* FOOTER */

footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #32383d;
  padding: 0.434rem 0 0 0;
  margin: 0;
  letter-spacing: 0.1em;
}

footer p {
  color: #9ba0a3;
  text-align: center;
  font-size: 0.7rem;
  text-transform: uppercase;
}
footer a:link,
footer a:visited,
footer a:active {
  color: #999;
  text-decoration: none;
}
footer a:hover {
  text-decoration: none;
  cursor: pointer;
  color: #3da19e;
}

/* GRID SYSTEM: MOBILE FIRST */

.container {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  border: none;
}
.row::before,
.row::after {
  display: table;
  content: "";
  clear: both;
}
.vert-align {
  padding: 28px 0 0 0;
  border: none;
}
.one,
.one-third,
.two-thirds,
.one-fourth,
.half {
  width: 100%;
  padding: 0;
  margin: 0;
}
.column {
  float: left;
}


@media screen and (min-width: 796px) {

  /* DESKTOP STYLING WITHIN CURLY BRACKETS */
p {
  font-size: 1.0rem;
}
.vert-align {
  margin: 0;
  padding: 25vh 0 0 0;
  border: none;
}

} /* <<<< END: DESKTOP STYLING */
