/* contactnancy.css Created by Nancy Bond for Theater 4 Church Contact Page Large Screen and All Screens other than phone of 650 or more */

body { 
  background-color: #cccdce;   /* medium gray; */
  font-family:      Tahoma, Arial, sans-serif;
  font-size:        16px;
  margin:           auto;
}

@media only screen and (max-width: 900px) {
body {
    font-size: 13px;
  }
}

#pagerectangle {
	background-color: #cccdce;   /*  medium gray */
	margin: auto;
	width:  100%;
}

header {
	background-image: url("Images/header1920.png");
	background-color: #cccdce;  /* cccdce a little darker gray; e8e8e8 light gray; dfd9cb Old Tan of header */
        background-position: center; /* Center the image */
        background-repeat: no-repeat; /* Do not repeat the image */
        background-size: auto; /* auto image is displayed in its original size */
        width: 100%;
	margin: auto;
	padding: 0px 0px 0px 0px;  /* top right bottom left */
	text-align: center;
}

/* Trying to position the T4C logo at top */
#logocntr {
        display: table-cell;
	margin: auto;
	width: 1200px;
	padding: 0px 0px 0px 0px;  /* top right bottom left */
	text-align: left;
}

.large {     /* This hides items like the small header picture. */
   display: none;
}

.center {
  display: inline;
  margin-left: auto;
  margin-right: auto;
}

.line {
  display: inline;
  margin-left: auto;
  margin-right: auto;
}

/* For the links at top above header banner */
#navigation {
	background-color: #491e4a;  /* 491e4a Darkest Purple; 81bb43 Ribbon Green; 39650c Darkest Green; */
	width: 100%;
	margin: auto;
	padding: 0px 0px 0px 0px;  /* top right bottom left */
	text-align: center;
        color: ffffff;
}

#colnava {
    display: table-cell;
    background-color: #491e4a;  /* 491e4a Darkest Purple; 81bb43 Ribbon Green; */
    padding: 2px 20px 4px 0px;  /* top right bottom left Made the left 0 so that it works correctly when downsizing. */
    vertical-align: middle;
    text-align: center;
    width:   14.3%
}

#colnavb {
    display: table-cell;
    background-color: #491e4a;  /* 491e4a Darkest Purple; 81bb43 Ribbon Green */
    padding: 2px 20px 4px 20px;  /* top right bottom left */
    vertical-align: middle;
    text-align: center;
    width:   14.3%
}
#colnavc {
    display: table-cell;
    background-color: #491e4a;  /* 491e4a Darkest Purple; 81bb43 Ribbon Green */
    padding: 2px 20px 4px 20px;  /* top right bottom left */
    vertical-align: middle;
    text-align: center;
    width:   16.6%
}
#colnavd {
    display: table-cell;
    background-color: #491e4a;  /* 491e4a Darkest Purple; 81bb43 Ribbon Green */
    padding: 2px 20px 4px 20px;  /* top right bottom left */
    vertical-align: middle;
    text-align: center;
    width:   14.3%
}

#colnave {
    display: table-cell;
    background-color: #491e4a;  /* 491e4a Darkest Purple; 81bb43 Ribbon Green */
    padding: 2px 20px 4px 20px;  /* top right bottom left */
    vertical-align: middle;
    text-align: center;
    width:   14.3%
}

#colnavf {
    display: table-cell;
    background-color: #491e4a;  /* 491e4a Darkest Purple; 81bb43 Ribbon Green */
    padding: 2px 0px 4px 20px;  /* top right bottom left Made the right 0 so that it works correctly when downsizing. */
    vertical-align: middle;
    text-align: center;
    width:   14.3%
}

#colnavg {
    display: table-cell;
    background-color: #491e4a;  /* 491e4a Darkest Purple; 81bb43 Ribbon Green */
    padding: 2px 0px 4px 20px;  /* top right bottom left Made the right 0 so that it works correctly when downsizing. */
    vertical-align: middle;
    text-align: center;
    width:   14.3%
}

/* NOT USED Responsive Top Header Logo Theater 4 Church */
.imgtop {
  width: 350px;  /* width: 290px; */
  height: 227px;   /* height: 291px; */
  object-fit: cover;
}

