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

* {
	 outline: 1px solid red !important;
}

body {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

div {
	display: grid;
  
}

.header {
	background-color: #B2DDD3;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: sticky;
	top: 0;
	width: 100%;
	height: 150px;
	z-index: 50;
}

#logo img {
	width: 235px;
	margin: 15px;
}

#navagation {
	
}

#navagation ul {
	list-style: none;
}

#navagation li {
	display: inline-block;
	margin: 15px;
	padding: 15px 25px 15px 15px;
}

#navagation a {
	text-decoration: none;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-weight: bold;
	font-size: 20px;
	color: #124E67;
}

#navagation a:hover {
	text-decoration: underline;
}

.main {
	min-height: 100vh;
}

#page-banner {
	width: 100%;
	height: 190px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#page-banner h1 {
	font-family: "lumios-brush", sans-serif;
	font-size: 55px;
	color: #124E67;
	margin: 0px 0px 10px 0px;
}

#page-banner p {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	color: #124E67;
	margin: 0px 0px 0px 0px;
	font-size: 18px;
}

#welcome {
	background-image: url("../images/chiar_long.jpg");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: right top;
	background-size: cover; 
	height: 650px; 
	
}

#welcome h1 {
	font-family: "lumios-brush", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 475%;
	color: #124E67;
	position: relative;
	top: 105px;
	left: 75px;
	width: 1100px;
}

#welcome p {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-weight: bold;
	font-size: 191%;
	color: #124E67;
	position: relative;
	top: -150px;
	left: 75px;
	width: 1100px;
}


#featured-products h1 {
	font-family: "lumios-brush", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 55px;
	color: #124E67;
	text-align: center;
	margin: 35px auto 20px auto;
}

#featured-products a {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-weight: bold;
	text-decoration: none;
	color: #124E67;
	background-color: #B2DDD3;
	width: 110px;
	padding: 5px;
	text-align: center;
	border-radius: 4px;
	font-size: 18px;
	margin: auto;
}

#featured-products a:hover {
	text-decoration: underline;
}

.products {
	display: block;
	margin: auto;
	max-width: 1100px;
}

.products figure {
	margin: 60px 30px 75px 30px;
	float: left;
	width: 300px;
}

.products figcaption {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	text-decoration: none;
	font-size: 16px;
	width: 300px;
	margin-top: 10px;
}

.price {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
}

#featured-review {
	background-color: #dff4ec;
	text-align: center;
	width: 100%;
}

#featured-review img {
	width: 300px;
	margin: 60px auto 0px auto;
}

#featured-review blockquote {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-size: 18px;
	margin: 0px auto 42px auto;
}


#final {
	background-image: url("../images/pillow_long.jpg");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left center;
	background-size: cover; 
	height: 550px; 
}

.product-image {
	width: 300px;
	height: 300px;
	border-radius: 5px;
}

#bread {
	background-image: url("../images/bread.jpg");
	background-size: cover;
	background-position: center;
}

#bread:hover {
	background-image: url("../images/bread_closeup.jpg");
	background-size: cover;
	background-position: center;
}

#wallart {
	background-image: url("../images/wallart.jpg");
	background-size: cover;
	background-position: center;
}

#wallart:hover {
	background-image: url("../images/wallart_closeup.jpg");
	background-size: cover;
	background-position: center;
}

#trailer {
	background-image: url("../images/trailer_exterior.jpg");
	background-size: cover;
	background-position: center;
}

#trailer:hover {
	background-image: url("../images/trailer_interior.png");
	background-size: cover;
	background-position: center;
}


#house {
	background-image: url("../images/cottage_house.jpg");
	background-size: cover;
	background-position: center;
}

#house:hover {
	background-image: url("../images/cottage_house_closeup.jpg");
	background-size: cover;
	background-position: center;
}

#cake {
	background-image: url("../images/berry_cake.jpg");
	background-size: cover;
	background-position: center;
}

#cake:hover {
	background-image: url("../images/berry_cake_closeup.jpg");
	background-size: cover;
	background-position: center;
}

#chair {
	background-image: url("../images/chair.jpg");
	background-size: cover;
	background-position: center;
}

#chair:hover {
	background-image: url("../images/chair_closeup.jpg");
	background-size: cover;
	background-position: center;
}

#pizza {
	background-image: url("../images/pizza.jpg");
	background-size: cover;
	background-position: center;
}

#pizza:hover {
	background-image: url("../images/pizza_closeup.jpg");
	background-size: cover;
	background-position: center;
}

#nightstand {
	background-image: url("../images/nightstand.jpg");
	background-size: cover;
	background-position: center;
}

#nightstand:hover {
	background-image: url("../images/nightstand_closeup.jpg");
	background-size: cover;
	background-position: center;
}

#basket {
	background-image: url("../images/basket.jpg");
	background-size: cover;
	background-position: center;
}

#basket:hover {
	background-image: url("../images/basket_closeup.jpg");
	background-size: cover;
	background-position: center;
}

iframe {
	position: relative;
	top: 400px;
	
	
}

.footer {
	background-color: #124E67;
	display: flex;
	width: 100%;
	
}

.footer p {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	color: #B2DDD3;
	font-size: 14px;
	margin-left: auto;
	margin-right: auto;
}