/* preview.css Created by Nancy Bond for Stuff 4 Church Preview Form screen larger than 550 */

body { 
  background-color: #cccdce;   /* ebf4fe lighter baby blue; cccdce medium gray; dadcdd Light gray; c8dff8 Light baby blue */
  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:        16px;
  margin:           auto;
}

@media only screen and (max-width: 900px) {
body {
    font-size: 15px;
  }
}

#pagerectangle {
	background-color: #cccdce;   /* medium gray */
	margin: auto;
	width:  100%;
}

header {
	text-align:  center;
	width:       100%;
	margin:      auto;
}

.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: #ffffff;  /* white with header blue words found at bottom called link.white */
	width: 100%;
	margin: auto;
	padding: 0px 0px 0px 0px;  /* top right bottom left */
	text-align: center;
        color: ffffff;
}

#colnav1 {		/* FAQs */
    display: table-cell;
    background-color: #ffffff;  /* white */
    padding: 2px 10px 4px 2px;  /* top right bottom left Made the left 0 so that it works correctly when downsizing. */
    vertical-align: middle;
    text-align: center;
    width:   12.3%
}

#colnavb {		/* Preview */
    display: table-cell;
    background-color: #ffffff;  /* white */
    padding: 2px 10px 4px 10px;  /* top right bottom left */
    vertical-align: middle;
    text-align: center;
    width:   11.3%
}

#colnavc {		/* Order */
    display: table-cell;
    background-color: #ffffff;  /* white */
    padding: 2px 10px 4px 10px;  /* top right bottom left */
    vertical-align: middle;
    text-align: center;
    width:   11.3%
}

#colnavd {		/* Mysteries */
    display: table-cell;
    background-color: #ffffff;  /* white */
    padding: 2px 10px 4px 10px;  /* top right bottom left */
    vertical-align: middle;
    text-align: center;
    width:   11.3%
}

#colnave {		/* Minis */
    display: table-cell;
    background-color: #ffffff;  /* white */
    padding: 2px 10px 4px 10px;  /* top right bottom left */
    vertical-align: middle;
    text-align: center;
    width:   11.3%
}

#colnavf {		/* Christmas */
    display: table-cell;
    background-color: #ffffff;  /* white */
    padding: 2px 10px 4px 10px;  /* top right bottom left Made the right 0 so that it works correctly when downsizing. */
    vertical-align: middle;
    text-align: center;
    width:   11.3%
}

/* Responsive Top large header with bluebirds and Stuff 4 Church */
.img {
  width: 1920px;
  height: 280px;
  object-fit: cover;
}

/* Responsive image at top: Blank or 3% white to shift columns left. */
.imga {
  max-width: 100%;   /* width: 220px; */
  height: auto;     /* height: 10px; */
  object-fit: cover;
}

/* NO header for preview */
.img1 {
  max-width: 100%;   /* width: px; */
  height: auto;     /* height: px; */
  object-fit: cover;
}

/* Responsive Baby blue on branch in first closer column */
.img3 {
  max-width: 100%;   /* width: 143px; */
  height: auto;     /* height: 160px; */
  object-fit: cover;
}

/* Responsive Bluebird baby at bottom saying "Play is starting!" in 5th closer column */
.img4 {
  max-width: 100%;   /* width: 143px; */
  height: auto;     /* height: 160px; */
  object-fit: cover;
}

/* Responsive Facebook at bottom in 3rd closer column */
.img5 {
  max-width: 100%;   /* width: 120px; */
  height: auto;     /* height: 40px; */
  object-fit: cover;
}

/* Responsive email plus home mailing address at bottom in 3rd closer column */
.img6 {
  max-width: 100%;   /* width: 230px; */
  height: auto;     /* height: 134px; */
  object-fit: cover;
}

/* Responsive Theater 4 Church link at bottom in 2nd closer column */
.img7 {
  max-width: 100%;   /* width: 230px; */
  height: auto;     /* height: 64px; */
  object-fit: cover;
}

/* Responsive Nancy Bond Creations Link at bottom in 2nd closer column */
.img8 {
  max-width: 100%;   /* width: 230px; */
  height: auto;     /* height: 32px; */
  object-fit: cover;
}

/* Responsive Nancy's Etsy shop link at bottom in 2nd closer column */
.img9 {
  max-width: 100%;   /* width: 230px; */
  height: auto;     /* height: 28px; */
  object-fit: cover;
}