/* Header Mailing */
.imga {
  max-width: 100%;  /* width: 177px; */
  height: auto;   /* height: 26px; */
  object-fit: cover;
}

/* Header Phone */
.imgb {
  max-width: 100%;  /* width: 177px; */
  height: auto;   /* height: 26px; */
  object-fit: cover;
}

/* Clock Header */
.imgc {
  max-width: 100%;  /* width: 227px; */
  height: auto;   /* height: 26px; */
  object-fit: cover;
}

/* Email Header */
.imgd {
  max-width: 100%;  /* width: 88px; */
  height: auto;   /* height: 26px; */
  object-fit: cover;
}

/* Responsive image header Contact Nancy Bond with ribbon */
.img1 {
  max-width: 100%;   /* width: 900px; */
  height: auto;     /* height: 75px; */
  object-fit: cover;
}

/* 4 Boxes of same size with phone, mailbox, ... */
.img2 {
  max-width: 100%;  /* width: 400px; */
  height: auto;   /* height: 142px; */
  object-fit: cover;
}

/* Email nbonddrama... */
.img3 {
  max-width: 100%;  /* width: 238px; */
  height: auto;   /* height: 21px; */
  object-fit: cover;
}

/* Responsive Stuff 4 Church link at bottom in 5th closer column */
.img4 {
  max-width: 100%;  /* width: 155px; */
  height: auto;   /* height: 28px; */
  object-fit: cover;
}

/* Responsive Facebook at bottom in 2nd closer column */
.img5 { 
  max-width: 100%;  /* width: 157px; */
  height: auto;   /* height: 28px; */
  object-fit: cover;
}

/* Etsy link at bottom in 4th closer column */
.img6 {
  max-width: 100%;  /* width: 185px; */
  height: auto;   /* height: 28px; */
  object-fit: cover;
}

/* Responsive Theater 4 Church link at bottom in 1st closer column */
.img7 {
  max-width: 100%;  /* width: 188px; */
  height: auto;   /* height: 28px; */
  object-fit: cover;
}

/* Responsive Nancy Bond Creations Link at bottom in 3rd closer column */
.img8 {
  max-width: 100%;  /* width: 217px; */
  height: auto;   /* height: 28px; */
  object-fit: cover;
}

.padabove {
    padding: 4px 0px 0px 0px;  /* top right bottom left */
}

.padmore {
    padding: 6px 0px 0px 0px;  /* top right bottom left */
}

/* Padding around wording at top Contact Nancy Bond at Theater 4 Church */
.padded {
	padding: 45px 0px 1px 0px;  /* top right bottom left */
}

/* Padding around wording in middle.*/
.padding {
	padding: 0px 20px 0px 20px;  /* top right bottom left */
}

                   /* Top info with Moolah picture. Different for phone and large screen. */
.intro {
	display: table;
	border-spacing: 0px;
        margin: auto;
}

.introphone {
	display: none;
	border-spacing: 0px;
        margin: auto;
}

.tablecontents {
	display: table;
	border-spacing: 0px;
        margin: auto;
}

.tablecontents2 {
	display: table;
	border-spacing: 0px;
       text-align:  left;
}

.tablerow {
	display: table-row;
}

.border {
	border:1px solid #1e5593;  /* Header blue was 54626b Dark Gray */
}


.big {			    /* Very Dark Purple paragraphs at top of page. */
  font-size:     115%;
  color:         #361337;  /* 361337 almost black purple; 491e4a Darker Purple; 0b2f15 Dark Green */
  line-height:   120%;
  text-align:    center;
  font-weight:   normal;
}

.boldwords {		 /* Dark purple bold paragraph words top of page. */
  font-size:     105%;
  color:         #5c1a5d;  /* 5c1a5d Darker purple but lighter than very top navigation; 0b2f15 Dark Green; */
  line-height:   100%;
  text-align:    center;
  font-weight:   bold;
}

.bold {			  /* Bold, black "You can do this ..." at top of page. */
  font-size:     100%;
  color:         #000000;
  line-height:   140%;
  text-align:    center;
  font-weight:   bold;
}

