
.pswp { 
	--pswp-bg: hsl(0,0%,100%);
}
.pswp__button {
    filter: invert(1); /* Invert arrows to make them white */
}


body{
	padding: 30px;
	padding-left: 45px;
	padding-right: 45px;
	

/*	font-family: sans-serif;*/
	font-family: "Courier Prime", monospace;


	-webkit-font-smoothing: antialiased;
	margin: 0;
    padding-bottom: 200px;
    position: relative;
	
	/*
	background: url(images/bg-gradient-small.jpg);
	background-size: cover;	
	*/
	
	/*background: rgba(0,0,0, .2);*/
	background:  white;

    background-image: url(images/bg-gradient-top.png);
    background-repeat-y: no-repeat;

}

body.contact {
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 0;
}
.below-header.contact {
	display: flex;
	flex-grow: 1;
	/*
	align-items: center;
	justify-content: center;
	*/
	padding: 0 45px;
}
.header.contact {
	padding: 30px 45px;
}
.below-header.contact a {
	text-decoration: none;
	color: black;
}



.images img[src*="23.04.24"] {
    width: 229px;
}
.images img[src*="Jet"] {
    width: 370px;
}
.images img[src*="23.08.12"] {
/*    width: 190px;*/
}
.images img[src*="Tyler"] {
    width: 340px;
}



a {
	text-decoration: none;
}

.tabafter {
	margin-right: 20px;
}

.bg-bottom{
	position: absolute;
	left: 0;
	bottom: 0;
	height: 1500px;
	width: 100%;
	background-image: url(images/bg-gradient-top.png);
	background-repeat-y: no-repeat;
	transform: scaleY(-1);
	z-index: -1;
}



.header{
    display: flex;
    flex-direction: column;
	gap: 20px;
}
.name{
	z-index: 1;
	display: inline-block;
	margin-right: 3vw;
	font-family: "Courier Prime", monospace;
	font-weight: 400;
	font-style: normal;
	font-size:  21px;
    color: #000;
}
.menu{

	
	display: inline-block;
	letter-spacing: 0.02em;
	

/*	display: none;*/

}
.menu-item {
	display: inline-block;
	margin-right: 13px;
	font-weight: 400;
	font-style: normal;
/*	font-size: calc((1 - 1) * 1.2vw + 1rem);*/
	font-size: 15px;
	padding: .1em 0;
	color: rgba(0,0,0, .5);
	line-height: 26px;

}
.menu-item.active {
	/*
	background-image: linear-gradient(to right,currentColor 100%,currentColor 0);
	background-repeat: repeat-x;
	background-size: 1px 1px;
	background-position: 0 calc(100% - 0.1em);
	*/

	color: black;

}
.menubutton {
	display: none;
	width: 24px;
    position: absolute;
    right: 24px;
    top: 29px;
    padding: 11px;
    padding-top: 8px;
    transform: scale(.8);	
}
.menubutton img {
	width: 100%;
}



.below-header{
	/*margin-top: 100px;*/
}
.description {
	margin-top: 20px;
	/*max-width: 560px;*/
	/*line-height: normal;*/
	font-size: 16px;
	line-height: 1.6;
    position: absolute;
    top: 40vh;
    left: 0;
    text-align: center;
    width: 100%;
}
.description .text {

	/*
	max-width: 560px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 70px;
	*/


}
.description .title{
	font-size: calc((1.2 - 1) * 1.2vw + 1rem);
	font-weight: 700;
	margin-bottom: 10px;
}

.text-about {

	max-width: 560px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 50px;
    text-align: left;
    max-width: 800px;
}
.text-about .line {
	margin-bottom: 10px;
}






.images {
	margin-top: 50px;
	align-items: center;
	text-align: center;

}
.images img{
	display: inline-block;
	
	/*max-width: 260px;*/
	max-width: 100%;
	width: 260px;

	vertical-align: middle;
	margin-right: 65px;
	margin-left: 65px;
	margin-bottom: 70px;
	margin-top: 70px;
	cursor: pointer;
}







