/* Copyright (c) 2010 CoffeeCup, All rights reserved - http://www.coffeecup.com/
----------------------------------------------------------------------------------------------------*/

/* Reset v1.0 | 20080212 - http://meyerweb.com/eric/tools/css/reset/
----------------------------------------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* Reset for HTML 5 Elements
----------------------------------------------------------------------------------------------------*/

/* tells browsers that don't read html 5 tags to render like divs */
header, footer, aside, nav, article, section {
	display: block;
	margin: 0;
	padding: 0;
}
/* clears containers with floated elements, no need for extra markup! */
.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* Type
----------------------------------------------------------------------------------------------------*/

html {
	font-size: 16px;
}
body {
	color: #333;
	font: 75%/1.5em Helvetica, Arial, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	color: #91D6E3;
	font: 1.9em/1em Helvetica, Arial, sans-serif;
}
h1 {
}
h2 {
	color: #91D6E3;
}
h3 {
	color: #91D6E3;
	font-size: 2em;
	font-weight: bold;
}
h4 {
	font-size: 1.35em;
	color: #91D6E3;
    font-weight:bold;
}
h5 {
	font-size: 2.75em;
    font-family: 'Pinyon Script', cursive;
/*	font-size: 1.1em;*/    
/*	font-weight: bold;*/
}
h6 {
	font-size: 1em;
	font-weight: bold;
}
p {
	color: #999;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.0em;
	line-height: 1.5em;
	text-align: left;
}
ul {
    list-style:none;
	color: #91D6E3;
	font-size: 1.1em;
	font-weight: normal;
	line-height: 1.3em;
}
ol, ol.lowerRoman, ol.upperAlpha {
	list-style: decimal;
	color: #91D6E3;
	font-size: 1.0em;
	font-weight: normal;
	line-height: 1.3em;
}
ol.lowerRoman {
	list-style: lower-roman;
}
ol.upperAlpha {
	list-style: upper-alpha;
}
strong, b, .b {
	color: #91D6E3 !important;
	font-weight: bold;
}
a {
	color: #ccc;
	text-decoration: none;
}
/*a:link {
	color: #FFFFFF;
	outline: none;
	text-decoration: none;
}

a:visited {
	color: #FFFFFF;
	outline: none;
	text-decoration: none;
}*/

a:hover {
	color: #91D6E3;
	text-decoration: underline;
}
a:active {
	color: #91D6E3;
	outline: none;
	text-decoration: none;
}
a:focus {
	outline: 1px dotted;
}
.more {
	text-decoration: underline !important;
}
/* Spacing
----------------------------------------------------------------------------------------------------*/



h1, h2, h3, h4, h5, h6 {
	padding-bottom: 3px !important;
}
hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}
p {
	margin-right: 10px;
	padding: 5px 0;
}
blockquote {
	margin-right: 10px;
	padding: 5px 0 20px 0;
}
ul, ol {
	margin-left: 25px;
	padding-left: 0;
}
li {
	margin-bottom: 15px;
	margin-left: 15px;
}
p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset {
	margin-bottom: 10px;
}
/* Layout
----------------------------------------------------------------------------------------------------*/

html {
 background: url('https://sethmillman.com/images/jem/body_bkgd.png') repeat;
	background-color: #32423E;
	text-align: center;
}
body {
	background: none;
	margin-bottom: 20px;
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	border: none;
}
#logoTxt {
 background-image: url('https://sethmillman.com/images/jem/logo_img.png');
	background-repeat: no-repeat;
	background-position: center;
	width: 100%; /*381px;*/
	height: 118px;
	border: none;
	padding-bottom: 50px;
}
#logoTxt h1, #logoTxt h2 {
	color: #fff;
	font-size: 3em;
	line-height: 1.5em;
	text-align: center;
}
#logoTxt h2 {
	color: #fff;
}
#logoTxt h1 span, #logoTxt h2 span {
	display: block;
	position: absolute;
	top: 2px;
	right: 0;
	width: 124px;
	z-index: 9;
	border: none;
}
#logoTxt h2 span {
	top: 0 !important;
	z-index: 10 !important;
}
header {
	/*height: 170px;*/
	width: 100%;
	border: none;
}
header h1 {
	color: #333;
	font-size: 1.6em;
	margin-top: 20px;
	text-align: center;
	border: none;
}
header h1 span {
	color: #6F856C;
	display: block;
	float: right;
	padding-right: 5px;
	padding-top: 30px;
	width: 300px;
	border: none;
}
#headTxt {
	color: #000 !important;
	font-size: 4em;
	line-height: 0.3em;
	text-transform: capitalize;
	width: auto !important;
}
nav ul {
 background: url('https://sethmillman.com/images/jem/nav_bar.png') no-repeat;
	list-style: none;
	width: 960px;
	height: 56px;
	margin-left: 0;
	text-align: center;
	border: none;
}
nav ul li {
	display: inline-block;
	margin: 5px 2px 5px 3px;
	border: none;
}
nav ul li a {
	color: #FFFFFF;
	font-size: 1em;
	font-weight: normal;
	letter-spacing: 0.1em;
	padding: 10px 30px 26px 30px;
	text-transform: uppercase;
	border: none
}
nav ul li a:hover {
	color: #91D6E3;
	text-decoration: none;
}
nav ul li a.selected {
	color: #91D6E3;
}
nav ul li a.selected:hover {
	color: #91D6E3;
}
section center {
	background-color: #FFF;
	margin: 0 10px;
}
#mainRight, #mainRight2 {
	margin-top: 40px;
	width: 960px;
	text-align: left;
}
/*#mainRight h2 {
	margin-bottom: 40px;
	border: none;
}

#mainRight2 {
	width: 300px !important;
}*/

