body{
	font-family: 'Fira Sans Regular', sans-serif;
	font-weight: normal;
	font-style: normal;
	}

img {border: 0;}

a{outline: none;
color:#59438c;
}

h1{
	margin: 0 0 20px 0;
	padding: 4px 0 4px 25px;
	background: #59438c;

	/* Font */
	font-family: 'Fira Sans Bold', sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 20px;
	color: #ffffff;

	/* Border radius */
	/*-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;*/

	/* Box sizing */
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	}

/* Custom styles */

.caption{
	padding: 4px 0 4px 25px;
	background: #59438c;

	/* Font */
	font-family: 'Fira Sans Bold', sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 20px;
	color: #ffffff;

	/* Border radius */
	/*-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;*/

	/* Box sizing */
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	}



