/*****************************************************************************/
/* main.css                                                                  */
/*                                                                           */
/* Date     Description                                          Name        */
/* -------- --------------------------------------------------   ----------- */
/* 20140825 Initial coding.                                      Rodney      */
/* 20160414 Updated to use new formats.                          Rodney      */
/* 20260610 Updated for retirement.                              Rodney      */
/*****************************************************************************/

/******************************************************************************/
/* Global Element Settings                                                    */
/******************************************************************************/
/* #region Global Elements Settings */
a
{
  color: blue;
}

h1
{
  font-family: Verdana;
  padding-top: 50px;
}

h2
{
  font-family: Verdana;
  padding-top: 20px;
}

p
{
  font-family: Verdana;
  padding-top: 20px; 
}

ul
{
  font-family: Verdana;
  padding-left:20px;
}


/* #endregion */
/******************************************************************************/
/* Classes                                                                    */
/******************************************************************************/
/* #region Classes */

/* #endregion */
/******************************************************************************/
/* IDs                                                                        */
/******************************************************************************/
/* #region IDs */
#idDivMainPage
{
  margin-left: 100px;
  margin-right: 100px;
}

#idSubjectImage
{
  float: right;         /* Shifts image to the right side */
  margin-left: 20px;    /* Adds space between text and image */
  margin-bottom: 10px;  /* Adds space below the image */
  margin-top: 20px;
  max-width: 100%;      /* Ensures responsiveness on mobile */
  height: auto;
  width: 400px;
}
#idSummary
{
}

/* #endregion */