@charset "UTF-8";
.menu_item a {
	text-shadow: 2px 2px 6px #000000;
}
.instagram_image{
	filter: drop-shadow(2px 2px 5px #000);
}
.album_header {
	width: 100%;
	height: auto;
	position: relative;
	box-sizing: border-box;
	font-size: 0;
}
.album_image_small {
	    -webkit-filter: opacity(95%) brightness(90%);
    filter: opacity(95%) brightness(90%);
}
.album_image_large {
	    -webkit-filter: opacity(95%) brightness(90%);
    filter: opacity(95%) brightness(90%);
	display: none;
}
.album_gradient {
	width: 100%;
	height: 40%;
	position: absolute;
	bottom: 0;
	z-index: 5;
	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0) 100%);
}
.album_header_text {
	position: absolute;
	color: white;
	z-index: 10;
	font-size: 35px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	pointer-events: none;
	text-align: center;
}
.image_grid_container {
	width: 100%;
	padding: 2.5px;
	box-sizing: border-box;
	font-size: 0;
	margin-left: auto;
}
.image_grid_wrap {
	width: 100%;
}

.image_grid_row_image, .image_square, .image_square_placeholder {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
    -webkit-touch-callout:none;
	-moz-touch-callout:none;
	-ms-touch-callout:none;
	-o-touch-callout:none;
	-touch-callout:none;
}
.image_grid_row_image {
	width: 20%;
	height: 0;
	padding-top: 20%;
	position: relative;
	overflow: hidden;
	display:inline-block;
	background-color: #000;
}
.image_square {
	top: 0;
    left: 0;
    position: absolute;
    vertical-align: top;
    max-height: 100%;
	max-width: 100%;
    object-fit: cover;
	padding: 2.5px;
	box-sizing: border-box;
	cursor: pointer;
	 -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 2s; /* Firefox < 16 */
        -ms-animation: fadein 2s; /* Internet Explorer */
         -o-animation: fadein 2s; /* Opera < 12.1 */
            animation: fadein 2s;
	z-index: 5;
}
/*.image_square:hover, .image_square_placeholder:hover {
	    -webkit-filter: opacity(95%) brightness(50%);
    filter: opacity(95%) brightness(50%);
}*/
.image_grid_row_image:hover {
	    -webkit-filter: opacity(95%) brightness(50%);
    filter: opacity(95%) brightness(50%);
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

.image_popup_container {
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	z-index: 199;
	position: fixed;
	background-color: rgba(0,0,0,0.85);
	width: 100%;
	height: 100vh;
	display: none;
}
.image_popup {
	height: 100%;
	width: 100%;
}
.image_full {
	max-width: 70%;
	max-height: 80%;
	padding: 10px;
	top: 50%;
	left: 50%;
	z-index: 200;
	position: fixed;
	display: none;
	-moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
    -webkit-touch-callout:none;
	-moz-touch-callout:none;
	-ms-touch-callout:none;
	-o-touch-callout:none;
	-touch-callout:none;
	pointer-events: none;
}
.popup_close {
	top: 15px;
	right: 15px;
	position: absolute;
	cursor: pointer;
}
.popup_close img {
	width: 40px;
	height: 40px;
}
.chevron_right {
	position: fixed;
	right: 15px;
	top: 50%;
	-moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
	cursor: pointer;
	display: none;
}
.chevron_left {
	position: fixed;
	left: 15px;
	top: 50%;
	-moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
	cursor: pointer;
	display: none;
}
.chevron_right img, .chevron_left img {
	height: 50px;
}

@media screen and (max-width:945px){
	.image_grid_row_image {
		width: 33.33%;
		padding-top: 33.33%;
	}
}
@media screen and (max-width:758px){
	#heading {
		position: relative;
		width: 100%;
		padding: 10px 10px 5px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		align-items: center;
	}
	.lucy_logo {
		width: auto;
		height: 60px;
	}
	.burger_menu {
		display: inline-block;
	}
	.instagram_image {
		width: 30px;
	}
	.menu_item {
		display: none;
	}
	.heading_left {
		width: 70%;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
	.heading_right {
		width: 30%;
		text-align: right;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		align-items: center;
		justify-content: flex-end;
		padding: 0;
	}
	.image_grid_container {
		width: 100%;
	}
}
@media screen and (max-width:480px){
	.image_grid_row_image {
		width: 50%;
		padding-top: 50%;
	}
	.album_header_text {
		font-size: 25px;
	}
	.album_image_small {
		display: none;
	}
	.album_image_large {
		display: block;
	}

}