/* File: style.css          Pointed to by all html files. */
/* Programmer: Ron Surma    Date: 10/22/17                */




.indexmenu {
    height: 120px;
    width: 100%
}

.indexcontent {
    height: 1000px;
    width: 100% 
}


/* Tables */
table.rapidly { background-image:url("images/Gradient3.png") }


/* font setup for headers */

/* logo header in main menu.  absolute position needed to keep home icon on left from showing up too far down */
h10  { font-family: 'Slackey', Arial, serif; font-size: 40px; color: red; position: absolute; top: 5px; left: 500px }

/* image page main label */
h3  { font-family: Arial, Verdana, sans-serif; font-size: 24px; color: red; text-align: center }

/* image page date label */
h6  { font-family: Arial, Verdana, sans-serif; font-size: 20px; color: blue; text-align: center }


/* font setup for groups of paragraphs */
div  { font-family: Arial, Verdana, sans-serif; font-size: 16px; color: black } 


/* list items fonts */
li { font-family: Arial, Verdana, sans-serif; font-size: 16px; color: blue } 


/* id */

/* div id used over paragraphs of text to the left of the images */
#imagetext { float:left; width:320px; border-radius: 12px; background-color: Silver}

/* div id used by displayfullsize javascript function in slidescript.js */
#imagemain { float:right; width:900px } 

/* div id used by select javascript function in slidescript.js for captions */
#capid { border-radius: 12px; background-color: #2B60DE; font-family: Arial, Verdana, sans-serif; font-size: 18px; color: white } 

/* div id used by select javascript function in slidescript.js for x of n image numbering */
#picnumid { border-radius: 5px; background-color: #2B60DE; font-family: Arial, Verdana, sans-serif; font-size: 18px; color: white } 

/* article id for small shadow box */
#smallshadowbox 
{
  text-shadow: rgba(64, 64, 64, 0.496094) 6px 7px 5px;
  -webkit-box-shadow: rgba(0, 0, 128, 0.246094) 8px 6px 3px;
  -moz-box-shadow: rgba(0, 0, 128, 0.246094) 8px 6px 3px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  width: 600px;
  height: 200px;
  padding: 50px;
  font-size: 22px;
  text-align: center;
  border-radius: 22px;
  margin-left: auto;
  margin-right: auto;
}


/* article id for large shadow box */
#largeshadowbox 
{
  text-shadow: rgba(64, 64, 64, 0.496094) 6px 7px 5px;
  -webkit-box-shadow: rgba(0, 0, 128, 0.246094) 8px 6px 3px;
  -moz-box-shadow: rgba(0, 0, 128, 0.246094) 8px 6px 3px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  width: 600px;
  height: 600px;
  padding: 50px;
  font-size: 20px;
  text-align: center;
  border-radius: 22px;
  margin-left: auto;
  margin-right: auto;
}


/* article id for special shadow box */
#specialshadowbox 
{
  text-shadow: rgba(64, 64, 64, 0.496094) 6px 7px 5px;
  -webkit-box-shadow: rgba(0, 0, 128, 0.246094) 8px 6px 3px;
  -moz-box-shadow: rgba(0, 0, 128, 0.246094) 8px 6px 3px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  width: 600px;
  height: 200px;
  padding: 50px;
  font-size: 42px;
  text-align: center;
  border-radius: 22px;
  margin-left: auto;
  margin-right: auto;
}