.boldlink {		  /* Dark Purple link words at top of page like: Preview, How to Order, ... */
  font-size:     115%;
  color:         #5c1a5d;  /* 5c1a5d Darker purple but lighter than very top navigation; 0b2f15 Dark Green; */
  line-height:   110%;
  text-align:    center;
  font-weight:   bold;
}

.smallslant {		      /* Black text italics. */
  font-size:     85%;
  color:         #000000;
  line-height:   115%;
  text-align:    center;
  font-style:   italic;
}

.smallslantw {		      /* White text italics. */
  font-size:     100%;
  color:         #ffffff;
  line-height:   115%;
  text-align:    left;
  font-style:   italic;
}

.smallslantbig {		      /* Black text italics. */
  font-size:     100%;
  color:         #000000;  /* 5c1a5d Darker purple but lighter than very top navigation */
  line-height:   115%;
  text-align:    center;
  font-style:   italic;
}

/* Dark Purple Links to go with BIG wording */
a.darkpurple:link, a.darkpurple:visited, a.darkpurple.hover, a.darkpurple:active {
  font-size:     105%;
  color:         #5c1a5d;  /* Darker Purple */
  text-align:    left;
  line-height:   120%;
  font-weight:   bold;
  text-decoration: none;
  border-bottom:    thin dotted #0b2f15;  
}

/* Opening includes info for contact: Address, Phone, Email and Time Available. */ 
#opening {
	background-color: #d0c3d0;  /* 491e4a darkest purple; d0c3d0 light grayish purple; cccdce a little darker gray; e8e8e8 light gray */
	background-image: linear-gradient(#491e4a,#d0c3d0);   /* from dark purple like above header to light grayish purple */
	width: 100%;
	margin: auto;
	padding: 0px 0px 0px 0px;  /* top right bottom left */
	text-align: center;
}

                       /* For background image of marble */
#backgroundtop {
	background-image: url("Images/backgroundboxmarble.png");
	background-color: linear-gradient(#491e4a,#d0c3d0);   /* from dark purple like above header to light grayish purple */
        background-position: center; /* Center the image */
        background-repeat: no-repeat; /* Do not repeat the image */
        background-size: auto; /* auto image is displayed in its original size */
	width: 100%;
	margin: auto;
	padding: 0px 0px 20px 0px;  /* top right bottom left */
	text-align: center;
}

#coltop2 {             /* Banner at top with ribbon says Contact Nancy Bond at Theater 4 Church */
    display: table-cell;
    padding: 0px 6px 0px 6px;  /* top right bottom left */
    vertical-align: top;
    text-align: center;
    width: 1200px;
}

.col1picture {	      /* Mailing Address Info Row 1 Column 1 */
    display: table-cell;
    padding: 0px 6px 0px 6px;   /* top right bottom left */
    vertical-align: top;
    text-align: center;
    width: 50%;  /* Added for resizing of images */
}

#col2part {			/* Phone Number Row 1 Column 2 */
  display: table-cell;
  font-size:   100%;
  padding:     0px 8px 0px 8px;  /* top right bottom left */
  vertical-align: top;
  text-align: center;
    width: 50%;  /* Added for resizing of images */
}

#col1includes {			/* Time Available Row 2 Column 1 */
    display: table-cell;
    font-size: 100%;
       padding: 0px 8px 0px 8px; /* top right bottom left */
    vertical-align: top;
    text-align: top;
 width: 50%; 
}

.col2picture {			/* Email Info Row 2 Column 2 */
  display: table-cell;
  padding:  0px 6px 0px 6px;  /* top right bottom left */
  vertical-align: top;
  text-align: center;
 width: 50%; 
}

                                              /* 6 columns for 6 links of Home, Copyright, Mysteries, Minis, FAQs, Christmas */
.wide {			
	width: 100%;
	background-color: #454444;  /* Dark Gray */
        margin: auto;
	padding: 0px 0px 0px 0px;
	word-spacing: 20px;
}

/* Bold, white Links found at middle of page */
a.light:link, a.light:visited, a.light.hover, a.light:active {
  font-size:     100%;
  color:         #ffffff;   /* white */
  text-align:    center;
  vertical-align: middle;
  line-height:   1;
  font-weight:   bold;
  text-decoration: none;
  border-bottom:   none;  
}

