@import url(https://fonts.googleapis.com/css?family=Open+Sans);

* {
   font-family: monospace;
   font-size: 17px;
   line-height: 1.4;
   background-color: #E7F0F8;
}

h2.bib{
   text-align: center;
   font-size: 1.5em;
}

h2 {
   text-align: center;
   font-size: 2em;
}


h3 {
   font-size: 1.7em;
}

h4 {
   font-size: 1.2em;
   margin-top: 0px;
}

ol {
   line-height: 2;
}

br.smallgap {
   display: block;
   line-height: 0.5;
}

main, header {
   color: black;
   margin: 0 auto;
   min-height: 100%;
   overflow-wrap: break-word;
   min-width: 200px;
   width: 53%;
}

p.bib {
   margin-left: 2%;
}

cal {
   font-family: monospace;
   font-size: 16px;
   line-height: 1.4;
}

/* For the photo I may or may not include... */
.offcenter-img {
  display: block;
  margin-left: auto;
  margin-right: 10%;
  width: 300px;
  text-align: center; 
}

.offcenter-img img {
  width: 100%; 
  display: block;
}

.offcenter-img figcaption {
  font-size: 0.9em;
  color: #555;
  margin-top: 5px;
}

a:visited {
   color: blue;
}

a.no-underline {
   text-decoration: none;
}

a.colored {
   text-decoration: none;
   font-style: italic;
   color: #3B8DBD;
}

a.bib {
   text-decoration: none;
}


li.talks-with-margin {
   margin-bottom: 10px;
}

li.courses-with-margin {
   margin-bottom: 20px;
}


/* Papers and preprints */
.title {
   font-weight: bold;
   display: block;
}


.research-acceptedat {
   font-style: italic;
   display: block;
   color: #5BADFF;
}

.research-lien {
   padding-right: 1em;
}


a.titre-cours {
   text-decoration: none;
   font-weight: bold;
   color: #3B8DBD
}

.descriptif-cours {
   display: block;
   color: #333333;
}

.terms-course {
   font-weight: bold;
   color: #333333;
}

.quadri-cours {
   color: #3B8DAA;
   font-weight: bold;
   margin-bottom: 50px;
}

.calligraphy {
   font-family: cursive;
}