body {
	color: #555;
	font-family: 'Muli', Arial, sans-serif;
	font-weight: 300;
	font-size: 11px;
}

a {
	color: #676767;
	text-decoration: underline;
}

a:hover {
	color: #cae6f6;
	text-decoration: underline;
}

ul {
	list-style-type: none;
}

.button:hover {
	cursor: pointer;
}

header {
	/*border: 1px solid red;*/

	display: block;
	position: absolute;
	left: 20px;
	top: 25px;
	width: 190px;
}

nav a {
	text-decoration: none;
}

nav a:hover {
	color: #676767;
}

nav .level1 {
	font-size: 11px;
	padding-left: 0;
}

nav .level1 > .catnav {
	font-weight: 700;
	padding: 0px 0px 0px 0px;
}

nav .level2 {
	font-weight: 300;
	font-size: 11px;

	margin-top: 0px;
	margin-bottom: 8px;
	padding-left: 0;
}

nav .level2 > .catnav {
	padding: 0px 0px 0px 0px;
}

nav .level1 > li:first-child { /* title li !! */
	padding-bottom: 10px;
}

nav a#title {
	color: #cae6f6;
	font-family: 'Homemade Apple', serif;
	font-size: 17px;
	font-weight: 400;
	text-decoration: none;
}

nav a#title h1 {
	display: inline;
}

nav a#title:hover {
	text-decoration: underline;
}

nav a#contactbtn {
	color: #cae6f6;
	font-size: 14px;

	border-radius: 6px;
	padding: 2px 4px 2px 2px;
	position: relative;
	top: -10px;
	left: 2px;
}

nav a#contactbtn:hover {
	color: white;
	background-color: #cae6f6;
	font-size: 14px;
}







.content-boxes {
	/*border: 1px solid blue;*/

	position: relative;
	margin-left: 220px;
}







#infobox {
	max-width: 500px;
	margin-top: 70px;
}

#infobox p {
	margin: 11px 0px;
}

#infobox p:first-child {
	margin: 0px 0px 11px;
}



#textbox p {
    max-width: 480px;
    padding-right: 20px;
}



#imagebox {
	padding-bottom: 47px;
	padding-right: 20px;
}

#imagestack {
	/*border: 1px solid red;*/
}

#imagestack img {
	/*border: 1px solid red;*/

	display: block;
	margin-top: 45px;
}
#imagestack img:first-child { margin-top: 0px; }

#imagestack.imgstack-enabled {
	position: relative;
}

#imagestack.imgstack-enabled img {
	position: absolute;
	left: 0px;
	top: 15px;
	margin: 0px;
	visibility: hidden;

	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
#imagestack.imgstack-enabled img:first-child { }

#imagestack.imgstack-enabled img.visible {
	visibility: visible;
}

#imagestack.imgstack-enabled  #imgstack-nav {
	-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

#imgstack-back, #imgstack-next {
	display: block;
	position: absolute;
	height: 100%;
	z-index: 10;
}

#imgstack-back {
	width: 20%;
	cursor: w-resize;
}

#imgstack-next {
	left: 20%;
	width: 80%;
	cursor: e-resize;
}



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

header {
	position: relative;
}
    
.content-boxes {
  margin: 0;
  padding-left: 20px;
}

#imagestack {
	width: 100% !important;
	height: 500px !important;
}

}