/* christmasphone.css Created by Nancy Bond for Christmas page for screens like phones 550 or smaller */

body { 
  background-color: #3a4148;   /*dadcdd light gray cccdce medium gray */
  background-image: linear-gradient(#bfc1c2,#b3b6b7,#b3b6b7,#393f46,#3a4148);   /* bfc1c2 b3b6b7 medium light gray; dadcdd light gray; 393f46 New Dark Gray; */
  font-family:      Tahoma, Arial, sans-serif;
  font-size:        14px;
  margin:           auto;
  width:  480px; 
}

#pagerectangle {
	background-color: #ebf4fe;  /* was c8d5e1 Light Blue with gray undertones */    /* ebf4fe Very light baby blue */
	margin: auto;
	width:  480px;  /* was 480px */
}

header {
	text-align:  center;
	width:       100%;
	margin:      auto;
}

/* For the links at top below header banner */
.toplinks {
	background-color: #ffffff;  /* White */
	width: 100%;    /* max-width: 650px; */
	margin: auto;
	padding: 0px 0px 0px 0px;  /* top right bottom left */
	text-align: center;
        color: ffffff;
}

#nav1 {			/* Home */
    display: table-cell;
    background-color: #ffffff;  /* White */
    padding: 2px 15px 4px 10px;  /* top right bottom left */
    vertical-align: middle;
    text-align: center;
    width:   11%
}

#nava {			/* Preview */
    display: table-cell;
    background-color: #ffffff;  /* White */
    padding: 2px 12px 4px 10px;  /* top right bottom left */
    vertical-align: middle;
    text-align: center;
    width:   12.3%
}

#navb {			/* Order */
    display: table-cell;
    background-color: #ffffff;  /* White */
    padding: 2px 15px 4px 15px;  /* top right bottom left */
    vertical-align: middle;
    text-align: center;
    width:   12.3%
}
#navc {			/* Mysteries */
    display: table-cell;
    background-color: #ffffff;  /* White */
    padding: 2px 15px 4px 15px;  /* top right bottom left */
    vertical-align: middle;
    text-align: center;
    width:   15.6%
}
#navd {			/* Minis */
    display: table-cell;
    background-color: #ffffff;  /* White */
    padding: 2px 12px 4px 15px;  /* top right bottom left */
    vertical-align: middle;
    text-align: center;
    width:   12.3%
}

#nave {			/* Christmas */
    display: table-cell;
    background-color: #ffffff;  /* White */
    padding: 2px 15px 4px 15px;  /* top right bottom left */
    vertical-align: middle;
    text-align: center;
    width:   12.3%
}

.navphone {     /* This makes the nav header inline so that span can be used. */
 display: inline;
}

.preview {      /* This hides items like the large header picture. */
  	display: none;
}

.medium {      /* This hides items like the medium 1200 header picture. */
  	display: none;
}

.img1 {
  max-width: 100%;   /* width: 1920px; */
  height: auto;     /* height: 280px; */
  object-fit: cover;
}

                   /* NOT working. */
.center {
  display: inline;
  text-align: center;
  margin-left: 0 auto;
  margin-right: 0 auto;
}

.line {
  display: inline;
  margin-left: auto;
  margin-right: auto;
}

.big {			  /* Dark Green paragraphs at top of page. */
  font-size:     105%;
  color:       #0b2f15; /* Dark Green; was 0c2c50 Dark Blue to match bold paragraph words 154275 */
  line-height:   115%;
  text-align:    left;
  font-weight:   normal;
  text-align:    justify;
}

.boldwords {		  /* Dark Blue bold words */
  font-size:     105%;
  color:         #154275;  /* 154275 dark blue of Welcome */
  line-height:   105%;
  text-align:    left;
  font-weight:   bold;
}

.boldbl {		  /* Smaller Dark Blue to match Darkest Question Box Links */
  font-size:     95%;
  color:         #0c2c50;  /* 0c2c50 Darkest Blue; 154275 dark blue of Welcome */
  line-height:   105%;
  text-align:    left;
  font-weight:   bold;
}

.bold {			  /* Bold, black */
  font-size:     100%;
  color:         #000000;
  line-height:   115%;
  text-align:    center;
  font-weight:   bold;
}

