body {
  color: #7a7a7a;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  background-color: #707079;
  height: 100%;
  padding-top: 50pt;
}

p {
  font-size: 14pt;
  padding: 1% 5%;
  font-weight: 300;
  line-height: 1.7em;
  color: #444444;
}

p.manuals {
  text-align: center;
}

h1 {
  font-weight: 400;
  font-size: 21pt;
  padding: 7% 5% 2% 5%;
  font-family: 'Comfortaa', sans-serif;
}

h1.manuals {
  text-align: center;
}

h2 {
  font-size: 19pt;
  font-weight: bold;
  padding: 0 5%;
  line-height: 1.7em;
}

h3 {
  font-size: 21pt;
  font-family: 'Comfortaa', sans-serif;
  color: #E26268;
  display: block;
  margin: auto;
  text-align: center;
  padding: 15pt;
}

ul .bullets {
  list-style-type: disc;
  list-style-position: outside;
  margin-top: 1em;
  margin-bottom: 1 em;
  margin-left: 5%;
  margin-right: 0;
  padding-left: 10px;
  font-size: 14pt;
  font-weight: 300;
  line-height: 1.7em;
  color: #444444;
}

img.icon {
  margin-top: 2%;
}

.row {
  margin: 0;
  padding: 0;
}

.col-lg-5 {
  margin: 0;
  padding: 0;
}

.col-lg-6 {
  margin: 0;
  padding: 0;
}

.col-lg-4 {
  text-align: center;
}

.col-lg-4 p {
  text-align: justify;
}

.form-inline {
  padding-left: 5%;
}

.pagecontent {
  background-color: white;
}

.banner {
  background-color: #E26268;
  color: #ffffff;
  margin: 0;
  padding-top: 10pt;
}

.banner p {
  font-size: 16pt;
  color: white;
  padding-bottom: 4%;
}

.banner h1 {
  font-size: 24pt;
  color: white;
}

.smallheader {
  margin: 0 auto;
  padding: 0;
  overflow: auto;
  min-height: 100%;
  height: 100%;
  width: 100%;
  background-color: #707078;
}

.parallax-window {
  min-height: 300pt;
  max-height: 400pt;
  max-width: 650pt;
  padding: 0;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-size: cover;
}

.ordercard {
  margin: 10pt
}

.header {
  border-bottom: 1pt dotted #AAAAAA;
  padding: 12pt 0;
}

.subtotal {
  text-align: right;
}

.total {
  border-width: 1.5pt 0;
  border-style: solid;
  border-color: #AAAAAA;
  padding: 12pt 0;
}

.smallList {
  font-size: 10pt;
  padding-top: 10pt;
  text-align: left;
  list-style: none;
}

.infolink {
  display: inline;
  cursor: pointer;
}

.btn-primary {
  margin: 0 20pt;
}

.cyonly {
  display: none;
}

.aqldropdown {
  max-width: 50pt;
  min-width: 40pt;
}

.form-control {
  margin: 6pt 6pt;
}

.col-3 {
  text-align: right;
}

.navbar {
  background-color: #444444;
  border: 0;
  padding: 0 30pt;
  font-weight: 300;
}

.nav-item {
  padding: 0 20pt;
  margin: 0;
  border-bottom: 4pt solid transparent;
  font-weight: 300;
}

.nav-item a {
  margin: 0;
  height: 47pt;
  padding: 18pt 0 0 0;
  color: white;
  font-weight: 300;
}

.active {
  border-bottom: 4pt solid #E26268;
  color: white;
  font-weight: 300;
}

.notice {
  background-color: #DDFFDD;
  border: 1pt solid green;
  padding:20pt;
}

@media (max-width: 575.98px) {
  p {
    font-size: 12pt;
  }
  h1 {
    font-size: 18pt;
  }
  h2 {
    font-size: 13pt;
  }
  .row {
    font-size: 14pt;
  }
  .confirm {
    margin: 20pt;
    text-align: center;
    font-size: 12pt;
  }
  ul .bullets {
    margin-left: 3%;
    font-size: 12pt;
  }
}



@media (min-width: 576px) {
  p {
    font-size: 12pt;
  }
  h1 {
    font-size: 18pt;
  }
  h2 {
    font-size: 13pt;
  }
  .confirm {
    max-width: 300pt;
    margin: auto;
    font-size: 12pt;
  }
  ul .bullets {
    font-size: 12pt;
  }
}

@media (min-width: 992px) {
  p {
    font-size: 12pt;
  }
  .confirm {
    font-size: 14pt;
  }
  h2 {
    font-size: 15pt;
  }
  ul .bullets {
    font-size: 14pt;
  }
}

@media (min-width:1200px) {
  p {
    font-size: 14pt;
  }
  .confirm {
    font-size: 14pt;
  }
  h2 {
    font-size: 15pt;
  }
  ul .bullets {
    font-size: 14pt;
  }
}
