* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ul {
  list-style: none;
}

a:not(.btn) {
  color: #ccc;
  text-decoration: none;
}
a:not(.btn):visited {
  color: #b3b3b3;
  text-decoration: none;
}
a:not(.btn):hover {
  color: white;
  text-decoration: none;
}
a:not(.btn):icon {
  display: block;
}

.btn:hover {
  filter: brightness(1.2);
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeindelay {
  60% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeindelayy {
  80% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.landscape-container {
  opacity: 0;
  animation: fadein 400ms ease-in-out;
  animation-fill-mode: forwards;
}

.picture-container {
  opacity: 0;
  animation: fadeindelay 600ms ease-in-out;
  animation-fill-mode: forwards;
}
.picture-container img {
  border-radius: 5px;
}
.picture-container.picture-round video, .picture-container.picture-round img {
  border-radius: 50%;
}

.obit-icons li {
  opacity: 0;
  animation: fadeindelayy 800ms ease-in-out;
  animation-fill-mode: forwards;
}
.obit-icons li:nth-child(1) {
  animation-delay: 100ms;
}
.obit-icons li:nth-child(3) {
  animation-delay: 200ms;
}
.obit-icons li:nth-child(2) {
  animation-delay: 300ms;
}
.obit-icons li:nth-child(4) {
  animation-delay: 400ms;
}

h1, h2, h3 {
  font-family: "Roboto", sans-serif;
}

h1, h2, p {
  color: #000;
}

h1 {
  padding: 0 1em;
  margin: 0;
}

h2 {
  padding: 0 1em;
  font-weight: normal;
}

h4.title, p {
  font-kerning: normal;
  font-weight: normal;
}

h4.title {
  font-size: 1rem;
  margin-bottom: 0;
}

h5 {
  padding-top: 0;
  font-weight: normal;
}

body {
  position: relative;
  font-family: "Roboto", sans-serif;
  text-rendering: optimizeLegibility !important;
  font-weight: 300;
  margin: 0;
}
body.cursive header h1 {
  font-size: 2.1rem;
  font-size: clamp(2.1rem, 6vw, 3.2rem);
}
body.cursive h4:not(.title), body.cursive #panels h2, body.cursive #panels h3 {
  font-size: 30px;
  font-size: clamp(30px, 3vw, 2.7rem);
}
body.cursive header .obit-name h1, body.cursive h4:not(.title), body.cursive section.title h4, body.cursive #panels h2, body.cursive #panels h3 {
  font-family: "Playball", serif;
}
body.cursive .obit-icons h4 {
  font-size: 20px;
  font-size: clamp(20px, 2vw, 1.5rem);
}
body.cursive section.title h4 {
  font-size: 27px;
  font-size: clamp(27px, 2vw, 1.6rem);
}
body.serif header h1 {
  font-size: 2rem;
  font-size: clamp(2rem, 6vw, 3.2rem);
}
body.serif h4:not(.title), body.serif #panels h2, body.serif #panels h3 {
  font-size: 24px;
  font-size: clamp(24px, 3vw, 2.5rem);
}
body.serif header .obit-name h1, body.serif h4:not(.title), body.serif section.title h4, body.serif #panels h2, body.serif #panels h3 {
  font-family: "Prata", serif;
}
body.serif .obit-icons h4 {
  font-size: 17px;
  font-size: clamp(17px, 2vw, 1.4rem);
}
body.serif section.title h4 {
  font-size: 22px;
  font-size: clamp(22px, 2vw, 1.5rem);
}
body.sansserif header h1 {
  font-size: 2rem;
  font-size: clamp(2rem, 6vw, 3.0rem);
}
body.sansserif h4:not(.title), body.sansserif #panels h2, body.sansserif #panels h3 {
  font-size: 24px;
  font-size: clamp(24px, 3vw, 2.3rem);
}
body.sansserif header .obit-name h1, body.sansserif h4:not(.title), body.sansserif section.title h4, body.sansserif #panels h2, body.sansserif #panels h3 {
  font-family: "Lato", sans-serif;
}
body.sansserif .obit-icons h4 {
  font-size: 17px;
  font-size: clamp(17px, 2vw, 1.2rem);
}
body.sansserif section.title h4 {
  font-size: 20px;
  font-size: clamp(20px, 2vw, 1.3rem);
}

