/* christmas.css Created by Nancy Bond for Theater 4 Church Christmas Page Large Screen and All Screens other than phone of 650 or more */

body { 
  background-color: #cccdce;   /* medium gray; */
  background-image: linear-gradient(#2d2c2d,#2d2c2d,#b3b6b7,#dadcdd,#2d2c2d);   /* 491e4a dark purple; b3b6b7 medium light gray; dadcdd light gray; 2d2c2d Dark gray in purple family; */
  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 */
        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;
}

/* 3 Pictures: Cookin Up Christmas, ribbon, angel Michael. Added percents to the 2 columns so that this worked. */
.imga {
  max-width: 100%;  /* width: 300px; */
  height: auto;   /* height: 192px; */
  object-fit: cover;
}

.imgb {
  max-width: 100%;  /* width: 280px; */
  height: auto;   /* height: 52px; */
  object-fit: cover;
}

.imgc {
  max-width: 100%;  /* width: 300px; */
  height: auto;   /* height: 192px; */
  object-fit: cover;
}

/* NOT USED */
.imgd {
  max-width: 100%;  /* width: 1920px; */
  height: auto;   /* height: 195px; */
  object-fit: cover;
}

/* Responsive image header in middle says Ready for a Captivating Christmas Show? */
.img1 {
  max-width: 100%;   /* width: 1000px; */
  height: auto;     /* height: 75px; */
  object-fit: cover;
}

/* NOT USED Responsive Logo Stuff 4 Church in first closer column */
.img3 {
  max-width: 100%;  /* width: 200px; */
  height: auto;   /* height: 160px; */
  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;
}


.big {			    /* Very Dark Purple paragraphs at top of page. */
  font-size:     120%;
  color:         #361337;  /* 361337 almost black purple; 491e4a Darker Purple; 0b2f15 Dark Green */
  line-height:   160%;
  text-align:    justify;
  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:   135%;
  text-align:    left;
  font-weight:   bold;
}


.boldgray {		 /* Gray words top Select from any of the frequently ... */
  font-size:     110%;
  color:         #595858;  /* Gray darker than swirl */
  line-height:   105%;
  text-align:    center;
  font-weight:   bold;
   font-style:  italic;
}

.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;
}

.bigslant {		      /* Black text italics. */
  font-size:     98%;
  color:         #000000;
  line-height:   115%;
  text-align:    left;
  font-style:   italic;
}


.smallslant {		      /* Black text italics. */
  font-size:     90%;
  color:         #000000;
  line-height:   115%;
  text-align:    left;
  font-style:   italic;
}

.smallslantw {		      /* White text italics. */
  font-size:     100%;
  color:         #ffffff;
  line-height:   115%;
  text-align:    left;
  font-style:   italic;
}

.smallslantbig {		      /* Dark Purple text italics. */
  font-size:     100%;
  color:         #5c1a5d;  /* 5c1a5d Darker purple but lighter than very top navigation */
  line-height:   115%;
  text-align:    left;
  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;  
}

/* Very light Purple Links to go with BIG wording */
a.lightpurple:link, a.lightpurple:visited, a.lightpurple.hover, a.lightpurple:active {
  font-size:     105%;
  color:         #e0cae0;  /* Very light Purple */
  text-align:    left;
  line-height:   120%;
  font-weight:   bold;
  text-decoration: none;
  border-bottom:    thin dotted #e0cae0;  
}

/* Dark Purple Links to go with BIG wording */
a.purpleno:link, a.purpleno:visited, a.purpleno.hover, a.purpleno:active {
  font-size:     105%;
  color:         #5c1a5d;  /* Darker Purple */
  text-align:    left;
  line-height:   140%;
  font-weight:   bold;
  text-decoration: none;
  border-bottom:   none;
}

/* Almost Black Links to go with BIG wording */
a.blackno:link, a.blackno:visited, a.blackno.hover, a.blackno:active {
  font-size:     105%;
  color:         #262323;  /* Almost Black */
  text-align:    left;
  line-height:   140%;
  font-weight:   bold;
  text-decoration: none;
  border-bottom:   none;
}

/* Opening includes questions with links. */     /*  background-image: url("images/backgroundchristmas.png"); images/backgroundchristmas.png The image used */ 
#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 with wrinkled paper */
#backgroundtop {
	background-image: url("Images/backgroundboxpaper.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 2px 0px;  /* top right bottom left */
	text-align: center;
}

#coltop2 { /* Area with banner Answers to Questions about Mystery Dinner Theater Shows */
    display: table-cell;
    padding: 5px 0px 0px 20px;  /* top right bottom left */
    vertical-align: top;
    text-align: center;
    width: 1200px;
}

