body,
input,
button,
select,
textarea,
.navbar-search .search-query {
    font-family: Georgia, "Times New Roman", Times, serif;

}

body {
  background: #FBD3B1;
  padding-bottom: 60px;
}

ul.navbar-nav li.nav-item a.nav-link {
  font-size: 130% !important;
  color: #fff;
}

ul.navbar-nav li.nav-item a.nav-link:hover {
  color: #fff;
}

ul.navbar-nav li.nav-item {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

ul.navbar-nav li.nav-item:hover {
  background: #281402;
}

nav.navbar {
  padding-top: 0;
  padding-bottom: 0;
}

#splash-page {
  z-index: 0;
  background-image: url('/images/header.jpg');
  background-position: center 90%;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  height: 300px;
  text-align: center;
  color: #efefef;
  align-items: center;
  justify-content: center;
  display: flex;
  font-size: 120%;
}

#content {
  padding-top: 40px;
}

h2,
h3,
h4 {
  text-align: center;
  margin-bottom: 1rem;
}

h2.standout {
  margin-bottom: 30px;
  font-weight: bold;
  font-variant: small-caps;
}

.sections {
  margin-top: 40px;
}

.section {
  margin: 60px 0px 20px 0px;
}

li,p {
  font-size: 120%;
  text-align: justify;
}

ul.spaced li {
  margin-bottom: 10px;
}

.gallery {
  margin-top: 25px;
}

.gallery div.col {
  margin-bottom: 20px;
}

.gallery div.col p {
  text-align: center;
  margin-top: 0.75rem;
  margin-bottom: 0.2rem;
}

.gallery div.col p ~ p {
  margin-top: 0.2rem;
}

img.sale-item { 
  border: 3px solid #271302;
  padding: 2px;
}

.gallery img {
  padding: 2px;
  border: 3px solid #271302;
  width: 200px;
}

.gallery .sale-item {
  text-align: center;
  margin-bottom: 30px;
  font-size: 120%;
}

.gallery .sale-item img {
  margin-bottom: 10px;
}
  
.about-image {
  max-width: 800px;
}
a {
  color: #130A01;
}
form button.btn-primary {
  background: #130A01;
  color: #fff;
  border: 1px solid #000;
}
form button.btn-primary:hover {
  background: #281402;
  border: 1px solid #000;
}
form button.btn-primary.disabled,
form button.btn-primary:disabled {
  background: #155419;
  border: 1px solid #000;
}
form textarea.form-control,
form input.form-control {
  border: 1px solid #130A01;
  background: #fff3e8;
}
form div.form-text {
  color: #000;
}
.contact-response {
  font-size: 120%;
  font-weight: bold;
  margin-left: 20px;
}
img.splash {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.discount {
  text-transform: uppercase;
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 20px;
  color: #176C2C; 
}

.hero {
  background: #fce5d2;
  padding-top: 10px;
  margin-bottom: 10px;
  margin-left: 40px;
  margin-right: 40px;
}
