html {
    background-image:linear-gradient( #8f8f8f, #000000) !important;
}
body {
    background-image:linear-gradient( hsla(41, 84%, 34%, 0.414), #000000) !important;
    background-position: center;
    background-repeat: no-repeat;
    font-family: 'Roboto', sans-serif;
    color: white;
    font-size: 1.125rem;
    
}

h1 {
    font-size: 70px;
    font-family: 'Playfair Display', serif;
    font-size: 3.25rem;
    margin-bottom: 1rem;
    text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.247);
}

a {
    color: white;
    text-decoration: none;
}

.container {
    width: 1024px;
    min-height: 300px;
    margin-left: auto;
    margin-right: auto;
}
.logo img {
    display:inline-block;
    vertical-align:middle;
}
.logo h1{
    display:inline-block;
    vertical-align:middle;
    color:#000000;
}
.section {
    text-align: center;
}
.center {

    text-align:center
}
header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid lightgrey;
}
header .contact {
    line-height: 1.4em;
}

header .contact .social-links{
    position:relative;
    left: -10px;
}
header .contact .social-links a {
    font-size: 18px; 
    display: inline-block;
    background: #2f4d5a;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
  }

main {
    padding: 20px 0 50px 0;
    display: flex;
    align-items: center;
}

nav {
    text-align: right;
    flex: 6;
}

.cards {
    display: flex;
    justify-content: space-between;
    text-align: center;
}

.card1 {
    min-height: 200px;
    width: 30%;
    background-image: url(images/item1.jpg);
    background-size: cover;
    /* background-position: bottom; */
}

.card2 {
    min-height: 200px;
    width: 30%;
    background-image: url(images/item2.jpg);
    background-size: cover;
    /* background-position: bottom; */
}

.card3 {
    min-height: 200px;
    width: 30%;
    background-image: url(images/item3.jpg);
    background-size: cover;
    /* background-position: bottom; */
}

.herobox1 {
    flex: 2;
    padding-right: 100px;
}

.herobox2 {
    flex: 1;
}

.herobox2 img {
    border-radius: 10px;
}

p {
    line-height: 1.75rem;
    font-size:20px;
    margin-bottom: 0.5rem;
}

h2 {
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    margin-top: 25px;
}

.card1, .card2, .card3 {

    padding: 30px 30px 20px 30px;
    box-sizing: border-box;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.253);
}

.cards p {
    font-size: 0.85rem;
    line-height: 1.2rem;
    margin-top: 10px;
}

.cards i {
    font-size: 80px;
}

.mybutton {
    color:#444243;
    background-color: rgb(255, 255, 255);
    font-family: 'Playfair Display', serif;
    padding: 10px 25px;
    display: inline-block;
    margin-top: 10px;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.233);
}

.mybutton:hover {
    background-color: rgba(49, 49, 49, 0.89);
    color: rgb(255, 255, 255);
    transition-duration: 0.4s;
}

nav {
    display: inline-block;
    height: 100% ;
}
nav a.navbutton {
    margin-left: 20px;
}

.navbutton {
    /*  border: 1px solid white; */
    font-family: 'Playfair Display', serif;
    font-size:20px;
    padding: 11px 25px;
    display: inline-block;
    position: relative;
}

/* .navbutton:hover {
    background-color: rgba(206, 16, 133, 0.712);
    color: white;
    transition-duration: 0.4s;
} */

.testimonials {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 100px;
}

.tbox {
    width: 47%;
    border: 1px solid white;
    padding: 50px;
    box-sizing: border-box;
    margin-top: 50px;
}

.tbox p:last-of-type {
    font-size: 0.9rem;
    padding-left: 30px;
}


.dropdown-box {
    display: none;
    position: absolute;
    z-index: 1;
    padding-top: 20px;
    margin-left: -30px;
    margin-top: 20px;;
    text-align: center;
}

.navbutton:hover .dropdown-box {
    display: block;
}

