﻿/*** RESET ***/
html, body, div, span, h1, h2, h3, h4, h5, h6, p, ol, ul, li, form, label, legend, caption, aside, details, figcaption, figure, footer,header, hgroup, menu, nav, section, summary {
   margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	line-height: 1;
}

ol, ul {
	list-style: none;
}

a img {border: none}

aside, details, figcaption, figure, 
footer, header, centerbody, hgroup, menu, nav, section {display: block}

/************************ Basics ************************/

body { 
	font-size: 1.25em;
	line-height: 1.25em;
    	font-family: 'PT Sans', sans-serif;
	background: #b90;
   	font-weight: normal;
  	font-style: normal;
}


a, p a {
	text-decoration: none;
	color: #b90;
}


a {
	color: #b90;
	text-decoration: none;
	font-weight: normal;
}

.buttontext {
	color: rgba(0,0,0,0.5);
	margin: 0;
}

a:hover {

	color: #ddd;

}

.light {

	color: #fff;
	text-decoration: none;
	font-weight: normal;

}


h1, h2, h3, h4, h5, h6 {
    font-family: 'PT Sans', sans-serif;
    font-weight: regular;
	position: relative;
}


h1 {
	font-size: 2em;
	color: #000;
	margin-top: 0em;
	text-align: center;
}


h2 {
	font-size: 2em;
	color: #000;
	margin-bottom: 0.5em;
}


h3 {
	font-size: 1.2em;
	color: #000;
	margin-top: 1em;
	margin-bottom: 1em;
}


h4 {
	font-size: 0.9em;
	color: #000;
	margin-top: 0.5em;
	margin-bottom: 1em;
	text-align: left;
}


p {
	line-height: 1.5em;
	margin-bottom: 1em;
	text-align: left;
}



p.footertext{
	float:left;
	text-align: left;
	margin-bottom: 0em;
	padding: 0;
}


p.maintext{
	font-size:1em; 
	text-align: left;
	margin-top: 0em;
	margin-bottom: 0.5em;
}


p.line1{
	font-size: 1em; 
	line-height: 1.25em;
	text-align: right;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
}


p.line2{
	font-size:1em; 
	text-align: right;
	margin-top: 0px;
	margin-bottom: 0.5em;
}


.current {
	color: #FD5;
}


.notcurrent {
	color: #FFF;
}



/* NAV MENU */

#menu-icon {
	display: hidden;
	width: 30px;
	height: 30px;
	background: #222 url(images/hamburger.svg) center;
	margin-top: 10px;
}

a:hover#menu-icon {
	background-color: #b90;
}


ul {
	list-style: none;
}


ul.a {
	list-style: circle outside;
	display: block;
	overflow: auto;
	text-align: left;
}


li {
	display: inline-block;
	float: left;
}


li.a {
	display: list-item;
	list-style: circle outside;
	float: left;
	clear: both;
	margin: 0 20% 1em 10%;
}


.navwide {
	padding: 0px 20px 10px 0px;
	text-align: left;
}


/* CENTER ELEMENTS */


section {
	margin: auto;
	max-width: 980px;
	position: relative;
	padding: 0;
	display: block;
}


.container {
	max-width: 980px;
	position: relative;
    	padding-top: 0;
    	padding-bottom: 0;
    	text-align: center;
    	margin: 0 auto;
    	padding-left: 20px;
    	padding-right: 20px;
}	


.maincontainer {
	max-width: 980px;
	position: relative;
    	padding: 20px;
    	text-align: center;
    	margin: 0 auto;
	background-color: #fff;
}	



.pointer {
	border-style: solid;
	border-color: #fff;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 0px;
	border-bottom-width: 0px;
	padding: 1em 1em 1em 0em;
	margin-right: 3em;
	margin-left: 0em;
}


header {
	background-blend-mode: lighten;
	background-image: url(images/sky-simon-matzinger-small1.jpg);
	background-repeat:no-repeat;
    	background-size: cover;
	background-origin: border-box;
	background-position: center;

	width: 100%;
	height: 170px;
	position: absolute;
	margin: 0px;
	border-bottom: 0px;
	padding: 0px 0px;
	z-index: 100;

}


#logobox1{
    	float: left;
    	height: 160px;
	width: 320px;
    	/*background: url(images/GoldenLogolightBG2.svg) no-repeat center;*/
    	display: block;
    	margin: 0px 0px 0px 0px;
}

