
html, body {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  min-height: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

BODY {
	margin: 0;
	font: 18px Arial,'Helvetica',sans-serif;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 300;
	color: #5a5a5a;
}

.clearfix {
	clear: both;
}

h1 {
	font: 36px Arial,'Helvetica',sans-serif;
  font-family: 'Josefin Sans', sans-serif;
	color: #5a5a5a;
	margin: 0px 0 0px 0;
	line-height: 1.4;
}

h2 {
	font: 28px Arial,'Helvetica',sans-serif;
  font-family: 'Josefin Sans', sans-serif;
	color: #5a5a5a;
	text-transform: uppercase;
	margin: 10px 0 10px 0;
	line-height: 1.4;
  text-align: center;
}

h3, h3>a {
	font: bold 20px Arial,'Helvetica',sans-serif;
  font-family: 'Josefin Sans', sans-serif;
	color: #5a5a5a;
	text-transform: uppercase;
	margin: 10px 0 10px 0;
	line-height: 1.4;
	text-decoration: none;
}

h4 {
	font: 20px Arial,'Helvetica',sans-serif;
  font-family: 'Josefin Sans', sans-serif;
	color: #000000;
	text-transform: uppercase;
	margin: 10px 0 10px 0;
	line-height: 1.4;
}

h5 {
	font: 16px Arial,'Helvetica',sans-serif;
  font-family: 'Josefin Sans', sans-serif;
	color: #000000;
	margin: 10px 0 10px 0;
	line-height: 1.4;
}

h6 {
	font: 16px Arial,'Helvetica',sans-serif;
  font-family: 'Josefin Sans', sans-serif;
	color: #000000;
	margin: 10px 0 10px 0;
	line-height: 1.4;
}

p {
	margin: 10px 0 10px 0;
	line-height: 1.4;
}

p a, .ngcontent a, a.nglink {
	font-weight: bold;
	color: #8064a2;
	text-decoration: none;
}

p a:hover, .ngcontent a:hover, a.nglink:hover {
	font-weight: bold;
	font-style: normal;
	text-transform: none;
	color: #daaadb;
	text-decoration: none;
}

a {
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}

h3 a:hover {
	color: #daaadb;
	text-decoration: none;
}

img.picture {
	display: block;
	border: 0;
}


.paragraph {
	margin-bottom: 10px;
}