.smaller {
  font-size: 70%;
}

@media screen and (max-widthL: 430px) {
  .small, small {
    font-size: 70%;
  }
}
h4.title, h2.panel-title, #panels h2, #panels h3 {
  display: flex;
  align-items: center;
  justify-content: center;
}
h4.title .fas, h2.panel-title .fas, #panels h2 .fas, #panels h3 .fas {
  padding-right: 0.5rem;
}

#memory.themedark {
  background-color: #000;
}
#memory.themedark .obit-name, #memory.themedark .panel-services .panel-title, #memory.themedark .obit-icons a {
  text-shadow: 0px 3px 10px black;
}
#memory.themedark #svgtheme {
  fill: #000;
}
#memory.themedark #svgimg {
  opacity: 0.6;
}
#memory.themedark .panel-services .panel-title, #memory.themedark .obit-name, #memory.themedark .obit-name h1, #memory.themedark .obit-date h5, #memory.themedark .obit-icons a {
  color: #FFF;
}
#memory.themedark .vendor-btn {
  background-image: radial-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0) 70%);
}

.panel-obit a:not(.btn), .panel-flowers a:not(.btn) {
  color: #0012e9;
  font-weight: bold;
  text-decoration: none;
}
.panel-obit a:not(.btn):visited, .panel-flowers a:not(.btn):visited {
  color: #000eb6;
}

.obit-name, .obit-date {
  text-align: center;
  transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.obit-name {
  padding: 40px 0 10px;
}
.obit-name h2 {
  padding-bottom: 0;
}
@media screen and (max-width: 430px) {
  .obit-name {
    padding: 10px 0 10px;
  }
}

.panel-title, .icon h5 {
  text-align: center;
}

header h1, header h2, header h3, header h4 {
  text-align: center;
}
header h1 {
  line-height: 1;
  margin: 10px;
}
@media screen and (max-width: 430px) {
  header h1 {
    padding: 0 5px;
    margin: 10px 0;
  }
}
header h2 {
  font-size: clamp(1.5rem, 5vw, 2.5rem);
}
header h5 {
  font-size: 11px;
  margin-bottom: 0;
}
header .content-container {
  z-index: 1;
  position: relative;
  display: flex;
  display: -ms-flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

#obit-guestbook > .clearfix {
  margin: 1rem !important;
  clear: both !important;
}

#panels {
  position: relative;
  z-index: 2;
}
#panels h2, #panels h3, #panels h4 {
  padding: 1em 0 0.5em !important;
}
#panels p {
  padding-bottom: 0.5em !important;
  font-size: 1.1rem;
}
@media screen and (max-width: 768px) {
  #panels {
    padding: 1rem;
  }
}
@media screen and (max-width: 420px) {
  #panels {
    padding: 10px;
  }
}
#panels #donation-wrapper {
  display: flex;
  display: -ms-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
