html {
  background-image: linear-gradient(62deg, #8ec5fc 0%, #e0c3fc 100%);
}
.container {
  width: 1024px;

  min-height: 300px;
  margin-left: auto;
  margin-right: auto;
}
body {
  background-image: url(img/image-lion-background.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #8ec5fc;

  font-family: "Roboto", sans-serif;
  color: white;
  font-size: 1rem;
}
a {
  color: white;
  text-decoration: none;
}

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

main {
  min-height: 300px;
  display: flex;
  align-items: center;
}
.main2 {
  min-height: 300px;
  padding-top: 50px;
}

.cards {
  display: flex;
  justify-content: space-between;
  text-align: center;
}

.card1 {
  background-image: url(/img/image-background-card1.jpg);
  background-size: cover;
  background-position: bottom;
  min-height: 250px;
  width: 30%;
}
.card2 {
  background-image: url(/img/image-background-card2.jpg);
  background-size: cover;
  background-position: bottom;
  min-height: 250px;
  width: 30%;
}
.card3 {
  background-image: url(/img/image-background-card3.jpg);
  background-size: cover;
  background-position: bottom;
  min-height: 250px;
  width: 30%;
}

.card1,
.card2,
.card3 {
  padding: 30px 30px 20px 30px;
  box-sizing: border-box;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.228);
}
.herobox1 {
  flex: 2;
  padding-right: 100px;
}

.herobox2 {
  flex: 1;
}
.logo {
  flex: 1;
  min-height: 100px;
  width: 30px;
  padding: 20px;
}

nav {
  align-items: flex-end;
  box-sizing: border-box;
  box-sizing: content-box;
  padding: 20, 10;
}

h1 {
  font-size: 3.35rem;
  font-family: "Playfair Display", serif;
  margin-bottom: 1rem;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.228);
}
h2 {
  font-size: 2rem;
  font-family: "Playfair Display", serif;
  margin-top: 20px;
}

p {
  line-height: 1.75rem;
  margin-bottom: 0.5rem;
}
.cards p {
  font-size: 0.85rem;
  line-height: 1.2;
  margin-top: 10px;
}
.cards i {
  font-size: 100px;
}
.mybutton {
  background-color: white;
  color: #8ec5fc;
  font-family: "Playfair Display", serif;
  padding: 11px 25px;
  border-radius: 2px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.228);
}
.mybutton:hover {
  background-color: rgba(29, 213, 103);
  transition-duration: 1s;
}

a.mybutton {
  display: inline-block;
  margin-top: 10px;
}

nav a.mybutton {
  margin-left: 30px;
}

.navbutton {
  border: 1px solid white;
  padding: 11px 25px;
  font-family: "Playfair Display", serif;
  display: inline-block;
  position: relative;
}
.tbox {
  width: 47%;
  padding: 50px;
  border: 1px solid white;
  box-sizing: border-box;
  margin-top: 50px;
}

.testimonials {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 50px;
}
.tbox p:last-of-type {
  font-size: 0.8rem;
  padding-left: 30px;
}
.dropdown {
  display: none;
  position: absolute;
  z-index: 1;
  padding-top: 20px;
  text-align: center;
  width: 200px;
}
.navbutton:hover .dropdown {
  display: block;
}
.dropdown .navbutton {
  width: 120px;
  background-color: white;
}
.dropdown .navbutton a {
  color: #fa4083;
}

.inputwrapper {
  margin-bottom: 20px;
}
input[type="text"],
input[type="email"],
textarea {
  padding: 12px 20px;
  width: 100%;
  font-family: "Roboto", sans-serif;
  font-size: 0.85rem;
  box-sizing: border-box;
}

.newline {
  display: block;
  margin-bottom: 10px;
}

.margin-right-a {
  margin-right: 20px;
}

input [type="radio"] {
  margin-right: 10px;
}
form {
  margin: 40px 0px;
}
