body {
	margin: 0;
	background-color: #FAF3F0;
	font-family: "Space Mono", monospace;
}

.container {
	width: 992px;
	margin: 0 auto;
	background-color: white;
}

img {
	max-width: 100%;
	height: auto;
}

header {
	height: 60px;
	position: relative;
	padding: 20px 30px;
}

.logo {
	position: absolute;
	left: 30px;
	top: 32px;
	
}

.logo img {
	height: 50px;
}

.main-nav {
	position: absolute;
	left: 50%;
	top: 50px;
	transform: translateX(-50%);
}

.main-nav a{
	margin-right: 25px;
	color: black;
	text-decoration: none;
	font-size: 16px;
}

.main-nav a:last-child {
	margin-right: 0;
}


.icons {
	position: absolute;
	right: 30px;
	top: 50px;
}

.icons a {
	margin-left: 10px;
	color: black;
	text-decoration: none;
	font-size: 18px;
}

.montreal-sticker {
	position: absolute;
	top: 30px;
	right: 30px;
	width: 60px;
	height: auto;
	transform: rotate(8deg);
}
	
.hero {
	position: relative;
}

.hero img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
}

.hero img.montreal-sticker {
	width: 200px;
	height: auto;
	position: absolute;
	top: 500px;
	right: 30px;
	transform: rotate(8deg);
}

.hero-text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 80%;
	max-width: 450px;
	text-align: center;
}

.hero-text h1 {
	font-family: "Sacramento", cursive;
	font-size: 55px;
	font-weight: 500;
	margin-bottom: 15px;
	color: #FFE0E5;
}

.hero-text a {
	display: inline-block;
	margin-top: 85px;
	padding: 12px 15px;
	color: white;
	text-decoration: none;
	border: 1px solid white;
}

.hero-text p {
	color: white;
	text-decoration: none;
	font-size: 0;
}


.featured {
	padding: 30px 0;
	text-align: left;
	font-size: 12px;
}

.featured h2 {
	margin-bottom: 8px;
	font-weight: 100;
	text-align: left;
	margin-left: 15px;
	font-size: 14px;
}

.products {
	padding: 0;
}

.product {
	float: left;
	width: 25%;
	padding: 0 2px;
	box-sizing: border-box;
}

.product h3 {
	font-size: 16px;
	font-weight: 100;
	margin-bottom: 3px;
	margin-top: 5px;
	padding: 0 10px;
}

.products a {
	font-size: 14px;
	font-weight: 800;
	color: black;
	text-decoration: none;
	display: block;
	margin-top: 4px;
	margin-bottom: 3px;
}


.products p {
	font-size: 13px;
	color: grey;
	margin-top: 0;
	text-decoration: none;
	font-family: "Space Mono", monospace;
	padding: 0 10px;
}

.clear {
	clear: both;
}

.product:first-child {
    padding-left: 0;
}

.product:last-child {
    padding-right: 0;
}

.product img {
	width: 100%;
	height: 300px;
	object-fit: cover;
	display: block;
}

/* Home - Our story section */
.home-story {
	height: 350px;
}

.story-text {
	float: left;
	width: 50%;
	height: 350px;
	box-sizing: border-box;
	padding: 90px;
	text-align: center;
	color: #445E42;
}

.story-text h2 {
	font-size: 16px;
}

.story-text p {
	font-size: 14px;
	margin-bottom: 30px;
}

.story-text a {
	text-decoration: none;
	background-color: #445E42;
	color: white;
	padding: 10px 20px;
	border: 1px solid white;
	font-size: 14px;
}

.home-story img {
	float: right;
	width: 50%;
	height: 350px;
	object-fit: cover;
}

.clear {
	clear: both;
}

/*    Shop page     */
.shop-title {
	padding-left: 30px;
	padding-top: 30px;
	font-size: 18px;
	font-weight: 400;
}

.shop-products{
	padding: 0 30px;
	font-size: 0;
}

.shop-product h2,.shop-product p {
    font-family: "Space Mono", monospace;
}


.shop-product h2 {
	font-size: 16px;
	font-weight: 100;
	margin-top: 4px;
	margin-bottom: 3px;
}

