* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

header {
  margin: 0 auto;
}

header h1 {
  text-align: center;
  font-weight: 100;
}

header h1 a {
  font-size: 25px;
}

body {
  font-family: 'Montserrat', sans-serif;
  color: #000;
  background-color: #e4ceae;
  font-size: 15px;
  margin: auto;
  margin-left: 8px;
  margin-right: 8px;
}

.div-iframe{
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}

.iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.buttons {
  display: flex;
  justify-content: space-evenly;
  margin: 0 auto;
  margin-bottom: 30px;
  margin-top: 30px;
}

.button-third1 {
  font-size: 12px;
}

.button-third2 {
  flex-wrap: nowrap;
  font-size: 12px;
}

.button-third3 {
  display: flex;
  font-size: 12px;
}

.button-third3 img {
  height: 12px;
  vertical-align: super;
}

.buttons a:link {
  color: #000;
  text-decoration: none;
}

.logo a:link {
  color: #000;
  text-decoration: none;
}

.logo a:visited, .buttons a:visited {
  color: #000;
  text-decoration: none;
}

.logo a:hover, .buttons a:hover {
  color: #000;
  text-decoration: none;
}

.logo a:active, .buttons a:active {
  color: #000;
  text-decoration: none;
}

.main-image img {
  max-width: 100%;
  margin: 0 auto;
  line-height: 150%;
}

.bar-grey {
  width: 100%;
  height: 5px;
  background-color: #d5d5d5;
}

/* Position the image container (needed to position the left and right arrows) */
.container {
  position: relative;
}

/* Hide the images by default */
.mySlides, .mySlides2 {
  display: none;
}

/* Next & previous buttons */
.desktop-prev,
.desktop-next {
  cursor: pointer;
  position: absolute;
  top: 45%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
  background-color: rgba(128, 128, 128, 0.500);
}

/* Position the "next button" to the right */
.desktop-next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* Container for image text */
.caption-container {
  text-align: center;
  background-color: #999;
  padding: 2px 16px;
  color: white;
  margin-bottom: 5px;
}

.row {
  display: flex;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
.column {
  flex: 1;
}

/* Add a transparency effect for thumnbail images */
.demo , .demo2{
  opacity: 0.6;
}

.active,
.demo:hover ,.demo2:hover {
  opacity: 1;
}

.price {
  font-weight: 600;
}

@media (min-width: 1200px) {
	/*
	// rules here apply to devices from 993px to 1200px (inclusive)
	*/

  body {
    padding: 5px;
    margin: 0 auto;
    max-width: 1242px;
    /*#e8d14e,#fdea7ad2;*/
  }

  body p {
    font-size: 18px;
    /* padding-top: 20px;
    padding-bottom: 20px; */
  }

  header h1 a {
    font-size: 55px;
    text-decoration: none;
  }

  .border {
    border: 1px solid #999;
    padding: 15px;
  }

  .mySlides img, .mySlides2 img {
    margin-bottom: 5px;
  }

    /* Add a pointer when hovering over the thumbnail images */
  .cursor {
    cursor: pointer;
  }

    /* On hover, add a black background color with a little bit see-through */
  .desktop-prev:hover,
  .desktop-next:hover {
    background-color: rgba(0, 0, 0, 0.8);
  }

  .buttons {
    margin-bottom: 25px;
    /* position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 2; */
  }

  .button-third1 {
    font-size: 20px;
  }

  .button-third2 {
    font-size: 20px;
  }

  .button-third3 {
    font-size: 20px;
  }

  .bar-grey {
    height: 15px;
    margin-bottom: 8px;
  }

  .main-section img {
    max-width: 100%;
  }

  footer {
    margin: 0 auto;
  }


}