.boldgray {		 /* Gray words top Select from any of the frequently ... */
  font-size:     100%;
  color:         #4d5154;  /* 4d5154 medium gray */
  line-height:   105%;
  text-align:    center;
  font-weight:   bold;
   font-style:  italic;
}

.boldlink {		  /* Hidden: Dark Purple link words at top of page like: Preview, How to Order, ... */
  font-size:     115%;
  color:         #422752;
  line-height:   110%;
  text-align:    center;
  font-weight:   bold;
}

/* WHITE Links - NO underline - found at middle of page */
a.light:link, a.light:visited, 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;  
}

a.light:hover {
  color:            #C8DFF8;  /* C8DFF8 Pale Blue */
  font-weight:   bold;
  text-decoration:  none;
  border-bottom:    none;
}

/* WHITE Links - with UNDERLINE */
a.white:link, a.white:visited, a.white:active {
  font-size:     100%;
  color:         #ffffff;   /* white */
  text-align:    center;
  vertical-align: middle;
  line-height:   1;
  font-weight:   bold;
  text-decoration: none;
  border-bottom:   thin dotted #FFFFFF;  
}

a.white:hover {
  color:            #C8DFF8;  /* C8DFF8 Pale Blue */
  font-weight:   bold;
  text-decoration:  none;
  border-bottom:    thin dotted #C8DFF8;
}

/* Small Header BLUE Links - TOP page above Header - NO underline - Hover Black */
a.hdrbl:link, a.hdrbl:visited, a.hdrbl:active {
  font-size:     90%;
  color:         #1E5593;   /* Header Blue color NOT white */
  text-align:    center;
  vertical-align: middle;
  line-height:   1;
  font-weight:   bold;
  text-decoration: none;
  border-bottom:   none;  
}

a.hdrbl:hover {
  color:            #000000;  /* Black */
  font-weight:   bold;
  text-decoration:  none;
  border-bottom:    none;
}

/* BIG Header BLUE Links - NO underline - Hover in Medium Gray */
a.headblueno:link, a.headblueno:visited, a.headblueno:active {
  font-size:     105%;
  color:         #1E5593;  /* 1E5593 Header blue; 154275 Dark Blue */
  text-align:    left;
  line-height:   160%;
  font-weight:   bold;
  text-decoration: none;
  border-bottom:   none;
}

a.headblueno:hover {
  color:            #9fa2a5;  /* 9fa2a5 Lighter medium gray; 515355 Medium Gray */
  font-weight:   bold;
  text-decoration:  none;
  border-bottom:    none;
}

/* BIG Darkest BLUE Links - NO underline - Hover in Black */
a.darkno:link, a.darkno:visited, a.darkno:active {
  font-size:     105%;
  color:         #0c2c50;  /* 0c2c50 Darkest Blue; 262323 Almost Black */
  text-align:    left;
  line-height:   160%;
  font-weight:   bold;
  text-decoration: none;
  border-bottom:   none;
}

a.darkno:hover {
  color:            #000000;  /* Black   */
  font-weight:   bold;
  text-decoration:  none;
  border-bottom:    none;
}

/* No underline on Darkest Blue - Almost Black Links to go with BIG wording */
a.dark:link, a.dark:visited, a.dark:active {
  font-size:     95%;
  color:         #0c2c50;  /* 0c2c50 Darkest Blue; 262323 Almost Black */
  text-align:    left;
  line-height:   130%;
  font-weight:   bold;
  text-decoration: none;
  border-bottom:   thin dotted #0c2c50;
}

a.dark:hover {
  color:            #1E5593;  /* 1E5593 Header blue */
  font-weight:   bold;
  text-decoration:  none;
  border-bottom:    thin dotted #1E5593;
}

/* BIG Black Links - with Underline - Hover in white */
a.black:link, a.black:visited, a.black:active {
  font-size:     105%;
  color:         #0c2c50;  /* 0c2c50 Darkest Blue; 262323 Almost Black */
  text-align:    left;
  line-height:   140%;
  font-weight:   bold;
  text-decoration: none;
  border-bottom:   thin dotted #000000;
}

a.black:hover {
  color:            #ffffff;  /* White */
  font-weight:   bold;
  text-decoration:  none;
  border-bottom:    thin dotted #000000;
}

/* BOTTOM Black Links - Preview and Order Forms - BOTTOM of page in 3 boxes */
a.bottom:link, a.bottom:visited, a.bottom:active {
  font-size:     90%;
  color:         #000000;
  line-height:   115%;
  font-weight:   bold;
  text-decoration: none;
  border-bottom:    thin dotted #000000;
}