/* Responsive YouTube link at bottom in 3rd closer column */
.img10 {
  max-width: 100%;   /* width: 184px; */
  height: auto;     /* height: 68px; */
  object-fit: cover;
}

.h1 {
   font-size:      115%;
   color:          #154275; /* Dark Blue like Welcome on home */
  font-weight:   bold;
}

                   /* 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 */
}

.big {			    /* Very Dark Blue paragraphs at top of page. */
  font-size:     120%;
  color:         #0c2c50; /* 0c2c50 Dark Blue to match bold paragraph words 154275 */
  line-height:   120%;
  text-align:    justify;
  font-weight:   normal;
}

.darkwords {	   /* Dark Gray words how to pay */
  font-size:     95%;
  color:         #393a3b; /* 393a3b Dark Gray; 0c2c50 Dark Blue */
  line-height:   160%;
  text-align:    left;
  font-weight:   bold;
}

.boldwords {		 /* Dark Blue bold paragraph words */
  font-size:     105%;
  color:         #154275;  /* 154275 dark blue of Welcome */
  line-height:   105%;
  text-align:    left;
  font-weight:   bold;
}

.bold {			  /* Bold, black  */
  font-size:     100%;
  color:         #000000;
  line-height:   120%;
  text-align:    left;
  font-weight:   bold;
}

.boldbl {		  /* Dark Blue for MAIN words before fields */
  font-size:     100%;
  color:         #0c2c50;  /* 0c2c50 Darkest Blue; 154275 dark blue of Welcome */
  line-height:   120%;
  text-align:    left;
  font-weight:   bold;
}

.boldblsmall {		  /* Dark Blue for DT 5,6,7... */
  font-size:     90%;
  color:         #0c2c50;  /* 0c2c50 Darkest Blue; 154275 dark blue of Welcome */
  line-height:   120%;
  text-align:    left;
  font-weight:   bold;
}

.boldblslant {		  /* Dark Blue ITALIC for PLAY NAMES */
  font-size:     95%;
  color:         #0c2c50;  /* 0c2c50 Darkest Blue; 154275 dark blue of Welcome */
  line-height:   120%;
  text-align:    left;
  font-weight:   bold;
  font-style:  italic;
}

.boldblquestions {	  /* Dark Blue ITALIC for btm "Please leave any ..." */
  font-size:     95%;
  color:         #0c2c50;  /* 0c2c50 Darkest Blue; 154275 dark blue of Welcome */
  line-height:   160%;
  text-align:    center;
  font-weight:   bold;
  font-style:  italic;
}

.boldgray {		 /* Gray words top "Please provide the following contact information:" */
  font-size:     95%;
  color:         #393a3b;  /* 393a3b Dark gray in blue family; 4d5154 medium gray */
  line-height:   90%;
  text-align:    center;
  font-weight:   bold;
   font-style:  italic;
}

.boldlink {		  /* Dark Blue link words at top of page like: Preview, How to Order, ... */
  font-size:     115%;
  color:         #154275;
  line-height:   110%;
  text-align:    center;
  font-weight:   bold;
}

.smallslant {		      /* SMALL Black text italics. */
  font-size:     95%;
  color:         #000000;
  line-height:   115%;
  text-align:    center;
  font-style:   italic;
}

.slantred {	     /* Dark RED text italics. */
  font-size:     85%;
  color:         #750b0b; /* 750b0b deep red */
  line-height:   105%;
  text-align:    left;
  font-style:   italic;
}

.smallslantred {	     /* SMALL Dark RED text italics. */
  font-size:     75%;
  color:         #750b0b; /* 750b0b deep red */
  line-height:   105%;
  text-align:    left;
  font-style:   italic;
  vertical-align:  top;
}

.smallslantblack {	      /* NORMAL Black text italics. */
  font-size:     95%;
  color:         #000000;
  line-height:   120%;
  text-align:    center;
  font-style:   italic;
}

.smallslantbl {		      /* VERY DARK blue text italics. */
  font-size:     90%;
  color:         #0e2d50;  /* 0e2d50 VERY DARK blue; */
  line-height:   115%;
  text-align:    left;
  font-style:   italic;
}

