body {
	padding: 0;
	margin: 0;
	background-color: #393939;
	font-family: 'Open Sans', sans-serif;
}

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

h1 {
	text-align: center;
	color: #f6a920;
}

.hide {
	display: none;
}

#lightbox1, #lightbox2, #lightbox3 {
	text-align: center;
}

#map {
	margin-top: 15px;
	width: 275px;
	height: 200px;
}

#print {
	background-image: url("../Images/print.jpeg");
	background-repeat: no-repeat;
	background-size: 270px 200px;
}

#embroid {
	background-image: url("../Images/embroid.jpeg");
	background-repeat: no-repeat;
}

#screen {
	background-image: url("../Images/screen.jpeg");
	background-repeat: no-repeat;
}

#text {
	color: #fff;
}

.footnote {
	font-size: 12px;
}

.left {
	float: left;
	margin: 15px;
	width: 270px;
	cursor: pointer;
}

.left h3 {
	text-align: center;
	color: #bbb;
	background-color: #222;
	padding: 20px;
	opacity: 0.9;
}

.left p {
	color: #fff;
}

.container {
	width: 900px;
	margin: 0 auto;
}

.col-md-3 {
	width: 225px;
	float: left;
}

.col-md-9 {
	float: left;
	width: 600px;
	margin-left: 75px;
	color: #f6a920;
	font-size: 20.8px;
}

.col-sm-12 {
	width: 900px;
	float: left;
}

.catalog {
	float: left;
	width: 285px;
	margin-left: 15px;
	margin-bottom: 75px;
}

.catalog:first-child {
	margin-left: 0;
}

.catalog:nth-child(4) {
	margin-left: 0;
}

.bottom {
	width: 300px;
	float: left;
	font-size: 20.8px;
	color: #f6a920;
	margin-right: 50px;
}

.form {
	float:left;
}

.form iframe {
	float: left;
}

.col-md-2 {
	float: left;
}

@media only screen and (max-device-width: 500px) {
	body, html {
		overflow-x: hidden;
	}
	
	#map {
		margin-top: 50px;
	}
	
	#banner {
		width: 100vw;
	 	padding: 0;
	 	margin: 0;
	 	position: relative;
	 	right: 40px;
	 	
	}	
}