a.bottom:hover {
  color:            #465463; /* Very Dark Gray from Header Blue */
  font-weight:   bold;
  text-decoration:  none;
  border-bottom:    thin dotted #465463;
}

/* Light BLUE Links for Footer - Hover white */
a.blue:link, a.blue:visited, a.blue:active {
  font-size:     95%;
  color:         #c8d5e1;  /* Light Blue with gray undertones */
  text-align:    left;
  line-height:   105%;
  font-weight:   bold;
  text-decoration: none;
  border-bottom:    thin dotted #c8d5e1;  /* Light Blue with gray undertones */
}

a.blue:hover {
  color:            #ffffff;  /* White */
  font-weight:   bold;
  text-decoration:  none;
  border-bottom:    thin dotted #000000;
}

/* Nancy Bond Creations Link Link at BOTTOM; Darkest Green Leaf and darker in Logo */
a.green:link, a.green:visited, a.green:active {
  font-size:     105%;
  color:         #0b2f15;  /* Dark Green */
  text-align:    center;
  line-height:   115%;
  font-weight:   bold;
  text-decoration: none;
  border-bottom:    thin dotted #0b2f15;  
}

a.green:hover {
  color:            #639270;  /* Light Green */
  font-weight:   bold;
  text-decoration:  none;
  border-bottom:    thin dotted #639270;
}

/* Darker Purple from Theater for Church Curtain Link at BOTTOM */
a.purple:link, a.purple:visited, a.purple:active {
  font-size:     90%;
  color:         #420441;   /* Darker Purple from Theater for Church Curtain 5f015e is curtain color */
  text-align:    center;
  line-height:   105%;
  font-weight:   bold;
  text-decoration: none;
  border-bottom:    thin dotted #420441;  
}

a.purple:hover {
  color:            #735773;  /* Light Purple */
  font-weight:   bold;
  text-decoration:  none;
  border-bottom:    thin dotted #735773;
}

/* Deep Aqua Blue from Peacock for Etsy Link at BOTTOM */
a.deepblue:link, a.deepblue:visited, a.deepblue:active {
  font-size:     90%;
  color:         #185764;   /* Deep Aqua Blue from Peacock */
  text-align:    center;
  line-height:   105%;
  font-weight:   bold;
  text-decoration: none;
  border-bottom:    thin dotted #185764;  
}

a.deepblue:hover {
  color:            #447c88;  /* Light Aqua Blue */
  font-weight:   bold;
  text-decoration:  none;
  border-bottom:    thin dotted #447c88;
}

/* Light gray line for image links at bottom */
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 */
  }

/* No line for image links */
a.none:link, a.none:visited, a.none:hover, a.none:active {
    text-decoration: none;
    border-bottom:   none;
  }

#opening {
	background-color: #ebf4fe;  /* 393f46 New Dark Gray; c8d5e1 Light Blue with gray undertones */
	width: 100%;                 /* was 450px */
	margin: auto;
	padding: 0px 0px 0px 0px;
	text-align: left;
}

 /* Padding around wording at top. */
.padded {     
	padding: 20px 2px 0px 2px;  /* top right bottom left */
}

/* Padding around wording in middle. */
.padding {
	padding: 0px 2px 0px 2px;  /* top right bottom left */
        text-align: center;
}
 
.tablecontents {
	display: table;
        margin: auto;
}

.tablerow {
	display: table-row;
}

.border {
	border:1px solid #54626b;
}

                       /* row containing banner */
#coltop2 {
    display: table-cell;
    background-color: #ebf4fe;  /* ebf4fe Lighter baby blue */
    padding: 0px 0px 0px 0px;  /* top right bottom left */
    vertical-align: top;
    text-align: center;
}

           /* HIDDEN FROM LARGE SCREEN. Questions with links */
#col2part {
  display: table-cell;
  max-width:   450px;
  background-color: #ebf4fe;  /* ebf4fe Lighter baby blue */
  font-size:   105%;
  padding:     0px 6px 0px 6px;  /* top right bottom left */
  vertical-align: top;
  text-align: left;
}

                                  /* 5 columns for the navigation links before descriptions */
