.is-NYC {
    background-image: url("libs/img/New-York-City.jpg");
    background-position: center center;
}

.is-NYC2 {
    background-image: url("libs/img/IMG_4845-HD.jpg");
    background-position: center center;
}

.ac-rounded {
    border-radius: 9999px;
}

.titleL {
    font-weight: 1000;
    color: transparent;
    font-size: 60px;
    letter-spacing: -1px;
    text-align: center;
    line-height: 50px;
    white-space: nowrap;
    background: url("/libs/img/digital_background.png") repeat;
    background-position: 77% 67%;
    position: relative;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    padding-bottom: 20px;
}

.subtitleL {
    color: white;
    font-family: 'Raleway', sans-serif;
    display: block;
    text-align: center;
    text-transform: uppercase;
    padding-top: 0px;
}

.brandL {
    color: white;
    font-family: 'Comfortaa', sans-serif;
    display: block;
    text-align: center;
    padding-top: 2px;
}

.quote .quote-content {
    text-align: left;
}

.quote .quote-author  {
    text-align: right;
    font-style: italic;
}

.message.is-fullheight {
    height: 100%;
}

.has-opacity-90 {
    opacity: 0.9;
}

.message-body .is-flex-content {
    display: flex;
    justify-content: center;
}

.message.has-shadow {
    box-shadow: 0 2px 0 0 p;
}

.has-grey-gradient {
    background-image: linear-gradient(lightgrey, white);
}

img.animation {
    transition: 0.5s all ease-in-out;
}

img.has-zoom-on-hover:hover {
    transform: scale(1.3);
}

div.tumbstone {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: center;
}

.has-white-space-nowrap {
    white-space: nowrap;
}

.columns.has-align-items-unsetXX {
    align-items: unset;
}

@media only screen and (max-width: 414px) {
    .is-no-show-on-mobile {
        visibility: hidden;
        display: none;
    }
}