#col2part {			/* Area with question links and diamonds */
  display: table-cell;
  font-size:   100%;
  padding:     0px 20px 0px 20px;  /* top right bottom left */
  vertical-align: top;
  text-align: center;
    width: 70%;  /* Added for resizing of images */
}

/* Padding around wording at top Answers to Questions about Mystery Dinner Theater Shows */
.padded {
	padding: 20px 0px 0px 0px;  /* top right bottom left */
}

/* Padding around wording in middle.*/
.padding {
	padding: 0px 20px 0px 20px;  /* top right bottom left */
}

                   /* Top info Used?? */
.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 */
}


                                              /* 5 columns for 5 links of Preview, Copyright, Mysteries, About, Home */

.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 {
    display: table-cell;
    background-color: #454444;  /* Dark Gray; was c8dff8 Light baby blue */
    padding: 0px 20px 2px 5px;  /* top right bottom left */
    vertical-align: top;
    text-align: center;
    width:   20%
}

#col1link {
    display: table-cell;
    background-color: #454444;  /* Dark Gray; was c8dff8 Light baby blue */
    padding: 0px 20px 2px 5px;  /* top right bottom left */
    vertical-align: top;
    text-align: center;
    width:   20%
}
#col2link {
    display: table-cell;
    background-color: #454444;  /* Dark Gray; was c8dff8 Light baby blue */
    padding: 0px 5px 2px 5px;  /* top right bottom left */
    vertical-align: top;
    text-align: center;
    width:   20%
}
#col3link {
    display: table-cell;
    background-color: #454444;  /* Dark Gray */
    padding: 0px 5px 2px 5px;  /* top right bottom left */
    vertical-align: middle;
    text-align: center;
    width:   20%
}

#col4link {
    display: table-cell;
    background-color: #454444;  /* Dark Gray */
    padding: 0px 5px 2px 5px;  /* top right bottom left */
    vertical-align: top;
    text-align: center;
    width:   20%
}


.parawidth {              /* One liner Below you will find answers ...  */
	font-size:     120%;
	line-height:   100%;
	max-width: 1200px;
	color:  #ba9bba;  /* pinky purple */		
        margin: auto;
	padding: 30px 0px 10px 0px; /* top right bottom left */
	text-align: center;
	font-weight:   bold;
  	font-style: italic;
}

/* Wording is for each question table. */
.wording {
	width: 100%;
	margin: auto;
	padding: 0px 0px 0px 0px;
	text-align: justify;
        line-height:   1.5;
        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;
}

.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 large bold white question. */
  font-size:     120%;
  color:         #ffffff;
  line-height:   160%;
  text-align:    left;
  font-weight:   bold;

}
                            /* Main Table questionpurple for every other table */
.questionpurple {
    display: table-cell;
    background-color: #FEF5F5;    /* fffdff lightest pink; FEF5F5 very light pink */
    padding: 0px 0px 0px 0px;  /* top right bottom left */
    vertical-align: top;
    text-align: left;
    max-width:   1200px;
    border-bottom:  2px solid #491e4a;
}

.headquestion {            /* Purple head Section, Every other question Odds */
	display: table-cell;
	max-width: 1200px;
	background-color: #491e4a;   /*Dark Purple header */
	background-image: url("Images/starspread.jpg");
        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 */
        margin: auto;
	padding: 7px 10px 7px 10px;   /* top right bottom left */  
	border:  1px solid #491e4a;  /* Need border to keep rows collapsed and lines placed vertically correctly. */
	text-align: center;  /* This makes the header on left. */
}

.rowdescription {	/* Answer to Question in purple area */
    display: table-cell;
    background-color: #fcf6fc;    /* fcf9fc lightest white pink; fef5fe, fef7fe very light pink */
    padding: 10px 15px 10px 15px; /* top right bottom left */
    vertical-align: top;
    border-left:  2px solid #491e4a;   /*Dark Purple header */
    border-right:  2px solid #491e4a;   /*Dark Purple header */
    text-align:   justify;

}

.description {		   /* Black text. */
  font-size:     110%;
  color:         #000000;
  line-height:   125%;
  text-align:    left;
  font-weight:   normal;
  padding: 20px 0px 20px 0px; /* top right bottom left */
}

                            /* question black for every other table even numbers */
.questionblack {
    display: table-cell;
    background-color: #ffffff;    /*light maroon */
    padding: 0px 0px 0px 0px;  /* top right bottom left */
    vertical-align: top;
    text-align: left;
    max-width:   1200px;
    border-bottom:  2px solid #491e4a;
}

