
body {
    background: #eeeeee; 
    background-size: cover;
    color: #fff;
    text-align: center;
    font-family: 'Google Sans', 'Arial Black', 'Arial';
	font-weight: 700;
}
#bg, #bg2 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #000000 url('img/bg.jpg') top center no-repeat;
    background-size: cover;
    z-index: -1;
}
#bg2 {
    background: url('img/bg.jpg') top center no-repeat;
    background-size: cover;
}
h1, h2, h3, h4 {
    text-align: center;
    text-transform: uppercase;
}
h1.fixed-top, .logo {
    font-size: 25px;
}

.logo {
    
    position: fixed;
    width: 100%;
    bottom: 10%;
}
.logo img {
    width: auto;
    max-height: 80vh;
    max-width: 80%;
}
.logo .on img {
    transition-duration: 0.5s;
    opacity: 0;
    animation: fadeIn 1s ease-in 0s;
    animation-fill-mode: forwards;
}
.flicker-fast {
    transition-duration: 0.5s;
    opacity: 0;
    animation: fadeIn 0.3s ease-in 0.5s;
    animation-fill-mode: forwards;
}
.flicker-slow {
    transition-duration: 0.5s;
    opacity: 0;
    animation: fadeIn 0.3s ease-in 0.4s;
    animation-fill-mode: forwards;
}
.logo > div {
    position: absolute;
    top: 0;
    width: 100%;
}

.arrow-container {
    transition-duration: 0.5s;
    animation: fadeIn 3s ease-in;
    animation-fill-mode: forwards;
}
.header {
    position: fixed;
    pointer-events: none;
    width: 100%;
    top: 0;
    z-index: 99;
    animation: slideInTop 0.7s, fadeIn 1s;
}
.header-image {
    position: relative;
    z-index: -1;
}/*
.footer {
    position: fixed;
    pointer-events: none;
    width: 100%;
    bottom: 0;
    z-index: 88;
    animation: slideInBottom 0.7s, fadeIn 1s;
}*/
.footer {
    background: #000;
    font-size: 9px;
    font-family: 'Arial';
    padding: 7px;
}
.footer img {
    height: 20px;
    display: inline-block;
    width: auto;
    padding-top: 1px;
}
.header img {
    width: 100%;
}
.perso {
    height: 100vh;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
}
.perso img {
    position: absolute;
    bottom: 0vh;
    max-height: 70vh;
    width: auto;
    left: 50%;
    transform: translate(-50%, 0);
    opacity: 0;
    animation: fadeIn 0.5s ease-in 1s;
    animation-fill-mode: forwards;
    max-width: 100vw;
    margin-left: 12%;
}
.share-cta {
    opacity: 0;
    animation: fadeIn 0.5s ease-in 1s;
    animation-fill-mode: forwards;
    margin-top: 100vh;
    padding: 30px;
    position: relative;
    margin: 100vh 5% 0;
    text-transform: uppercase;
    background-size: cover;
	color: #18b8cf;
	text-shadow: #000 0 0 20px;
}
.bg-blur {
    backdrop-filter: blur(10px);
    min-height: 100vh;
}

.container {
    opacity: 0;
    animation: fadeIn 0.5s ease-in 1.5s;
    animation-fill-mode: forwards;
    padding: 0 15vw;
    min-height: 70vh;
}

.nanogallery_gallerytheme_custom_my_nanogallery .nGY2GThumbnail {
    border-width: 3px !important;
    transition-duration: 0.5s;
}

.nanogallery_gallerytheme_custom_my_nanogallery .nGY2GThumbnail:hover {
    border-image: linear-gradient(#d58acd, #793065) 20;
    border-width: 4px;
    border-style: solid;
}

.nGY2 .toolbar.toolbarBackground .ngbt {
    font-size: 1.5em;
    padding: 0;
    background: #fff;
    color: #000;
    border-radius: 999px;
    height: 40px;
    width: 40px;
    text-align: center;
    margin-bottom: 20px;
}

.noshare .nGY2 .toolbar.toolbarBackground .ngbt {
    display: none;
}
.nGY2 .toolbarContainer {
    margin-bottom: 15px;
}

element.style {
}
[class^=nGY2Icon-] {
    margin-left: 0.3em;
    margin-right: 0.3em;
}
.nanogallery_viewertheme_dark_my_nanogallery .nGY2Viewer .toolbarBackground {
        
}


@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes slideInTop {
  0% {
    top: -200%;
  }

  100% {
    top: 0;
  }
}
@keyframes slideInBottom {
  0% {
    bottom: -200%;
  }

  100% {
    bottom: 0;
  }
}


.flicker-slow{
  animation: flicker 3s linear infinite;
}

.flicker-fast{
  animation: flicker 1s linear infinite;
}
.flicker-soft{
  animation: flicker-soft 2s linear infinite;
}
@keyframes flicker {
	0%, 19.999%, 22%, 62.999%, 64%, 64.999%, 70%, 100% {
        opacity: .99;
		
	}
	20%, 21.999%, 63%, 63.999%, 65%, 69.999% {
		opacity: 0.4;
	}
}
@keyframes flicker-soft {
	0%, 19.999%, 22%, 62.999%, 64%, 64.999%, 70%, 100% {
        opacity: .99;
		
	}
	20%, 21.999%, 63%, 63.999%, 65%, 69.999% {
		opacity: 0.75;
	}
}




.field {
	display: flex;
	align-items: center;
	justify-content: space-around;
	width: 300px;
}

.arrow {
	width: 0;
	height: 15px;
	border: 1px solid #fff;
	position: absolute;
    bottom: 20px;
    display: inline-block;
    margin: 0 auto;
	animation: scroll 1.5s infinite;
	-webkit-animation: scroll 1.5s infinite;
	&::after {
		content: '';
    display: block;
    position: absolute;
    top: 100%;
    left: -5px;
    width: 1px;
    height: 10px;
    border-top: 10px solid #fff;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
	}
}

@keyframes scroll {
	0% {
		height: 15px;
	}
	30% {
		height: 30px;
	}
	60% {
		height: 15px;
	}
}