#panels .btn-donation-icon {
  margin: 0 auto 10px;
  line-height: 1;
  min-width: 260px;
}
#panels .btn-donation-icon h3 {
  padding: 10px !important;
  margin-bottom: 0 !important;
}
#panels .btn-donation-icon span {
  margin-left: 10px;
}
#panels .btn-donation-icon small {
  font-size: 60%;
}
#panels .obit-links a {
  display: block;
  border-radius: 5px;
  padding: 1em 1.5em;
  margin: 10px 0;
  border: 1px solid black;
  background-color: #979797;
  color: #FFF;
}
#panels .panel #obit-text, #panels h2.panel-title, #panels #guestbook, #panels #florist, #panels section.guestbooklist {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
#panels .panel {
  position: relative;
  border-radius: 5px;
}
#panels .panel .menu-anchor {
  position: absolute;
  height: 0;
  display: block;
  top: -180px;
}
@media screen and (max-width: 1024px) {
  #panels .panel iframe {
    max-width: 100%;
  }
}
#panels > div, #panels > article {
  width: 100%;
  max-width: 1000px;
  margin: 10px auto 0 !important;
  border-radius: 5px;
}
#panels > div.panel-services .btn-block, #panels > article.panel-services .btn-block {
  margin-bottom: 5px;
  display: flex;
  display: -ms-flex;
  justify-content: space-between;
  align-items: center;
  border: none !important;
}
#panels > div.panel-services #services-container, #panels > article.panel-services #services-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #panels > div.panel-services #services-container, #panels > article.panel-services #services-container {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
  }
}
#panels > div.panel-services #services-container > article.service, #panels > article.panel-services #services-container > article.service {
  flex: 1;
  display: flex;
  display: -ms-flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  min-width: 280px;
  min-height: 100%;
  margin: 10px;
  background-color: rgba(0, 0, 0, 0.4);
  color: #FFF;
}
#panels > div.panel-services #services-container > article.service p, #panels > article.panel-services #services-container > article.service p {
  color: #FFF;
}
#panels > div.panel-services #services-container > article.service ul, #panels > article.panel-services #services-container > article.service ul {
  display: flex;
  display: -ms-flex;
  flex-direction: column;
  justify-content: space-between;
}
#panels > div.panel-services #services-container > article.service .content, #panels > article.panel-services #services-container > article.service .content {
  flex: 1;
  padding: 0 1rem 10px;
}
@media screen and (max-width: 660px) {
  #panels > div.panel-services #services-container > article.service .content, #panels > article.panel-services #services-container > article.service .content {
    padding: 0 10px 6px;
  }
}
#panels > div.panel-services #services-container > article.service .content:nth-child(1), #panels > article.panel-services #services-container > article.service .content:nth-child(1) {
  min-width: 60%;
}
#panels > div.panel-services #services-container > article.service .content:nth-child(2), #panels > article.panel-services #services-container > article.service .content:nth-child(2) {
  min-width: 200px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media screen and (max-width: 660px) {
  #panels > div.panel-services #services-container > article.service, #panels > article.panel-services #services-container > article.service {
    margin: 10px 0 0;
    min-width: 100%;
    max-width: 100%;
  }
}
#panels article.panel-obit, #panels article.panel-guestbook, #panels article.panel-services, #panels div.panel-obit, #panels div.panel-guestbook, #panels div.panel-services, #panels section.panel-obit, #panels section.panel-guestbook, #panels section.panel-services {
  padding: 2rem 2.75rem;
  padding-top: 5px;
}
@media screen and (max-width: 767px) {
  #panels article.panel-obit, #panels article.panel-guestbook, #panels article.panel-services, #panels div.panel-obit, #panels div.panel-guestbook, #panels div.panel-services, #panels section.panel-obit, #panels section.panel-guestbook, #panels section.panel-services {
    padding: 10px 1.5rem 1rem;
  }
}
#panels > div:nth-child(1) {
  background: #fafafa;
}
#panels > div:nth-child(2) {
  background: rgba(0, 0, 0, 0.4);
}
#panels > div:nth-child(3) {
  background: #fafafa;
}
#panels > div:nth-last-child(1) {
  padding-bottom: 350px !important;
  min-height: 100vh;
}
#panels.page-flowers #page-top {
  margin-top: 180px !important;
}
#panels.page-flowers > div {
  background: transparent;
}
#panels.page-flowers .panel-flowers {
  background: rgba(250, 250, 250, 0.8);
}
#panels.page-flowers .panel-guestbook {
  min-height: 0 !important;
  padding-bottom: 0 !important;
}

article.obituary {
  background: rgba(250, 250, 250, 0.8);
}

