body {
    background-color: #00BAF2;
}

#banner {
    margin: 0 auto;
    display: block;
}

#banner header {
    text-transform: uppercase;
    font: 2.5em/1.5em 'Chivo', Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: #fff;
    text-align: left;
    letter-spacing: -0.05em;
}

#banner section {
    /* width: 960px; */
    font: 2em/1em 'Chivo', Helvetica, Arial, sans-serif;
    color: #212121;
    text-align: left;
    letter-spacing: -0.05em;
}

#quicklinks {
    font: 2em/1.5em 'Chivo', Helvetica, Arial, sans-serif;
    color: #212121;
    text-align: left;
    letter-spacing: -0.05em;
}

#quicklinks a.find-out {
    text-decoration: none;
    color: #fff;
}

#quicklinks a:hover.find-out {
    text-decoration: none;
    color: #212121;
}

#quicklinks a.activate-now {
    text-decoration: none;
    color: #fff;
}

#quicklinks a:hover.activate-now {
    text-decoration: none;
    color: #212121;
}

#values {
    text-align: center;
    margin-top: 75px;
    margin-bottom: 75px;
}

#values a.shadow-circle {
    height: wrap;
}

#values a.shadow-circle img {
    width: 150px;
    height: 150px;
    margin-left: 50px;
    margin-right: 50px;
}

/*begin test*/

#values a.shadow-circle img:hover {
    width: 150px;
    height: 150px;
    border-radius: 75px;
    background-color: transparent;
    box-shadow: 0 0 100px 15px rgba(180,230,245,0.95);
    margin-left: 50px;
    margin-right: 50px;
    opacity: 0.65;
}


/*end test*/

hr.trustedbysplit {
  border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

#trustedby header {
  width: 100%;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  text-align: center;
  letter-spacing: -0.05em;
  vertical-align: middle;
  padding-bottom: 1em;
}

#trustedby ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-around;
}

img.logo {
  height: 25px;
}

#testimonials {
    width: 100%;
    display: block;
    background: 0% 0% url(/static/buddyns/images/microphone-small.png) no-repeat;
    height: 100px;
}

dl.testimonial {
    padding-left: 4em;
}

dl.testimonial dt.statement {
    font: 1em/1.5em 'Chivo', Helvetica, Arial, sans-serif;
    color: #212121;
    letter-spacing: -0.05em;
    display: inline;
}

dl.testimonial dd.name-organization {
    font: 1em/1.5em 'Chivo', Helvetica, Arial, sans-serif;
    color: #fff;
    letter-spacing: -0.05em;
    text-align: center;
}

dl.testimonial a {
	color: #fff;
    font-style: italic;
	text-decoration: none;
}

dl.testimonial a:hover {
	text-decoration: underline;
}