.columns {
	margin: 0 0px 0 10px;
	border: none;
	background-color: #FFF;
	display: block;
	width: 920px;
	padding: 10px 0px 20px 20px;
}
.colLeft {
	float: left;
	width: 400px;
	border: none;
}
.colLeft p{
    font-size:1.25em;
 }
.colRight {
	float: right;
	width: 400px;
	border: none;
}
.colRight p{
    font-size:1.25em;
 }
.colAsTable2 {
	  width: 20%;
    float:left;
    border: none;
}
.colAsTable2 img {
    max-width:150px;
    max-height:150px;
    padding:5px;
}
.colAsTable2 p {
    text-align:center;
}
.colAsTable {
	  width: 25%;
    float:left;
    display:inline-block;
    text-align:center;
    border:none;
}
.colAsTable img {
    max-width:150px;
    max-height:150px;
    padding:5px;
}
.colAsTable p {
    text-align:center
    padding:5px;
}
#signature {
	margin-bottom: 5px;
	margin-right: 10px;
	text-align: right;
}
footer {
	clear: both;
  background: url('https://sethmillman.com/images/jem/foot_bkgd.png') no-repeat;
	padding-top: 25px;
	height: 75px;
	border: none;
}
footer p {
	float: left;
	margin-left: 50px;
	font-size: 0.8em;
	color: #FFFFFF;
	border: none;
}
footer ul {
	float: right;
	list-style: none;
	width: 330px;
	padding-top: 2px;
	text-align: right;
	margin-right: 50px;
	border: none;
}
footer ul li {
	display: inline;
	margin: 0 5px;
	border: none;
}
footer ul li a {
	font-size: 0.9em;
	color: #FFFFFF;
}
footer ul li a:hover {
	color: #91D6E3;
}
#gallery {
   width:100%;
   height:auto;
}

#view {
    width:100%;
 }
#view img {
    max-width:150px;
    max-height:150px;
    text-align:center;
}
#search {
    width:100%;
    float:left;
    padding-top:10px;
    padding-bottom:20px;
    display:block;
    position:relative;
}
@media screen and (max-width: 768px) { 
html {
	text-align: center;
}
img {
	width: 100%;
	height: auto;
}
#logoTxt {
  background-image: url('https://sethmillman.com/images/jem/logo_img_tablet.png');
	background-repeat: no-repeat;
	background-position: center;
	width: 100%; /*381px;*/
	height: 118px;
	border: none;
	padding-bottom: 20px;
}
#logoTxt h1, #logoTxt h2 {
	color: #fff;
	font-size: 3em;
	line-height: 1.5em;
	text-align: center;
}
#logoTxt h2 {
	color: #fff;
}
header {
	/*height: 170px;*/
	width: 100%;
	border: none;
}
nav ul {
 background: url('https://sethmillman.com/images/jem/nav_bar.png') no-repeat;
	list-style: none;
	width: 100%;
	max-width: 960px;
	height: 56px;
	margin-left: 0;
	text-align: center;
	border: none;
	background-size: contain;
}
nav ul li {
	display: inline-block;
	margin: 4px 2px 1px 3px;
	border: none;
}
nav ul li a {
	color: #FFFFFF;
	font-size: 1em;
	font-weight: normal;
	letter-spacing: 0.1em;
	padding: 10px 20px 26px 30px;
	text-transform: uppercase;
	border: none
}
nav ul li a:hover {
	color: #91D6E3;
	text-decoration: none;
}
nav ul li a.selected {
	color: #91D6E3;
}
nav ul li a.selected:hover {
	color: #91D6E3;
}
section center {
	background-color: #FFF;
	margin: 0 10px;
}
#mainRight, #mainRight2 {
	margin-top: 40px;
	width: 100%;
	max-width: 960px;
	text-align: left;
}
/*#mainRight h2 {
	margin-bottom: 40px;
	border: none;
}

#mainRight2 {
	width: 300px !important;
}*/