.wide {			
	font-size:     90%;
	line-height:   10%;
	max-width: 550px;  
	background-color: #393f46;  /* 393f46 New Dark Gray; 454444 Dark Gray; was c8dff8 Light baby blue */
        margin: auto;
	padding: 0px 0px 0px 0px;  /* top right bottom left */
	text-align: center;
	word-spacing: 5px;
}

#col0link {
    display: table-cell;
    background-color: #393f46;  /* 393f46 New Dark Gray; 454444 Dark Gray; was c8dff8 Light baby blue */
    padding: 0px 10px 2px 5px;  /* top right bottom left */
    vertical-align: top;
    text-align: center;
}

#col1link {
    display: table-cell;
    background-color: #393f46;  /* 393f46 New Dark Gray; 454444 Dark Gray; was c8dff8 Light baby blue */
    padding: 0px 10px 2px 5px;  /* top right bottom left */
    vertical-align: top;
    text-align: center;
}
#col2link {
    display: table-cell;
    background-color: #393f46;  /* 393f46 New Dark Gray; 454444 Dark Gray; was c8dff8 Light baby blue */
    padding: 0px 10px 2px 5px;  /* top right bottom left */
    vertical-align: top;
    text-align: center;
}
#col3link {
    display: table-cell;
    background-color: #393f46;  /* 393f46 New Dark Gray; 454444 Dark Gray; was c8dff8 Light baby blue */
    padding: 0px 10px 2px 5px;  /* top right bottom left */
    vertical-align: top;
    text-align: center;
}

#col4link {
    display: table-cell;
    background-color: #393f46;  /* 393f46 New Dark Gray; 454444 Dark Gray; was c8dff8 Light baby blue */
    padding: 0px 5px 2px 5px;  /* top right bottom left */
    vertical-align: top;
    text-align: center;
}

.parawidth {		/* "Below you will find answers to frequently asked ..." */
	font-size:     110%;
	line-height:   120%;
	width: 450px;
	color:  #252a30;  /* 252a30 Extremely Dark Gray; 393f46 New Dark Gray */	
        margin: auto;
	padding: 20px 0px 0px 0px;  /* top right bottom left */
	text-align: center;
	font-weight:   bold;
}

                            /* Question Boxes */
.wording {
	background-color: #dadcdd;  /* dadcdd light gray; cccdce medium gray; c8d5e1 Light Blue with gray undertones */
	width: 450px;                 /* was 100% */
	margin: auto;
	padding: 0px 0px 0px 0px;
	text-align: justify;
}

.hdr1 {            /* hdr1 not used */
  font-size:     90%;
  color:         #ffffff;
  line-height:   100%;
  text-align:    center;
  font-weight:   normal;
}

.hdr2 {              /* Questions at top of box */
  font-size:     110%;
  color:         #ffffff;
  line-height:   120%;
  text-align:    center;
  font-weight:   bold;
  font-style:    italic;
  line-height:   140%;
}

.description {		   /* Black text. */
  font-size:     100%;
  color:         #000000;
  line-height:   110%;
  text-align:    justify;
  font-weight:   normal;
  padding: 0px 0px 0px 0px; /* top right bottom left */
}

                            /* Main Table questionblue for every other table Odds */
.questionblue {
    display: table-cell;
    background-color: #f3f5f7;    /* f3f5f7 very light blue */
    padding: 0px 0px 0px 0px;  /* top right bottom left */
    vertical-align: top;
    text-align: center;
    width:   450px;
    border-bottom:  3px solid #1E5593;  /* 1E5593 Header blue */
}

.headquestion {	  /* Header Blue head Section, Every other question Odds */
	display: table-cell;
	width: 450px;
	background-color: #1E5593;  /* 1E5593 Header blue */
        margin: auto;
	padding: 5px 9px 5px 10px;  /* IMP for lining up with bottom section. Aug 2024 top right bottom left */   
	border:  1px solid #1E5593;  /* 1E5593 Header blue */
	text-align: center;  /* This makes the header text centered. */
}

.rowdescription {	/* Answer to Question in header blue area Odds */
    display: table-cell;
    font-size:     105%;
    background-color: #f6f9fd;    /* f6f9fd lighter blue; edf5fd */
    padding: 5px 10px 5px 10px;      /* top right bottom left */
    vertical-align: top;
    border-left:  3px solid #1E5593;  /* 1E5593 Header blue */
    border-right:  3px solid #1E5593;  /* 1E5593 Header blue */
    text-align:    justify;
}
                           /* Main Table questiondark for every other table Evens */