.headquestion2 {            /* Black head Section, Every other question Evens */
	display: table-cell;
	max-width: 1200px;
	background-color: #000000;   /*Black header */
	background-image: url("Images/starspreadblack.jpg");
        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 */
        margin: auto;
	padding: 7px 10px 7px 10px;   /* top right bottom left */  
	border:  1px solid #000000;  /* Need border to keep rows collapsed and lines placed vertically correctly. */
	text-align: center;  /* This makes the header on left. */
}

.rowdescriptionblack {	/* Answer to Question in purple area */
    display: table-cell;
    background-color: #f7f6f6;    /*light gray */
    padding: 10px 15px 10px 15px; /* top right bottom left */
    vertical-align: top;
    border-left:  2px solid #000000;   /*Black */
    border-right:  2px solid #000000;   /*Black */
    text-align:   justify;

}

.descriptionblack {		   /* Black text of play description. */
  font-size:     110%;
  color:         #000000;
  line-height:   125%;
  text-align:    left;
  font-weight:   normal;
  padding: 20px 0px 20px 0px; /* top right bottom left */
}

.parawidth1 {              /* Small "Back to Top"  */
	font-size:     90%;
	line-height:   200%;
	max-width: 1200px;
	color:  #000000;	
        margin: auto;
	padding: 0px 10px 0px 0px; /* top right bottom left */
	text-align: right;
	font-weight:   bold;
}
 
.parawidth2 {              /* Small "Back to Top"  */
	font-size:     90%;
	line-height:   200%;
	max-width: 1200px;
	color:  #000000;	
        margin: auto;
	padding: 0px 10px 0px 0px; /* top right bottom left */
	text-align: right;
	font-weight:   bold;
}
 

.parawidth3 {              /* Small "Back to Top"  */
	font-size:     90%;
	line-height:   200%;
	max-width: 1200px;
	color:  #000000;	
        margin: auto;
	padding: 0px 10px 0px 0px; /* top right bottom left */
	text-align: right;
	font-weight:   bold;
}
 

.parawidth4 {              /* Small "Back to Top"  */
	font-size:     90%;
	line-height:   200%;
	max-width: 1200px;
	color:  #000000;	
        margin: auto;
	padding: 0px 10px 0px 0px; /* top right bottom left */
	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 {               /* Bible Verses */
	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%;
        margin: auto;
	padding: 10px 0px 10px 0px;     

	text-align: center;  /* This makes the header text centered. */
}

.headbtm00 {               /* space between */
	display: table-cell;
	width: 4%;
        margin: auto;
	padding: 10px 0px 10px 0px;     

	text-align: center;  /* This makes the header text centered. */
}

.headbtm2 {               /* GOLD head Section, border - PREVIEWS */
	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 - ORDERS */
	display: table-cell;
	width: 29%;
	background-color: #382f38;  /* 382f38 Darkest Gray from Purple swirl; 610a0b Maroon Gift of Love */
        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 {		/* BIBLE VERSES I John 4:9 and Luke 2:10,11 */
    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 {		/* PREVIEW info */
    display: table-cell;
    background-color: #f8f6d3;  /* f8f6d3 Yellow Gold from ribbon tone */
    padding: 5px 7px 5px 7px;
    vertical-align: top;
    text-align: justify;
    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 {		/* ORDER info */
    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: justify;
    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 {
	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 {
    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 {
    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 {
    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 {
    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;
}


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 */
}


                           /* blueword is used in descriptions of body like Mystery, Cast to give a slight color variation */
.blueword {
   font-size:     100%; 
   color:         #1E5593;  /* Header Blue */
   text-align:    justify;
   line-height:   1.5;
   font-weight:   bold;
}

                            /* bluewordlt is used in descriptions of body like Guest, Prize, Director to give a slight color variation */
.bluewordlt {
   font-size:     100%; 
   color:         #3166a1;  /* Lighter than Header Blue */
   text-align:    justify;
   line-height:   1.5;
   font-weight:   bold;
}

                          /* 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:            #154275; /* Dark Blue like Welcome at top */
  font-weight:   bold;
  text-decoration:  none;
  border-bottom:    thin dotted #1E5593;
}

a:hover {
  color:            #ffffff;  /* white */
  font-weight:   bold;
  text-decoration:  none;
  border-bottom:    thin dotted #ffffff;
}
a:visited {
  color:            #1E5593;  /* Slightly lighter Dark Blue Header Color */
  font-weight:   bold;
  text-decoration:  none;
  border-bottom:    thin dotted #1E5593;
}




