﻿/* COLORS */
/* INTRINSICS */
body {
  background-color: white;
  background-position: center top;
  background-repeat: no-repeat;
  font-size: 18px;
  margin: 149px 0 0 0;
  padding: 0;
  font-family: 'Lato', sans-serif;
}
a {
  color: White;
  font-size: 14px;
  font-weight: bold;
  font-style: italic;
}
a:hover {
  text-decoration: underline;
  background-color: none;
}
a:active {
  color: red;
}
.noPadding {
  padding-right: 0;
  padding-left: 0;
}
.centered {
  text-align: center;
}
.navbar-default {
  background-color: white;
  border-color: white;
}
#brand {
  max-width: 433px;
  width: 100%;
}
.productsBanner img {
  max-width: 1960px;
  width: 100%;
}
html {
  scroll-behavior: smooth;
}
.contactInfo {
  color: black;
  margin: auto auto;
  text-align: center;
  margin-bottom: 50px;
  font-size: 24px;
  width: 100%;
}
#contactInfotbl {
  margin: auto auto;
}
#mainText {
  max-width: 412px;
  width: 100%;
}
#mainImg {
  max-width: 479px;
  width: 100%;
}
/* MEDIA QUERIES */
/* Small screens /*

 /* Define mobile styles */
/* max-width 640px, mobile-only styles, use when QAing mobile issues */
/* min-width 641px, medium screens */
/* min-width 641px and max-width 1024px, use when QAing tablet-only issues */
@media only screen and (min-width: 45.15em) and (max-width: 64em) {
  /* min-width 641px and max-width 1024px, use when QAing tablet-only issues */
}
/* min-width 1025px, large screens */
/* min-width 1025px and max-width 1440px, use when QAing large screen-only issues */
/*TABLE FOR NUTRTIONAL INFORMATION*/
.performance-facts {
  border: 1px solid white;
  margin: 20px;
  float: left;
  max-width: 350px;
  padding: 0.5rem;
}
.performance-facts table {
  border-collapse: collapse;
}
.performance-facts__title {
  font-weight: bold;
  font-size: 2rem;
  margin: 0 0 0.25rem 0;
}
.performance-facts__header {
  border-bottom: 10px solid black;
  padding: 0 0 0.25rem 0;
  margin: 0 0 0.5rem 0;
}
.performance-facts__header p {
  margin: 0;
}
.performance-facts__table {
  width: 100%;
}
.performance-facts__table thead tr th,
.performance-facts__table thead tr td {
  border: 0;
}
.performance-facts__table th,
.performance-facts__table td {
  font-weight: normal;
  text-align: left;
  padding: 0.25rem 0;
  border-top: 1px solid black;
  white-space: nowrap;
}
.performance-facts__table td:last-child {
  text-align: right;
}
.performance-facts__table .blank-cell {
  width: 1rem;
  border-top: 0;
}
.performance-facts__table .thick-row th,
.performance-facts__table .thick-row td {
  border-top-width: 5px;
}
.small-info {
  font-size: 0.7rem;
}
.performance-facts__table--small {
  border-bottom: 1px solid #999;
  margin: 0 0 0.5rem 0;
}
.performance-facts__table--small thead tr {
  border-bottom: 1px solid black;
}
.performance-facts__table--small td:last-child {
  text-align: left;
}
.performance-facts__table--small th,
.performance-facts__table--small td {
  border: 0;
  padding: 0;
}
.performance-facts__table--grid {
  margin: 0 0 0.5rem 0;
}
.performance-facts__table--grid td:last-child {
  text-align: left;
}
.performance-facts__table--grid td:last-child::before {
  content: "  ";
  font-weight: bold;
  margin: 0 0.25rem 0 0;
}
.text-center {
  text-align: center;
}
.thick-end {
  border-bottom: 10px solid black;
}
.thin-end {
  border-bottom: 1px solid black;
}