
body {
	padding: 0;
	margin: 0;
	background-color: #ffffff;
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	color: #000000;
}

#Banner {
	top: 0; 
	left: 0; 
	margin-bottom: -1.5em;
}

#Banner img {
 	width: 100%;
	height: auto;
}

#Content  {
	padding: 0;
	margin: 0;
	background-color: #ffffff;
	width: 100%;
}

a {text-decoration: none;}
a:link {color: #212182;}
a:visited {color: #212182;}
a:hover {color: #000000;}


#Footer {
	text-align: center;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: #ffffff;
	font-size: 0.5em;
}

.CenteredText {
	text-align: center;
	padding-left: 0.5em;
	padding-right: 0.5em;
	}

.CenteredImage {
	display: block;
 	margin-left: auto;
	margin-right: auto;
}

.LargeText {
	font-size: 2em;
	}

.SmallBold {
	font-size: 0.75em;
	font-weight: bold;
	}

.ItalicTitle {
	font-style: italic;
	color: #800000;
	}



.FloatLeftImage {
	float: left;
	margin-right: 2em;
	}

.FloatLeftImage40Percent {
	float: left;
	width: 40%;
	margin-right: 0.5em;
	}



#txtarea {
	display: block;
	width: 99%;
	padding: 0.5%;
	margin: 0;
	border: 1px solid #000000;
	overflow: auto;
}

.IndentedParagraph {margin-left: 5em;}

/* Mavigation */
#navbar {
	position: -webkit-sticky;
	position: sticky;
	z-index: 2;
	top: 0;
	background-color: #ffffff;
	width: 99%;
	margin-left: 0.2em;
	margin-top: 0.5em;
	margin-bottom: 0em;
	font-size: 1em;
}

.overlay {
	height: 0%;
	width: 100%;
	z-index: 2;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0, 0.9);
	overflow-y: auto;
	transition: 0.5s;
}

.overlay-content {
	position: relative;
	top: 3em;
	width: 100%;
	padding-left: 3em;
	padding-right: 3em;
	padding-bottom: 3em;
}

.navbarbutton {
	z-index: 2;
	height: 100%;
	cursor: pointer;
	float: left;
	display: block;
	color: #808080;
	text-align: center;
	padding-left: 0.75em;
	padding-right: 0.75em;
	text-decoration: none;
	background-color: #ffffff;
	border: 1px solid black;
	border-radius: 5px;
}

.overlay a {
	text-decoration: none;
	font-size: 1em;
	color: #818181;
	display: block;
	transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
	color: #f1f1f1;
}

.overlay .closebtn {
	position: absolute;
	top: 0;
	left: 0.5em;
	font-size: 1.5em;
}

.navbarbutton:hover {
	background-color: #ddd;
	color: black;
}
/* Mavigation */




/* Video and Slide Show */
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	margin-top: 5px;
}

.mySlides {display: none;}

/* Slideshow container */
.slideshow-container {
	max-width: 1000px;
	position: relative;
	margin: auto;
}

/* The dots/bullets/indicators */
.dot {
	height: 0.5em;
	width: 0.5em;
	margin: 0 0.05em;
	background-color: #bbb;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
}

.active {
	background-color: #717171;
}

/* Fading animation */
.fade {
	-webkit-animation-name: fade;
	-webkit-animation-duration: 1s;
	animation-name: fade;
	animation-duration: 1s;
}

@-webkit-keyframes fade {
	from {opacity: .4} 
	to {opacity: 1}
}

@keyframes fade {
	from {opacity: .4} 
	to {opacity: 1}
}
/* Video and Slide Show */



.button {
	-webkit-appearance: none; /*Safari/Chrome*/
	-moz-appearance: none; /*Firefox*/
	-ms-appearance: none; /*IE*/
	-o-appearance: none; /*Opera*/
	appearance: none;
	border-radius: 0; 
	-webkit-border-radius: 0; 

	background-color: #e7e7e7;
	border: 1px solid #808080;
	color: #000000;
	padding: 0.1em 0.5em 0.1em 0.5em;
	text-align: center;
	text-decoration: none;
	display: inline-block;
  	transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	cursor: pointer;
}

.button:hover {
	background-color: #ffffff;
}



/* Calendar */
.CalendarDisplayElement {
    text-align: center; 
	font-size: 0.6em;
	width: 100%;
}

