@charset "UTF-8";

@media all
{
	*
	{
		font-size					: 15px;
		font-family					: Raleway, sans-serif;

		-webkit-font-smoothing				: antialiased;
	}

	body
	{
		margin						: 0;
		padding 					: 0;
	}

	a
	{
		color						: black;
		text-decoration 				: none;
	}

	a:hover
	{
		text-decoration 				: underline;
	}

	a img
	{
		border						: none;
	}

	h2
	{
		font-weight					: 600;
	}


	footer
	{
		color						: black;
		font-weight					: 400;
	}

	footer .w p
	{
		font-weight					: 600;
	}

	footer .w p a
	{
		font-weight					: 400;
		text-decoration 				: none;
	}

	footer .w p a:hover
	{
		text-decoration 				: underline;
	}

	footer .w ul
	{
		list-style					: none;
		margin						: 0;
		padding 					: 0;
	}


	input, select, textarea
	{
		box-sizing					: content-box;
	}
}