.dropdown-box .navbutton:hover {
    background-color: mediumturquoise;
    transition-duration: 400ms;
}

.navbutton .dropdown-box {
    width: 120px;
    background-color: white;
}

.navbutton .dropdown-box a {
    color: #FA4083;
}

* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

 /* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* 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 {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

.owl-theme {
    background-color: #40cffa00;
}

.owl-carousel {
    background-color: #40cffa00;
}

.owl-carousel .item {
    background-color: #40cffa00;
}

.owl-carousel .item .item-description {
    position:absolute;
    height: 240px;
    width: 100%;
    bottom:0;
    padding-bottom: 20px;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 900;
    background-color: rgba(240, 255, 255, 0.5);
    color: black;
}


.owl-carousel .item .item-description h2 {
    font-size: 2rem;
    font-weight: bold;
    font-family: 'Playfair Display', serif;
    margin-top:10px;
    margin-bottom: 0;
}
.owl-carousel .item .item-description ul {
    padding: 10px 50px 0px 50px;
    margin-bottom: 0;
}

.owl-carousel .item .item-description ul li{
    font-family:  'Roboto', sans-serif;
    font-size:20px;
    margin-bottom:2px;
    line-height: 1.2rem;
}


.owl-carousel .item .item-description .price {
    color: rgb(197, 7, 7);
    font-family: 'Playfair Display', serif;
    font-size: 1.8em;
}
.owl-carousel .item .item-description .small {
    font-family:  'Roboto', sans-serif;
    font-size: 0.8em;
}
@media (max-width: 768px) {
    .owl-carousel .item .item-description {
        height: 20rem;
        font-size: 1.2rem;
        font-stretch: ultra-condensed;
    }
    .owl-carousel .item .item-description h2 {
        font-size: 1.9rem;
    }
    .owl-carousel .item .item-description .price {
        font-size: 1.9rem;
    }
    .owl-carousel .item .item-description ul {
        padding: 10px 0 0 0;
    }
    .owl-carousel .item .item-description ul li{
        margin-bottom:2px;
    }
    .owl-carousel .item .item-description .small {
        font-family:  'Roboto', sans-serif;
        font-size: 0.8em;
    }
}    

.image-carousel-wrapper {
    position :relative;
}
  
.image-carousel-wrapper .image-carousel .custom-nav {
    position: absolute;
    top: calc(50% - 2.5rem);
    left: 0;
    right: 0;
}
.image-carousel-wrapper .image-carousel .custom-nav .owl-prev, .image-carousel-wrapper .image-carousel .custom-nav .owl-next {
    position: absolute;
    height: 3rem;
    color: inherit;
    background: none;
    border: none;
    z-index: 100;
}
.image-carousel-wrapper .image-carousel .custom-nav .owl-prev i, .image-carousel-wrapper .image-carousel .custom-nav .owl-next i {
    font-size: 1.5rem;
    color: #fff;
    font-weight: 900;
}
.image-carousel-wrapper .image-carousel .custom-nav .owl-prev {
    left: 0;
}
.image-carousel-wrapper .image-carousel .custom-nav .owl-next {
    right: 0;
}
.image-carousel-wrapper .image-carousel .owl-dots {
    margin-top: 5px;
    text-align: center;
    
}

 /* .image-carousel-wrapper .image-carousel .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ddd !important;
} 

.image-carousel-wrapper .image-carousel .owl-dot.active {
    background-color: #73694c !important;
} */
  
.owl-carousel .item img {
    float: left;
    width:  1000px;
    height: 760px;
    object-fit: cover;
}
#footer {

text-align:center;
    margin-top: 50px;
}

#footer .embed {
    flex: 2;

}

#footer .embed iframe{
    width: 100%;
    height: 400px;
    border:0;
}
#footer .contact {
    text-align: center;
}

#footer .contact h2{
    margin-bottom:50px;
}

#footer .contact .social-links {
    margin-top: 20px;
    margin-left: 50px;
}