td .tooltipcontainer {
	position: relative;
}

td .tooltip {
	display: none;
	position: absolute;
	z-index: 200;
	top: 0;
	left: 0;
	max-width: 55%;
	text-align: left; 
	padding: 1em;
	background-color: #ffff99;
	border: 1px solid #808080;
	color: #000000;
}

td a:hover .tooltip {
	display: block;
}
/* Calendar */



/* Tables */

table {
	border-collapse: collapse;
}

div.Overflow {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.WideTable {
	width: 100%;
	}

.PhotoElement {
	vertical-align: top;
	padding: 0.25em;
	}

table.center {
	margin-left:auto; 
	margin-right:auto;
}

td.ContactTable {
	vertical-align: top;
	padding: 0.5em;
	width: 33%;
	text-align: center;
	}

#MonthlyTable {
	position: relative;
}



table.MonthlySchedule {
	margin-left:auto; 
	margin-right:auto;
}

table.MonthlySchedule tr.TopLine {
	text-align: center; 
	font-size: 0.825em;
}

table.MonthlySchedule td.BorderRight {border-right: 1px solid #000000;}

table.MonthlySchedule td.BorderLeft {border-left: 1px solid #000000;}

table.MonthlySchedule td.BorderTop {border-top: 1px solid #000000;}




table.MonthlySchedule td.DatePlain {
	background-color: #ffffff;
	text-align: center; 
	vertical-align: top; 
	color: #000000; 
	border-top: 1px solid #000000; 
	font-size: 0.825em;
}

table.MonthlySchedule td.DateHoliday {
	background-color: #ffffff;
	text-align: center; 
	vertical-align: top; 
	color: #ff0000; 
	border-top: 1px solid #000000; 
	font-size: 0.825em;
}

table.MonthlySchedule td.Checkbox {
	text-align: center; 
	vertical-align: top; 
	color: #000000; 
	font-size: 0.825em;
}

table.MonthlySchedule span.NofM { font-size: 0.75em; }

table.MonthlySchedule td.RightLabel {
	border-left: 1px solid #000000; 
	height: 1.5em; 
	font-size: 0.625em; 
	padding-left: 0.5em;
}





table.Profile {
	margin-left:auto; 
	margin-right:auto;
}

table.Profile td.Labels {
	text-align: right;
	padding-right: 1em;
	font-weight: bold;
}




table.Roster td.CommandButtons {
	white-space: nowrap;
	padding-right: 0.5em;
}

table.Roster td.RosterNames {
	white-space: nowrap;
	min-width: 15em;
	font-weight: bold;
}

table.Roster td.RosterPhoneNumbers {
	text-align: center;
	white-space: nowrap;
	min-width: 10em;
}

table.Roster th {
	padding-left: 0.5em;
	padding-right: 0.5em;
	}



table.PointsLog td.PointsLogHeading {
	text-align: center;
	vertical-align: bottom;
	padding-left: 1em;
	padding-right: 1em;
}

table.PointsLog td.PointsLogHeadingComment {
	vertical-align: bottom;
	padding-left: 1em;
}

table.PointsLog td.PointsLogNames {
	white-space: nowrap;
	min-width: 15em;
}

table.PointsLog td.PointsLogPoints {
	text-align: center;
}

table.PointsLog td.PointsLogComments {
	padding-left: 1em;
	white-space: nowrap;
}



.PointsTable th {
	background-color: #f0f0f0;
	padding-left: .25em;
	padding-right: .25em;
}

.PointsTable td {
	padding-left: 1em;
	padding-right: 1em;
}

.PointsTable tr:nth-child(even) {
	background-color: #f8f8f8;
	border: 1px solid #000000;
}

.PointsTable tr:nth-child(odd) {
	border: 1px solid #000000;
}

.PointsTable td.Points {
	vertical-align: top;
	text-align: center;
}

.PointsTable td.Title {
	vertical-align: top;
}



table.ScheduleTable td.DateField {
	vertical-align: top;
	padding: 1em;
	}

table.ScheduleTable td.NameField {
	vertical-align: top;
	padding: 1em 0 2em 0;
	}

table.ScheduleTable td.LeftPadded {
	padding-left: 2em;
	}


table.PhotoArrayTable {
	width: 100%;
	page-break-inside: avoid;
	page-break-after: always;
	}

table.PhotoArrayTable td {
	width: 20%;
	vertical-align: top;
	}


table.Officers {
	margin-left:auto; 
	margin-right:auto;
}

table.Officers td.OfficerNames {
	font-weight: bold;
	padding-right: 1em;
}



table.Activity {
	margin-left:auto; 
	margin-right:auto;
}

table.Activity th {
	width: 33%;
}

table.Activity td.Skinny {
	width: 1em;
}

table.Activity td.BlueBackground {
	background-color: #b3d1ff;
}

table.Activity td.BlueBackgroundText {
	vertical-align: top;
	background-color: #b3d1ff;
	padding: 1em;
}



.TuckerDropDown {
	font-size: 0.625em;
}

.TuckerTable {
	position: relative;
	z-index: 1;
	margin-right: auto;
	margin-left: auto;
	overflow: auto;
	height: 85vh;
}

.TuckerTable table {
	margin-right: auto;
	margin-left: auto;
	border-collapse: separate;
	border-spacing: 0;
}


.TuckerTable th,
.TuckerTable td {
	vertical-align: top;
}

.TuckerTable th.Managers,
.TuckerTable td.Managers {
	white-space: nowrap;
	font-weight: normal;
	border-bottom: 2px solid #000000;
	background-color: #ffffff;
	font-size: 0.75em;
	padding-left: 0.25em;
	padding-right: 0.25em;
}

.TuckerTable th.Names,
.TuckerTable td.Names {
	white-space: nowrap;
	text-align: left;
	font-weight: normal;
	border-right: 1px solid #000000;
	padding-left: 1em;
	background-color: #ffffff;
}

.TuckerTable thead.Head th {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	background-color: #d2d2d2;
	font-size: 0.75em;
	border-bottom: 2px solid #000000;
	vertical-align: bottom;
}

.TuckerTable thead th.Date {
	white-space: nowrap;
	text-align: center;
	padding-left: 0;
	padding-right: 0;
	margin-left: 0;
	margin-right: 0;
	max-width: 2em;
}

.TuckerTable thead th.WeekendDate {
	background-color: #ffff00;
	white-space: nowrap;
	text-align: center;
	padding-left: 0;
	padding-right: 0;
	margin-left: 0;
	margin-right: 0;
	max-width: 2em;
}

.TuckerTable thead th.WeekendDay {
	background-color: #ffff00;
	border-left: 2px solid #000000;
	margin-left: auto;
	margin-right: auto;
}

.TuckerTable thead th.Day {
	border-left: 2px solid #000000;
	margin-left: auto;
	margin-right: auto;;
}

.TuckerTable thead th.WeekendNight {
	background-color: #ffff00;
	margin-left: auto;
	margin-right: auto;
}

.TuckerTable thead th.Night {
	margin-left: auto;
	margin-right: auto;
}

/* safari and ios need the tfoot itself to be position:sticky also */
.TuckerTable tfoot,
.TuckerTable tfoot th,
.TuckerTable tfoot td {
	position: -webkit-sticky;
	position: sticky;
	bottom: 0;
	background-color: #d2d2d2;
	font-size: 0.75em;
	z-index: 4;
	padding-left: 1.5em;
}

.TuckerTable th:first-child {
	position: -webkit-sticky;
	position: sticky;
	left: 0;
	z-index: 4;
}

.TuckerTable th:last-child {
	position: -webkit-sticky;
	position: sticky;
	right: 0;
	z-index: 2;
}

.TuckerTable tr:nth-child(even) {
	background-color: #f2f2f2;
}

.TuckerTable thead th:first-child,
.TuckerTable tfoot th:first-child {
	z-index: 5;
}

.TuckerTable td.CheckBoxDay {
	text-align: center;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}

.TuckerTable td.CheckBoxNight {
	text-align: center;
	border-right: 1px solid #000000;
}

.TuckerTable td.NoWorkDay {
	background-color: #f2f2f2;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}

.TuckerTable td.NoWorkNight {
	background-color: #f2f2f2;
	border-right: 1px solid #000000;
}

.ShiftLogsDisplayLeft {
	margin-left: 0.25em;
}

.ShiftLogsDisplayRight {
	position: relative;
	z-index: 1;
	margin-right: 0.25em;
	margin-left: 1em;
	overflow-y: auto;
	height: 85vh;
}

.ShiftLogsDisplayRight  thead.Head th {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	background-color: #d2d2d2;
	font-size: 0.75em;
	border-bottom: 2px solid #000000;
	vertical-align: bottom;
}


table.ShiftLogs td.EntryButtons{
	white-space: nowrap;
	min-width: 7em;
}

table.ShiftLogs td.TopAligned{
	vertical-align: top;
}

table.ShiftLogs td.WhiteSpace {
	min-width: 1em;
}

table.ShiftLogs td.TimeLineLable {
	width: 3em;
	font-weight: bold;
}

table.ShiftLogs td.EntryLable {
	width: 100%;
	font-weight: bold;
	padding-left: 2em;
}

.EntryTime {
	width: 4em;
}

.EntryText {
	width: 100%;
}

.ShiftLogsCommandButtonSmall {
	/*float: left;*/

	-webkit-appearance: none; /*Safari/Chrome*/
	-moz-appearance: none; /*Firefox*/
	-ms-appearance: none; /*IE*/
	-o-appearance: none; /*Opera*/
	appearance: none;
	border-radius: 0; 
	-webkit-border-radius: 0; 

	background-color: #e7e7e7;
	border: 1px solid #808080;
	color: #000000;
	padding: 0.1em 0.5em 0.1em 0.5em;
	text-align: center;
	text-decoration: none;
	display: inline-block;
  	transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	cursor: pointer;
}

.ShiftLogsCommandButtonSmall:hover {
	background-color: #ffffff;
}

.ShiftLogsCommandButton {
	-webkit-appearance: none; /*Safari/Chrome*/
	-moz-appearance: none; /*Firefox*/
	-ms-appearance: none; /*IE*/
	-o-appearance: none; /*Opera*/
	appearance: none;
	border-radius: 0; 
	-webkit-border-radius: 0; 

	background-color: #e7e7e7;
	border: 1px solid #808080;
	color: #000000;
	padding: 0.1em 0.5em 0.1em 0.5em;
	text-align: center;
	text-decoration: none;
	display: inline-block;
  	transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	cursor: pointer;
}

.ShiftLogsCommandButton:hover {
	background-color: #ffffff;
}

.BorderTable {
	border: 1px solid #808080;
	padding-left: 0.5em;
	padding-right: 0.5em;
	text-align: center;
}

.BorderTable td {
	vertical-align: top;
	text-align: center;
}

.BorderTableAlignTop {
	border: 1px solid #808080;
	padding-left: 0.5em;
	padding-right: 0.5em;
	vertical-align: top;
	text-align: center;
}



.ShiftLogsEntryButton {
	width: 100%;

	-webkit-appearance: none; /*Safari/Chrome*/
	-moz-appearance: none; /*Firefox*/
	-ms-appearance: none; /*IE*/
	-o-appearance: none; /*Opera*/
	appearance: none;
	border-radius: 0;
	-webkit-border-radius: 0; 

	background-color: #ffffff;
	border: px  #c0c0c0;
	color: #000000;
	padding: 0.1em 0.25em 0.1em 0.25em;
	text-align: center;
	text-decoration: none;
	display: inline-block;
  	transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	cursor: pointer;
}

.ShiftLogsEntryButton:hover {
	background-color: #e7e7e7;
}


table.AnnualQualChecks td.AnnualQualChecksWideHeading {
	vertical-align: top;
	padding-left: 1em;
	padding-right: 1em;
	max-width: 30em;
}

table.AnnualQualChecks td.AnnualQualChecksNarrowHeading {
	vertical-align: bottom;
	padding-left: 1em;
	padding-right: 1em;
	max-width: 15em;
}

table.AnnualQualChecks td.AnnualQualChecksCompleted {
	vertical-align: top;
	padding-left: 3em;
	max-width: 20em;
}

/* Tables */


 /* Begin coding for responsive pages */

* {box-sizing: border-box;}

img {max-width: 100%; height: auto;}

.row:after {
	content: "";
	clear: both;
	display: block;
	}

/* 12 columns: */
[class*="col-"] {
	float: left;
	padding-top: 0;
	padding-bottom: 0.2em;
	padding-left: 1em;
	padding-right: 1em;
	}

[class*="col-"] {width: 100%;}

h1 {font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;}
h2 {font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;}
h3 {font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;}

@media only screen and (max-width:250px) {
	/* For tablets: */
	.col-s-1 {width: 8.33%;}
	.col-s-2 {width: 16.66%;}
	.col-s-3 {width: 25%;}
	.col-s-4 {width: 33.33%;}
	.col-s-5 {width: 41.66%;}
	.col-s-6 {width: 50%;}
	.col-s-7 {width: 58.33%;}
	.col-s-8 {width: 66.66%;}
	.col-s-9 {width: 75%;}
	.col-s-10 {width: 83.33%;}
	.col-s-11 {width: 91.66%;}
	.col-s-12 {width: 100%;}

	.button {font-size: 0.5em;}

	h1 {margin-left: 2em; margin-right: 2em; font-size: 1.1em;}
	h2 {margin-left: 2em; margin-right: 2em; font-size: 1.05em;}
	h3 {margin-left: 2em; margin-right: 2em; font-size: 1.em;}

	a {font-size: 0.9em;}
	p {font-size: 0.9em;}
	b {font-size: 0.9em;}
	li {font-size: 0.8em;}
	i {font-size: 0.8em; font-style: italic;}
	table {font-size: 0.75em;}

	#navbar {font-size: 0.75em;}
	.overlay-content { font-size: 1.5em; line-height: 1.75em;}
	}

@media only screen and (max-width:470px) and (min-width:250px) {
	/* For tablets: */
	.col-s-1 {width: 8.33%;}
	.col-s-2 {width: 16.66%;}
	.col-s-3 {width: 25%;}
	.col-s-4 {width: 33.33%;}
	.col-s-5 {width: 41.66%;}
	.col-s-6 {width: 50%;}
	.col-s-7 {width: 58.33%;}
	.col-s-8 {width: 66.66%;}
	.col-s-9 {width: 75%;}
	.col-s-10 {width: 83.33%;}
	.col-s-11 {width: 91.66%;}
	.col-s-12 {width: 100%;}

	.button {font-size: 0.5em;}

	h1 {margin-left: 2em; margin-right: 2em; font-size: 1.1em;}
	h2 {margin-left: 2em; margin-right: 2em; font-size: 1.05em;}
	h3 {margin-left: 2em; margin-right: 2em; font-size: 1.em;}

	a {font-size: 0.9em;}
	p {font-size: 0.9em;}
	b {font-size: 0.9em;}
	li {font-size: 0.8em;}
	i {font-size: 0.8em; font-style: italic;}
	table {font-size: 0.75em;}

	#navbar {font-size: 0.75em;}
	.overlay-content {font-size: 1.5em; line-height: 1.75em;}
	}

@media only screen and (max-width:630px) and (min-width:470px) {
	/* For tablets: */
	.col-s-1 {width: 8.33%;}
	.col-s-2 {width: 16.66%;}
	.col-s-3 {width: 25%;}
	.col-s-4 {width: 33.33%;}
	.col-s-5 {width: 41.66%;}
	.col-s-6 {width: 50%;}
	.col-s-7 {width: 58.33%;}
	.col-s-8 {width: 66.66%;}
	.col-s-9 {width: 75%;}
	.col-s-10 {width: 83.33%;}
	.col-s-11 {width: 91.66%;}
	.col-s-12 {width: 100%;}

	#Content {font-size: 1em;}

	.button {font-size: 0.5em;}

	a {font-size: 0.9em;}
	p {font-size: 0.9em;}
	b {font-size: 0.9em;}
	li {font-size: 0.8em;}
	i {font-size: 0.8em; font-style: italic;}
	table {font-size: 0.75em;}

	#navbar {font-size: 0.75em;}
	.overlay-content {font-size: 1.5em; line-height: 1.75em;}

	h1 {margin-left: 2em; margin-right: 2em; font-size: 1.1em;}
	h2 {margin-left: 2em; margin-right: 2em; font-size: 1.05em;}
	h3 {margin-left: 2em; margin-right: 2em; font-size: 1.em;}
	}


@media only screen and (max-width:1150px) and (min-width:630px) {
	/* For tablets: */
	.col-m-1 {width: 8.33%;}
	.col-m-2 {width: 16.66%;}
	.col-m-3 {width: 25%;}
	.col-m-4 {width: 33.33%;}
	.col-m-5 {width: 41.66%;}
	.col-m-6 {width: 50%;}
	.col-m-7 {width: 58.33%;}
	.col-m-8 {width: 66.66%;}
	.col-m-9 {width: 75%;}
	.col-m-10 {width: 83.33%;}
	.col-m-11 {width: 91.66%;}
	.col-m-12 {width: 100%;}

	#Content {font-size: 1em;}

	.button {font-size: 0.7em;}

	a {font-size: 1em;}
	p {font-size: 1em;}
	b {font-size: 1em;}
	li {font-size: 1em;}
	i {font-size: 1em; font-style: italic;}
	table {font-size: 1em;}
	#navbar {font-size: 1em;}
	.overlay-content {font-size: 1.5em; line-height: 1.75em;}

	h1 {margin-left: 2em; margin-right: 2em; font-size: 1.8em;}
	h2 {margin-left: 2em; margin-right: 2em; font-size: 1.5em;}
	h3 {margin-left: 2em; margin-right: 2em; font-size: 1.2em;}

	}

@media only screen and (min-width:1150px) {
	/* For desktop: */
	.col-1 {width: 8.33%;}
	.col-2 {width: 16.66%;}
	.col-3 {width: 25%;}
	.col-4 {width: 33.33%;}
	.col-5 {width: 41.66%;}
	.col-6 {width: 50%;}
	.col-7 {width: 58.33%;}
	.col-8 {width: 66.66%;}
	.col-9 {width: 75%;}
	.col-10 {width: 83.33%;}
	.col-11 {width: 91.66%;}
	.col-12 {width: 100%;}

	#Content {font-size: 1em;}

	.button {font-size: 0.8em;}

	a {font-size: 1em;}
	p {font-size: 1em;}
	b {font-size: 1em;}
	li {font-size: 1em;}
	i {font-size: 1em; font-style: italic;}
	table {font-size: 1em;}
	#navbar {font-size: 1em;}
	.overlay-content {font-size: 1.25em; line-height: 1.5em;}

	h1 {margin-left: 2em; margin-right: 2em; font-size: 1.8em;}
	h2 {margin-left: 2em; margin-right: 2em; font-size: 1.5em;}
	h3 {margin-left: 2em; margin-right: 2em; font-size: 1.2em;}

	}
                     
/* banner and NAV BAR */

#TitleLine {	
	position: absolute;
	width: 100%;
	font-size: .6em;
	top: 2em;
	line-height: 0;
	color: #FFFFFF;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-align: center;
	opacity: 1;}

/* screen width - 320 */
@media only screen and (max-width:400px) and (min-width:280px) {
	#TitleLine {font-size: .85em; top: 2em;}
	}

/* screen width - 480 */
@media only screen and (max-width:560px) and (min-width:400px) {
	#TitleLine {font-size: 1.2em; top: 2.4em;}
	}

/* screen width - 640 */
@media only screen and (max-width:704px) and (min-width:560px) {
	#TitleLine {font-size: 1.65em; top: 2.1em;}
	}

/* screen width - 768 */
@media only screen and (max-width:896px) and (min-width:704px) {
	#TitleLine {font-size: 2em; top: 2.1em;}
	}

/* screen width - 1024 */
@media only screen and (max-width:1152px) and (min-width:896px) {
	#TitleLine {font-size: 2.5em; top: 2.4em;}
	}

/* screen width - 1280 */
@media only screen and (max-width:1323px) and (min-width:1152px) {
	#TitleLine {font-size: 3.05em; top: 2.3em;}
	}

/* screen width - 1366 */
@media only screen and (max-width:1451px) and (min-width:1323px) {
	#TitleLine {font-size: 3.2em; top: 2.6em;}
	}

/* screen width - 1536 */
@media only screen and (max-width:1728px) and (min-width:1451px) {
	#TitleLine {font-size: 3.7em; top: 2.6em;}
	}

/* screen width - 1920 */
@media only screen and (max-width:1984px) and (min-width:1728px) {
	#TitleLine {font-size: 3.9em; top: 2.25em;}
	}

/* screen width - 2048 */
@media only screen and (max-width:2304px) and (min-width:1984px) {
	#TitleLine {font-size: 4.1em; top: 2.3em;}
	}

@media only screen and (min-width:2304px) {
	#TitleLine {font-size: 4.3em; top: 2em;}
	}

 /* end coding for responsive pages */





