/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300|Open+Sans+Condensed:700|Roboto&display=swap');

/*font-family: 'Roboto', sans-serif;
font-family: 'Open Sans Condensed', sans-serif;*/

*, ::before, ::after {
	margin: 0;
	padding: 0;
}
body {
	background-color: #006699;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
}
header {
	background-color: #cc9966;
	text-align: center;
}
.logo img {
	width: 300px;
	margin: 10px 0;
}
.contact-info {
	color: #fff;
	padding-bottom: 10px;
}
.contact-info p {
	margin-bottom: 5px;
}
.contact-info a {
	color: #fff;
	text-decoration: none;
}
nav ul {
	list-style: none;
	padding: 3px 0 0 0;
}
nav ul li {
	width:95%;
	background-color: #006699;
	margin: 6px auto;
	box-shadow: 2px 2px 3px rgba(0,0,0,0.3);
}
nav ul li a {
	display: block;
	text-decoration: none;
	color: #fff;
	padding: 5px  0 10px 10px;
	text-align: left;
}
.content {
	background-color: #fff;
	color: #006699;
	padding-bottom: 20px;
}
.content h1, .content h2 {
	font-family: 'Open Sans Condensed', sans-serif;
	text-align: center;
}
.content h1 {
	font-weight: 700;
}
.content h2 {
	font-weight: 300;
}
ul.feature-photos {
	overflow: auto;
	text-align: center;
}
ul.feature-photos li {
	display: none;
}
ul.feature-photos img {
	border: 1px solid #006699;
}
ul.feature-photos li:nth-child(-n+2) {
	display: inline-block;
}
ul.feature-photos li:nth-child(-n+2) img {
	width:150px;
	margin: 5px;
}
.specs {
	width: 85%;
	margin: 0 auto;
}
.specs-photo {
	text-align: center;
	position: relative;
	top: -30px;
}
.specs-photo img {
	border: 1px solid #006699;
}
.spec-list {
	width: 80%;
	margin: 0 auto;
	font-size: 0.8em;
}
.products {
	text-align: center;
}
.items {
	text-align: center;
	margin: 30px 0;
}
.item-photo img {
	border: 1px solid #006699;
	border-radius: 12px;
	margin: 10px 0;
}
.item-title {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: normal;
}
.item-desc span {
	display: block;
	font-weight: 700;
	margin-bottom: 5px;
}

.shipping {
	text-align: center;
	margin: 0 auto;
}
.btn {
	margin: 10px 0;
}
.btn a {
	text-decoration: none;
	color: #fff;
	background-color: #006699;
	border-radius: 5px;
	padding: 5px 20px;
}
.contact-block {
	width: calc(100% - 15%);
	margin: 20px auto;
}
.contact-block p {
	margin: 15px 0 0 0;
}
.contact-block a {
	text-decoration: none;
	color: #006699;
}
td {
	padding: 0 0 10px 0;
}
input, textarea {
	border: 1px solid #006699;
	border-radius: 2px;
	padding: 2px;
}
input[type='text'], input[type='email'] {
	width: 200px;
}
input[type='submit'] {
	padding: 10px;
	background-color: #006699;
	border-radius: 5px;
	color:#fff;
} 
.emailresponder {
	position: relative;
	top:50%;
	padding: 20px;
	text-align: center;
	background-color:#fff;
	border: 2px solid #006699;
	border-radius: 10px;
	color: #006699;
}
footer {
	text-align: center;
	color: #fff;
	font-size: 0.8em;
	padding: 20px 0;
}

/* Media Queries */

@media screen and (min-width:660px) {
	nav ul li {
		width: 30%;
		display: inline-block;
		margin: 10px 8px;
	}
	ul.feature-photos li:nth-child(-n+3) {
		display: inline-block;
		margin: 5px;
	}
	ul.feature-photos li img {
		width: 150px;
	}
	.spec-list {
	font-size: 0.9em;
	}
	.items {
	text-align: center;
	margin: 30px 60px;
	display: inline-block;
	}
	.contact-block {
		width: calc(100% - 60%);
		margin: 20px auto;
	}
}
@media screen and (min-width:760px) {
	/*.content h1 {
		margin-bottom: 15px;
	}*/
	ul.feature-photos li {
		display: inline-block;
	}
	ul.feature-photos li img {
		width:150px;
		margin: 5px;
	}
	.spec-list {
		font-size: 1em;
	}
	.items {
		text-align: center;	
		display: inline-block;
	}	
	
}
@media screen and (min-width:1020px) {
	ul.feature-photos li:nth-child(-n+2) img, ul.feature-photos li img {
		width:180px;
		margin: 5px;
	}
	.specs {
		width: calc(100% - 25%);
	}
	.spec-list {
		font-size: 1.2em;
	}
	.items {
		margin: 20px;
	}
	form {
		width:calc(100% - 30%);
		margin: 0 auto;
	}

}
@media screen and (min-width:1360px) {
	ul.feature-photos li:nth-child(-n+2) img, ul.feature-photos li img {
		width:100%;
	}
	.specs-photo {
		text-align: center;
		position: relative;
		top: -50px;
		width: 100%;
	}
	.specs {
		width: calc(100% - 35%);
		margin: 0 auto;
	}
	.spec-list {
		font-size: 1.5em;
		text-align: left;
	}
	.items {
		margin: 30px;
	}
	form {
		width:calc(100% - 50%);
		margin: 0 auto;
	}
}
@media screen and (min-width:2550px) {
	.specs {
		width: calc(100% - 60%);
	}
}











