
body {
	background: linear-gradient( 90deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 1) 50%,
    rgba(0, 39, 18, 1) 100%);
	font-family: "Roboto";
	font-size: 1.125rem;
	color: white;
}

.container {
	width: 1024px;
	min-height: 300px;
	margin-left: auto;
	margin-right: auto;
}

header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid white;
}

main {
	min-height: 300px;
	display: flex;
	align-items: center;
	font-family: "Playfair";
}
a {
	text-decoration: none;
	color: white;
}

.cards {
	display: flex;
	justify-content: space-between;
	text-align: center;
}

.card1 {
	background-image: url("images/image-background-card1.jpg");
	background-size: cover;
	background-position: bottom;
	min-height: 250px;
	width: 30%;
}

.card2 {
	background-image: url("images/image-background-card2.jpg");
	background-size: cover;
	background-position: bottom;
	min-height: 250px;
	width: 30%;
}

.card3 {
	background-image: url("images/image-background-card3.jpg");
	background-size: cover;
	background-position: bottom;
	min-height: 250px;
	width: 30%;
}

.hero1 {
	flex: 2;
	padding-right: 75px;
}

.hero2 {
	flex: 1;
}

.logo {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}

nav {
	padding-right: 15px;
}

h1 {
	font-family: "Playfair Display", serif;
	font-size: 3.25rem;
	color: white;
	padding-bottom: 1rem;
}

h2 {
	font-family: "Playfair Display", serif;
	font-size: 2rem;
	color: white;
	margin-top: 20px;
}

p {
	line-height: 1.75rem;
	padding-bottom: 0.5rem;
}
.card1, .card2, .card3 {
	padding: 25px 30px 20px 30px;
	box-sizing: border-box;
	border-radius: 15px;
	
}
.cards a {
	color: white;
	text-decoration: none;
}

.cards p {
	font-size: 0.85rem;
	line-height: 1.2rem;
	margin-top: 10px;
}

.cards i {
	font-size: 50px;
	color: white;
	padding-top: 15px;
}
.BookButton {
	background-color: aliceblue;
	color: black;
	font-family: "Playfair Display", serif;
	padding: 10px 15px;
	display: inline-block;
	margin-top: 10px;
	border-radius: 15px;
}

.BookButton:hover {
	background-color: #002310;
	color: white;
	font-family: "Playfair Display", serif;
	transition-duration: 1s;
}

.hero2 img {
	border-radius: 15px;
}
.NavButton {
	border: 1px solid white;
	padding: 5px 10px;
	font-family: "Playfair Display", serif;
	border-radius: 15px;
}

.testimonials {
	
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 75px;
}


.tbox {
	width: 47%;
	padding: 50px;
	border: 1px solid white;
	border-radius: 25px;
	box-sizing: border-box;
	margin-top: 50px;

}








