@charset "UTF-8";
/* CSS Document */

@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Open+Sans|Roboto|Swanky+and+Moo+Moo');

/* reset styles */
html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
 padding: 0;
 margin: 0;
 font-size: 100%;
 font-weight: normal;
}
table { border-collapse: collapse; border-spacing: 0; }
td, th, caption { font-weight: normal; text-align: left; }
img, fieldset { border: 0; }
ol { padding-left: 1.4em; list-style: decimal; }
ul { padding-left: 1.4em; list-style:square; }
q:before, q:after { content:''; }
/* end of reset styles */

h1 {
	font-size: 24px;
	font-family: 'Roboto', sans-serif;
}

h2 {
	font-size: 20px;
	font-family: 'Roboto', sans-serif;
	text-align: center;
}

.greenTxt {
	color: #21b573;
}

.orangeTxt {
	color: #fd7d1a;
}

.orangeTxtBold, .orangeTxtBold a, .menuNav {
	color: #fd7d1a;
	font-weight: 800;
}

.pastelTxt {
	color: #ffeb95;
}

.tanTxt {
	color: #ba8b50;
}

a {
	text-decoration: none;
	color: #000;
}

a:hover {
	text-decoration: none;
	color: #000099;
}

.buttonStyle {
   	min-width: 120px;
	padding: 5px 5px 5px 5px;
	margin: 5px 5px 5px 5px;
  	moz-border-radius: 5px;
  	-webkit-border-radius: 5px;
  	border: 1px solid #999;
	color: #000;
	background-color: #ffeb95;
	box-shadow: 3px 3px #888888;
}

.buttonStyle:hover {
	color: #FFF;
	background-color: #fd7d1a;
	box-shadow: #64686e 0px 0px 1px 1px;
    -moz-box-shadow: #64686e 0px 0px 1px 1px;
    -webkit-box-shadow: #64686e 0px 0px 1px 1px;
}

.buttonStyle a {
	text-decoration: none;
}

.buttonStyle a:hover {
	color: #FFF;
}

body {
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 100;
	color: #000;
}

#clear {
	clear: both;
}

#header {
	position: fixed;
	top: 0;
	width: 100%;
	height: 140px;
	background: rgba(255, 255, 255,.9) url(http://www.sojuicyjuice.com/graphics/Logo-Main-100pxhigh.png) no-repeat top center;
	border-bottom: #000 1px solid;
	z-index: 2;
}

nav {
	float:left;
   	width:100%;
}

#menu-icon {
	display: hidden;
	width: 40px;
	height: 40px;
	background: url(graphics/navIcon40px.png) center;
}

a:hover#menu-icon {
	background-color: #444;
	border-radius: 4px 4px 0 0;
}

nav ul {
	float:left;
   list-style:none;
   margin-top:110px;
   padding:0;
   position:relative;
   left:50%;
   text-align:center;
}

nav li {
	display:inline-block;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   right:50%;
   font-weight: 600;
}

nav li a {
   display:block;
   margin:0 0 0 1px;
   padding:3px 10px;
   color: #21b573;
   text-decoration:none;
   line-height:1.3em;
}

#showCase {
	position: relative;
	margin: 140px 0px 0px 0px;
	width: 100%;
	max-height: 600px;
}

#showCase img {
	width: 102%;
	max-height: 600px;
	margin-left: -2%;
}

#intro {
	position: absolute;
	top: 40px;
	left: 40px;
	width: 40%;
	padding: 10px 15px 20px 15px;
}

#intro h3 {
	font-family: 'Roboto', sans-serif;
	text-align: center;
	font-size: 30px;
	letter-spacing: 3px;
}


table {
	width: 70%;
	margin: 5px auto 5px auto;
    border-collapse: collapse;
	text-align: center;
}

th, td {
	text-align: center;
	padding: 8px;
	background-color: rgba(255, 255, 255, 0.5);
	margin: 5px auto 5px auto;
}

tr {
	text-align: center;
}

/* Start Footer Styles */
#footer {
	width: 100%;
	clear: both;
	min-height: 270px;
	background: #ffeb95;
	padding: 10px 5px 5px 5px;
}

