* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.bg-accent {
  background-color: #fcf5ed !important;
}

.bg-lightbrown {
  background-color: #f7d3aa !important;
}

.productgrid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
      grid-template-columns: repeat(5, 1fr);
  -ms-grid-rows: auto;
      grid-template-rows: auto;
  /*  &.colspan-4{
        grid-template-columns: repeat(4,1fr);
    }

    &.colspan-3{
        grid-template-columns: repeat(3,1fr);
    }*/
}

@media (max-width: 680px) {
  .productgrid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    -ms-grid-rows: auto;
        grid-template-rows: auto;
  }
}

.highlightbar {
  background-color: #fff !important;
}

.bg-dark {
  background-color: #634739 !important;
}

.dropdown-menu {
  background-color: #fcf5ed;
}

/*  General  */
body {
  color: #ffffff;
  font-weight: 400;
  font-family: "Darker Grotesque", sans-serif;
  max-width: 100%;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4 {
  margin: 30px 0 0;
  font-family: "Fanwood Text", serif;
}

h1 {
  font-size: 3.6em;
}

h2 {
  font-size: 2.8em;
}

h3 {
  font-size: 1.825em;
  line-height: 1.4;
}

h4 {
  font-size: 1.6em;
  line-height: 1.2em;
}

h5 {
  font-size: 1.35em;
  line-height: 1.4em;
}

p {
  font-size: 15px;
  line-height: 1.5em;
  margin-bottom: 5px;
}

/* Page title */
/*  Hero  */
.hero-section {
  background: url("../images/hero-image.jpg") no-repeat center top/cover;
  height: 100vh;
}

.hero-content {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: white;
  font-weight: 700;
}

/* nav */
.logo {
  font-weight: 700;
  color: white;
}

nav ul li a {
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
}

/* utilities */
.resize-height {
  height: 350px;
  width: 100%;
}

.title {
  margin-top: 30px;
  margin-bottom: 25px;
  min-height: 32px;
}

.title-uppercase {
  text-transform: uppercase;
}

.dropdown {
  z-index: 1;
}

.list-group-item {
  border: none;
}

.lead-big {
  font-size: 2rem !important;
}

/* Google 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;
}

/* Contact */
/* Media Queries */
/* utilities */
.lead {
  font-size: 1.4rem;
  line-height: 120%;
}

.contact-text {
  color: #000900;
}

footer h6 {
  font-weight: bold;
}

footer input {
  padding: 3px;
}

footer button {
  padding: 0.25rem 0.5rem !important;
  font-size: 0.875rem !important;
  line-height: 1.5 !important;
  border-radius: 0.2rem !important;
}

/* Media Queries */
@media screen and (max-width: 450px) {
  h1 {
    font-size: 2rem !important;
  }
  h2 {
    font-size: 1.5rem !important;
  }
}
/*# sourceMappingURL=main.css.map */