body {
	margin: 0;
	background: url(studio.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
nav {
	height: 50px;
	padding: 10px;
	/*border-bottom: 2px solid #DDD;*/
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100px;
	background-color: white;
	background-color: #E3E3E3;
	box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.7);
}
nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
nav ul div {
	float: right;
	display: inline-block;
	vertical-align: top;
}
nav ul li {
	display: inline-block;
	height: 50px;
	line-height: 50px;
}
nav ul li.title {
	float: left;
}
nav ul li a {
	display: block;
	padding-left: 0.7em;
	padding-right: 0.7em;

	height: 50px;
	color: #111;
	text-decoration: none;
	font-family: Arial, sans-serif;
	font-size: 13px;
	transition: background-color 0.2s;
}
nav ul li a:hover {
	background-color: #D3D3D3;
	transition: background-color 0.2s;
}
nav ul li a:active {
	background-color: #D3D3D3;
	box-shadow: inset 0px 2px 10px #BBB;
}
nav ul li.title a {
	font-family: Helvetica, sans-serif;
	font-weight: 300;
	font-size: 18px;
}
nav ul li.title:first-child a {
	padding-right: 0.3em;
}
nav ul li.title.last > a {
	padding-left: 0.3em;
}
nav ul li.title a span {
	color: #25547f;
	font-weight: normal;
}
nav ul li ul {
	display: none;
	box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
}
nav ul li:hover ul {
	display: block;
}
nav ul li ul li a:link {
	background-color: #E3E3E3;
}
nav ul li ul li a:hover {
	background-color: #D3D3D3;
}
nav ul li.last a span {
	color: #999;
}

/********************************************************/

section.topimg {
	min-height: 300px;
	margin-top: 70px;
	padding-bottom: 10px;
	background: rgba(255, 255, 255, 0.7);
}
section.topimg h1 {
	font-size: 72px;
	text-align: center;
	margin-top: 0;
	margin-bottom: 20px;
	padding-top: 40px;
	font-family: Helvetica, sans-serif;
	font-weight: 300;
	text-shadow: 0px 0px 4px white;
}
section.topimg p {
	max-width: 600px;
	margin: 0 auto;
	padding: 10px;
	background-color: rgba(240, 240, 240, 0.8);

	font-family: Arial, sans-serif;
	font-size: 15px;
	line-height: 1.63em;
}

article {
	padding: 10px;
	box-shadow: 0px -1px 10px rgba(0, 0, 0, 0.7);
	background-color: white;
	background-color: #E3E3E3;
	box-shadow: 0px 100px 0px white, 0px 200px 0px white, 0px 300px 0px white, 0px 400px 0px white;

	/*min-height: 600px;*/
}
article .container {
	max-width: 1280px;
	margin: auto;
}
article .container p {
	font-family: Arial, sans-serif;
	font-size: 15px;
	line-height: 1.63em;
	max-width: 800px;
	margin: auto;
}
article .container h2 {
	font-size: 48px;
	text-align: center;
	margin-top: 0;
	margin-bottom: 20px;
	padding-top: 40px;
	font-family: Helvetica, sans-serif;
	font-weight: 300;
	text-shadow: 0px 0px 4px white;
}
article .container h3 {
	font-size: 32px;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 10px;
	font-family: Helvetica, sans-serif;
	font-weight: 300;
	text-shadow: 0px 0px 4px white;
}
article .container h3 span {
	font-weight: normal;
	color: #25547f;
}

blockquote {
	font-family: Arial, sans-serif;
	font-size: 15px;
	line-height: 1.3em;
}

.col25 {
	width: 25%;
	display: inline-block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 10px;
	vertical-align: top;
}
.col25 h3 {
	text-align: center;
	font-family: Helvetica, sans-serif;
	font-weight: 300;
}
.col25 p {
	font-family: Arial, sans-serif;
	font-size: 15px;
	line-height: 1.63em;
}
.col25 ul li {
	font-family: Arial, sans-serif;
	font-size: 15px;
	line-height: 1.63em;
}
.col33 {
	width: 33.3%;
	display: inline-block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 10px;
	vertical-align: top;
}
.col33 h3 {
	text-align: center;
	font-family: Helvetica, sans-serif;
	font-weight: 300;
}
.col33 p {
	font-family: Arial, sans-serif;
	font-size: 15px;
	line-height: 1.63em;
}
.col33 ul li {
	font-family: Arial, sans-serif;
	font-size: 15px;
	line-height: 1.63em;
}
.col33.gallery {
	text-align: center;
}
.col33.gallery img {
	max-width: 100%;
	margin-bottom: 15px;
}
.col50 {
	width: 50%;
	display: inline-block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 10px;
	vertical-align: top;
}
.col50 h3 {
	text-align: center;
	font-family: Helvetica, sans-serif;
	font-weight: 300;
}
.col50 p {
	font-family: Arial, sans-serif;
	font-size: 15px;
	line-height: 1.63em;
}
.col50 ul li {
	font-family: Arial, sans-serif;
	font-size: 15px;
	line-height: 1.63em;
}
.col66 {
	width: 66.6%;
	display: inline-block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 10px;
	vertical-align: top;
}
.col66 h3 {
	text-align: center;
	font-family: Helvetica, sans-serif;
	font-weight: 300;
}
.col66 p {
	font-family: Arial, sans-serif;
	font-size: 15px;
	line-height: 1.63em;
}
.col66 ul li {
	font-family: Arial, sans-serif;
	font-size: 15px;
	line-height: 1.63em;
}

.col75 {
	width: 75%;
	display: inline-block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 10px;
	vertical-align: top;
}
.col25 {
	width: 25%;
	display: inline-block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 10px;
	vertical-align: top;
}
.col100 {
	width: 100%;
	display: inline-block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 10px;
	vertical-align: top;
}

.btn {
	padding: 10px;
	border: 1px solid #000;
	background-color: #333;
	box-shadow: inset 0px 1px 0px #555;
	text-shadow: 0px -1px 0px black;
	color: #DDD;
	text-decoration: none;
	font-family: Helvetica, sans-serif;
	font-weight: 300;
	border-radius: 3px;
	font-size: 13px;
}
.btn:hover {
	box-shadow: inset 0px 1px 0px #666;
	background-color: #444;
}
.btn:active {
	box-shadow: inset 0px 1px 3px #222;
	background-color: #333;
}

/* **** CONTACT FORM **** */
.button {
	border: 2px solid #999;
	background-color: #BBB;
	color: black;
	padding: 11px;
	font-family: Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 300;
	outline: 0;
	cursor: pointer;
	width: 100%;
}
.button:hover {
	border: 2px solid #777;
}
.button:active {
	border: 2px solid #777;
	background-color: #999;
}
input.textbox, .textarea {
	padding: 10px;
	border: 2px solid #999;
	font-family: Helvetica, sans-serif;
	font-size: 20px;
	letter-spacing: 0px;
	color: #333;
	box-shadow: inset 0px 2px 3px #DDD;
	width: 100%;
	background-color: #F3F3F3;

	transition: box-shadow 0.2s, border 0.2s;

	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
input.textbox:focus, .textarea:focus {
	border: 2px solid rgb(16, 113, 194);
	outline: 0;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
	transition: box-shadow 0.2s, border 0.2s;
}
.textarea {
	height: 170px;
}
form label {
	display: block;
	/*margin-top: 10px;*/
	font-weight: bold;
	font-family: Helvetica, sans-serif;
	font-size: 15px;
	margin-bottom: 3px;
}

div.success {
	border: 1px solid #006600;
	background-color: #CCFFCC;
	border-radius: 4px;
	padding: 7px;
	font-family: Helvetica, sans-serif;
}
div.error {
	border: 1px solid #660000;
	background-color: #FFCCCC;
	border-radius: 4px;
	padding: 7px;
	font-family: Helvetica, sans-serif;
}
/**********/

@media screen and (max-width: 700px) {
	body {
		background-position: 0px 0px !important;
	}
	nav {
		height: auto;
		position: static;
	}
	nav ul div {
		display: block;
		float: none;
	}
	nav ul li {
		display: block;
		height: auto;
	}
	nav ul li.title {
		float: none;
	}
	nav ul li.title.last > a {
		padding-left: 0.3em;
		background-color: #8AC3EA;
	}
	nav ul li ul {
		display: block;
		box-shadow: none;
		background-color: #8AC3EA;
		padding-bottom: 10px;
	}
	nav ul li ul li a {
		background-color: #E0EFF9;
		margin: 0px 10px;
	}

	.col33,.col50,.col66 {
		display: block;
		width: 100%;
	}

	section.topimg {
		min-height: 0px;
		padding-bottom: 0;
	}
	section.topimg h1 {
		padding-top: 0px;
	}
}