/* ==================================================
   Icon Fonts
================================================== */

@import url("fonts/fontawesome/font-awesome.css");

/* ==================================================
   Google Fonts
================================================== */

@import url("http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300italic,400,400italic,600,600italic,700,700italic,900,900italic");

*
{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html
{
	height: 100%;
	overflow: auto;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body
{
	font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 32px;
	font-weight: 300;
	color: #000;
	background: #FFF;

	text-rendering: optimizeLegibility;
	vertical-align: baseline;
}

div.row:not(:last-child) {
  margin: 20px;
}

hr {
  border: 0;
  height: 1px;
  background-image: -webkit-linear-gradient(left, #f0f0f0, #e2071d, #f0f0f0);
  background-image: -moz-linear-gradient(left, #f0f0f0, #e2071d, #f0f0f0);
  background-image: -ms-linear-gradient(left, #f0f0f0, #e2071d, #f0f0f0);
  background-image: -o-linear-gradient(left, #f0f0f0, #e2071d, #f0f0f0);
}

a
{
	color: #000;
	text-decoration: none;
}

a:hover
{
	color: #e2071d;
}

div.modal
{
	font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 20px;
	font-weight: 200;
	color: #000;
	background: #FFF;

	text-rendering: optimizeLegibility;
	vertical-align: baseline;
}
