@charset "UTF-8";
/* CSS Document */

div {
    border: none;
    outline: none;
}
html {
	scroll-behavior: smooth;
    border: none;
    outline: none;
    background-color: #fff; 
    font-size: 0px;
}
body {
    border: none;
    outline: none;
    margin: 0;
    background-color: #fff; 
    overflow-x: hidden;
    font-size: 0px;
	opacity: 1;
} 
img {
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none;
}

a:link {
    text-decoration: none;
	color: #432;
}
a:visited {
    text-decoration: none;
    color: #432;
}

a:hover {
    text-decoration: none;
    color: #432;
}

a:active {
    text-decoration: none;
    color: #432;
}

.header {
	display: block;
    width: 100%;
	height: 145px;
    position: fixed;
	top: 0px;
    padding-top: 0px; 
	background-color: #fff;
    text-align: center;
    z-index: 2000;
	border: none;
    color: #432;
}

	.footer {
		display: block;
		width: 100%;
		position: fixed;
		bottom: 20px;
		right: 15px;
		padding-top: 0px; 
		background-color: #fff;
		text-align: right;
		z-index: 1000;
		border: none;
		color: #432;
	}

.footer img{
	opacity: .3;
	width: 30px;
	height: 16px;
}

.footer img:hover{
	opacity: 1;
	-webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.social {
	position: relative;
	margin: 5px;
}

.al {
	position: fixed;
	top: 98px;
	left: 50px;
	z-index: 2500;
	opacity: .3;
	-webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.al:hover {
	opacity: 1;
}

.al img {
	height: 25px;
	width: 25px;
}

.ar {
	position: fixed;
	top: 98px;
	right: 50px;
	z-index: 2500;
	opacity: .3;
	-webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.ar:hover {
	opacity: 1;
}

.ar img {
	height: 25px;
	width: 25px;
}
.logo {
	margin-top: 45px;
    text-decoration: none;
	font-family: quasimoda, sans-serif;
	font-weight: 500;
	font-style: normal;	
	letter-spacing: 1.6px;
    font-size: 18px;
	line-height: 5px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.logo a {
	color: darkred;
}

.logo p {
}

.logo-sub {
    text-decoration: none;
	font-family: ambroise-std, serif;
	font-weight: 400;
	font-style: italic;
	letter-spacing: 1.6px;
    font-size: 14px;
	line-height: 5px;
}

.popup {
	cursor: context-menu;
	display: block;
	position: fixed;
	top: 98px;
	margin-left: 50%;
	left: -15px;
	width: 30px;
	height: 30px;
	background-color: #fff;
	z-index: 1000;
}

.popup img {
	width: 20px;
	height: 10px;
}


.popupM {
	cursor: context-menu;
	display: none;
	position: fixed;
	top: 98px;
	margin-left: 50%;
	left: -15px;
	width: 30px;
	height: 30px;
	background-color: #fff;
	z-index: 0;
}

.popupM img {
	width: 20px;
	height: 10px;
}

#pop {
	position: fixed;
	cursor: pointer;
	display: block;
	top: 185px;
	margin-left: 50vw;
	left: -125px;
	width: 250px;
	height: 310px;
	background-color: #fff;
	z-index: 0;
	opacity: 0;
	-webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#popM {
	position: fixed;
	cursor: pointer;
	display: none;
	top: 185px;
	margin-left: 50vw;
	left: -125px;
	width: 250px;
	height: 325px;
	background-color: #fff;
	z-index: 10;
	opacity: 0;
	-webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.gallery {
	position: relative;
	top: 25px;
	text-align: center;
	border: none;
    color: #432;
    text-decoration: none;
	font-family: ambroise-std, serif;
	font-weight: 400;
	font-style: italic;
	letter-spacing: 1.6px;
    font-size: 14px;
}

.slideshow-container {
 	position: absolute;
	width: 80%;
	height: 50vh;
	left: 10%;
	top: 110px;
}

.scroll {
 	position: relative;
	width: 80%;
	left: 10%;
	top: 110px;
}

.mySlides {
	display: none;
    position: absolute;
    text-align: center;
	width: 90%;
	max-height: 90%;
    left: 5%;
	z-index: 52;
	opacity: 1;
	-webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;	
	}

.mySlides img {
	max-width: 100%;
	max-height: 80vh;
	border-style: none;
	border-width: 0%;
	margin-bottom: 0%;
	border-color: #fff;
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none;
}

.images {
	display: none;
    position: absolute;
    text-align: center;
	width: 90%;
	max-height: 90%;
    left: 5%;
    z-index: 50;
	opacity: 1;
	-webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;	
}

.images img {
	max-width: 100%;
	max-height: 80vh;
	margin: auto;
	border-style: none;
	border-width: 0vw;
	border-color: #fff; 
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none;
}

.imp {
	width: 100vw;
	overflow-x: hidden;
}
.imp img {
	max-width: 90VW;
}

/*@media only screen and (orientation: portrait) {*/

@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
	and (orientation: portrait) {

.slideshow-container {
		width: 100%;
		left: 0%;
		opacity: 1;
	}
	.mySlides img {
		max-width: 100%;
	}

.popup {
	display: none;
	z-index: 0;
		}
		
.popupM {
	cursor: context-menu;
	display: block;
	position: fixed;
	top: 100px;
	margin-left: 50%;
	left: -20px;
	width: 40px;
	height: 30px;
	background-color: #fff;
	z-index: 1000;
}
	.popupM img {
		width: 40px;
		height: 20px;
	}
		
	.logo {
		margin-top: 35px;
    	font-size: 30px;
		line-height: 5px;
	}

	.logo-sub {
		font-size: 20px;
		line-height: 5px;
	}
	.images {
		width: 100%;
		max-height: 90%;
		left: 0%;
		z-index: 50;
		opacity: 1;	
	}

	.images img {
		max-width: 100%;
		max-height: 80vh;
		margin: auto;
		border-style: none;
		border-width: 0vw;
		border-color: #fff; 
		-webkit-user-drag: none;
		-khtml-user-drag: none;
		-moz-user-drag: none;
		-o-user-drag: none;
		user-drag: none;
	}

.imagesM {
		width: 100%;
		left: 0%;
		z-index: 50;
		opacity: 1;	
	}

	.imagesM img {
		width: 100%;
		margin-bottom: 10px;
		border-style: none;
		border-width: 0px;
		border-color: #fff; 
		-webkit-user-drag: none;
		-khtml-user-drag: none;
		-moz-user-drag: none;
		-o-user-drag: none;
		user-drag: none;
	}
	
	#pop {
		display: none;
		left: -1000px;
		}
	
	 #popM {
		display: block;
		margin-left: 50%;
		left: -200px;
		width: 400px;
		height: 560px;
		}
	
	.gallery {
		letter-spacing: 1.6px;
		font-size: 28px;
	}
	.footer {
		display: block;
		width: 100%;
		position: fixed;
		bottom: 0px;
		padding-bottom: 20px;
		right: 15px;
		padding-top: 10px; 
		background-color: #fff;
		text-align: right;
		z-index: 1000;
		border: none;
		color: #432;
	}

	.footer img{
		opacity: .5;
		width: 60px;
		height: 32px;
	}
}