:root {
  --tempColor1: #D1AF89;
  --tempColor2: #A78C6E;
  --tempColor3: #544637;
  --bgTitle: rgba(209,175,137,.3);
  --textColor: #555555;
  --bgColor: #EAEAEA;
  --whiteColor: #FFFFFF;
  --blackColor: #000000;
  --bgCopyright: #333333;
}

#content p > img {
 margin-bottom:0;
}
#content img {
 margin-bottom:15px;
}
#content p > img,
#content img {
   width:100%;
}
#content p > video,
#content video {
   width:100%;
   height:auto;
}