/*
Theme Name:   Documentaire
Theme URI:    http://www.demosbyrose.com/fin/documentaire
Author:       Rose Sherwood
Author URI:   http://www.rosesherwood.com
Description:  A clean and simple mobile responsive theme
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, custom-menu, custom-logo, footer-widgets, sticky-post, translation-ready, blog
Text Domain: documentaire
*/

/*------------------
WordPress Classes
--------------------*/
.wp-caption{}
.wp-caption-text{}
.screen-reader-text{
  height:0;
  width:0;}
.gallery-caption{}
.bypostauthor{}
.alignright{
  display:block;
  float:right;
}
.alignleft{
  display:block;
  float:left;
}
.aligncenter{
  display:block;
  margin:0 auto;
}

/*------------------
Theme CSS
--------------------*/
body{
  color:#000;
  font-family:'Lato',sans-serif;
  font-size:18px;
}
h1{
  font-size:2em;
}
h2{
  font-size:1.6em;
}
h3{
  font-size:1.3em;
}
h4,h5,h6{
  font-size:1.1em;
}
h1,h2,h3,h4,h5,h6{
  font-family:"Merriweather",serif;
}
p{
  font-family:"Lato",sans-serif;
  font-size:1em;
}
.sticky{
  background-color:#ececec;
}
.biggest{
  font-size:2.5em;
}
.border-left-1{
  border-left:1px dotted #111;
}
a{
  color:#00008b;
}
a:hover{
  color:#00008b;
}