::selection {
    background: #00cae9 !important;
}
::-moz-selection {
    background: #00cae9 !important;
}
em {
    border-bottom-color: #00cae9;
}
h1, h2, h3, .button-light, .button-light:hover, .button-light:focus, .services .circle i, aside .menu li a {
    color: #00cae9;
}
h1 .hexy, #slider .overlay, .button-light, .button-light > .background, .services .circle > .background, .testimonials, .hex, .hex .hover, .hex .title, aside .menu li.active a, aside .menu li a:hover {
    background-color: #00cae9;
}
.services .circle {
    -webkit-box-shadow: inset #00cae9 0 0 0 2px;
       -moz-box-shadow: inset #00cae9 0 0 0 2px;
        -ms-box-shadow: inset #00cae9 0 0 0 2px;
         -o-box-shadow: inset #00cae9 0 0 0 2px;
            box-shadow: inset #00cae9 0 0 0 2px;
}
.services .service:hover .circle {
    -webkit-box-shadow: inset #00cae9 0 0 0 4px;
       -moz-box-shadow: inset #00cae9 0 0 0 4px;
        -ms-box-shadow: inset #00cae9 0 0 0 4px;
         -o-box-shadow: inset #00cae9 0 0 0 4px;
            box-shadow: inset #00cae9 0 0 0 4px;
}