body {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

h1 {
  font-family: "Montserrat", Segoe UI;
  font-size: 8vw;
}

h2 {
  font-family: "Montserrat", Tahoma;
  font-size: 4vw;
  padding: 8px 0;
  text-align: center;
}

h3 {
  font-size: 3vw;
}

h4 {
  font-size: 2.5vw;
}

h5 {
  padding-top: 7px;
}
.container-fluid {
  padding: 3% 15%;
}

.colored-section {
  background-color: blanchedalmond;
}

.ltgrey-section {
  background-color: #cdcdce;
}

.center {
  text-align: center;
}

.py-5 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.hover-3-title {
  font-size: 1em !important;
}

/* ======= Top Bar ======= */
.top-section {
  padding-top: 0.75em;
}
.top-text {
  padding-top: 0.75em;
  font-size: 0.75em;
}

.top-a {
  font-size: 0.75em;
  color: #fff;
  margin-top: 0.75em;
}

.top-fb {
  padding-top: 8px;
}

/* ======= Navigation ======= */

.navbar {
  background-color: black;
  width: 100%;
  padding: 0.5% 3%;
}
.navbar-brand {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 1.25em;
  padding: 2px 7px;
}

.nav-link {
  font-size: 1.1em;
  margin-right: 10px;
}

/* ======= Intro ======= */
.intro {
  color: #fff;
  padding: 5em 0;
  text-align: center;
}

/* ======= Parallax Intro ======= */

.parallax-intro {
  background-image: url("images/landscapeMountains.jpg");
  height: 100vh;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .parallax-intro {
    background-attachment: scroll;
    height: 60vh;
  }
}

/* ======= Ways to Shop ======= */
.shop {
  background-color: blanchedalmond;
  /* padding: 1em 5em; */
  position: relative;
  text-align: center;
}

.shop-col {
  padding: 5%;
}

.fas {
  color: black;
  font-size: 75px;
  margin-bottom: 10%;
}

.shop1 {
  margin-top: 1%;
}

.shop-header {
  font-size: 1.5rem;
  font-weight: bold;
}

/* ======= Products ======= */
.products-column {
  padding: 3% 2%;
}

.products-a {
  color: black;
  text-decoration: none;
}

/* ======= Delivery ======= */
.delivery {
  color: #fff;
}

.parallax-delivery {
  position: relative;
}

.parallax-delivery::before {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  background-image: url("images/dumpTruck.jpg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .parallax-delivery::before {
    background-attachment: scroll;
    height: 77vh;
  }
}

.delivery-content {
  color: black;
  position: relative;
}

/* ======= About ======= */
.about {
  background-color: blanchedalmond;
}

.photo-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 75%;
}

/* ======= Visit Us ======= */

.parallax-visit {
  position: relative;
}

.parallax-visit::before {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  background-image: url("images/pavers.jpeg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .parallax-visit::before {
    background-attachment: scroll;
    height: 98vh;
  }
}
.visit-content {
  position: relative;
}

/* ======= Bulk Bin ======= */
.parallax-bulk {
  background-image: url("images/bulkAerial.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .parallax-bulk {
    background-attachment: scroll;
    height: 60vh;
  }
}

.bulk {
  padding-left: 0;
  margin: 0.2% 1%;
}

.bulk-h4 {
  color: #fff;
  text-align: center;
}

.py-5 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

/* ======= Mulch Calculator ======= */
.page-template-page-calculator-php .et_pb_promo {
  margin-bottom: 0;
}
.mulch-calculator {
  background-color: darkgray;
  text-align: center;
  padding-top: 1em;
  padding-bottom: 1em;
}
.mulch-calculator fieldset {
  display: inline-block;
  background-color: #eee;
  padding: 1.5em;
  border-radius: 2px;
  margin-bottom: 1em;
  text-align: left;
}
.mulch-calculator .row {
  margin-bottom: 1em;
}
.mulch-calculator .row.hidden {
  display: none;
}
.mulch-calculator .row.last {
  margin-bottom: 0;
}
.mulch-calculator input,
.mulch-calculator select {
  font-size: 14px;
}
.mulch-calculator input[type="text"] {
  padding: 0.5em;
  margin-left: 5px;
  min-width: 40px;
  border-radius: 2px;
}
.mulch-calculator p {
  line-height: 1;
}
.mulch-calculator .alert {
  color: red;
}
.mulch-calculator input[type="submit"] {
  background-color: #418f48;
  color: white;
  border: none;
  font-weight: bold;
  padding: 0.75em 1em;
  line-height: 1;
  font-size: 14px;
  border-radius: 2px;
  margin-top: 0.5em;
}
.mulch-calculator input[type="submit"]:hover,
.mulch-calculator input[type="submit"]:focus {
  cursor: pointer;
}
@media (min-width: 768px) {
  .mulch-calculator fieldset {
    padding: 1.25em;
  }
  .mulch-calculator .row {
    display: inline-block;
    margin-right: 0.75em;
    vertical-align: middle;
    margin-bottom: 0;
  }
  .mulch-calculator input[type="submit"] {
    margin: 1.5em 0 0 0.5em;
  }
}

/* ======= Bagged Products ======= */
.parallax-bagged {
  background-image: url("images/baggedProduct.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .parallax-bagged {
    background-attachment: scroll;
    height: 60vh;
  }
}

/* ======= Decorative Stone ======= */
.parallax-decorative {
  background-image: url("images/decorativeStonePage.jpeg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .parallax-decorative {
    background-attachment: scroll;
    height: 60vh;
  }
}
/* ======= Stone ======= */
.parallax-stone {
  background-image: url("images/stonePatio.jpeg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .parallax-stone {
    background-attachment: scroll;
    height: 60vh;
  }
}

/* ======= Boulders ======= */
.parallax-boulders {
  background-image: url("images/bouldersPage.jpeg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .parallax-boulders {
    background-attachment: scroll;
    height: 60vh;
  }
}
/* ======= Footer ======= */

.footer {
  background-color: #fff;
  padding: 0.3% 3% 0.3% 3%;
}

.footer-p {
  color: black;
  font-family: Arial, Verdana;
  font-size: 1em;
  padding-top: 1.5%;
  text-align: center;
}

.copyright {
  color: lightgrey;
  font-size: 0.75em;
  text-align: center;
}

/* ======= Map ======= */

.map-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

.map-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
