html{
    /* height: 100%; */
    /*background-image: linear-gradient( rgb(153, 153, 51), rgb(34, 197, 189),rgb(0, 0, 0));*/
    background-color: lightyellow;

}
body {
    /* background-color: #FC5E55; */
    /* background-image: linear-gradient( #FC5E55, #FA4083); */
    /*background-image: url(images/image-lion-background.png);*/
    background-repeat: no-repeat;
    background-position: top center;
    font-family: 'Roboto', sans-serif;
    color: black;
    margin-bottom: 100px;
}
.container {
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
}
header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 20px solid rgb(153, 153, 51);
}
#logo {
    
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.521);
}


main {
    padding: 30px 0px;
    /*min-height: 300px;*/
    /*display: flex;*/
    align-items: center;
}
.main2 {
    min-height: 300px;
}
.herobox1 {
    flex: 2;
    margin: 0px 100px 50px 100px;
}
.mybutton {
    background-color: white;
    color: #FA4083;
    padding: 15px 25px;
    font-family: 'Playfair Display', serif;
    display: inline-block;
    /* border-radius: 0px 0px 100px 0px;  */
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.616);
    /* margin-top: 20px; */
}
.nav div.button {
    display: inline-block;
    width: 100px;
    text-align: center;
    padding: 15px 25px;    
    border: 1px solid rgb(0, 0, 0);
    background-color: white;
    color: rgb(0, 0, 0);
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.521);
    margin-left: 30px;
}
.nav div.button div.button {
    display: block;
    background-color: #ffffff;
}
.dropdown {
    display: none;
    position: absolute;
    padding-top: 20px;
    margin-left: -56px;
}
/*.nav div.button:hover .dropdown {
    display: block;
}*/
.herobox2 {
    flex: 2;
    align-items: center;
}
.cards {
    display: flex;
    justify-content: space-between;
    text-align: center;
}
.card1 {
    background-image: url(images/image-background-card1-b.jpg);
    width: 30%;
    background-size: cover;
    background-position: bottom;
    /* flex: 1; */
}
.card2 {
    background-image: url(images/image-background-card2-b.jpg);
    width: 30%;
    background-size: cover;
    background-position: bottom;
    /* flex: 1; */
}
.card3 {
    background-image: url(images/image-background-card3-b.jpg);
    width: 30%;
    background-size: cover;
    background-position: bottom;
    /* flex: 1; */
}
.card1, .card2, .card3 {
    padding: 30px 30px 20px 30px;
    box-sizing: border-box;
}
h1 {
    font-family: 'Playfair Display', serif;
    font-size: 3.25rem;
    margin-bottom: 1rem;
}
h2 {
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    margin-top: 20px;
    color: rgb(134, 134, 2);
}
p {
    line-height: 1.75rem;
    margin-bottom: 0.5rem;
}
.cards p {
    font-size: 0.85rem;
    line-height: 1.2rem;
    padding-top: 10px;
}
i {
    font-size: 100px;
    margin-top: 20px;
}
a {
    text-decoration: none;
    color: rgb(0, 0, 0);
}
.testimonials {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.tbox {
    border: 1px solid rgb(0, 0, 0);
    padding: 50px;
    width: 47%;
    margin-top: 30px;
    box-sizing: border-box;
}

.nav .button:hover {
    background-color: rgb(134, 134, 2);
    transition-duration: 1s;
}
div.dropdown div.button:hover {
    background-color: rgb(134, 134, 2);
    transition-duration: 1s;
}


* {box-sizing: border-box;}
body {font-family: Verdana, sans-serif;}
.mySlides {display: none;}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
  min-height: 300px;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}

.partners img {
    height: 100px;
    padding: 20px 0px;
    margin-left: auto;
    margin-right: auto;
}

.partners {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}