/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');
body{
	font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-style: normal;
	color:#282828;
}
.logo{
	width: 200px;
}
.home-img {
	background-image: url("../assets/bkg-sm.jpg");
	background-position: left top;
	background-size: 400px;
	background-repeat: no-repeat;
}
a:link{
	color: #b66538;
}
.navbar-light .navbar-nav .nav-link {
	color: #b66538;
	font-size: 24px;
}
.navbar {
	margin-bottom: 340px;
}
a {
	color: #b66538;
}
a:hover{
	color: #b66538;
	text-decoration: none;
}
footer{
	margin-top:40px;
}
@media (min-width:450px){
	.logo{
	width: 300px;
}
.home-img {
	background-image: url("../assets/bkg.jpg");
	background-position: left top;
	background-size: 900px;
	background-repeat: no-repeat;
	}
	.navbar {
	margin-bottom: 40px;
}
}

@media (min-width:1200px){
	.navbar {
	margin-bottom: 60px;
	margin-left: 5%;
	margin-right:5%;
}
		.logo{
	width: 400px;
}
.home-img {
	background-image: url("../assets/bkg.jpg");
	background-position: left top;
	background-size: 1200px;
	background-repeat: no-repeat;
	}
}
@media (min-width:1600px){
		.logo{
	width: 500px;
}
.navbar {
	margin-bottom: 60px;
	margin-left: 10%;
	margin-right:10%;
}
.home-img {
	background-image: url("../assets/bkg.jpg");
	background-position: left top;
	background-size: 1600px;
	background-repeat: no-repeat;
	}
}