/*
	Theme Name: La Naval Theme
	Theme URI:
	Description:  Theme La Naval
	Version: 1.9
	Author: Team SPARKLABS / AOG
	Author URI:
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

*,
*:after,
*:before {
	/* -moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility; */
}

::selection {
	background:#ffe76b;
	color:#330e9c;
	text-shadow:none;
}
::-webkit-selection {
	background:#ffe76b;
	color:#330e9c;
	text-shadow:none;
}
::-moz-selection {
	background:#ffe76b;
	color:#330e9c;
	text-shadow:none;
}