.questiondark {
    display: table-cell;
    padding: 0px 0px 0px 0px;  /* top right bottom left */
    vertical-align: top;
    text-align: center;
    width:   450px;
    border-bottom:  3px solid #0c2c50;  /* 0c2c50 Darkest Blue */
}

.headquestion2 {	  /* Darkest Blue head Section, Every other question Evens */
	display: table-cell;
	width: 450px;
	background-color: #0c2c50;  /* 0c2c50 Darkest Blue */
        margin: auto;
	padding: 5px 9px 5px 10px;  /* IMP for lining up with bottom section. Aug 2024 top right bottom left */   
	border:  1px solid #0c2c50;  /* Need this border to keep the rows collapsed together and lines placed vertically correctly. */
	text-align: center;  /* This makes the header text centered. */
}

.rowdescriptiondark {	/* Answer to Question in dark blue box area Evens */
    display: table-cell;
    font-size:     105%;
    background-color: #fdfdfe;    /* fdfdfe almost white; f3f3f4 light gray */
    padding: 5px 10px 5px 10px;      /* top right bottom left */
    vertical-align: top;
    border-left:  3px solid #0c2c50;  /* 0c2c50 Darkest Blue */
    border-right:  3px solid #0c2c50;  /* 0c2c50 Darkest Blue */
    text-align:    justify;
}

.descriptiondark {	     /* Dark Blue text. */
  font-size:     105%;
  color:         #0e2d50;  /* 0e2d50 VERY DARK blue; 154275 Dark Blue; 0c2c50 Darkest Blue */ 
  line-height:   125%;
  text-align:    left;
  font-weight:   normal;
}

.parawidth1 {              /* Small "Back to Top"  */
	font-size:     90%;
	line-height:   200%;
	width: 450px;
	color:  #000000;	
        margin: auto;
	padding: 10px 10px 0px 0px;  /* top right bottom left */
	text-align: right;
	font-weight:   bold;
}

.parawidth2 {	        /* More Padding: Small "Back to Top" */
	font-size:     90%;
	line-height:   100%;
	width: 450px;
	color:  #2b2929;     /* 2b2929 Very Dark Gray 154275 dark blue of Welcome */	
        margin: auto;
	padding: 20px 10px 0px 0px;  /* top right bottom left */
	text-align: right;
	font-weight:   bold;
}

.parawidth3 {                 /* Small "Back to Top" */
	font-size:     90%;
	line-height:   100%;
	max-width: 450px;
        margin: auto;
	padding: 20px 10px 0px 0px; /* top right bottom left */
	text-align: right;
	font-weight:   bold;
}

.parawidth4 {              /* Small "Back to Top"  */
	font-size:     90%;
	line-height:   200%;
	width: 450px;
	color:  #000000;	
        margin: auto;
	padding: 0px 0px 0px 0px;
	text-align: right;
	font-weight:   bold;
}

.smallslant {	   /* SMALL Black italics. */
  font-size:     90%;
  color:         #000000;
  line-height:   105%;
  text-align:    left;
  font-style:   italic;
}

.smallslantblack {	      /* NORMAL Black text italics. */
  font-size:     105%;
  color:         #000000;
  line-height:   105%;
  text-align:    left;
  font-style:   italic;
}

.smallslantbig {		      /* Dark Blue text italics. */
  font-size:     105%;
  color:         #154275; /* was 0c2c50 Dark Blue to match bold paragraph words 154275 */
  line-height:   105%;
  text-align:    left;
  font-style:   italic;
}

.smallslantw {	   /* White italics. */
  font-size:     90%;
  color:         #ffffff;
  line-height:   105%;
  text-align:    left;
  font-style:   italic;
}

.smallslantb {	   /* Blue italics. */
  font-size:     100%;
  color:         #0c2c50; /* Dark Blue from big to match bold paragraph words 154275 */
  line-height:   105%;
  text-align:    left;
  font-style:   italic;
}

.smallslantbl {		      /* VERY DARK blue text italics. */
  font-size:     85%;
  color:         #0e2d50;  /* 0e2d50 VERY DARK blue; */
  line-height:   115%;
  text-align:    left;
  font-style:   italic;
}

