.main-menu ul li a:hover {
    background-color: #FFCC00;
}
.slicknav_btn {
    background-color: #FFCC00;
}
.slicknav_nav {
    background-color: #FFCC00;
}
.slicknav_nav ul li {
    border-top: 1px solid #01c8e0;
    border-bottom: 1px solid #028a9b;
}
.slicknav_nav a:hover {
    color: #FFCC00;
}
.content-table-cell h1 {
    color: #FFCC00;
}
.content-table-cell h1 .error:after {
    background-color: #FFCC00;
}
.content-table-cell h3 {
    color: #FFCC00;
}
.content-table-cell form {
    border: 1px solid #FFCC00;
}
.content-table-cell form button {
    background-color: #FFCC00;
}
ul.return-menu li a:hover  {
    color: #FFCC00;
}
ul.social-menu li a:hover  {
    color: #FFCC00;
}
.footer-menu ul li a:hover {
    color: #FFCC00;
}

.content-table-cell h1 .animation-text {
    /* Clip Background Image */
    background: url(../../img/text-animation/defaults.png) repeat-y;
    -webkit-background-clip: text;
    /* Animate Background Image */
    -webkit-text-fill-color: transparent;
    -webkit-animation: aitf 80s linear infinite;
    /* Activate hardware acceleration for smoother animations */
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
}