﻿/* CSS layout */
::root {
  --imGrey: #8E8E93;
  --imPink: #FF2D55;
  --imRed: #FF3B30;
  --imGold: #FF9500;
  --imYellow: #FFCC00;
  --imGreen: #4CD964;
  --imTeal: #5AC8FA;
  --imAqua: #34AADC;
  --imBlue: #007AFF;
  --imViolet: #007AFF;
}
body {
	margin: 0px 0px 0px 0px;
	font-size: 100%;
	line-height: 120%;
	font-family: 'Roboto', sans-serif;	font-size-adjust: 0.54;
	font-weight: normal;
	font-style: normal;
	background-color: white;
}
a:link {
	font-weight: bold;
}
.Head_Courier {
	font-family: "Courier New", Courier, monospace;
	font-size: 1.5em; /* 16x1.375=22px */
	line-height: 1.785em;/* 16x1.636=36px */
	font-weight: bold;
	text-align: center;
}
.Body_Courier {
	font-family: "Courier New", Courier, monospace;
	text-align: left;
	line-height: 1.5em;
	margin-right: 20px;
	margin-left: 20px;
}
.clearthem {
	clear: both;
}
#social {
	text-align: center;
}
a.mob-link,a.mob-link:link,a.mob-link:visited,a.showbtn,a.showbtn:link,a.showbtn:visited
{
	font-family: ‘Roboto’, Arial, serif; 
	font-weight: 300;
	color: white;
	background-color: #007AFF;
	font-size: 1.5em;
	line-height: 2em;/* 16x1.636=36px */
	width: 100%;
	text-align: center;
	padding: 0;
	padding-top: .40em;
	padding-bottom: .40em;
	border: 1px solid #000000;
	outline: 1px solid #000000;
	text-decoration: none;
	margin-left: 1px;
}

a.mob-link:hover,a.mob-link:active,a.showbtn:hover,a.showbtn:active
{
	font-family: ‘Roboto’, Arial, serif; 
	font-weight: 300;
	background-color: #5AC8FA;
	color: #8E8E93;
	font-size: 1.5em;
}
a.mob-link2,a.mob-link2:link,a.mob-link2:visited
{
	font-family: ‘Roboto’, Arial, serif; 
	font-weight: 300;
	color: #FFFFFF;
	background-color: #000080;
	font-size: 1.5em;
	line-height: 1em;/* 16x1.636=36px */;
	width: 100%;
	text-align: center;
	padding: 0;
	padding-top: .25em;
	padding-bottom: .40em;
	border: 1px solid #000000;
	outline: 1px solid #000000;
	text-decoration: none;
	margin-left: 1px;
}

a.mob-link2:hover,a.mob-link2:active
{
	font-family: ‘Roboto’, Arial, serif; 
	font-weight: 300;
	background-color: #8E6DD7;
	color: #000000;
	font-size: 1.5em;
}
.mob-btn {
	font-family: ‘Roboto’, Arial, serif; 
	font-weight: 300;
	text-align: center;
	color: #000000;
	font-size: 1.5em;
	line-height: 1.785em;/* 16x1.636=36px */
}
.mob-desc {
	font-family: ‘Roboto’, Arial, serif; 
	font-weight: 300;
	text-align: center;
	color: #000000;
	font-size: 1.5em;
	line-height: 1.785em;/* 16x1.636=36px */
}
.maintext {
	font-family: ‘Roboto’, Arial, serif; 
	font-weight: 400;
	text-indent: 30px;
	text-align: justify;
	font-size: 1.25em;
	line-height: 1.35em;
	padding-right: 30px;
	padding-left: 30px;
}
#footer {
	width: 100%;
	clear: both;
}
#I1 {
	width: 100%;
	height: 650px;
	background-color: #000000;
	border-width: 0px;
}
#copyright_notice_bottom {
	font-size: .5em;
	text-align: center;
}

.nav-btn-row {
	vertical-align: middle;
}
h1, h2, h3 {
	font-weight:normal;	
}

h1 {
	font-size: 2.5em; /* 16x1.375=22px */;
	line-height: 1.5em;/* 16x1.636=36px */;
	margin: 0;
	text-align: center;
}
h2 {
	font-size: 1.5em; /* 16x1.375=22px */;
	line-height: 1.7em;/* 16x1.636=36px */;
	margin: 0;
	text-align: center;
}
h3 {
	font-size: 1.375em; /* 16x1.375=22px */;
	line-height: 1.5em;/* 16x1.636=36px */;
	margin: 0;
	text-align: center;
}
h4 {
	font-size: 1.125em; /* 16x1.125=18px */
	margin:1em 0; /* 18x1=18px */
}
h5 {
	font-size: 0.875em; /* 16x1.125=18px */
	margin:1em 0; /* 18x1=18px */
}
.img-btn {
	border-style: solid;
	border-width: 0;
}
h6 {
	font-size: 0.75em; /* 16x1.125=18px */
	margin:1em 0; /* 18x1=18px */
}
#mobile-header {
	text-align: center;
}
#mobile-logo {
	text-align: center;
	background-color: #000000;
}
.imm-banner {
	border-width: 0px;
	width: 70%;
	padding: 2% 10% 5% 10%;
	margin-right: auto;
	margin-left: auto;
}
#mobile-top-photo {
	background-color: #000000;
}
#optisite-navigation {
	clear: both;
}
.opt-top-photo {
	width: 100%;
	border-width: 0px;
	margin: 0px;
}
.opt-top-logo {
	width: 90%;
	border-width: 0px;
	padding: 0% 5% 0% 5%;
	margin: 0px;
	background-color: #000000;
}
a.opt-link,a.opt-link:link,a.opt-link:visited,a.showbtn,a.showbtn:link,a.showbtn:visited
{
	display: block;
	color:#333300;
	background-color:#D4A017;
	font-weight: bold;
	font-size: 1.5em;
	line-height: 1em;/* 16x1.636=36px */
	width: 100%;
	text-align: center;
	padding: 0;
	padding-top: .25em;
	padding-bottom: .40em;
	border: 1px solid #000000;
	outline: 1px solid #000000;
	text-decoration: none;
	margin-left: 1px;
}

a.opt-link:hover,a.opt-link:active,a.showbtn:hover,a.showbtn:active
{
	background-color: #FDD017;
	color: #333300;
	background-image: none;
	font-size: 1.5em;
}
.opt-btn {
	text-align: center;
	color: #D5A56A;
	font-size: 1.5em;
	line-height: 1.785em;/* 16x1.636=36px */
}
.opt-desc {
	text-align: center;
	color: #FFFF99;
	font-size: 1.5em;
	line-height: 1.785em;/* 16x1.636=36px */
}

#optisite-header {
	text-align: center;
}
#optisite-logo {
	border-width: 0px;
	text-align: center;
	background-color: #000000;
}
#optisite-top-photo {
	border-width: 0px;
	margin: 0px;
	background-color: #000000;
}
table {
	width: 100%;
	border: thick #FFFFFF;
}
