

section.banner {
  padding-top: 25px;
  padding-bottom: 25px;
  background-image: url('images/banner.jpg');
  max-width: 100%;
  height: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#carousel-container {
    margin: 50px auto 0px auto;
}
.carousel-inner {
    border-top: 5px;
    border-left: 5px;
    border-right: 5px;
    border-bottom: 5px;
    border-style: solid;
}

#hello{
  margin-bottom: 2rem;
}
#welcome{
  margin-bottom: 2rem;
}
#about{
  margin-bottom: 2rem;
}
#staff{
  margin-bottom: 2rem;
}
#services{
  margin-bottom: 2rem;
}
#contact{
  margin-bottom: 2rem;
}
#prices{
  margin-bottom: 2rem;
}
#faq{
  margin-bottom: 2rem;
}
#zoom{
    margin-bottom: 2rem;
}
#zoom2{
    margin-bottom: 3rem;
}

section.testimonials{
  text-align: left;
  padding: 4px;
  display: inline-block;
  border: 4px solid goldenrod;
  width: 250px;
  height: 250px;
  padding: 8px;
  margin: 8px;
  }

.accordion-group {
  border: none;
}

table, td, th {
  border: 1px solid #ddd;
  text-align: left;
  }

table {
  border-collapse: collapse;
  width: 100%;
  }

th, td {
  padding: 15px;
  }

  input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

input[type=submit] {
  background-color: #04AA6D;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #45a049;
}

footer.p {
  text-align: center;
}

/* customizable snowflake styling */
.snowflake {
  color: #fff;
  font-size: 1.3em;
  font-family: Arial, sans-serif;
  text-shadow: 0 0 5px #000;
}
