@charset "UTF-8";
/* CSS Document */

* {
  margin: 0;
  padding: 0;

}


body{
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: rgb(255,204,204);
	background-image:url(../images/wallpaper.png);
	background-repeat: no-repeat;
	background-size: cover;
	
	width: 100%;
}

header{
	height: 140px;
	background-color:rgb(63,38,97);
	background-repeat:no-repeat;
	background-size: cover;
	background-attachment:scroll;
	width: 100%;
	padding: 0px;
	margin: 0px;
	padding-top: 5px;
}

header a {
	color: rgb(255,255,255);
	text-align: right;
	display: block;
	padding-right: 5px;
	padding-left: 0px;
	padding-bottom: 15px;
	float:right;
	list-style-type: none;
	list-style-image: none;
	text-decoration:none;

}

.fas fa-shopping-cart fa-2x {
	color:rgb(197,194,228);
}
	
.contact{
	padding-top: 10px;
}

header h1 {
	color: rgb(255,255,255);
	display: block;
	padding-top: 30px;
	padding-left: 90px;
	font-size: 3em;
}

header h3{
	color: rgb(197,194,228);
	display: block;
	padding:0;
	margin: 0;
	font-size: 1.1em;
	font-weight: normal;
	
}

nav{
	height: 76px;
	background-color: rgb(92,87,159);
	border-bottom-color: rgb(54,33,82);
	border-bottom: 50px;
	width: 100%;
}

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

nav ul li {
	display: block;
	float: left;
}

nav ul li a {
	display:block;
	height: 55px;
	color: rgb(197,194,228);
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	text-decoration:none;
	padding-top: 20px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 5px;
}

nav ul li:first-child {
	padding-left: 180px;
}

nav ul li a:hover {
	color: rgb(255,255,255);
	text-shadow: 0px -2px 2px rgb(102,51,204);
}


/*Drop Down*/
nav ul li ul{
	position: absolute;
	width: 250px;
	display: none;
	margin: 0px;
	padding: 0px;
	height: 50px;
	
}

nav ul li:hover ul {
	display: block;
	position: absolute;
}

nav ul li ul li {
		float: none;
}

nav ul li ul li:first-child {
	padding-left: 0px;
	padding-top: 0px;
}

nav ul li ul li:last-child {
	padding-bottom: 0px;
	width: 250px;
}

nav ul li ul li a {
	background-color: rgb(51,0,102);
	padding-top: 15px;



}

nav ul li ul li a:hover {
	background-color: rgb(88,84,151);
}
 

 
/*Drop down end*/



article{
	padding: 10px;
	
}

.quote{
	display: block;;
	background-color: rgb(255,153,102);
	background-image: url(../images/sunset700x315.png);
	background-repeat: none;
	background-size: cover;
	width: 700px;
	min-height: 150px;
	margin-left: auto;
	margin-right: auto;
}

.quote h1 {
	font-weight: lighter;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding-top: 150px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	text-align:center;
	font-size: 2.25em;
	color: rgb(255,255,255);
}

#carousel {
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
	padding-bottom: 15px;
	padding-right: 15px;
	padding-left: 15px;
	
	
}

#carousel h1{
	text-align: left;
	color:rgb(197,194,228);
	font-size: 1.5em;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color:rgb(92,87,159);
	margin-bottom: 15px;
	font-family: Arial, Helvetica, sans-serif;
	width: 700px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

footer {
	background-color: rgb(255,204,204);
	height: 50px;
}

.company{
	display: block;;
	background-color: rgb(255,153,102);
	background-image: url(../images/sunset700x315.png);
	background-repeat: none;
	background-size: cover;
	width: 700px;
	min-height: 100px;
	margin-left: auto;
	margin-right: auto;
}

.company h1 {
	font-weight: lighter;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding-top: 30px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	text-align:center;
	font-size: 2.25em;
	color: rgb(255,255,255);
}

.about {
	max-width: 520px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
	margin-bottom: 200px;
	display: block;
	text-align: left;
	background-color:rgba(255,204,204,.75);
	height: auto;
}

p {
	margin-bottom: 20px;
}

.product{
	display: block;;
	background-color: rgb(255,153,102);
	background-image: url(../images/sunset700x315.png);
	background-repeat: none;
	background-size: cover;
	width: 700px;
	min-height: 50px;
	margin-left: auto;
	margin-right: auto;
}

.product h1 {
	font-weight: lighter;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding-top: 30px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	text-align:center;
	font-size: 2.25em;
	color: rgb(255,255,255);
}

.product_info {
	max-width: 520px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
	margin-bottom: 20px;
	display: block;
	text-align: left;
	background-color:rgba(255,204,204,.75);
	height: auto;
}
.product_lines {
	width: 800px;
	margin-right:auto;
	margin-left: auto;
	
}


.product_lines a {
	font-size: 2em;
	text-decoration: none;
	list-style-type:none;
	list-style-image:none;
	text-align:center;
	padding-right: 15px;
	padding-left: 15px;
	width: 200px;
	color: rgb(63,38,97);
}

.product_lines a img {
	padding: 5px;

}

.width_adjust a{
	width:200px;
	margin: 40px;
	text-align: left;
}
