/* Lightbox by Cleverbirds */
.lightbox-item {cursor: pointer;}
.lightbox-overlay {position: fixed; background: rgba(0,0,0,0.9); width: 100%; height: 100%; z-index: 9999;}
.lightbox {position: fixed; top: 20px;z-index: 10000; color: #FFF; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center;}
.lightbox h1 {font-size: 40px;}
.lightbox h6 {opacity: 0.5; margin-bottom: 30px; margin-top: 10px;}
.lightbox p {font-size: 19px;}
.lightbox .fa-close {position: absolute; top: 50px; right: 50px; cursor: pointer; font-size: 26px;}
.lightbox .fa-close:hover {opacity: 0.7;}