#col0link { /* HOME */
    display: table-cell;
    background-color: #454444;  /* Dark Gray */
    padding: 0px 20px 2px 5px;  /* top right bottom left */
    vertical-align: top;
    text-align: center;
    width:   16%
}

#col1link {  /* COPYRIGHT */
    display: table-cell;
    background-color: #454444;  /* Dark Gray */
    padding: 0px 20px 2px 5px;  /* top right bottom left */
    vertical-align: top;
    text-align: center;
    width:   16%
}
#col2link {  /* MYSTERIES */
    display: table-cell;
    background-color: #454444;  /* Dark Gray */
    padding: 0px 5px 2px 5px;  /* top right bottom left */
    vertical-align: top;
    text-align: center;
    width:   16%
}
#col3link {  /* MINIS */
    display: table-cell;
    background-color: #454444;  /* Dark Gray */
    padding: 0px 5px 2px 5px;  /* top right bottom left */
    vertical-align: middle;
    text-align: center;
    width:   16%
}

#col4link {  /* FAQS */
    display: table-cell;
    background-color: #454444;  /* Dark Gray */
    padding: 0px 5px 2px 5px;  /* top right bottom left */
    vertical-align: top;
    text-align: center;
    width:   16%
}

#col5link {  /* CHRISTMAS */
    display: table-cell;
    background-color: #454444;  /* Dark Gray */
    padding: 0px 5px 2px 5px;  /* top right bottom left */
    vertical-align: top;
    text-align: center;
    width:   16%
}

.parawidth {              /* More Information You May Find Helpful:  */
	font-size:     120%;
	line-height:   100%;
	max-width: 1200px;
	color:  #5c1a5d;  /* Darker Purple */		
        margin: auto;
	padding: 20px 0px 0px 0px;
	text-align: center;
	font-weight:   bold;
}

                            /* 3 columns to keep words grouped in the middle. colspace1 is blank column on left */
.colspace1 {
    display: table-cell;
    background-color: #cccdce;  /* dadcdd Light gray */
    padding: 0px 0px 0px 0px;  /* top right bottom left */
    vertical-align: top;
    text-align: center;
}

                                   /* colspace3 is blank column on right */
.colspace3 {                         
    display: table-cell;
    background-color: #cccdce;  / *NOT WORKING. dadcdd Light gray */
    padding: 0px 0px 0px 0px;  /* top right bottom left */
    vertical-align: top;
    text-align: center;
}

.description {		   /* Black text Description 3 boxes at the bottom */
  font-size:     110%;
  color:         #000000;
  line-height:   115%;
  text-align:    left;
  font-weight:   normal;
}

/* Bold, purple Links for Copyright, Preview and Order in Cookin' Up Christmas Table */
a.purple:link, a.purple:visited, a.purple.hover, a.purple:active {
  font-size:     100%;
  color:         #24004A;   /*Dark Purple */
  text-align:    left;
  line-height:   140%;
  font-weight:   bold;
  text-decoration: none;
  border-bottom:    thin dotted #24004A;
}

/* Bold, gold Links for Copyright, Preview and Order in My Superpower Table */
a.gold:link, a.gold:visited, a.gold.hover, a.gold:active {
  font-size:     100%;
  color:         #604a11;   /*Very Dark Gold */
  text-align:    left;
  line-height:   140%;
  font-weight:   bold;
  text-decoration: none;
  border-bottom:    thin dotted #604a11;   /*Very Dark Gold */
}

.parawidth4 {              /* May need later: Small "Back to Top" if needed */
	font-size:     90%;
	line-height:   200%;
	max-width: 1200px;
	color:  #000000;	
        margin: auto;
	padding: 0px 0px 0px 0px;
	text-align: right;
	font-weight:   bold;
}

#howtosection {
	width: 100%;
	margin: auto;
	padding: 0px 0px 0px 0px;  /* top right bottom left */
	text-align: justify;
        line-height:   1.5;
        font-weight:   bold;
}

.tablehowtobtm {
	display: table;
	max-width: 1200px;
	margin: auto;
}