.smallslantgray {		      /* Gray bold italic */
  font-size:     85%;
  color:         #7a7b7b;  /* 393a3b Dark gray in blue family; 4d5154 medium gray */
  line-height:   115%;
  text-align:    left;
  font-style:   italic;
  font-weight:   bold;
}

.smallslantw {		      /* White text italics. */
  font-size:     100%;
  color:         #ffffff;
  line-height:   115%;
  text-align:    left;
  font-style:   italic;
}

.smallslantbig {		      /* Dark Blue text italics. */
  font-size:     100%;
  color:         #0c2c50; /* was 0c2c50 Dark Blue to match bold paragraph words 154275 */
  line-height:   115%;
  text-align:    left;
  font-style:   italic;
}

/* Green Links from 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:    left;
  line-height:   120%;
  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;
}

/* 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;
}

/* Pale Blue Links - NO underline - Btm Copyright */
a.pale:link, a.pale:visited, a.pale:active {
  font-size:     100%;
  color:         #5687bc;  /* 5687bc Light Blue */
  text-align:    center;
  vertical-align: middle;
  line-height:   1;
  font-weight:   bold;
  text-decoration: none;
  border-bottom:   none;  
}

a.pale:hover {
  color:            #94b5d8;  /* 94b5d8 Pale Blue */
  font-weight:   bold;
  text-decoration:  none;
  border-bottom:    none;
}

/* 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:   140%;
  font-weight:   bold;
  text-decoration: none;
  border-bottom:   none;
}

a.headblueno:hover {
  color:            #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:   140%;
  font-weight:   bold;
  text-decoration: none;
  border-bottom:   none;
}

a.darkno:hover {
  color:            #000000;  /* Black   */
  font-weight:   bold;
  text-decoration:  none;
  border-bottom:    none;
}

/* Darkest BLUE Links - with Underline - Hover in Header Blue */
a.dark:link, a.dark:visited, a.dark:active {
  font-size:     100%;
  color:         #0c2c50;  /* 0c2c50 Darkest Blue; 262323 Almost Black */
  text-align:    left;
  line-height:   140%;
  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;
}

/* Black Links - Preview and Order Forms - BOTTOM of page in 3 boxes */
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;
}

/* Light BLUE Links for Footer - Hover white */
a.blue:link, a.blue:visited, a.blue:active {
  font-size:     100%;
  color:         #c8d5e1;   /* Light Blue with gray undertones */
  text-align:    left;
  line-height:   1.5;
  font-weight:   bold;
  text-decoration: none;
  border-bottom:    thin dotted #c8d5e1;  
}

a.blue:hover {
  color:            #ffffff;  /* White */
  font-weight:   bold;
  text-decoration:  none;
  border-bottom:    thin dotted #676869;   /* Gray */
}

/* 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 includes banner and question links about mystery dinner theaters. */     /*  tried background-image: url("images/backgroundchristmas.png"); images/backgroundchristmas.png The image used */ 
#opening {
	background-color: #ffffff;  /*ebf4fe Lighter baby blue */
	background-image: linear-gradient(#1E5593,#cccdce);   /* from 1E5593 top banner blue to cccdce light gray of page; 7e7e7f darker gray */
	width: 100%;
	margin: auto;
	padding: 0px 0px 0px 0px;  /* top right bottom left */
	text-align: center;
}

                       /* For background image with marbled paper */
#backgroundtop {
        background-image: url("images/bluepaperwrinkle45.png"); /* Blue wrinkled paper 873x1800 */
	background-color: linear-gradient(#1E5593,#cccdce);   /* 1E5593 top banner blue to cccdce light gray of page */
        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;
}

                           /* row starting form */
#coltop2 {
    display: table-cell;
    background-color: rgba(255, 255, 255, 0.90); /* White background with 90% opacity */
    padding: 5px 10px 10px 10px;  /* top right bottom left */
    vertical-align: top;
    text-align: center;
    max-width: 900px;
}

.tablefield {
	display: table-row;
}

.fieldref {		/* What the user sees to request input */
  display: table-cell;
  font-size:   100%;
  padding:     0px 5px 0px 5px; /* top right bottom left */
  vertical-align: top;
  text-align: right;
}

.fieldspace {		/* The field lined up to left */
  display: table-cell;
  font-size:   100%;
  padding:     0px 0px 10px 5px; /* top right bottom left */
  vertical-align: top;
  text-align: left;
}

