/* *** Language Switcher *** */
.sp-module.languageswitcherfooter .mod-languages ul>li {
    display: inline-block !important;
}
.sp-module.lang-switcher-public {
    text-align: right;
}
.sp-module.languageswitcherfooter {
    text-align: right;
}
/* *** All Site Elements *** */
h1{
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    color: #8d7d02;
}
.tarot h2{
  color: #8C762D !important;
  margin-top: 0px !important;
  color: rgb(140, 118, 45);
  font-size: 3em !important;
  font-weight: 700 !important;
  margin-bottom: 15px !important;
}
.tarot h3{
  margin-top: 0px;
  font-size: 2em !important;
  font-weight: 700;
  color: rgba(146, 46, 46, 0.7);
}
.tarot .linereturn p{
  margin-top: 0px;
  margin-block-start: 0em;
  margin-block-end: 0em;
}
.tarot .authorname{
  text-align: right;
  font-style: italic;
  font-weight: 700 !important;
}
/* *** Features *** */
.sppb-icon-container {
    color: #7f019b !important;
}
.sppb-icon-container .fa-youtube {
    color: red !important;
}
/* *** SPPB Booklet Accordion *** */
.booklet-accordion .sppb-addon-title{
  text-align: center;
  display: block;
  text-transform: uppercase;
}
/* *** FONTS *** */
.homepage h1{
    font-family: "bitter", serif;
    font-weight: 700;
    /*font-size: 60px;
    line-height: 76px;
    letter-spacing: 0px;*/
}
.homepage h2{
    font-family: "bitter", serif;
    font-weight: 600;
    /*font-size: 60px;
    line-height: 76px;
    letter-spacing: 0px;*/
}

.homepage h3{
  font-family: "bitter", serif;
  font-weight: 400;
}

/* *** IMAGE HEIGHT *** */
.imgheight img{
  max-height: 80vh;
 /* height: auto;
  max-width: 80vh;*/
  width: auto;
}