.hdr5 {                  /* hdr5 is headers at bottom of page */
  font-size:     140%;
  color:         #ffffff;
  line-height:   130%;
  text-align:    center;
  font-weight:   bold;
}

.btmbold {		  /* Bold, bottom section */
  font-size:     100%;
  color:         #000000;
  line-height:   115%;
  font-weight:   bold;
}

/* Bold, black Links for Preview and Order Forms at bottom of page */
a.bottom:link, a.bottom:visited, a.bottom.hover, a.bottom:active {
  font-size:     100%;
  color:         #000000;
  line-height:   115%;
  font-weight:   bold;
  text-decoration: none;
  border-bottom:    thin dotted #000000;
}

.headbtm1 {               /* About Nancy Bond */
	display: table-cell;
	width: 29%;
	background-color: #571c58;   /* 571c58 Darker purple from ribbon tone; 24004A Purple Cookin Up;  */
        margin: auto;
	padding: 10px 4px 10px 4px;     
	border:  1px solid #571c58;  /* Need border to keep rows collapsed together + lines placed vertically correctly. */
	text-align: center;  /* This makes the header text centered. */
}

.headbtm0 {               /* space between */
	display: table-cell;
	width: 4%;
	background-color: #cccdce;  /* ebf4fe Lighter baby blue; was cccdce medium gray */
        margin: auto;
	padding: 10px 0px 10px 0px;     
	border:  1px solid #cccdce;  /* Need border to keep rows collapsed together + lines placed vertically correctly. */
	text-align: center;  /* This makes the header text centered. */
}

.headbtm00 {               /* space between */
	display: table-cell;
	width: 4%;
	background-color: #cccdce;  /* ebf4fe Lighter baby blue; was cccdce medium gray */
        margin: auto;
	padding: 10px 0px 10px 0px;     
	border:  1px solid #cccdce;  /* Need border to keep rows collapsed together + lines placed vertically correctly. */
	text-align: center;  /* This makes the header text centered. */
}

.headbtm2 {               /* GOLD head Section, border - NEW TO MYSTERIES */
	display: table-cell;
	width: 29%;
	background-color: #c5b80b;     /* c5b80b Yellow Gold from ribbon tone; C09701 Gold My Superpower; 8b8b8b Medium Gray */ 
        margin: auto;
	padding: 10px 4px 10px 4px;     
	border:  1px solid #c5b80b;  /* Need border to keep rows collapsed together + lines placed vertically correctly. */
	text-align: center;  /* This makes the header text centered. */
}

.headbtm3 {               /* GRAY head Section, border - SMALL GROUP? */
	display: table-cell;
	width: 29%;
	background-color: #382f38;  /* 382f38 Darkest Gray from Purple swirl */
        margin: auto;
	padding: 10px 4px 10px 4px;     
	border:  1px solid #382f38;  /* Need border to keep rows collapsed together + lines placed vertically correctly. */
	text-align: center;  /* This makes the header text centered. */
}

.bodybtm1 {		/* NANCY BOND wording */
    display: table-cell;
    background-color: #f3e9f3;   /* f3e9f3 lightest purple of ribbon tone; F0E8F8 light purple */
    padding: 5px 7px 5px 7px;
    vertical-align: top;
    text-align: justify;
    border-bottom:  3px solid #571c58;   /* 571c58 Darker purple from ribbon tone; */
    border-left:  3px solid #571c58;
    border-right: 3px solid #571c58;
}

.bodybtm2 {		/* NEW TO MYSTERIES wording */
    display: table-cell;
    background-color: #f8f6d3;  /* f8f6d3 Yellow Gold from ribbon tone */
    padding: 5px 7px 5px 7px;
    vertical-align: top;
    text-align: center;
    border-bottom:  3px solid #c5b80b;   /* c5b80b Yellow Gold from ribbon tone; C09701 Gold My Superpower; 8b8b8b Medium Gray */
    border-left:  3px solid #c5b80b;
    border-right: 3px solid #c5b80b;
}
.bodybtm3 {		/* SMALL GROUP? wording */
    display: table-cell;
    background-color: #e8e7e8;        /* e8e7e8 Very light Gray from Purple swirl; FEF5F5 Pale Maroon Gift of Love; eeebe4 Pale Green */
    padding: 5px 7px 5px 7px;
    vertical-align: top;
    text-align: center;
    border-bottom:  3px solid #382f38;   /* 382f38 Darkest Gray from Purple swirl; 610a0b Maroon Gift of Love; 539717 Missing Greenbacks header green */
    border-left:  3px solid #382f38;
    border-right: 3px solid #382f38;
}

