* {
	margin: 0;
	padding: 0;
	font-size: 17px;
	font-family: 'helvetica';
	text-decoration: none;

}
body {
	background: #f9f2ec;
}
li {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
a{

	margin: 0;
	padding: 0;
}
img {
	max-width: 100%;
	width: auto;
	height: 100%;
}
.container {
	box-shadow: 0 0 30px grey;
	position: relative;
	padding-top:0; 
	width: 83%;
	margin: 0 auto;
	margin-top: 20px;
	min-height: 100vh;
	background: rgb(255,255,255);
	
	
}

.nav {
	width: 100%;
	height: 50px;
	display: inline-flex;
	justify-content: space-between;
	align-items: center;
	box-shadow: 0 10px 5px -10px gray;
}
.navigation li {
	display: inline-flex;
	width: 32%;
	height: 50px;
	text-align: center;
	justify-content: center;
	color: black;

	
}
.navigation {
	width: 70%;
	height: 100%;
	vertical-align: middle;
	line-height: 50px;

}
.logo {
	vertical-align: middle;
	line-height: 40px;
	text-align: center;
	width: 30%;
	height: 100%;
}
.logo a {
	color: #b70000;
	font-family: 'courier';
	font-weight: bolder;
	font-size: 30px;
	letter-spacing: 2px;
}
.navigation li:hover {
	border-bottom:2px solid #b70000;
}
.main-content {
	width: 90%;
	margin: 0 auto;
}
.main-image {
	box-shadow: 0 0 10px grey;
	-moz-box-shadow:0 0 10px grey;
	-webkit-box-shadow:0 0 10px grey;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 100%;
	height: auto;
}
.main-image img {
	width: 100%;
	height: auto;
}

.section {
	width: 100%;
	height: auto;
	text-align: justify;
}
.section h1 {
	color: grey;
	font-size: 25px;
	margin-bottom: 15px;
}

.section p {
	letter-spacing: 0.5px;
	line-height: 1.5em;
	padding-bottom: 20px;
}
.products {
	width: 90%;
	margin:0 auto;
	margin-top: 35px;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;

}
.product {
	width: 17%;
	min-width: 150px;
	height: 170px;
	border: 1px solid black;
	box-shadow: 0 0 20px grey;
	margin-bottom: 50px;
	text-align: center;
	

}


.product img {
	min-width:100%;
	width: 100%;
	max-width: 100%;
	height: 100%;
	max-height: 100%;
}
.catalog {
	width: 90%;
	margin: 0 auto;
}
.catalog a {
	text-decoration: underline;
	color: red;
}
.contact {
	display: inline-flex;
	justify-content: space-around;
	align-items: baseline;
	width: 90%;
	height: 400px;
	margin-left: 5%;
	margin-top: 35px;
	
}
.container-info {
	width: 40%;
	height: 300px;
	animation-name: left;
    animation-duration: 2s;
    background: white 0.9;
	
}
.info {
	font-size: 20px;
	align-items: center;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 10px grey;
	-moz-box-shadow:0 0 10px grey;
	-webkit-box-shadow:0 0 10px grey;
}
.info div {
	width: 100%;
	height: 20px;
}

.info p {
	line-height: 35px;
	padding-left: 0;
	margin-left: 0;
}
.info a {
	color: #b70000;
	text-decoration: underline;
}
.h1 {
	padding-bottom: 25px;
	font-size: 25px;
	color: grey;
	text-align: center;
}
.info b {
	font-size: 20px;
	color: grey;
	padding-left: 20px;
}
.map{
	width: auto;
	max-height: 350px;
	animation-name: right;
    animation-duration: 2s;
}
.map img {
	height: 300px;
	box-shadow: 0 0 10px grey;
	-moz-box-shadow:0 0 10px grey;
	-webkit-box-shadow:0 0 10px grey; 
}
.contact-two {
	display: inline-flex;
	justify-content: space-around;
	align-items: baseline;
	width: 90%;
	height: 400px;
	margin-left: 5%;
	margin-top: 10px;
}
.switch {
	margin-right: 20px;
	width: 30px;
	height: 30px;
	border: 2px solid #d3d3d3;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 10%;
}
.switch .fa {
	color: grey;
	font-size: 25px;
}
.switch {
	display: none;
}
.switch .fa: hover {
	color: #d3d3d3;
}
footer {
	width: 100%;
	height: 40px;
	background: #f9f2ec;
	display: flex;
	align-items: center;
	justify-content: space-around;
}
footer a {
	color: #b70000;
	text-decoration: underline;
}

.norex {
	font-size: 18px;
	color: red;
	font-weight: bold;
}



@media only screen and (max-width: 1024px) {
	.product {
		width: 25%;
	}
	.container {
		width: 85%;
	}
	.contact {
		width: 100%;
		margin-left: 0;

	}
	.contact-two {
		width: 100%;
		margin-left: 0;

	}
	.container-info {
		width: 51%;
	}
	.map{
		width: 49%;
	}
	footer {
		display: none;
	}
	.navigation li {
		width: 31.5%;
	}
	.info b {
	line-height: 10px;
	padding-left: 0;
	margin-left: 0;
}


}


@media only screen and (max-width: 768px) {
	.container {
		width: 95%;
	}
	.nav ul li  {
		background: rgb(183, 0, 0,0.8);
		width: 100%;
		height: 50px;
		color: white;
		padding-bottom: 0;
		margin-bottom: 0;

	}
	.nav ul li:hover {
		background: rgb(183, 0, 0,1);
	}
	.logo {
		margin-left: 20px;
	}
	#navig {
		display: none;
		width: 100%;
		position: absolute;
		top: 50px;
	}
	#navig li {
		border-bottom: 1px solid grey;
	}
	.switch {
		display: flex;
		margin-right: 10px;
	}
	.contact {
		display: block;
		
	}
	.contact-two {
		margin-top: 400px;
		display: block;
		height: auto;
	}
	.container-info {
		width: 90%;
		margin: 0 auto;
	}
	.map{
		margin:0 auto;
		margin-top: 60px;
		width: 90%;
		
	}
	.map img {
		height: auto;
	}
	
	
}
@media only screen and (max-width: 500px) {
	.logo {
		margin-left: 20px;
	}
	.product {
		width: 45%;
	}
	footer {
		display: none;
	}
	.contact-two {
		margin-top: 300px;
		margin-bottom: 30px;
	}
	

}


@media only screen and (min-width: 1680px) {
	.product {
		height: 200px;
	}
}



