/* basic styles feb 2019 */
html {	
	height:100%;
	overflow-x:hidden;
	font-size: 62.5%;
}
body {
	margin: 0px;
	background-color: #fafafa;
	background-image: url(../media/background.jpg);
	background-repeat: no-repeat;
	font-family:'open_sanslight',sans-serif;
	font-size:1.2rem;
	font-weight:normal;
	line-height:1.2;
}

/*
body {
	background-color: #fafafa;
    margin: 0px; 
}
*/

#dates {
	background-image: url(../media/ArianePxLeft_proto-3.jpg);
	background-repeat: no-repeat;	
}

h1 {
	font-family:'open_sansregular',sans-serif;
	font-weight:normal;
	font-size:2rem;
	line-height:1.2;
	letter-spacing:-0.05em;
	margin:0 0 0.4em 0;
	color:#191919;
}

h2,h3,h4,h5 {
	font-family:'open_sanslight',sans-serif;
	font-weight:normal;
	line-height:1.2;
}
h2 {
	font-size:2rem;
	font-weight:100;
}
h3 {
	font-size:1.8rem;
	margin:0 0 0.25em 0;
}
h4 {
	font-size:1.6rem;
	margin:0 0 0.25em 0;
}
h5 {
	font-family:'open_sanssemibold',sans-serif;
	font-size: 1.4rem;
	margin: 2.0em 0 0.25em 0;
	padding: 0;
	text-transform:uppercase;
}
p {
	font-family:'open_sansregular',sans-serif;
	font-size: 1.2rem;
	line-height: 1.45;
	text-decoration: none;
}
a:link {
	color: #444444;
	text-decoration: underline;
}
a:visited {
	color: #2300ff;
	text-decoration: underline;
}
a:active {
	color: #000;
	text-decoration: underline;
}
ul {
  list-style: none; /* Remove HTML bullets */
  padding: 0;
  margin: 0;
}
li { 
  padding-left: 16px; 
}

.aligncenter {
	display:block;
	margin:0 auto;
}
.alignleft {
	float:left;
}
.alignright {
	float:right;
}
.alignnone {
	margin-left:0;
	margin-right:0;
}

/*------------back to top-------------*/
.BackTo {
	background: #e7015e none repeat scroll 0 0;
	border-radius: 50%;
	bottom: 35px;
	color: #979797;
	cursor: pointer;
	height: 44px;
	position: fixed;
	right: 14px;
	text-align: center;
	width: 44px;
	z-index: 9;
	display: block;
	padding: 8px 0;
}
.BackTo a {
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	margin-top: 2px;
	text-decoration: none;
}