#howtosection {
	width: 100%;                 /* was 450px */
	margin: auto;
	padding: 0px 0px 0px 0px;
	text-align: justify;
}

.tablemysterybtm {
	display: table;
	width: 450px;
	margin: auto;
}

.hdr5 {                  /* hdr5 is headers at bottom of page */
  font-size:     100%;
  color:         #ffffff;
  line-height:   130%;
  text-align:    center;
  font-weight:   bold;
}

.btmbold {		  /* Bold, bottom section */
  font-size:     90%;
  color:         #000000;
  line-height:   105%;
  font-weight:   bold;
}

.headbtm1 {               /* NOT SHOWN: Who is Nancy Bond? */
	display: none;
	width: 0%;
	background-color: #539717;  /* 539717 Missing Greenbacks header green; 610a0b Maroon Gift of Love; 8b8b8b dark gray */
        margin: auto;
	padding: 0px 0px 0px 0px;     
	border:  1px solid #539717;  /* Need border to keep rows collapsed together + lines placed vertically correctly. */
	text-align: center;  /* This makes the header text centered. */
}

.headbtm00 {               /* space before boxes */
	display: table-cell;
	width: 3%;
        margin: auto;
	padding: 0px 0px 0px 0px;     
	text-align: center;  /* This makes the header text centered. */
}

.headbtm0 {               /* space between boxes */
	display: table-cell;
	width: 3%;
        margin: auto;
	padding: 0px 0px 0px 0px;     
	text-align: center;  /* This makes the header text centered. */
}

.headbtm2 {               /* Gray head Section, "Why called Stuff 4 Church?" */
	display: table-cell;
	width: 45%;
	background-color: #8b8b8b;  /* C09701 Gold My Superpower; 77c029 bright green; 8b8b8b Medium Gray */
        margin: auto;
	padding: 5px 3px 5px 3px;     
	border:  1px solid #8b8b8b;  /* Need border to keep rows collapsed together + lines placed vertically correctly. */
	text-align: center;  /* This makes the header text centered. */
}

.headbtm3 {               /* Why are you so interested in Bluebirds? */
	display: table-cell;
	width: 45%;
	background-color: #3069AE;   /* 3069AE Bluebird Blue */
        margin: auto;
	padding: 5px 3px 5px 3px;     
	border:  1px solid #3069AE;  /* Need border to keep rows collapsed together + lines placed vertically correctly. */
	text-align: center;  /* This makes the header text centered. */
}

.bodybtm1 {		/* NOT SHOWN: Who is Nancy Bond? */
    display: none;
    background-color: #f9f8f7;   /* f9f8f7 Yellowish White; e7e6e6 Pale Gray; eeebe4 Pale Green */
    padding: 6px 8px 6px 8px;
    vertical-align: top;
    text-align: justify;
    border-bottom:  3px solid #539717;   /* 539717 Missing Greenbacks header green; 8b8b8b dark gray */
    border-left:  3px solid #539717;
    border-right: 3px solid #539717;
}

.bodybtm2 {		/* "Why called Stuff 4 Church?" */
    display: table-cell;
    background-color: #e7e6e6;        /* e7e6e6 Pale Gray */
    padding: 6px 8px 6px 8px;
    vertical-align: middle;
    text-align: justify;
    border-bottom:  3px solid #8b8b8b;  /* C09701 Gold My Superpower; 77c029 bright green; 8b8b8b Medium Gray */
    border-left:  3px solid #8b8b8b;
    border-right: 3px solid #8b8b8b;
}
.bodybtm3 {		/* Why are you so interested in Bluebirds? */
    display: table-cell;
    background-color: #eff6fd;   /* eff6fd Lighter, ebf4fe Extremely light Blue */
    padding: 6px 8px 6px 8px;
    vertical-align: middle;
    text-align: justify;
    border-bottom:  3px solid #3069AE;   /* 3069AE Bluebird Blue */
    border-left:  3px solid #3069AE;
    border-right: 3px solid #3069AE;
}

#enclosure {
	background-color: #ebf4fe;  /* Very light baby blue; c8dff8 Light baby blue; cccdce Medium gray; was d7dce2 Light gray */
	max-width: 550px;
	margin: auto;
	padding: 6px 0px 0px 0px; /* top right bottom left */
}

