
body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-color:#E0EAF8;
//background-color:#11345E;
//background-color:#C1D6F1;
//background-color:white;
}
div.iPhone5-template{
	margin: auto;
	position: fixed;
	z-index: 2;
	width: 320px;
	height: 568px;
	border: 1px dashed darkgrey;
}
div.iPhone6-template{
	margin: auto;
	position: fixed;
	z-index: 2;
	width: 375px;
	height: 667px;
	border: 1px dashed darkgrey;
}
div.iPhone6p-template{
	margin: auto;
	position: fixed;
	z-index: 2;
	width: 414px;
	height: 736px;
	border: 1px dashed darkgrey;
}


@media only screen and (orientation: portrait) {
    .hide-portrait{
			display: none;
		}
	}
@media only screen and (orientation: landscape) {
    .hide-landscape{
			display: none;
		}
	}
/* Cell Phone Settings */
div.nav-g-upper{
	margin: auto;
	position: fixed;
	top:0;
	width: 100%;
	z-index: 5;
	background-color:#11345E;
	line-height:1.5em;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border-bottom:1px solid grey;
}

div.nav-g-upper-left{
	margin: auto;
	position: fixed;
	top:0;
	left: 0;
	z-index: 6;
	line-height:1.5em;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}


div.nav-g-upper-right{
	margin: auto;
	position: fixed;
	top:0;
	right:0;
	z-index: 5;
	background-color:#11345E;
	line-height:1.5em;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border-bottom:1px solid grey;
}


div.nav-g-under{
	margin: auto;
	position: fixed;
	width: 100%;
	z-index: 2;
	top:45px;
	height:1.3em;
	margin: 0 0 0 0;
	padding: 3px 0 0 0;
	//border: 1px solid red;
    background-color: #11345E;
}
div.nav-g-burger{
	position: fixed;
	top:2px;
	left:2px;
	z-index: 5;
}
div.nav-g-amazon{
	position: fixed;
	top:2px;
	right:2px;
	z-index: 5;
	color: orange;
	font-size: 1.4em;
	line-height:1.5em;
	margin-top: 0.54em;
	margin-bottom: 0em;
	margin-right: 0.1em;
	margin-left: 0.1em;
}
a.nav-g-burger{
	color: white;
}
a.nav-g-amazon{
	color: orange;
}
div.footer-icons{
	margin: auto;
	position: fixed;
	bottom:0;
	width:1.6em;
	z-index: 5;
	background-color:white;
	line-height:1.5em;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border-top-right-radius: 0.8em;
	font-size: 1em;
    background-color: #11345E;
}
div.footer-icons-rght{
	right:0;
	border-top-left-radius: 0.8em;
	border-top-right-radius: 0em;
}
a.footer-icons{
	color: white;
}
.center {
    text-align: center;
}
p.my-caption {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	padding: 0 0 0 0;
}
div.my-caption {
	text-align: center;
	padding: 0 0 0 0;
}
.round-corn{
	border-radius: 5px;
}
/* Old float-to-left 
.float-to-left{
	float: left;
	margin-top: 20px;
	margin-right: 20px;
	margin-right:  0.5em;
	margin-bottom: 20px;
	padding: 0px;
}
*/
.float-to-left{
	float: left;
	margin-top:    0;
	margin-right:  1em;
	margin-left:  0.1em;
	margin-bottom: 1em;
	padding: 0px;
}
.float-to-right{
	float: right;
	margin-top: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
	padding: 0px;
}

.set-inline-block{
	display: inline-block;
}

.set-wide-sixty{
	display: inline-block;
	width: 60px;
	border: 1px solid white;
}
.set-wide-forty{
	display: inline-block;
	width: 40px;
	//border: 1px solid white;
}
.nav-text {
	font-family:Arial, Helvetica, sans-serif;
	color: white;
	font-size: 0.8em;
	font-weight: 100;
}

.shad-box {
    box-shadow: 0px 3px 3px Grey;
}

.opal {
    opacity: 0;
    filter: alpha(opacity=50); /* For IE8 and earlier */
} 
.pad-right {
	padding-right: 30px;
}
.pad-left {
	padding-left: 30px;
}
.pad-both {
	padding-left: 0.5em;
	padding-right: 0.5em;
}
.pad-none{
	padding: 0 0 0 0;
}
.margin-bottom-none{
	margin-bottom: 0;
}

a.nav-text {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
}

/* CSS Styles for Dropdown Menu (Hamburger) */
/* Unused 2020-01-28 */
/*
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    //background-color: #333;
	z-index: 5;
}

li {
    float: left;
}

li a, .dropbtn {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
	z-index: 5;
}

li a:hover, .dropdown:hover .dropbtn {
    background-color: white;
	color:black;
	z-index: 5;
}

li.dropdown {
    display: inline-block;
	z-index: 5;
}

*/

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 5;
}

.dropdown-content a {
    color: black;
    padding: 4px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
	z-index: 5;
}

.dropdown-content a:hover {
background-color: #f1f1f1;
	z-index: 5;
}

.dropdown:hover .dropdown-content {
    display: block;
	z-index: 5;
}


/* Setting Changes for Tablets */

@media only screen and (min-width: 601px) {
	div.nav-g-upper{
		//no changes
	}
	div.nav-g-under{
		//no changes
		//top:55px;
		//height:1.6em;
	}
	div.nav-g-burger{
		display:none;
	}
	div.nav-g-amazon{
		//no changes
		//margin-top: 0.74em;
	}
}

/* Settings Changes for Desktops */

@media only screen and (min-width: 769px) {
	div.nav-g-upper{
		//no changes
	}
	div.nav-g-under{
		top:55px;
		height:1.6em;
	}
	div.nav-g-burger{
		display:none;
	}
	div.nav-g-amazon{
		margin-top: 0.74em;
	}
}

/* NOTE: Use inheritance!!  */
.float-box-90 {
    display: inline-block;
	top: 0px;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height:1.3em;
	height:30px;
    width: 90px;
}
.float-box-80 {
    width: 80px;
}
.float-box-70 {
    width: 70px;
}
.float-box-60 {
    width: 60px;
}
.float-box-50 {
    width: 50px;
}
.float-box-40 {
    width: 40px;
}
.float-box-30 {
    width: 30px;
}
.float-box-hide {
	display:none;
}
.button-placeholder{
	background-color: yellow;
	color: yellow;
	border:none;
	display:inline-block;
	outline:0;
	padding:0  16px;
	vertical-align:middle;
	overflow:hidden;
	text-decoration:none;
	color:inherit;
	background-color:inherit;
	text-align:center;
	white-space:nowrap
}
table.content-tables{
	width:75%;
	cellspacing:4px;
}
.nav-text{
	font-size: 0.6em;
}
a.nav-text {
	font-size: 0.8em;
	font-weight: bold;
}
.float-box-90 {
	line-height:1.3em;
	height:20px;
}
input.go-inline{
	display: inline;
}

.z-ten{
	z-index:10;
}
.z-fifteen{
	z-index:15;
}
.z-twenty{
	margin: auto;
	position: fixed;
	z-index: 20;
	top:50px;
	
}
.float-box-burger {
    display: inline-block;
	top: 0px;
	margin-top: 16px;
	padding-top: 0px;
	padding-bottom: 0px;
    width: 1em;
}