footer#menu {
  z-index: 7;
  height: 350px;
  background-color: #000;
  position: fixed;
  width: 100%;
  top: auto;
  left: 0;
  right: 0;
  color: #FFF;
  transition: all 350ms ease-in-out;
  background: #000;
  display: flex;
  display: -ms-flex;
  flex-direction: column;
  justify-content: space-between;
}
footer#menu h5 {
  font-size: 12px;
}
footer#menu a.btn {
  margin-left: 5px;
  margin-right: 5px;
}
footer#menu ul {
  width: 100%;
  max-width: 1000px;
  min-height: 50px;
  max-height: 50px;
  display: flex;
  display: -ms-flex;
  flex: 1;
  -ms-flex: 1;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 0 auto;
}
footer#menu ul.content-container a {
  font-size: 1.6rem;
  font-size: clamp(16px, 7vw, 30px);
}
footer#menu ul li:hover {
  cursor: pointer;
  color: white;
}
footer#menu ul li:nth-last-child(1) {
  flex: 100%;
  text-align: right;
}
footer#menu ul.obit-vendors {
  opacity: 1 !important;
}
footer#menu .menu-up a {
  font-size: 20px;
  justify-content: flex-end;
}
footer#menu .nav-share-mobile {
  padding-top: 5px;
  padding-bottom: 10px;
}
footer#menu .callback a {
  font-weight: bold;
}
footer#menu .callback-numbers a {
  line-height: 2;
}
footer#menu a.footer-fhname {
  font-size: 110%;
  color: #007bff;
}

#obitbar {
  position: fixed;
  width: 100%;
  height: 170px;
  top: -170px;
  left: 0;
  color: #ccc;
  transition: all 350ms ease-in-out;
  background-color: #000;
  z-index: 7;
}
#obitbar .fh-link {
  font-family: "Atkinson Hyperlegible", sans-serif;
  display: inline-block;
  line-height: 1;
  padding-bottom: 20px;
}
@media screen and (max-width: 420px) {
  #obitbar .fh-link {
    padding-bottom: 10px;
  }
}
#obitbar h4 {
  margin-bottom: 0;
  padding-bottom: 0;
  padding-right: 10px;
  line-height: 1;
}
#obitbar h5 {
  font-size: 12px;
  padding-top: 0;
}
#obitbar .obitbar-name {
  flex: 2;
}
#obitbar .obitbar-name h5, #obitbar .obitbar-name small {
  text-align: center;
}
#obitbar .obitbar-name a:link, #obitbar .obitbar-name a:visited {
  color: #007bff;
}
@media screen and (max-width: 768px) {
  #obitbar .obitbar-name h5, #obitbar .obitbar-name small, #obitbar .obitbar-name center {
    text-align: left;
  }
}
#obitbar ul.obit-links {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto !important;
  display: flex;
  display: -ms-flex;
  align-items: center;
  justify-content: flex-start;
}
#obitbar ul.obit-links li:nth-child(1) {
  max-height: 170px;
  overflow: hidden;
}
#obitbar ul.obit-links li:nth-child(1) a {
  display: block;
}
#obitbar ul.obit-links img {
  height: 170px;
  width: auto;
  padding: 10px;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  #obitbar ul.obit-links img {
    height: 120px;
  }
}
#obitbar ul.obit-links .bar-flowers img, #obitbar ul.obit-links .bar-card img, #obitbar ul.obit-links .bar-trees img {
  max-width: 100px;
  height: auto;
}
#obitbar ul.obit-vendors {
  font-size: 12px !important;
  opacity: 0;
  transition: all 1s 250ms ease-out;
  width: 100%;
  height: 50px;
  max-width: 1000px;
  margin: 0 auto !important;
  display: flex;
  display: -ms-flex;
  justify-content: flex-end;
  align-items: flex-start;
  font-family: "Atkinson Hyperlegible", sans-serif;
  background-color: rgba(0, 0, 0, 0.2);
}
#obitbar ul.obit-vendors img {
  margin: 0 auto;
  margin-top: -25px;
  max-height: 70px;
}
@media screen and (max-width: 768px) {
  #obitbar ul.obit-vendors img {
    display: block;
  }
}
#obitbar ul.obit-vendors li {
  padding: 5px;
  text-align: center;
  z-index: 2;
  min-width: 80px;
}
#obitbar ul.obit-vendors li a {
  display: flex;
  display: -ms-flex;
  align-items: center;
}
#obitbar.show {
  top: 0 !important;
}
#obitbar.show ul.obit-vendors {
  opacity: 1 !important;
}