nav {
	float: left; 
	padding: 10px 20px 0px 0px;
}


centerbody {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	background: url(images/daisies-gunsan-si.jpg);
	background-repeat:no-repeat;
    	background-size: cover;
	background-origin: border-box;
	background-position: center;
	text-align: center;
	display: block;
	padding-top: 160px;
}


.headercontainer {
	position: relative;
	text-align: center;
	margin: 0 auto;
	min-width: 100%;
	min-height: 12em;
	padding: 1em 2em;
}


#navmenu {
	position: relative;
	background-color: #b90;
	background-repeat:no-repeat;
    	background-size: cover;
	background-origin: border-box;
	background-position: center;
	image-rendering: crisp-edges;
	text-align: center;
	margin: 0 auto;
	min-width: 100%;
	min-height: 30px;
	padding: 1em 0em;
}


.quote {
	padding-bottom: 1.5em;
	font-size: 1em;
}



#main {
	position: relative;
	background-color: #CCC;
	background-repeat:no-repeat;
    	background-size:cover;
	background-attachment: fixed;
	background-origin: border-box;
	background: url(images/daisies-gunsan-si1.jpg);
	background-repeat:no-repeat;
    	background-size: cover;
	background-origin: border-box;
	background-position: center;
	text-align: center;
	margin: 0 auto;
	min-width: 100%;
	min-height: 100%;
	padding: 0em;
}


#about {
	position: relative;
	background-color: #555;
	background-repeat:no-repeat;
    	background-size:cover;
	background-attachment: fixed;
	background-origin: border-box;
	text-align: center;
	margin: 0 auto;
	min-width: 100%;
	height: 100%;
	padding: 2em 0em;
}


footer {
	background-color: #b90;
	width: 100%;
	position: relative;
	margin: 0px;
	border-bottom: 0px;
	padding: 0em 0em 2em 0em;
	height: auto;
}


.footertext {
	padding: 20px 0px 0px 0px;
}


smedia {
	float: right; 
}


.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #b90;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    z-index: 1;
    right: 0;
}

.dropdown:hover .dropdown-content {
    display: block;
}


.center-cropped {
  width: 100px;
  height: 100px;
  background-position: center center;
  background-repeat: no-repeat;
}

/* Set the image to fill its parent and make transparent */
.center-cropped img {
  min-height: 100%;
  min-width: 100%;
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* IE 5-7 */
  filter: alpha(opacity=0);
  /* modern browsers */
  opacity: 0;
}


.clearfix::after {
  content: "";
  clear: both;
  display: table;
}


.productleft {
	float:left; 
	padding: 0px 20px 0px 0px;
	height: 100%;
	width: 200px;
	border-style: solid;
	border-width: 0px;	
}

p.description {
	font-size: 0.7em;
	color: #000;
}


.fancybox-slide--iframe .fancybox-content {
    width  : 1000px;
	position: relative;
    max-width  : 1000px;
    max-height : 80%;
    margin: 0;
	padding: 0;
}


.button {
	padding: 10px 20px 10px 20px;
	background:rgba(255,255,255,0.5);
	float:left;
}


/*MEDIA QUERY*/
@media only screen and (max-width : 640px) {


h2 {
	padding-top: 0.5em;
	clear: both; 
}
	
	
.quote {
	padding-bottom: 0.5em;
	font-size: 0.5em;
}


smedia {
	clear: both;
	float: left; 
}


#menu-icon {
	display:inline-block;
	width: 30px;
	height: 30px;
	background: #b90 url(images/hamburger.svg) center;
	margin-top: -5px;
}


nav ul, nav:active ul { 
	display: none;
	position: absolute;
	padding: 20px 20px 0px 0px;
	background: #b90;
	border: 0px;
	left: 0;
	top: 40px;
	width: 60%;
	z-index: 5000;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}


nav li {
	text-align: right;
	width: 100%;
	margin: -20px 0px 0px 20px;
}

nav:hover ul {
	display: block;
}


.navwide {
	padding: 20px 0px 20px 0px;
}

.fancybox-slide--iframe .fancybox-content {
    width  : 100%;
	position: relative;
    max-height : 100%;
    margin: 0;
	padding: 0;
}

}