body {
  font-family: 'Tangerine', cursive;
  font-family: 'Libre Baskerville', serif;
  background: #fefefa;
  color: #000;
  font-size: 14px;
}

#home {
  background-image: url('sugarshack.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

#welcome {
  font-family: 'Libre Baskerville', serif;
  margin-top: 200px;
  padding: 20px;
  width: 50%;
  background: rgba(51,51,51,0.7);
  color: #fff;
}

header {
  padding: 20px;
}

header h1 {
  font-weight: 700;
  font-family: 'Tangerine', cursive;
}

header h1 a {
  color: #fff;
  font-size: 80px;
}

header h1 a:hover {
  color: #fff;
  text-decoration: none;
}

header nav p a:hover {
  background-color: #fff;
  padding: 6px;
  color: #000;
  text-decoration: none;
}

header p {
  padding: 0 20px;
  margin: 0;
}

p a {
  color: #fff;
  }

h2,h3,h4 {
  font-family: 'Tangerine', cursive;
}

div h2 {
  text-align: center;
  font-size: 60px;
}

div h3 {
 font-size: 40px; 
}

div h4 {
  font-size: 30px;
}

div p {
  text-align: left;
}

#logo {
  font-size: 36px;
  font-family: 'Tangerine', cursive;
}

.topnav {
  overflow: hidden;
  background-color: #333;
  }

.topnav a {
  float: left;
  display: block;
  color: #f8eddb;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: #f8eddb;
  color: #333;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }

.topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

#products p{
  text-align: center;
}

#about {
  margin-top: 40px;
}

#about h2 {
  text-align: left;
}

#about img {
  opacity: 1.0;
  padding: 20px;
}

#syrup {
  margin-top: 20px;
}

#syrup p {
  width: 60%;
}

#confections p {
  width: 60%;
}

#shaker {
  width: 250px;
  text-align: left;
}

#gallon {
  width: 250px;
}

#halfgallon {
  width: 250px;
}

#quart {
  width: 250px;
}

#pint {
  width: 250px;
}

#cream {
  width: 250px;
}

section .row img {
  padding: 10px;
  width: 90%;
}


.btn.btn-primary {
  border-radius: 2px;
  border: 0px;
  color: #cfaf8c;
  text-shadow: none;
  background-color: #ffffff;
}

.btn.btn-primary:hover {
  color: #ffffff;
  background-color: #cfaf8c;
}

.btn-secondary {
  background-color: #E8DFE0;
  color: #ffffff;
  margin: 0 0 30px;
}

.formSection {
  background: #f8eddb;
  padding: 20px;
  opacity: 0.9;
  color: #000;
  margin-top: 20px;
}

.formSection:hover {
  opacity: 1.0;
}
#phone {
  margin-top: 30px;
}

.icon {
  margin-top: 15px;
  color: #f8eddb;
}

.modal-header {
  background: #cfaf8c;
}

.modal-footer {
  background: #cfaf8c;
}

.btn.btn-danger{
  background: #333;
  color: #fff;
}

