body {
	font-family: 'Cormorant Garamond', serif;
	color: black;
	background-color: #F4F9F2;
}

body p {
 font-size: 1.09em;
}

#section-hero {
	background-image: url('../img/header.png');
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	min-height: 100vh;
}

#section-hero h1 {
	font-family: 'Allison', cursive;
	color: #3da535 !important;
	font-size: 14em;
	text-shadow: 4px 4px 4px #000000;
}

.navbar {
	background-color: #cae4c3;
	border-bottom: #3da535 2px solid;
	box-shadow: 0 0 15px rgba(0,0,0,0.3);
}

.navbar-brand {
	font-family: 'Cormorant Garamond', serif;
	color: black !important;
}

.nav-link {
	color: black !important;
	font-family: 'Cormorant Garamond', serif;
	font-size: 1.2em;
}

#section-showcase {
	box-shadow: 0 0 15px rgba(0,0,0,0.3);
}

#section-furniture .badge {
	background-color:#3da535 !important;
	border-color: #3da535 !important;
	padding: 10px;
}

#section-contact a {
	color:  black !important;
	text-decoration: none;
}

iframe {
	box-shadow: 0 0 15px rgba(0,0,0,0.3);
}

footer {
	background-color: #CAE4C3;
	border-top: #3da535 2px solid;
	box-shadow: 0 0 15px rgba(0,0,0,0.3);
}