h1 {
    max-width: 1000px;
    margin: 0 auto;
    color: #fff;
    padding: 5px 20px;
	text-align: right;
	font-size: 16px;
}

.headline {
	font-size: 11px;
}

nav ul {
width: 100%;
	list-style: none;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
	flex-wrap: wrap;
}

nav ul li{
	-webkit-flex-grow:1;
	-moz-flex-grow:1;
	-ms--flex-grow:1;
	-o-flex-grow:1;
	flex-grow: 1;
}


nav ul li a{
	background: #736f73;
	background-image: -webkit-linear-gradient(top, #736f73, #b3b3b3);
	background-image: -moz-linear-gradient(top, #736f73, #b3b3b3);
	background-image: -ms-linear-gradient(top, #736f73, #b3b3b3);
	background-image: -o-linear-gradient(top, #736f73, #b3b3b3);
	background-image: linear-gradient(to bottom, #736f73, #b3b3b3);
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	-webkit-box-shadow: 0px 1px 3px #666666;
	-moz-box-shadow: 0px 1px 3px #666666;
	box-shadow: 0px 1px 3px #666666;
	padding: 10px 0;
	text-align: center;
}

#camera_wrap_1 {
	border: solid 10px #525252;
	margin: 10px 0;
	height: 100%;
	box-sizing: border-box;
}

table.form {
	width: 90%;
	margin: auto;
}

table.form th{
	width: 25%;
}

table.form input, table.form textarea{
	width: 90%;
}

.iframe-content {
    position: relative;
    width: 100%;
    padding: 50% 0 0 0;
}
.iframe-content iframe {
    width: 100%;
    height: 100%;
}

ul.design_sample {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.design_sample li {
	max-width: 180px;
	text-align: center;
	float: left;
	margin: 5px;
	min-height: 300px;
}