#picture {
  padding: 25px;
}
#picture img, #picture.obit-image:before, #picture.obit-image:after {
  width: auto;
  max-width: 500px;
  max-height: 45vh;
  padding: 0;
  transition: all 400ms ease-in-out;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  #picture img, #picture.obit-image:before, #picture.obit-image:after {
    max-width: 80vw;
    max-height: 40vh;
  }
}
@media screen and (max-width: 430px) {
  #picture {
    padding: 20px;
  }
}

header .obit-icons {
  z-index: 2;
}
header .obit-icons a {
  position: relative;
}
@media screen and (max-width: 430px) {
  header .obit-icons h4 {
    margin-bottom: 0;
  }
}

.obit-icons {
  margin: 0 auto;
  padding: 0 5px;
  display: flex;
  display: -ms-flex;
  justify-content: space-around;
  align-items: flex-start;
  color: #000;
  margin-bottom: 0;
  margin-top: -15px;
}
@media screen and (max-width: 430px) {
  .obit-icons {
    margin-bottom: 50px;
  }
}
.obit-icons img {
  width: 100%;
  max-width: 85%;
}
@media screen and (max-width: 768px) {
  .obit-icons img {
    max-width: 75%;
  }
}
@media screen and (max-height: 600px) {
  .obit-icons img {
    max-width: 70%;
  }
}

@media screen and (min-width: 640px) {
  header .obit-icons {
    width: 100%;
    max-width: 60%;
    justify-content: space-around;
  }

  .icon span {
    margin: 10px 15px 10px 0;
  }
}
#obitbar .icon .fas, #obitbar .icon .fa {
  text-decoration: none;
  font-size: clamp(1.2em, 4vw, 2em);
  background-color: #000;
  font-weight: bold;
}

#obitbar .icon .fas,
#obitbar .icon .fa {
  padding-bottom: 0;
}

.fa-menu {
  min-height: 50px;
  padding: 10px;
  display: flex;
  display: -ms-flex;
  align-items: center;
  justify-content: flex-end;
}

.sel a.fa-menu {
  color: #FFF;
}

.btn-block.icon .fa {
  min-width: 40px;
}

.up {
  bottom: 0;
  border-bottom: 350px solid transparent;
}
.up .menu-up {
  opacity: 0;
  pointer-events: none;
}

.middle {
  bottom: -300px;
  border-bottom: 50px solid transparent;
}

.down {
  bottom: -350px;
  border-bottom: 0;
}

.callback, .copyright, .byline {
  text-align: center;
  line-height: 1.33;
}

.copyright {
  font-size: 80%;
  padding-bottom: 5px;
}

.chosen-btn a {
  display: flex;
  display: -ms-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  padding: 10px;
  margin-right: 10px;
  background-color: rgba(255, 255, 255, 0);
}

.chosen-btn a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.chosen-btn h5 {
  font-family: "Atkinson Hyperlegible", sans-serif;
  padding-top: 10px;
}

#obitbar .chosen-btn img {
  padding: 0 !important;
}

@media screen and (max-width: 500px) {
  .chosen-btn2 {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .chosen-btn3 {
    display: none;
  }
}
#top {
  min-height: 100vh;
  max-height: 100vh;
  height: 100vh;
  height: -moz-available;
  height: -webkit-fill-available;
  overflow: hidden;
}
#top .landscape-container {
  z-index: 1;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  max-height: 100vh;
  min-height: 100vh;
  height: 100vh;
  height: -moz-available !important;
  height: -webkit-fill-available !important;
  overflow: visible;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
