@font-face {
    font-family: 'adleryregular';
    src: url('/css/adlery_trial-webfont.woff2') format('woff2'),
    url('/css/adlery_trial-webfont.woff') format('woff'),
    url('/css/Adlery.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'galaxie';
    src: url('/css/fonts/galaxie.woff2') format('woff2'),
    url('/css/fonts/galaxie.woff') format('woff'),
    url('/css/fonts/galaxie.otf') format('opentype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'notera';
    src: url('/css/fonts/notera.woff2') format('woff2'),
    url('/css/fonts/notera.woff') format('woff'),
    url('/css/fonts/notera.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

.LucyBanner {
    position: absolute;
    display: block;
    text-align: center;
    font-family: 'notera';
    font-size: 75px;
}

.LucyMenu {
    padding-bottom: 50px;
    padding-bottom: 50px;
}

.LucyTile {
    width: 350px;
    height: 350px;
    background-size: cover;
    display: inline-block;
    background-position: center;
    margin-top: 50px;
}

.LucyTileRow {
    padding-left: 50px;
    padding-right: 50px;
}

.LucyOverlay {
    position: absolute;
    display: table;
    opacity: 0;
    width: inherit;
    height: inherit;
    line-height: inherit;
    text-align: center;
    line-height: 50px;
    font-size: 20pt;
    transition: 0.5s ease-in-out;
    word-wrap: break-word;
    cursor: pointer;
}

.LucyMobileOverlay {
    position: absolute;
    display: table;
    width: inherit;
    min-width: inherit;
    line-height: inherit;
    text-align: center;
    word-wrap: break-word;
    cursor: pointer;
}

.LucyOverlay p {
    display: table-cell;
    vertical-align: middle;
}

.LucyOverlay:hover {
    opacity: 1;
    transition: 0.2s ease-in-out;
}

.LucyMenuItem {
    margin-left: 50px;
    margin-right: 50px;
    display: inline-block;
    font-family: 'galaxie';
    color: rgba(34, 13, 76, 1);
    cursor: pointer;
}

.LucyMenuItem:hover {
    color: rgba(76, 164, 204, 1);
    transition: 0.3s ease-in-out;
}

.highlightMenuItem {
    color: rgba(76, 164, 204, 1);
}

.LucyIcons {
    cursor: pointer;
    color: rgba(34, 13, 76, 1);
    vertical-align: middle;
    margin-top: 20px;
    margin-left: 20px;
}

.LucyIcons:hover {
    color: rgba(76, 164, 204, 1);
    transition: 0.3s ease-in-out;
}

.LucyTileGrid {
    margin-bottom: 100px;
    font-family: 'galaxie';
}

.LucyItemMainImage {
    width: auto;
    height: auto;
    background-size: cover;
    background-position: center;
}

[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
    display: none !important;
}

.LucyItemSecondaryImage {
    width: 100px;
    height: 100px;
    background-size: cover;
    background-position: center;
    display: inline-block;
    margin-bottom: 20px;
}



.LucyItemGallery {
    padding-left: 40px;
    padding-right: 40px;
}

.row-centered {
    text-align: center;
}

.col-centered {
    display: inline-block;
    float: none;
    /* reset the text-align */
    text-align: left;
    /* inline-block space fix */
    margin-right: -4px;
}

.LucyItemGalleryRow {}

.ImageZoomView {
    margin-bottom: 30px;
    cursor: pointer;
}



body {}

.LucyItemTitle {
    font-size: 24px;
    margin-bottom: 50px;
}

.LucyItemText {
    color: rgba(34, 13, 76, 1);
}

.LucyItemTextItem {
    padding-bottom: 20px;
}

.LucyParagraph {
    font-family: 'galaxie';
}

.LucyMainImage {
    width: 350px;
    margin-bottom: 30px;
}

.LucyParagraphItem {
    /*    min-width: 600px;*/
    margin-bottom: 20px;
}

.LucyPageOverlay {
    z-index: 1000;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    overflow: scroll;
}

.LucyZoomPane {
    text-align: center;
    margin-top: 50px;
    overflow: scroll;
}
