/* Header */
.sticky-wrapper {
  background-color: #fff;    /* This is the opaque background behind the semi-transparent header */
}

/* Hero */
.welcome-title {
  font-size: 64px;
}

.welcome-button, .call-to-action {
  background-color: #5702ff;
  box-shadow: 0 5px 0 #4102bf;
}

.welcome-button:active,
.call-to-action:active,
.welcome-button:focus,
.call-to-action:focus,
.welcome-button:hover,
.call-to-action:hover {
  color: #fff !important;
  background-color: #5702ff;
  box-shadow: 0 2px 0 #4102bf;
}

/* Our Services */
.service-icon {
  background-color: #5702ff;
}

.service-title, .service-title a {
  color: #5702ff;
}

/* Footer */
.site-footer a:hover {
  color: #5702ff;
}

/* General Page */
div.testimonial {
  margin-bottom: 30px;
}

.testimonial-quote {
   font-style: italic; 
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  background-color: #5702ff;
  box-shadow: 0 5px 0 #4102bf;
}

input[type="text"], input[type="email"], textarea {
  width: 100%;
  margin-bottom: 15px;
}

input[type="submit"] {
  margin-bottom: 10px;
}

a {
  color: #5702ff;
}

a:hover, a:focus {
  color: #4102bf;
}

body footer {
  color: #aaa;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

ul.checkmark {
  list-style: none;
}

ul.checkmark li:before {
  content: '✓';
  font-size: 1.5em;
}

.larger {
  font-size: 1.3em;
}



/* Single Post */
.disclaimer {
  color: #888;
  font-size: 12px;
}

.post .byline {
  display: none;
}
