body {
  background: var(--mybodycolor); !important;
}
.opacity-0 {
  opacity:0!important;
}
.opacity-1 {
  opacity:0.2!important;
}
.opacity-2 {
  opacity:0.4!important;
}
.opacity-3 {
  opacity:0.6!important;
}
.opacity-4 {
  opacity:.8!important;
}
.opacity-5 {
  opacity:1!important;
}
.english, .spanish {
  display: none;
}
.my-banner {
  padding: 6em 0;
  transition: background-color 5s;
}
.my-hero {
  background: var(--myhero);
  background-position: center;
  background-size: cover;
  min-height: var(--myheroheight);
  position:fixed;
  z-index:-99;
}
.my-after-hero {
  margin-top: var(--myheroheight);
}
.my-bg {
  background-color: var(--mycolor);
}
.my-bg-img {
  position: relative;
  min-height:400px;
  background-color: var(--mybgcolor);
  z-index:-99;
}
.my-bg-img img,video {
  z-index:-90;
  position:fixed; 
  margin: 0 auto;
  left: 0;
  right:0;
  max-width:100%;
}
.my-text {
  color: var(--mycolor);
}
.my-up-arrow {
  position:fixed;
  width:35px;
  height:35px;
  font-size:1.4rem;
  border-radius: 50px;
  bottom: 0px;
  right:0px;
  border: 1px solid;
}
.my-bg-hover {
  background-size: 100% 200%;
  background-image: linear-gradient(to bottom, white 50%, var(--mycolor) 50%);
  transition: all 1s;
}
.my-bg-hover i {
  color: var(--mycolor);
  transition: all 1s;
}
.my-bg-hover:hover i {
  color: white;
}
.my-bg-hover:hover {
  color: white;
  background-position: 0 100%;
}
.my-bg-hover-top:hover {
  background-position: 0 -100%;
}
.my-bubble {
  position: relative;
  background-color: #fff;
  box-shadow:  0 0.125rem 0.5rem rgba(0, 0, 0, .1), 0 0.0625rem 0.125rem rgba(0, 0, 0, .1);
}
.my-bubble::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: 100%;
  left: 15%;
  border: .75rem solid transparent;
  border-bottom: none;

  border-top-color: #fff;
  filter: drop-shadow(0 0.0625rem 0.0625rem rgba(0, 0, 0, .1));
}
a {
  color: var(--mycolor);
}
.my-image-gallery {
  position:relative;
  overflow:hidden;
  padding: 0 0 100% 0;
  z-index:-5;
}
.my-o-none {
  outline: none;
}
.my-image-gallery img {
  position:absolute;
  height: 100%;
  left: 0px;
}
.my-z-5 {
  position:relative;
  z-index:-5;
}
.my-quote {
  padding-left: 2em;
  padding-right: 2em;
  width: auto;
  overflow:hidden;
  position:relative;
  text-align: justify;
}
.my-quote:before {
  font-family: Georgia, serif;
  content: "“";
  position: absolute;
  top: 0px;
  left: 5px;
  font-size: 3em;
  color: rgba(195, 195, 195, 0.8);
  font-weight: normal;
}
.my-quote:after {
  font-family: Georgia, serif;
  content: "”";
  position: absolute;
  bottom: -40px;
  line-height: 100px;
  right: -2px;
  font-size: 3em;
  color: rgba(195, 195, 195, 0.8);
  font-weight: normal;
}
