html{
  /* font-family: 'Cormorant Infant', serif; */
  
  font-weight: 500;
  color: #000;
}

body{
  margin: 0;
  /*font-family: 'Hanuman', serif;*/
  font-family: 'Roboto Slab', serif;
 /* background-image: url('../img/textured_paper.png'); */
}

h1{
  /* font-family: 'Rouge Script', cursive; */
  /* font-family: 'Mr Bedfort', cursive; */
  font-weight: 500;
  font-size: 4.2em;

  text-shadow: 0px 3px 2px #999;
  margin-top: 6px;
  padding-bottom: 20px;
}

h2{ 
  font-weight: 600;
  color: #333;
  text-shadow: 2px 2px 2px #f39c12;
  font-size: 2.4rem;
}


p{
  /*text-align: justify;*/
  padding-top: 14px;
  color: #d28914;
}

p.first {
  /*text-align: justify;*/
  padding-top: 0px;
  font-size: 1.6rem;
  font-style: italic;
}

p.last {
 /* text-align: justify;*/
  padding-top: 20px;
  padding-bottom: 30px;
}


.bg-yellow{
  background-color: rgba(243, 156, 18, 0.1);
}

.txt-gray
{
  color: #555;
}

#content{
  position: relative;
  width: 70%;
  height: auto;
  left: 0;
  right: 0;
  margin: auto;
  text-align: left;
}

hr.separator {
  height: 30px;
  border-style: solid;
  border-color: #8c8b8b;
  border-width: 1px 0 0 0;
  border-radius: 20px;
}
hr.separator:before {
  display: block;
  content: "";
  height: 30px;
  margin-top: -31px;
  border-style: solid;
  border-color: #8c8b8b;
  border-width: 0 0 1px 0;
  border-radius: 20px;
}

#top{
  width: 100%;
  height: 180px;
  background: #f39c12; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#f39c12, #f1c40f); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#f39c12, #f1c40f); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#f39c12, #f1c40f); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#f39c12, #f1c40f); /* Standard syntax (must be last) */
}

#pic{
  width: 150px;
  height: 150px;
  box-shadow: 0px 6px 6px #444;
  border-radius: 75px;
  background-color: #ddd;
  margin-top: -120px;
  z-index: 1;
  background-image: url(../img/yves_daoust.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 199px;;
}
