.name h3 {
  font-family: 'Engagement', cursive;  
  font-size: 2.5em;
  color: #555;
}

.name h5 {
  font-family: 'Montez', cursive; 
  color: #888;
  margin-top: -15px;
}

.top-bar {
  margin-top: -70px;
  margin-bottom: 100px;
}

.top-bar, .top-bar-section li a:not(.button) {
  background: none;
  color: #7D7D7D;
}

.top-bar-section li a:not(.button):hover, .top-bar-section li a:not(.button).active {
  background: none;
  color: #d8478a;
}

.top-bar-section ul {
  background: none;
}

.orbit-container {
  background: #FFF;
}

.orbit-container .orbit-timer {
  display: none;
}

.description {
  text-align: justify;
  color: #7D7D7D;
}

.description span {
  font-family: 'Engagement', cursive; 
  font-size: 1.8em;
}

.description p {
  line-height: 1.8;
}

.section-container.vertical-tabs > section.active > .title, .section-container.vertical-tabs > .section.active > .title {
  background: none;
  border: none;
}


.section-container.vertical-tabs > section.active > .title a, .section-container.vertical-tabs > .section.active > .title a {
  color: #d8478a;
}

.section-container.vertical-tabs > section > .title, .section-container.vertical-tabs > .section > .title {
  background: none;
  border: none;
  cursor: pointer;
}

.section-container.vertical-tabs > section > .title:hover, .section-container.vertical-tabs > .section > .title:hover {
  background: none;
}

.section-container.vertical-tabs > section > .title:hover a, .section-container.vertical-tabs > .section > .title:hover a {
  color: #d8478a;
}

.content {
  min-height: 500px !important;
  border: none !important;
}

.content .clearing-thumbs .th {
  float: left;
  width: 208px;
  margin: 10px;
  border: solid 4px #FFF;
  box-shadow: 0px 0px 3px #888;
}

.contact-form {
  margin-bottom: 40px;
}

.contact-form h5 {
  color: #999;
  margin-left: 15px;
  margin-bottom: 20px;
  font-size: 1em;
}

.contact-form span {
  font-family: 'Engagement', cursive; 
  font-size: 1.8em;
}


.contact-form input {
  height: 40px;
}

.contact-form input[type="submit"] {
  background: #588C4E;
  color: #FFF;
  cursor: pointer;
}

.contact-form textarea {
  height: 80px;
}

[data-abide] .error small.error, [data-abide] span.error, [data-abide] small.error {
  background: #d8478a;
}

.error input, .error textarea, .error select {
  border-color:  #d8478a;
}

.contact-details {
  margin-top: 60px;
  text-align: center;
}

.contact-details h5 {
  margin-top: 40px;
  font-family: 'Engagement', cursive; 
  color: #777;
  font-size: 1.8em;
}

.contact-details p, .contact-details a {
  color: #888;
}

footer {
  color: #EBEBEB;
  height: 40px;
  z-index: 20;
  position: relative;
  letter-spacing: 0.05em;

}

.bg {
  background: #7D7D7D;
  height: 40px;
}

footer   ul {
  display: inline-block;
  margin: 0;
  width: 100%;
}

footer ul li {
  display: block;
  float: left;
  margin: 5px 0px;
  width: 50%;
  text-align: center;
}
      
footer ul li a {
  color: #EBEBEB;
  padding: 3px 3px;
  font-size: 0.9em;
  font-weight: 300;
}

