/*
* Brooklyn Template Colors 
* Copyright 2013, UNITED THEMES
* www.unitedthemes.com
*/
::-moz-selection  {
	color: #FFFFFF;
	background: #ff448c;
}
::selection {
	color: #FFFFFF;
	background:#ff448c;
}
a { 
	color: #ff448c; 
}
.selected {
	color: #ff448c !important;
}
strong { color: #ff448c; }
blockquote, blockquote p { color: #ff448c; } 
.icons-ul i { color:#ff448c; }
.ha-header nav a:hover {
	color: #ff448c;
}
.hero-title span {
	color:#ff448c;
}
.about-icon {
	background:#ff448c;
}
.info h3 {
	color:#ff448c;
}
.cta-section {
	background:#ff448c !important;
}
.contact-wrap h3 {
	color:#ff448c;
}
.social-title {
	color:#ff448c;
}
.count {
	color:#ff448c;
}
.client-section {
	background:#ff448c !important;	
}
.footer i {
	color:#ff448c;
}
.copyright a:hover {
	color:#ff448c;
}
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	background:#c5ff2e; 
	font-size: 20px !important;
}

/* Efecto de hover */
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
    background: #fff !important; /* Cambia el fondo a blanco en el hover */
    /* Agrega otros estilos adicionales para el hover si es necesario */
}
.social-link:hover .social-icon,
.portfolio-caption {
	background:rgb(155, 89, 182);
	background:rgba(155, 89, 182, 0.85);
}