.fieldarea {	/* Has blank image to Push table row left for large screen */
  display: table-cell;
  font-size:   100%;
  padding:     0px 5px 10px 5x; /* top right bottom left */
  vertical-align: top;
  text-align: left;
}

.singlefield {
  display: table;
  text-align: left;
}

.longfieldref {		/* Have you ever ordered before? ONLY words using this  */
  display: table-cell;
  font-size:   100%;
  padding:     10px 5px 12px 5px; /* top right bottom left */
  vertical-align: top;
  text-align: left;
}

.radyesno {		/* Radial button "Ever ordered before?" ONLY field using this */
  display: table-cell;
  font-size:   100%;
  padding:     10px 0px 20px 5px; /* top right bottom left */
  vertical-align: top;
  text-align: left;
  font-weight:   bold;
}

.wordshear {       /* Words "How did you hear about these plays?" ONLY words using this */
  display: table-cell;
  font-size:   100%;
  padding:     10px 5px 0px 5px; /* top right bottom left */
  vertical-align: top;
  text-align: left;
}

.drophear {		/* Dropdown "How did you hear about these plays?" ONLY field using this */
  display: table-cell;
  font-size:   100%;
  padding:     10px 0px 10px 5px; /* top right bottom left */
  vertical-align: top;
  text-align: left;
  font-weight:   bold;
}

.wordspay {       /* Words "How will you pay?" ONLY words using this */
  display: table-cell;
  font-size:   100%;
  padding:     0px 5px 0px 5px; /* top right bottom left */
  vertical-align: top;
  text-align: left;
}

.radhow {		/* Radial field Answer "How will you pay?" ONLY field using this */
  display: table-cell;
  font-size:   100%;
  padding:     4px 0px 2px 5px; /* top right bottom left */
  vertical-align: top;
  text-align: left;
  font-weight:   bold;
}

.performance {		/* Words: Number of Perfomances: ONLY words using this */
  display: table-cell;
  font-size:   100%;
  padding:     0px 5px 6px 5px; /* top right bottom left */
  vertical-align: top;
  text-align: right;
}

.dropperformances {	  /* Dropdown Field option Number of Perfomances ONLY field using this */
  display: table-cell;
  font-size:   100%;
  padding:     0px 0px 16px 5px; /* top right bottom left */
  vertical-align: top;
  text-align: left;
}

.playlist {    <!-- TABLE has listing of scripts to select -->
  display: table;
  text-align: left;
}

.checkbox {		/* Checkbox in front of the play */
  display: table-cell;
  font-size:   100%;
  padding:     3px 0px 0px 5px; /* top right bottom left */
  vertical-align: top;
  text-align: left;
}

.playname {	      /* Name of play to select */
  display: table-cell;
  font-size:   100%;
  padding:     0px 0px 3px 5px; /* top right bottom left */
  vertical-align: top;
  text-align: left;
}

.mininame {	      /* Name of mini mystery play to select */
  display: table-cell;
  font-size:   100%;
  padding:     4px 0px 3px 5px; /* top right bottom left */
  vertical-align: top;
  text-align: left;
}

/* Padding around wording Select up to 3  ... */
.padded {
	padding: 0px 0px 5px 0px;  /* top right bottom left */
}

/* Padding around "Please provide ...*/
.padding {
	padding: 0px 0px 15px 0px;  /* top right bottom left */
}

.tablecontents {
	display: table;
	border-spacing: 0px;
        margin: auto;
}

.tablerow {
	display: table-row;
}

.border {
	border: 1px solid #154275;  /*  Header blue was 54626b Dark Gray */
}

                                              /* 5 columns for 5 links of Preview, Copyright, Mysteries, About, Home */
.wide {			
	width: 100%;
	background-color: #393f46;  /* 393f46 New Dark Gray; was c8dff8 Light baby blue */
        margin: auto;
	padding: 0px 0px 0px 0px;
	word-spacing: 20px;
}

#col0link {     /* Overview */
    display: table-cell;
    background-color: #393f46;  /* 393f46 New Dark Gray; was 454444 dark gray not as blue; c8dff8 Light baby blue */
    padding: 0px 20px 2px 5px;  /* top right bottom left */
    vertical-align: top;
    text-align: center;
    width:   20%
}