#top .landscape-container .content-container {
  z-index: 1;
  position: fixed;
  width: 100%;
  margin: 0;
  top: 160px;
}
@media screen and (max-width: 768px) {
  #top .landscape-container .content-container {
    top: 150px;
  }
}
#top .landscape-container #bodyvideo {
  position: absolute;
  right: auto;
  left: auto;
  top: -15px;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  opacity: 1;
}
#top .landscape-container #feathermask, #top .landscape-container #feathermask2 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin-top: 0;
  fill-rule: evenodd;
  clip-rule: evenodd;
  stroke-linejoin: round;
  stroke-miterlimit: 2;
  overflow: visible;
  transition: none !important;
  min-height: 800px;
}
@media screen and (max-width: 768px) {
  #top .landscape-container #feathermask, #top .landscape-container #feathermask2 {
    height: 100vh;
    height: -moz-available;
    height: -webkit-fill-available;
    min-height: 100vh;
    max-height: 100vh;
  }
}
#top .landscape-container #feathermask {
  z-index: 2;
}
#top .landscape-container #bodyvideo {
  z-index: 2;
}
#top .landscape-container #feathermask2 {
  z-index: 3;
}
#top .obithead {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: auto;
  width: 100%;
  max-width: 900px;
  height: 93vh;
  min-height: 93vh;
  max-height: 93vh;
  margin: 0 auto;
  z-index: 1;
  opacity: 1;
  transition: all 500ms ease-in-out;
  display: flex;
  display: -ms-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}
#top .obithead.fadeHead {
  opacity: 0;
  transition: all 500ms ease-in-out;
}
@media screen and (max-width: 600px) {
  #top .obithead {
    height: 100vh;
    min-height: 100vh;
    max-height: 100vh;
    height: -moz-available !important;
    height: -webkit-fill-available !important;
  }
}
#top .obithead.landscape-object {
  z-index: 3;
}
#top.page-flowers {
  min-height: 0;
  max-height: 0;
  height: 0;
}
#top.page-flowers .obithead {
  display: none;
}

