
body {
	--color-text: #fff;
	--color-bg: #131212;
	--color-link: #aaa;
	--color-link-hover: #fff;
	--color-gallery-title: #fff;
	--color-gallery-number: #ffffff;
	--color-gallery-link: #fff;
	--color-gallery-link-bg: #222;
	--color-gallery-link-hover: #fff;
	--color-gallery-link-bg-hover: #d4b77d;
	color: var(--color-text);
	background-color: var(--color-bg);
	--cursor-stroke: none;
	--cursor-fill: #ffffff;
	--cursor-stroke-width: 1px;
}

.gallery {
	display: flex;
	align-items: center;
}



.gallery__item {
	margin: 0 3vw;
	display: grid;
	grid-template-areas: '... ...'
						 '... gallery-image'
						 '... ...' ;
	grid-template-columns: 8rem 21vmax;
	grid-template-rows: 8rem 28vmax 3rem;
	will-change: transform;
}

.gallery__item:nth-child(even) {
	padding-top: 0vh;
}

.gallery__item-img {
	grid-area: gallery-image;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	will-change: transform;
}

.gallery__item-imginner {
	background-size: cover;
    background-position: 50% 0;
    width: 100%;
    height: calc(100% + 14vh);
	margin-top: -7vh;
	will-change: transform;
}

.gallery__item-caption {
	grid-area: 1 / 1 / 4 / 3;
	display: grid;
	grid-template-areas: 'gallery-number gallery-title'
						 'gallery-link ...'
						 'gallery-link gallery-tags' ;
	grid-template-columns: 8rem auto;
	grid-template-rows: 8rem auto 3rem;

}

.gallery__item-number {
	grid-area: gallery-number;
	font-size: 6rem;
	font-size: clamp(2.5rem,9vw,6.5rem);
	justify-self: end;
	padding-right: 2rem;
	color: var(--color-gallery-number);
}

.gallery__item-title {
	grid-area: gallery-title;
	margin: 0;
	font-size: 4rem;
	font-size: clamp(2rem,5vw,4rem);
	color: var(--color-gallery-title);
}


.gallery__item-number,
.gallery__item-title,
.gallery__text {
	font-family: times, serif;
	font-weight: 300;
	align-self: center;
	font-size: 3.5em;
}


@media screen and (max-width:800px) {
	.gallery__item-number, .gallery__item-title, .gallery__text {
		font-size: 2em;
	}
}


