body {
  background-image: linear-gradient(62deg, #396433 0%, #c3fcd6 100%);
  font-family: 'Roboto', sans-serif;
  color: whitesmoke;
  font-size: 1.25rem;
  background-repeat:inherit;
  background-attachment: fixed;
}
.container {
  width: 1024px;
  min-height: 300px;
margin-left: auto;
margin-right: auto;
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

main {
  min-height: 300px;
  display: flex;
  align-items: center;

}

.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%;
}

.herobox1 {
  flex: 2;
  padding-right: 100px;
}

.herobox2 {
  flex: 1;
}

.logo {
align-items: center;
}

.navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

nav {
  min-height: 25px;
  padding-right: 4%;
  white-space: nowrap;
}

h1 {
  font-size: 3.25rem;
  font-family: 'Playfair Display', serif;
  margin-bottom: 1rem;
}

h2 {
  font-size: 2rem;
  font-family: 'Playfair Display', serif;
}

.cards p {
  font-size: 0.85rem;
  line-height: 1.2rem;
  margin-bottom: 0.5rem;
}

.card1, .card2, .card3 {
  padding: 30px 30px 20px 30px;
  box-sizing: border-box;
}

p {
  line-height: 1.75rem;
  margin-bottom: 0.5rem;
}

a{
  color: white;
  text-decoration: none;

}