body.noscroll {
	overflow: hidden;
}
.blowup {
    display: none;
    align-items: center; /* align vertical */
    justify-content: center; /* align horizontal */
    height: 100vh;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    background: white;
}
.blowupcontrols {
	position: absolute;
	bottom: 51%;
	/*right: 5px;*/
	width: 100%;
	padding-bottom: 20px;
}
.arrow, .xbutton {
	stroke: #000;
	height: 30px;
	width: 30px;
	stroke-width: 2;
	cursor: pointer;
	opacity: .3;
}
.arrow {
	position: absolute;
}
.arrow.right {
	right: 0px;
	padding: 5px;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-right: 30px;
	text-align: right;
}
.arrow.right img, .arrow.left img {
	/*width: 100%;*/
	width: 15px;
}
.arrow.left img {
	transform: scaleX(-1);
}
.arrow.left {
	/*transform: rotate(180deg);*/
	left: 0px;
	padding: 5px;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
}
.arrow-line {
	position: fixed;
	bottom: 10px;
	right: 16px;
	/*left: calc(50vw - 18px);*/
	width: 33px;
	opacity: .3;
	display: none;
	cursor: pointer;
}
.arrow-line img {
	/*width: 100%;*/
	width: 15px;
}
.arrow-line.left  {
	transform: scalex(-1);
	right: 72px;
}
.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
.xbutton {
	width: 30px;
	position: absolute;
    right: 15px;
    top: 17px;
    padding: 11px;
	padding-top: 8px;
	transform: scale(.8);
}
.xbutton img {
	width: 100%;
}
figure {
    text-align: center;
    padding: 0;
    margin: 0;

    /*margin-bottom: calc(10vh + 40px);*/
    margin-bottom: 0;
}
figcaption {
	/*
    width: 100%;
    text-align: center;
    margin: 0 auto;
	color: rgba(0,0,0, .6);
    font-size: 13px;
    margin-top: 13px;
    */
    display: none;
}
#blowup-image {
    max-width: 80vw;
    max-height: 95vh;
    padding-top: 0;

    
    padding-bottom: 110px;
    padding-top: 70px;
    max-height: calc(100vh - 176px);
}
.blowup .info {
	position: absolute;
	/*left: 0;*/
    top: 71vh;
	font-size: 14px;
	width: 360px;
	/*padding-left: 30px;*/
	line-height: 19px;
	width: initial;
	top: initial;
	bottom: 20px;
}
.blowup .info .title-line {
	/*font-size: 17px;*/
	margin-top: 2px;
	display: inline-block;
}
.blowup .info .title {
	font-weight: normal;
	font-style: italic;
}
.blowup .info .body {
	margin-top: 2px;
	display: inline-block;
}










/* 
------------------------------
------------------------------
------------------------------
media 

*/



@media (max-width: 2775px) {
	.images img {
		margin-right: 35px;
		margin-left: 35px;
	}
}
@media (max-height: 1350px) {
	#blowup-image {
		/*max-height: 95vh;*/
	}
}
@media (max-width: 1400px) {
	.images {
		grid-template-columns: repeat(3, 1fr);
	}
}
@media (max-width: 800px) {
	.images {
		grid-template-columns: auto;
	}
	.arrow.right {
		padding-right: 10px;
	}
	.arrow.left {
		padding-left: 10px;
	}
	.xbutton {
		right: 0;
		top: 0;
	}
	.text-about {
		/*padding: 0 20px;*/
	}
}
@media (max-width: 1200px) {
	.images img {
		width: 180px;
		margin-right: 30;
		margin-left: 30;
	}
}
@media (max-width: 900px) {
	.images img {
		margin-right: 20;
		margin-left: 20;
		width: 170px;
	}
}
@media (max-width: 600px) {
	.description {
		top: 120px;
	}
	.images {
		margin-top: 80px;
	}
	.images img {
		max-width: 100%;
		/*
		margin-left: 0;
		margin-right: 0;

		display: block;
		margin-left: auto !important;
		margin-right: auto !important;
		*/
		margin-bottom: 40px;
		margin-top: 20px;
	}
	body{
		padding-left: 35px;
		padding-right: 35px;
		padding-top: 31px;
		background: rgba(255,255,255,1);
	}

	.text-about {
	    font-size: 13px;
	    line-height: 18px;
	    padding-left: 20px;
	}

	
	/* header stay visible */
	.header{
		position: absolute;
		background: white;
		right: 0;
		top: 0;
		left: 0;
		padding-top: 33px;
		padding-bottom: 18px;
		text-align: center;
    	margin-left: 0;
	}
	.name {
		margin-right: 0;
	}



	.menu {


		/*
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		height: 100vh;
		position: fixed;
		width: 100%;
		left: 0;
		top: 0;
		background: white;
		*/
		display: none;

	}
	.hide-on-mobile {
		display: none;
	}
	.menubutton {
		display: inline-block;

		/* header stay visible */
		top: 13px;
	}
	.arrow {
		display: none;
	}
	.xbutton {
		position: fixed;
		bottom: 7px;
		left: 10px;
		top: initial;
		right: initial;
		padding: 0;
		width: 36px;
		height: 36px;
		transform: scale(.8);
		display: none;
	}
	.xbutton img {
		width: 100%;
	}
	.info {
		display: none !important;
	}
	.arrow-line {
		/*display: initial;*/
		display: none;
	}
	#blowup-image {
		margin: 0;
		padding-bottom: 60px;
		padding-top: 10px;
		max-width: 100vw;
		/*		max-height: calc(100vh - 70px);*/
	    max-height: 75vh;
	}
	.blowupcontrols {
		display: none;
	}
}
@media (max-width: 450px) {
	.images img {
		width: 80%;
	}
}

		