/* --- utilities --- */
@media screen and (min-width: 769px) {
  .hide-desktop {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .hide-mobile {
    display: none !important;
  }
}
/* ------ FRAMES --- */
.content-frame, .content-object, .content-frame .frame-left, .content-frame .frame-right {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.content-frame {
  z-index: 2;
}

.content-object, .content-frame > div {
  position: absolute;
}

.content-object {
  position: absolute;
  display: flex;
  display: -ms-flex;
  align-items: flex-end;
  height: 100%;
  left: -110px;
  right: -110px;
  top: 65px;
  bottom: 0;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .content-object {
    right: -65px;
    top: 50px;
  }
}
@media screen and (max-width: 420px) {
  .content-object {
    top: 30px;
  }
}

.content-frame .frame-left, .content-frame .frame-right, .content-object .object-right {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.content-frame .frame-top, .content-frame .frame-bottom {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.content-frame .frame-left {
  left: 0;
  background-position-x: left;
}

.content-frame .frame-right {
  right: 0;
  background-position-x: right;
}

.content-object .object-right {
  background-position-x: right;
  background-position-y: bottom;
  max-height: 300px;
}
@media screen and (max-width: 768px) {
  .content-object .object-right {
    max-height: 250px;
  }
}
@media screen and (max-width: 420px) {
  .content-object .object-right {
    max-height: 180px;
  }
}

.vendor-btn {
  max-width: 150px;
}

.vendor-btn .wrapper {
  position: relative;
}

.vendor-btn svg {
  position: absolute;
  width: 100%;
  height: 100%;
  fill-rule: evenodd;
  clip-rule: evenodd;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 1.5;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  fill: none;
  stroke-width: 3px;
}

#memory.light .vendor-btn svg {
  stroke: #000;
}

#memory.themedark .vendor-btn svg {
  stroke: #FFF;
}

.vendor-btn > a {
  display: block;
  pointer-events: all !important;
}
.vendor-btn > a #cardout, .vendor-btn > a #cardin, .vendor-btn > a #flowerout, .vendor-btn > a #flowerin, .vendor-btn > a #treeout, .vendor-btn > a #treein {
  opacity: 0;
}
.vendor-btn > a h5.small {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  opacity: 0;
  margin-top: -25px;
  transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media screen and (max-width: 768px) {
  .vendor-btn > a h5.small {
    position: relative;
    margin-top: 0;
    opacity: 1;
    padding-left: 5px;
    padding-right: 5px;
  }
}

.vendor-btn > a:hover {
  cursor: pointer;
}
.vendor-btn > a:hover img {
  opacity: 0;
  animation: fadein 600ms linear normal;
  animation-fill-mode: forwards;
  animation-delay: 300ms;
}
.vendor-btn > a:hover #cardout, .vendor-btn > a:hover #cardin, .vendor-btn > a:hover #flowerout, .vendor-btn > a:hover #flowerin, .vendor-btn > a:hover #treeout, .vendor-btn > a:hover #treein {
  opacity: 1;
}
.vendor-btn > a:hover #cardout {
  opacity: 0;
  stroke-dasharray: 1446;
  stroke-dashoffset: 2892;
  animation: dash 600ms linear normal;
  animation-fill-mode: forwards;
}
@keyframes dash {
  0% {
    opacity: 0;
  }
  1% {
    opacity: 1;
    stroke-dashoffset: 4338;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    stroke-dashoffset: 0;
  }
}
.vendor-btn > a:hover #cardin {
  opacity: 0;
  stroke-dasharray: 595;
  stroke-dashoffset: 1190;
  animation: dash 600ms linear normal;
  animation-fill-mode: forwards;
  animation-delay: 200ms;
}
@keyframes dash {
  0% {
    opacity: 0;
  }
  1% {
    opacity: 1;
    stroke-dashoffset: 1785;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    stroke-dashoffset: 0;
  }
}
.vendor-btn > a:hover #flowerout {
  opacity: 0;
  stroke-dasharray: 1365;
  stroke-dashoffset: 2730;
  animation: dash 600ms linear normal;
  animation-fill-mode: forwards;
}
@keyframes dash {
  0% {
    opacity: 0;
  }
  1% {
    opacity: 1;
    stroke-dashoffset: 4095;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    stroke-dashoffset: 0;
  }
}
.vendor-btn > a:hover #flowerin {
  opacity: 0;
  stroke-dasharray: 394;
  stroke-dashoffset: 788;
  animation: dash 600ms linear normal;
  animation-fill-mode: forwards;
  animation-delay: 200ms;
}
@keyframes dash {
  0% {
    opacity: 0;
  }
  1% {
    opacity: 1;
    stroke-dashoffset: 1182;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    stroke-dashoffset: 0;
  }
}
.vendor-btn > a:hover #treeout {
  opacity: 0;
  stroke-dasharray: 1337;
  stroke-dashoffset: 2674;
  animation: dash 600ms linear normal;
  animation-fill-mode: forwards;
}
@keyframes dash {
  0% {
    opacity: 0;
  }
  1% {
    opacity: 1;
    stroke-dashoffset: 4011;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    stroke-dashoffset: 0;
  }
}
.vendor-btn > a:hover #treein {
  opacity: 0;
  stroke-dasharray: 430;
  stroke-dashoffset: 860;
  animation: dash 600ms linear normal;
  animation-fill-mode: forwards;
  animation-delay: 200ms;
}
@keyframes dash {
  0% {
    opacity: 0;
  }
  1% {
    opacity: 1;
    stroke-dashoffset: 1290;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    stroke-dashoffset: 0;
  }
}
.vendor-btn > a:hover h5.small {
  margin-top: 0;
  opacity: 1;
}

#scrollhint {
  position: fixed;
  z-index: 9;
  top: 90vh;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  opacity: 1;
}
#scrollhint.fadeHead {
  opacity: 0;
}
#scrollhint #svg-arrow {
  fill: white;
}
#scrollhint #svg-circle {
  fill: none;
  stroke-width: 15px;
  stroke: #FFF;
  stroke-linecap: round;
  stroke-miterlimit: 1.5;
}
#scrollhint a:hover #svg-circle {
  stroke-width: 35px;
}

/*# sourceMappingURL=lovingmemory.css.map */