/* Ribbons on the bottom adjust because of background */
#bottomimage {
	background-image: url("Images/footer1920.png");
	background-color: #cccdce;  /* cccdce a little darker gray; e8e8e8 light gray; dfd9cb Old Tan of header */
        background-position: center; /* Center the image */
        background-repeat: no-repeat; /* Do not repeat the image */
        background-size: auto; /* image is displayed in its original size */
	height: 202px;
	width: 100%;
	margin: auto;
	padding: 0px 0px 0px 0px;  /* top right bottom left */
	text-align: left;
}

                            /* 5 columns at bottom in closing with links to Theater 4 Church, Facebook, Nancy Bond Creations, Etsy Shop, Stuff 4 Church */
#enclosure {
	display: table;
	background-color: #ffffff;  /* f3f4f4 very light gray; dadcdd lighter gray; d7dce2 a bit darker light gray */
	width: 100%;
	margin: auto;
	padding: 1px 0px 1px 0px;   /* top right bottom left */
	text-align: center;
}

#closing {  /* COPYRIGHT */
	background-color: #ffffff;  /* f3f4f4 very light gray; dadcdd lighter gray; d7dce2 a bit darker light gray */
	max-width: 1200px;     /* max-width: 1300px; */
	margin: auto;
	padding: 0px 0px 0px 0px;   /* top right bottom left */
	text-align: center;
}

#colbtm1 {
    display: table-cell;
    background-color: #ffffff;  /* f3f4f4 very light gray; dadcdd lighter gray; d7dce2 a bit darker light gray */
    padding: 0px 0px 0px 5px;  /* top right bottom left */
    vertical-align: middle;
    text-align: center;
    width:   18%
}

#colbtm2 {  /* MYSTERIES */
    display: table-cell;
    background-color: #ffffff;  /* f3f4f4 very light gray; dadcdd lighter gray; d7dce2 a bit darker light gray */
    padding: 2px 0px 0px 30px;  /* top right bottom left */
    vertical-align: middle;
    text-align: center;
    width:   18%
}
#colbtm3 {  /* MINIS */
    display: table-cell;
    background-color: #ffffff;  /* f3f4f4 very light gray; dadcdd lighter gray; d7dce2 a bit darker light gray */
    padding: 0px 0px 0px 30px;  /* top right bottom left */
    vertical-align: middle;
    text-align: center;
    width:   24%
}
#colbtm4 {  /* FAQS */
    display: table-cell;
    background-color: #ffffff;  /* f3f4f4 very light gray; dadcdd lighter gray; d7dce2 a bit darker light gray */
    padding: 0px 0px 0px 30px;  /* top right bottom left */
    vertical-align: middle;
    text-align: center;
    width:   20%
}

#colbtm5 {  /* CHRISTMAS */
    display: table-cell;
    background-color: #ffffff;  /* f3f4f4 very light gray; dadcdd lighter gray; d7dce2 a bit darker light gray */
    padding: 0px 5px 0px 30px;  /* top right bottom left */
    vertical-align: middle;
    text-align: center;
    width:   20%
}

/* Bold, header white Links found at top of page above Header */
a.white:link, a.white:visited, a.white.hover, a.white:active {
  font-size:     90%;
  color:         #ffffff;   /* white */
  text-align:    center;
  vertical-align: middle;
  line-height:   1;
  font-weight:   bold;
  text-decoration: none;
  border-bottom:   none;  
}

/* Bold, header purple Links found at top of page above Header */
a.purphead:link, a.purphead:visited, a.purphead.hover, a.purphead:active {
  font-size:     90%;
  color:         #671c68;   /* Header purple at top Not Cookin Up */
  text-align:    center;
  vertical-align: middle;
  line-height:   1;
  font-weight:   bold;
  text-decoration: none;
  border-bottom:   none;  
}

