@charset "UTF-8";
@import url("slider.css");

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
}

header {
	height: 200px;
	background-color: rgba(0,41,58,1.00);
	background-image: url(../images/blue_banner.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right 0%;
	background-attachment: fixed;
}

.logo_1 {
	padding-top: 80px;
	display: block;
	margin-top: 0px;
	margin-left: auto;
	margin-right: 900px;
	margin-bottom: 0px;
	list-style-image: none;
	list-style-type: none;
	position: relative;
}

.search {
	color: rgba(252,150,217,1.00);
	float: left;
	margin-left: 1400px;
	padding: 0px;
}

.cart_icon {
	color: rgba(252,150,217,1.00);	
	margin-left: 800px;
	padding: 0px;
	margin-top: -75px; 
}
nav {
	height: 50px;
	background-color: beige;
	background-image: url(../images/nav.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}

nav ul {
	display: block;
	padding: 0px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	list-style-image: none;
	list-style-type: none;
	width: 900px;
	position: relative;
}

nv ul li {
	display: block;
}

nav ul li a {
	display: block;
	height: 70px;
	text-decoration: none;
	float: left;
	color: rgba(90,4,92,1.00);
	font-family: futura;
	padding-top: 15px;
	padding-right: 50px;
	padding-left: 50px;
}

#homepage {
	height: 750px;
	background-color: rgba(0,41,58,1.00);
}

#about {
	height: 750px;
	background-color: white;
}

.about_cube {
	float: left;
	padding-left: 450px;
	padding-top: 200px;
	
}

.about_us {
	float: right;
	font-size: 2.5em;
	font-family: futura;
	color: rgba(0,41,58,1.00);
	padding-right: 700px;
	padding-top: 100px;
}

.about_paragraph {
	float: right;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	color: rgba(0,41,58,1.00);
	padding-right: 570px;
	text-align: justify;
	padding-left: 1020px;
	margin-top: -250px;
	
}

#product {
	height: 750px;
	background-color: pink;
}

.about_product  {
	float: left;
	font-size: 2.5em;
	font-family: futura;
	color: rgba(0,41,58,1.00);
	padding-left: 500px;
	padding-top: 100px;
}

.product_paragraph {
	float: left;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	color: rgba(0,41,58,1.00);
	padding-left: 570px;
	text-align: justify;
	padding-right: 1020px;
	margin-top: 50px;
}

.image_2 {
	float: right;
	padding-right: 600px;
	margin-top: -200px;
	
}

#catalog {
	height: 800px;
	background-color: rgba(0,41,58,1.00);
}

.product_slider_1{
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 40px;
}

.product_container_1{
	position: relative;	
}


h3{
	color: white;
	font-family: futura;
	padding-left: 60%;
	position: absolute;	
}

h6{
	color: white;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	padding-left: 60%;
	position: absolute;
	padding-top: 60px;
}


h4 {
	color: white;
	font-family: futura;
	padding-left: 60%;
	font-size: 1.5em;
	position: absolute;
	padding-top: 300px;
}

.fa-shopping-cart {
	color: rgba(252,150,217,1.00);
}

.product_slider_2{
	width: 40%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 80px;
}

#contact {
	height: 700px;
	background-color: pink;
}

.antispam{
	display: none;
}

.form{
	padding-top: 150px;
}

p{
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	color: rgba(0,41,58,1.00);

}

footer {
	height: 400px;
	background-color: rgba(0,41,58,1.00);
}

