.customTooltip * {
    color: #4a4a4a;
    font-size: 2.7rem;
}

.customTooltip .introjs-tooltip-title {
    color: #0a41c9;
}

.customTooltip a.introjs-button.introjs-nextbutton {
    background-color: red;
    background-image: none;
    text-shadow: none;
    color: var(--word);
}

.introjs-bullets ul li a {
    width: 2rem;
    height: 1rem;
}
.introjs-tooltipReferenceLayer {
    /* width: 4% !important;
    height: 10% !important; */
    /* top: 10% !important; */
    /* left: 30% !important; */ 
}

.introjs-right {
    width: 35rem;
}

.introjs-floating {
    margin-top: -15em !important;
}

.customTooltip, .introjs-tooltiptext {
    font-size: 2.7rem;
}

.introjs-tooltip {
    background-color: var(--highlight);
}

.introjs-helperLayer {
    background: transparent;
    margin-top: 1.5rem;
}

a.menu_links { cursor: pointer; }

.introVideo {
    width:40rem;
}

.introPhoto {
    width: 34rem;
}