/*
Color chart

important text : 
text : 0A0A0A
link : 

light logo : 
bright logo : ff735
dark logo : 

light zone  : 
darker zone : 

*/



html,body{height:100%;background-color:#ececf1;color:#0A0A0A;font-family: 'Fjord One', serif;font-size:18px;}
h1,h2,h3,h4,h5 {font-family: 'Verdana', sans-serif;  color:#433532}
h2 {font-size: 2rem}
h3 {font-size: 1.8rem}
table {width:auto}
tbody tr {background-color:#F0F0F0;}
tbody tr:nth-child(2n) {background-color:transparent;}
small {font-size:80%;}


p,li,dt,dd{font-family: 'Fjord One', serif;font-size:1.2rem;padding-bottom:0.5rem;margin:0}
td{font-size:1.2rem;}
input{font-family:'Arial',sans-serif}
footer {
  background-color:#504e4e;
  color:#EEEEEE;
  font-family: 'Josefin Sans' !important;
  min-height:75px;
  padding:25px 5px 25px 5px;
  text-align:center;
  clear:both
}

dt{
  font-weight:bold;color:#433532;font-size:1.3rem;
  background-color:#F0F0F0;
  padding:10px;
  margin-bottom:0px !important}

dd{
  margin-left:25px;
  margin-bottom:2rem;
}

a, a:visited{color:#171717; font-weight:bold;text-decoration:underline;text-decoration-color: #e1b477; text-transform:none !important;}
a:hover {color:#e1b477; text-transform:none !important; text-decoration:none}
small{font-size:1rem}
p.first::first-letter {
  font-size: 120%;
	font-weight:normal;
}


hr {
  border:none;
  height: 20px;
 	width: 90%;
	height: 50px;
	margin-top: 0;
	border-bottom: 1px solid #504e4e;
	box-shadow: 0 20px 20px -20px #333;
  margin: -50px auto 10px;
}

.logo{
	background: url('/css/img/logo.svg') no-repeat;
	padding-top: 200px;
}

.presentation{
	background: url('/css/img/radar-sweep.svg') no-repeat;
}

.presentation h2 {
	padding-left: 68px;
	padding-bottom:16px;
}

.news {
	background: url('/css/img/rss.svg') no-repeat;
}

.news h2 {
	padding-left: 68px;
	padding-bottom:16px;
}

.join {
	background: url('/css/img/backup.svg') no-repeat;
}

.join h2 {
	padding-left: 68px;
	padding-bottom:16px;
}