.columns {
	margin: 0 10px 0 10px;
	border: none;
	background-color: #FFF;
	width: 96%;
	padding: 10px 0px 20px 10px;
}
.colLeft {
	width: 100%;
	border: none;
}
.colRight {
	width: 100%;
	border: none;
}
#signature {
	margin-bottom: 5px;
	margin-right: 10px;
	text-align: right;
}
footer {
	clear: both;
    background: url('https://sethmillman.com/images/jem/foot_bkgd.png') no-repeat;
	padding-top: 25px;
	height: 75px;
	border: none;
}
footer p {
	float: left;
	margin-left: 50px;
	font-size: 0.8em;
	color: #FFFFFF;
	border: none;
}
footer ul {
	float: right;
	list-style: none;
	width: 100%;
	padding-top: 2px;
	text-align: right;
	margin-right: 50px;
	border: none;
}
footer ul li {
	display: inline;
	margin: 0 5px;
	border: none;
}
footer ul li a {
	font-size: 0.9em;
	color: #FFFFFF;
}
footer ul li a:hover {
	color: #91D6E3;
}
h5 {
	  font-size: 2em;
    font-family: 'Pinyon Script', cursive;
/*	font-size: 1.1em;*/    
	  font-weight: bold;
}

#gallery {
   width:100%;
   height:auto;
}
#gallery .colAsTable img {
    max-width:100px;
    max-height:100px;
    text-align:center;
}
#gallery .colAsTable2 {
	  width: 25%;
	  float:left;
}
#gallery .colAsTable2 img {
    max-width:75px;
    max-height:75px;
    text-align:center;
}
#search {
    width:100%;
    float:left;
    padding-top:10px;
    padding-bottom:20px;
    display:block;
    position:relative;
}
}
 @media screen and (max-width: 480px) {
#logoTxt {
  background-image: url('https://sethmillman.com/images/jem/logo_img_phone.png');
	background-repeat: no-repeat;
	background-position: center;
	width: 100%; 
	border: none;
	padding-bottom: 5px;
}
nav ul {
/*    background: #000;*/
    background:none;
	  list-style: none;
    width:100%;
	  height: auto;
	  margin-left: 0;
	  text-align: center;
	  border: none;
	  background-size: auto;
}

nav ul li {
/*    background: #000; */
    background:#432A2D;
    width:90%;
    padding:1.5em;
	  display: inline-block;
	  margin: 0px 2px 1px 3px;
    border:1px white solid;
}
nav ul li a {
	color: #FFFFFF;
	font-size: 2em;
	font-weight: normal;
	letter-spacing: 0em;
	padding: 10px 5px 26px 15px;
	text-transform: uppercase;
	border: none
}
.columns {
	margin: 0 10px 0 10px;
	border: none;
	background-color: #FFF;
	width: 95%;
	padding: 10px 0px 20px 5px;
}
#gallery {
   width:100%;
   height:auto;
}
#gallery .colAsTable {
	  width: 100%;
    text-align:center;
    display:block;
    border: none;
}
#gallery .colAsTable a h5 {
    font-size:3em;
}
#gallery img {
    max-width:100px;
    max-height:100px;
    text-align:center;
}
#view{
    font-size:1.0em;
 }
#view .colAsTable2 {
	width: 50%;
    text-align:center;
    display:block;
    border: none;
}
#view .colAsTable2 p{
    text-align:center;
}
#view img {
    max-width:100px;
    max-height:100px;
    text-align:center;
}
#search {
    height:auto;
    font-size:1.25em;
    float:left;
    padding-top:10px;
    padding-bottom:20px;
    display:block;
    position:relative;
}
#search p{
   font-size:1.25em;
 } 
} 