.shop-product a {
    color: black;
    text-decoration: none;
}

.shop-product p {
	font-size: 13px;
	font-weight: 100;
	color: grey;
	margin-top: 0;
}

.shop-product {
	float: left;
	width: 25%;
	box-sizing: border-box;
	padding-right: 10px;
	vertical-align: top;
	font-size: 16px;
}

.clear {
	clear: both;
}

.shop-product img {
	width: 100%;
	height: 300px;
	object-fit: cover;
	display: block;
}


.filter-area {
	text-align: right;
	padding: 0 30px 15px 0px;
}


/* about section */
.about-page {
    padding: 30px 100px 80px 100px;
}

.about-title {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 35px;
}

.about-layout {
    font-size: 0;
}

.about-layout h2 {
    font-size: 14px;
    font-weight: 100;
    margin-bottom: 5px;
}

.about-column {
    float: left;
    width: 48%;
}

.left-column {
    margin-right: 4%;
}

.about-block {
    margin-bottom: 20px;
}

.about-block img {
    width: 100%;
    display: block;
    object-fit: cover;
}

.large-block img {
    height: 520px;
}

.small-top-block img {
    height: 300px;
}

.bottom-block img {
    height: 420px;
}

.about-text-block {
    margin-bottom: 50px;
}

.about-text-block p {
    font-size: 14px;
    line-height: 1.5;
    max-width: 90%;
    margin: 0;
}

.short-text p {
    max-width: 85%;
}

.contact {
	width: 500px;
	margin: 50px auto;
}

.contact h1 {
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 30px;
}

.contact label {
	font-size: 14px;
}

.contact input,
.contact textarea {
	width: 100%;
	box-sizing: border-box;
	padding: 12px;
	border: 1px solid #445E42;
	background-color: #FFF7F7;
	font-family: "Space Mono", monospace;
	font-size: 14px;
}

.contact textarea {
	height: 140px;
}

.contact button {
	background-color: #445E42;
	color: white;
	border: none;
	padding: 12px 24px;
	font-family: "Space Mono", monospace;
	font-size: 14px;
}

/* product page */
.product-detail {
    font-size: 0;
}

.product-gallery,
.product-info {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    font-size: 14px;
}

.product-gallery {
    width: 60%;
    padding-right: 30px;
    border-box: border-box;
    font-size: 0;
}

.product-info {
    width: 40%;
    padding: 0 30px 0 15px;
    box-sizing: border-box;
}

.product-info h1 {
    margin-top: 0;
    margin-bottom: 8px;
    font-size: 16px;
}

.product-info h2 {
    margin-top: 20px;
    margin-bottom: 8px;
    font-size: 16px;
}

.product-price {
    margin-top: 0;
    margin-bottom: 30px;
}

.product-description {
    line-height: 1.6;
    margin-bottom: 30px;
    
}

.main-product-image img {
	width: 100%;
	height: 500px;
	object-fit: cover;
	display: block;
}
	

/* you may also like */
.you-may-like {
	padding-top: 30px;
}

.you-may-like h2 {
	font-size: 16px;
	margin-left: 15px;
	font-weight: 100;
}

.more-products-like {
	float: left;
	width: 33.33%;
	box-sizing: border-box;
	padding: 0 5px;
	font-size: 14px;
}

.more-products-like h3, .more-products-like p {
	margin-left: 15px;
	margin-top: 10px;
	margin-bottom: 5px;
	}

	
.clear {
	clear: both;
}

.more-products-like:first-of-type {
    padding-left: 0;
}

.more-products-like:last-of-type {
    padding-right: 0;
}

.more-products-like img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    display: block;
}

/* FOOTER */

footer {
	text-align: center;
	}
	
footer img {
	width: auto;
	height: 250px;
	object-fit: cover;
	
	}
	
footer {
	position: relative;
}

footer img {
	width: 100%;
	display: block;
}

.footer-info {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}



.footer-info {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	color: #445E42;
}

.footer-info p {
	font-family: "Athelas", serif;
	font-size: 34px;
	margin: 0 0 12px 0;
}

.footer-info a {
	color: #445E42;
	text-decoration: none;
	font-size: 13px;
	margin: 0 10px;
}