@charset "utf-8";
/* 
  @project desit
  @name general.css
  @author rodger.mol
*/

/* GENERAL INFORMATIONS
-----------------------------------------------------------------------------

This file requires BaselineCSS grid (basline.css).

*/

/* Section [section]
----------------------------------------------------------------------------- */

/*@font-face {
  font-family: Calluna-Regular;
  src: local(Calluna-Regular), url("/web/fonts/Calluna-Regular.otf");
  }*/

html {
  background: #f4f4f4;
  }

body,
body h1,
body p {
  background: #f4f4f4;
  color: #222;
  font-family: Georgia, serif;
  font-size: 22px;
  line-height: 32px;
  }

body {
  padding: 54px 33% 0 108px;
  width: auto;
  }

h1 {
  margin-left: -22px;
  }

p {
  margin-bottom: 36px;
  text-shadow: 0 1px 0 #fff;
  }

p span.bull {
  color: #777;
  }

p a {
  font-style: italic;
  text-decoration: none;
  padding: 9px 3px;
  text-shadow: 0 1px 0 #fff;
  }

p a:hover {
  text-decoration: underline;
  }

p + p {
  text-indent: 0;
  }

p.small {
  color: #888;
  font-size: 14px;
  font-style: italic;
  }
.smallfont {
  color: #888;
  font-size: 14px;
  font-style: italic;
  margin-top:-30px;
  margin-bottom:5px;
  }