#footer #footerLeft {
	float: left;
	width: 40%;
	text-align: center;
	margin: 10px 0 30px 1%;
	padding: 5px 5px 10px 5px;
}

#footer #footerCenter {
	display: none;
}

#footer #footerRight {
	float: right;
	width: 50%;
	margin: 10px 0 30px 0;
	padding: 10px 15px 10px 5px;
	background: none;
}

#footer #footerRight .rightSpace {
	text-align: right;
	padding-right: 50px;
}

#footer #footerRight ul {
	width: 100%;	
}

#footer #footerRight li {
	display: inline-block;
	width: 40%;
	margin: 5px 5px 5px 5%;
	list-style: none;
}

#footerCenter .footer h4 {
	padding: 0;
}

#footer #footerCenter .footerText {
	margin: 0;
	padding: 0 5px 5px 5px;
	align: center;
}
/* End of Footer Styles */


@media screen and (max-width: 768px) {  

#menu-icon {
	display: inline-block;
	position: fixed;
	top: 105px;
	left: 45%;
	width: 32px;
	height: 25px;
	background: url(http://www.sojuicyjuice.com/graphics/navIcon40px.png) no-repeat center;
	margin: 5px 5px 5px 5px;
	z-index: 1000;
}

nav ul, nav:active ul { 
	display: none;
	float: none;
	position: absolute;
	padding-left: 20px;
	background: #ffeb95;
	border: 1px solid #fd7d1a;
	left: 35%;
	top: 25px;
	width: 130px;
	height: 300px;
	border-radius: 4px 4px 4px 4px;
}

nav ul li a {
	text-align: left;
	width: 80%; 
 	height: auto; 
	padding: 10px 0 10px 40px;
	margin: 0 0 0 10px;
	border-radius: none;
	border: none;
	text-align: left;
	color: #fd7d1a;
	background-color: none;
	float: none; 
   	vertical-align: middle;
 	moz-border-radius: none;
  	-webkit-border-radius: none;
	z-index: 1000;
}

nav:hover ul {
		display: block;
}

#intro {
	position: absolute;
	top: 40px;
	left: 10%;
	width: 78%;
	padding: 10px 15px 20px 15px;
}

#footer {
	width: 100%;
	clear: both;
	min-height: 300px;
	background: #ffeb95;
	padding: 10px 5px 5px 5px;
}

}

@media screen and (max-width: 450px) {  

#menu-icon {
	display: inline-block;
	position: fixed;
	top: 105px;
	left: 42%;
	width: 32px;
	height: 25px;
	background: url(http://www.sojuicyjuice.com/graphics/navIcon40px.png) no-repeat center;
	margin: 5px 5px 5px 5px;
	z-index: 1000;
}

nav ul, nav:active ul { 
	display: none;
	float: none;
	position: absolute;
	padding-left: 20px;
	background: #ffeb95;
	border: 1px solid #fd7d1a;
	left: 30%;
	top: 20px;
	width: 30%;
	height: auto;
	border-radius: 4px 4px 4px 4px;
}

nav ul li a {
	text-align: left;
	width: 80%; 
 	height: auto; 
	padding: 10px 0 10px 40px;
	margin: 0 0 0 10px;
	border-radius: none;
	border: none;
	text-align: left;
	color: #fd7d1a;
	background-color: none;
	float: none; 
   	vertical-align: middle;
 	moz-border-radius: none;
  	-webkit-border-radius: none;
	z-index: 1000;
}

nav:hover ul {
		display: block;
}

#intro {
	position: absolute;
	top: 40px;
	left: 10%;
	width: 78%;
	padding: 10px 15px 20px 15px;
}

#footer {
	width: 100%;
	clear: both;
	min-height: 300px;
	background: #ffeb95;
	padding: 10px 5px 5px 5px;
}

#footer #footerLeft {
	float: left;
	width: 90%;
	text-align: center;
	margin: 10px 0 30px 1%;
	padding: 5px 5px 10px 5px;
}

#footer #footerCenter {
	display: none;
}

#footer #footerRight {
	display: none;
}

}