#col1link {     /* Copyright */
    display: table-cell;
    background-color: #393f46;  /* 393f46 New Dark Gray; was 454444 dark gray not as blue; c8dff8 Light baby blue */
    padding: 0px 20px 2px 15px;  /* top right bottom left */
    vertical-align: top;
    text-align: center;
    width:   20%
}
#col2link {     /* Mysteries */
    display: table-cell;
    background-color: #393f46;  /* 393f46 New Dark Gray; was 454444 dark gray not as blue; c8dff8 Light baby blue */
    padding: 0px 5px 2px 5px;  /* top right bottom left */
    vertical-align: top;
    text-align: center;
    width:   20%
}
#col3link {     /* Nancy */
    display: table-cell;
    background-color: #393f46;  /* 393f46 New Dark Gray; was 454444 dark gray not as blue; c8dff8 Light baby blue */
    padding: 0px 5px 2px 5px;  /* top right bottom left */
    vertical-align: middle;
    text-align: center;
    width:   20%
}

#col4link {     /* Guidelines */
    display: table-cell;
    background-color: #393f46;  /* 393f46 New Dark Gray; was 454444 dark gray not as blue; c8dff8 Light baby blue */
    padding: 0px 5px 2px 5px;  /* top right bottom left */
    vertical-align: top;
    text-align: center;
    width:   20%
}

/* Wording is for each list of mystery summaries. */
.wording {
	width: 100%;
	margin: auto;
	padding: 0px 0px 0px 0px;
	text-align: justify;
        line-height:   1.5;
        font-weight:   bold;
}

                /* 5 columns at bottom in closing with logo, Web links, Facebook, YouTube, Address and Email, Baby Blue */
#enclosure {
	background-color: #dadcdd;  /* f3f4f4 very light gray; dadcdd lighter gray; d7dce2 a bit darker light gray */
	width: 100%;
	margin: auto;
	padding: 1px 0px 0px 0px;   /* top right bottom left */
}

#closing {
	background-color: #dadcdd;  /* f3f4f4 very light gray; dadcdd lighter gray; d7dce2 a bit darker light gray */
	max-width: 1300px;
	margin: auto;
	padding: 0px 0px 0px 0px;   /* top right bottom left */
}

#colbtm1 {
    display: table-cell;
    background-color: #dadcdd;  /* f3f4f4 very light gray; dadcdd lighter gray; d7dce2 a bit darker light gray */
    padding: 0px 0px 0px 20px;  /* top right bottom left */
    vertical-align: middle;
    text-align: center;
    width:   20%
}

#colbtm2 {
    display: table-cell;
    background-color: #dadcdd;  /* 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;
    line-height:   .6;
    font-weight:   bold;
    width:   20%
}
#colbtm3 {
    display: table-cell;
    background-color: #dadcdd;  /* 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:   22%
}
#colbtm4 {
    display: table-cell;
    background-color: #dadcdd;  /* 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: #dadcdd;  /* f3f4f4 very light gray; dadcdd lighter gray; d7dce2 a bit darker light gray */
    padding: 0px 0px 0px 0px;  /* top right bottom left */
    vertical-align: middle;
    text-align: right;
    width:   18%
}

#enclosefoot {
	background-color: #393f46;  /* 393f46 New Dark Gray; was 55626d darkish gray; */
	width: 100%;
	margin: auto;
	padding: 0px 0px 0px 0px;
}

footer {
  background-color: #393f46;      /* 55626d darkish gray; 1e5593 Was dark blue or d7dce2 light gray*/
  color:            #c8d5e1;  /* c8d5e1 Light Blue with gray undertones */    
  text-align:       center;
  padding:          10px 20px 10px 0px;  /* top right bottom left */
  margin:           auto;                       /* IMPORTANT. Auto made this footer centered. I accidentally had a 0 with no px. */
  font-size:        90%;
  max-width:        1200px;
  line-height:      1.1;
}

         /* NOT used in CLOSING Box for video and Email not link. Used picture instead so it could downsize. */
.italicsm {
   font-size:     90%; 
   color:         #474444;  /* Dark Gray */
   text-align:    center;
   line-height:   90%;
   font-style:    italic;
}

                          /* Used in footer */
.italicsmblue {
   font-size:     100%; 
   color:         #c8d5e1;  /* light blue */
   text-align:    center;
   line-height:   100%;
   font-style:    italic;
   line-height:   1.1;
}

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;
}