#closing {
	background-color: #ebf4fe;  /* Very light baby blue; c8dff8 Light baby blue; cccdce Medium gray; was d7dce2 Light gray */
	width: 450px;
	margin: auto;
	padding: 0px 0px 0px 0px;
}

#colbtm1 {
    display: table-cell;
    background-color: #ebf4fe;  /* Very light baby blue; c8dff8 Light baby blue; cccdce Medium gray; was d7dce2 Light gray */
    padding: 0px 2px 0px 4px;  /* top right bottom left */
    vertical-align: middle;
    text-align: center;
    width:   20%
}

#colbtm2 {
    display: table-cell;
    background-color: #ebf4fe;  /* Very light baby blue; c8dff8 Light baby blue; cccdce Medium gray; was d7dce2 Light gray */
    padding: 0px 5px 0px 5px;  /* top right bottom left */
    text-align: center;
    line-height:   200%;
    font-weight:   bold;
    vertical-align: middle;
    width:   60%
}
#colbtm3 {
    display: none;
    background-color: #ebf4fe;  /* Very light baby blue; c8dff8 Light baby blue; cccdce Medium gray; was d7dce2 Light gray */
    padding: 0px 5px 0px 4px;  /* top right bottom left */
    vertical-align: middle;
    text-align: center;
    line-height:   150%;
    width:   0%
}
#colbtm4 {
    display: none;
    background-color: #ebf4fe;  /* Very light baby blue; c8dff8 Light baby blue; cccdce Medium gray; was d7dce2 Light gray */
    padding: 0px 0px 0px 0px;  /* top right bottom left */
    vertical-align: top;
    text-align: center;
}

#colbtm5 {
    display: table-cell;
    background-color: #ebf4fe;  /* Very light baby blue; c8dff8 Light baby blue; cccdce Medium gray; was d7dce2 Light gray */
    padding: 0px 0px 0px 0px;  /* top right bottom left */
    vertical-align: middle;
    text-align: right;
    width:   20%
}


footer {
  background-color: #223a51;
  color:            #c8d5e1;   /* Light Blue with gray undertones */
  text-align:       center;
  padding:          5px 0px 5px 0px;  /* top right bottom left */
  margin:           auto;
  font-size:        90%;
  max-width:        550px;
  line-height:      1.5;
}



h1 {
   font-size:      110%;
   color:          #154275; /* Dark Blue like Welcome at top */
}

h2 {
   font-size:     100%; 
   color:         #285784;  /* Slightly lighter Dark Blue */
}

h3 {
   font-size:     100%; 
   color:         #4674a0;  /* Medium yet lightish Blue */
}

                  /* thick1 is used for headings in closing row but NOT on phone */
.thick1 {
   font-size:     90%; 
   color:         #474444;  /* Dark Gray */
   text-align:    center;
   line-height:   1.1;
   font-weight:   bold;
}

                  /* thick2 is used for heading of the body */
.thick2 {
   font-size:     110%; 
   color:         #154275;  /* Darker Welcome blue */
   text-align:    center;
   line-height:   1.1;
   font-weight:   bold;
}

                           /* blueword is gray for phone - used in descriptions of body like Mystery, Cast to give a slight color variation */
.blueword {
   font-size:     90%; 
   color:         #1b2126;  /* Dark Gray almost black */
   text-align:    justify;

   font-weight:   bold;
}

                            /* bluewordlt is gray for phone -  used in descriptions of body like Guest, Prize, Director to give a slight color variation */
.bluewordlt {
   font-size:     90%; 
   color:         #3a4148;  /* Dark Gray with blue undertone */
   text-align:    justify;

   font-weight:   bold;
}

                          /* Used in closing gray box for video and Email not link which are NOT on phone */
.italicsm {
   font-size:     80%; 
   color:         #474444;  /* Dark Gray */
   text-align:    center;
   line-height:   80%;
   font-style:    italic;
}

                          /* Used in footer */
.italicsmblue {
   font-size:     100%; 
   color:         #c8d5e1;  /* light blue */
   text-align:    center;
   line-height:   90%;
   font-style:    italic;
}


/* No line for image links */
a.none:link, a.none:visited, a.none.hover, a.none:active {
    text-decoration: none;
    border-bottom:   none;
  }


a:link {
  color:            #154275; /* Dark Blue like Welcome at top */
  font-weight:   bold;
  text-decoration:  none;
  border-bottom:    thin dotted #154275;
}

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;
}




