html {
  scroll-behavior: smooth;
}
/* * {box-sizing: border-box} */

/* .has-background {
    position: relative;
    overflow: hidden;
}

.hero-background {
    position: absolute;
    object-fit: cover;
    object-position: right top;
    width: 100%;
    height: 100%;
} */

/* .has-background {
    position: relative;
    overflow: hidden;
    background-image: url('../images/julia-4x3-2-tiny.jpg');
    background-repeat: no-repeat;
    background-size: 75%;
    background-position: right top;
} */

.hs-is-crossed-out {
    text-decoration: line-through;
}

.hs-has-text-shadow {
    text-shadow: 5px 5px #e6e6e6;
}

.has-beach-background {
    position: relative;
    overflow: hidden;
    background-image: url('../images/beach-tiny.jpg');
    background-repeat: no-repeat;
    background-position: center center;
}

.has-ocean-background {
    position: relative;
    overflow: hidden;
    background-image: url('../images/ocean-tiny.jpg');
    background-repeat: no-repeat;
    background-position: center center;
}

.hs-has-opacity-7 {
    background: rgba(255, 255, 255, 0.7);
}

.hs-box {
    margin: 3em 2em;
    background: rgba(255, 255, 255, 0.7);
    padding: 2em;
    border-radius: 15px;
    column-count: 2;
    column-gap: 20px;
}

.bic {
    border-style: solid;
    border-width: 1px;
    overflow: visible;
    background-image: url('../images/julia-4x3-2-tiny.jpg');
    background-repeat: no-repeat;
    background-size: 75%;
    background-position: right top;
}

.hs-is-100 {
    height: 25vh;
    object-fit: cover;
    display: -webkit-box;
    margin-left: auto;
}

.hs-has-image {
    overflow: hidden;
}

.hs-half-height {
    height: 50vh;
}
.has-background {
    position: relative;
    overflow: hidden;
    background-image: url('../images/julia-4x3-2-tiny.jpg');
    background-repeat: no-repeat;
    background-size: 75%;
    background-position: right top;
}

.hs-rounded-corners {
    border-radius: 10px;
}

.hs-width-80 {
    width: 70%;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: auto;
    margin-right: auto;
}




/* Smaller screens */

@media screen and (max-width: 768px) {
  /* body {
    background-color: lightgreen;
  } */
  .hs-half-height {
    height: 100%;
  }
  .smaller-mobile-image {
    width: 80%;
  }
  .hs-box {
    column-count: 1;
  }
}





/* Slideshow container */
.slideshow-container {
  position: relative;
  /* background: #f1f1f1f1; */
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  /* min-height: 15em; */
  /* padding: 2em 0; */
}

/* Slides */
.mySlides {
  display: none;
  padding: 80px;
  /* margin: auto; */
  text-align: center;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -30px;
  padding: 16px;
  color: #888;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  position: absolute;
  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);
  color: white;
}

/* The dot/bullet/indicator container */
.dot-container {
    text-align: center;
    padding: 20px;
    /* background: #ddd; */
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #ebebeb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

/* Add a background color to the active dot/circle */
.active, .dot:hover {
  background-color: #717171;
}

/* Add an italic font style to all quotes */
/* q {font-style: italic;} */

/* Add a blue color to the author */
/* .author {color: cornflowerblue;} */