.gallery__item-link {
	grid-area: gallery-link;
	align-self: end;
	font-size: 1.5rem;
	background: var(--color-gallery-link-bg);
	color: var(--color-gallery-link);
	width: 100px;
	height: 100px;
	border-radius: 50%;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.gallery__item-link:focus,
.gallery__item-link:hover {
	background: var(--color-gallery-link-bg-hover);
	color: var(--color-gallery-link-hover);
	text-decoration: none;
}

.gallery__item-tags {
	color:#666;
	grid-area: gallery-tags;
	justify-self: start;
	font-size: 1.5rem;
	display: grid;
	grid-auto-flow: column;
	grid-gap: 1rem;
}

.gallery__text {
	width: 100vw;
	text-align: center;
	color: var(--color-gallery-title);
	line-height: 99px;
	font-size: 80px;
	font-family: times, serif;
}

@media screen and (max-width:800px) {
	.gallery__text {
		font-size: 60px;
	}
}

.gallery__text_plain {
	padding-top:0px !important;
	line-height:32px;
	font-size: 17px;
	font-family: Helvetica, sans-serif;
	color: #ccc;
	font-weight: 400;
}



@media screen and (max-width:800px) {
	.gallery__text_plain {
		padding-top: 18px;
		line-height: 23px;
		font-size: 15px;
	}
}


.gallery__text__endscreen {
	font-size: 2vw;
	line-height: 0.8;
	margin: 0 27.5vw 0 0vw;
	color: var(--color-gallery-title);
}


.gallery__text-inner {
	display: block;
	text-align: center;
	margin-top: 0px;
}

.gallery__text-inner__end {
display: block;
text-align: center;
margin-top: 160px;
margin-left: 100px;
}

@media screen and (max-width:800px) {
	.gallery__text-inner__end {
	margin-top: 36px;
	}

	.gallery__text__endscreen{
		margin: 0 35vw 0 0vw;
	}

	.gallery__text-inner__end
	{
		margin-left: 0px;
	}

	.endscreen {
		margin-left: 50px!important;
		margin-right: 50px;
	}
}


.gallery__text-inner__bottom {
	display: inline-block;
	height: 150px;
	line-height: 0.1;
	text-align: center;
}

.logo {
	position: absolute;
	top: 30px;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 200;
}

.endscreen {
	color: #999;
	font-size: 30px;
	font-weight: 200;
	line-height: 18px;
	text-align: center;
	margin-left: 102px;
}

@media screen and (max-width:800px) {
	.endscreen {
		font-size: 20px;
	}
}

.contact {
	font-size: 20px;
}

.instagram {
	font-size: 20px;
}

.instagram a {
	color: #d95656!important;
}

.endscreen a {
	color:#999;
	opacity: 1;
}

.endscreen a:hover {
	opacity: 0.5 !important;
	-moz-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}



.slideshow {
	z-index: 203;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
}

.slideshow-slide-credit {
	position: absolute;
	z-index: 10;
	left: 0;
	right: 0;
	bottom: 100px;
	text-align: center;
	color: #999;
	font-size:11px;
	letter-spacing: 1px;
	text-transform: uppercase;
  padding-top: 15px;
}

@media screen and (max-width:800px) {
	.slideshow-slide-credit {
		bottom: 130px;
	}
}

.slideshow-slide {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	text-align: center;
	z-index: 10;
}

.slideshow-slide:before {
	content: "";
	display: inline-block;
	margin-right: -5px;
	height: 100%;
	vertical-align: middle;
	max-width: 100%;
}

.slideshow-slide img {
vertical-align: middle;
margin-top: 1%;
max-height: calc(100% - 260px);
display: inline-block;
max-width: 70%;
}

.slideshow-controls {
	position: absolute;
	z-index: 2000000;
	right: 30px;
	bottom: 93px;
}

@media screen and (max-width:800px) {
	.slideshow-controls {
		bottom: 125px;
	}
}

.slideshow-controls a {
	color: #555d4f;
}

@media screen and (max-width:800px) {
	.title-slideshow {
		font-size: 30px;
    padding-top: 5px;
	}

	.slideshow-slide img {
			display: inline-block;
			max-width: 100%;
			max-height: calc(100% - 350px);
	}
}

.slideshow-bg {
	width: 100%;
	height: 100vh;
	background-color: #000;
	z-index:203;
}

.slideshow-title {
  position: absolute;
  left: 0;
	right: 0;
  margin: auto;
  z-index: 33;
  color: #fff;
  font-size: 33px;
  font-weight: 300;
  text-align: center;
  display: none;
	margin-top: 50px;
	font-family: 'Times New Roman', serif;
}

.slideshow-close {
	position: absolute;
	right: 20px;
	top: 20px;
	font-size: 40px;
	z-index:34;
	cursor: pointer;
	color: #fff;
	font-weight: 600;
}

.slideshow-close a {

	display: block;
	padding:20px;
}


.btn {
    position: absolute;
		z-index:10;
		top: 20px;
		right: 20px;
    display: inline-block;
    width: 277px;
    height: 50px;
    font-size: 1em;
    font-weight: bold;
    line-height: 60px;
    text-align: center;
    text-transform: uppercase;
    background-color: transparent;
    cursor: pointer;
    text-decoration:none;
    font-family: 'Roboto', sans-serif;
    font-weight:900;
    font-size:15px;
    letter-spacing: 0.045em;
		z-index: 201;
}

@media screen and (max-width:800px) {
	.btn {
		position: absolute;
		bottom: 90px;
		left: 0;
		right: 0;
		text-align: center;
		margin: auto;
		top: unset;
	}
}

.btn svg {
    position: absolute;
    top: 0;
    left: 0;
}

.btn svg rect {
    //stroke: #EC0033;
    stroke-width: 4;
    stroke-dasharray: 353, 0;
    stroke-dashoffset: 0;
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease;
}

.btn span{
  background: rgb(255,130,130);
  background: -moz-linear-gradient(left,  rgba(255,130,130,1) 0%, rgba(225,120,237,1) 100%);
  background: -webkit-linear-gradient(left,  rgba(255,130,130,1) 0%,rgba(225,120,237,1) 100%);
  background: linear-gradient(to right,  rgba(255,130,130,1) 0%,rgba(225,120,237,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8282', endColorstr='#e178ed',GradientType=1 );

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.btn:hover svg rect {
    stroke-width: 4;
    stroke-dasharray: 196, 543;
    stroke-dashoffset: 437;
}


.scroll_down {
	animation: fade 2s linear;
}

@keyframes fade {
	0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
	0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}

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

/* Internet Explorer */
@-ms-keyframes fadein {
	0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}



@media screen and (max-width:800px) {
	.scroll_down_btn {
		display: none;
	}
}
	@media screen and (max-width:800px) {
		.hashtag {
			display: none;
		}
}

.scroll_down a {

	cursor: s-resize;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -15vh;
	text-align: center;
	z-index: 2;
	margin: auto;
	display: inline-block;
	/* -webkit-transform: translate(0, -50%); */
	/* transform: translate(0, -50%); */
	color: #d95656;
	font: normal 400 20px/1 'Josefin Sans', sans-serif;
	letter-spacing: .1em;
	text-decoration: none;
	transition: opacity .3s;
}





#section05 a {
  padding-top: 70px;
}
#section05 a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb05 1.5s infinite;
  animation: sdb05 1.5s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb05 {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
@keyframes sdb05 {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}

.text-box {
align-items : center
}

.info-text {
	font-size: 21px;
	line-height: 35px;
}

@media screen and (max-width:800px) {
	.info-text {
		font-size: 15px;
		padding: 10px
	}
}

.submit-text {
	font-size: 16px;
	margin-top: 30px;
}

@media screen and (max-width:800px) {
	.submit-text {
		font-size: 15px;
		padding: 10px;
		margin-top: 0px;
	}
}

.title-photography {
	margin:0px;
	line-height: 40px;
	padding-top:0px;
	margin-bottom: 60px;
}

@media screen and (max-width:800px) {
	.title-photography {
		margin-bottom: 30px;
	}
}

.scroll-right {
	display: none;
}

@media screen and (max-width:800px) {
	.scroll-right {
		display:block;
		position: absolute;
		bottom: 20px;
		left: 0;
		right: 0;
		margin: auto;
		font-size: 20px;
		color: #fff;
		text-align: center;
	}
}

.info-text-mobile {
	display: none;
}

.submit-text-mobile {
	display: none;
}


@media screen and (max-width:800px) {
	.info-text-mobile {
		display: block;
		font-size: 20px;
		line-height: 35px;
	}

	.info-text {
		display: none;
	}

	.submit-text {
		display: none;
	}

	.submit-text-mobile {
		display: block;
	}
}