/* Bold, light blue Links for Footer */
a.blue:link, a.blue:visited, a.blue.hover, a.blue:active {
  font-size:     100%;
  color:         #2b5e9c;   /* 2b5e9c Darker bluebird blue; c8d5e1 Light Blue with gray undertones */
  text-align:    left;
  line-height:   1.5;
  font-weight:   bold;
  text-decoration: none;
  border-bottom:    thin dotted #2b5e9c;  
}

/* White Links for Footer larger than white above */
a.whitefoot:link, a.whitefoot:visited, a.whitefoot.hover, a.whitefoot:active {
  font-size:     100%;
  color:         #ffffff;   /* White */
  text-align:    left;
  line-height:   1.5;
  font-weight:   bold;
  text-decoration: none;
  border-bottom:    thin dotted #ffffff;  
}

/* No line for image links */
a.none:link, a.none:visited, a.none.hover, a.none:active {
    text-decoration: none;
    border-bottom:   none;
  }

/* Light gray line for image links */
a.gray:link, a.gray:visited, a.gray.hover, a.gray:active {
    text-decoration: none;
    border-bottom:   thin dotted #d7dce2;  /* 55626d Dark gray; d7dce2 light gray */
  }

#enclosefoot {
	background-color: #2d2c2d;  /*was 55626d Dark gray */
	width: 100%;
	margin: auto;
	padding: 0px 0px 0px 0px;
}

footer {
  background-color: #2d2c2d;      /* 2d2c2d Dark gray in purple family; d7dce2 light gray*/
  color:            #ffffff;  /* White font */
  text-align:       center;
  padding:          10px 20px 10px 0px;  /* top right bottom left */
  margin:           auto;                       /* IMPORTANT. Auto made this footer centered. */
  font-size:        90%;
  max-width:        1200px;
  line-height:      1.1;
}

.foot1logo {	        /* Logo Left footer section */
    display: table-cell;
    background-color: #2d2c2d;      /* 2d2c2d Dark gray in purple family; */
    padding: 0px 10px 1px 0px;   /* top right bottom left */
    vertical-align: middle;
    text-align: center;
}

.foot2words {	        /* Wording Right Column footer section */
    display: table-cell;
    background-color: #2d2c2d;      /* 2d2c2d Dark gray in purple family; */
    padding: 0px 3px 1px 2px;   /* top right bottom left */
    vertical-align: middle;
    text-align: center;
}

                          /* Used in footer */
.italicsm {
   font-size:     100%; 
   color:         #ffffff;  /* other option 474444 Dark Gray */
   text-align:    center;
   line-height:   180%;
   font-style:    italic;
}

a:link {
  color:            #5c1a5d;  /* 5c1a5d Darker purple but lighter than very top navigation matches boldwords */
  font-weight:   bold;
  text-decoration:  none;
  border-bottom:    thin dotted #5c1a5d;
}

a:hover {
  color:            #ffffff;  /* white */
  font-weight:   bold;
  text-decoration:  none;
  border-bottom:    thin dotted #ffffff;
}
a:visited {
  color:            #5c1a5d;  /* 5c1a5d Darker purple but lighter than very top navigation matches boldwords */
  font-weight:   bold;
  text-decoration:  none;
  border-bottom:    thin dotted #5c1a5d;
}

/* Not Used, but keep as a guide in case */
.hdr1 {                /* hdr1 is top + 3rd lines play description header box. */
  font-size:     100%;
  color:         #ffffff;
  line-height:   130%;
  text-align:    center;
  font-weight:   normal;
}

.hdr2 {                  /* hdr2 is 2nd line with title of play. */
  font-size:     140%;
  color:         #ffffff;
  line-height:   130%;
  text-align:    center;
  font-weight:   bold;
  font-style:    italic;
}

h1 {
   font-size:      180%;
   color:          #ffffff; /* Dark Blue like Welcome at top */
}

                   /* h2 is used for wording under Welcome */
h2 {
   font-size:     120%; 
   color:         #285784;  /* Slightly lighter Dark Blue */
}

h3 {
   font-size:     120%; 
   color:         #4674a0;  /* Medium yet lightish Blue */
}


