 *{
	margin: 0px;
	padding: 0px;	
	box-sizing: border-box;
	}


@viewport {
   width: device-width;
	}

h1{
	text-align:center;
	text-transform: uppercase;
	font-size: 26px;
	margin-bottom: 70px;
	color: Orange;
	}

h2{
	text-align:center;
	font-size: 22px;
	}

h3{   
	
	color: DarkseaGreen;
	font: bold 16px;
	padding:30px 0px 0px 0px;
	text-align:left;
	}

h4{   
	text-transform: uppercase;
	color: orange;
	font: bold 15px;
	padding:30px 0px 0px 0px;
	text-align:left;
	}
h5{   
	text-align:left;
	font: bold 14px;
	color: Honeydew;
	padding:10px 0px 0px 0px;
	
	}

body{
	text-transform: none !important;
	text-align: center;
	color: Honeydew;
	background-color: #010A17;
	font-family: Arial black, NSimSun, MingLiu, Georgia, Garamond, Serif;
	font-size:100%;
	font-size-adjust: 0.55;  
	font-weight: bold; 
	background-image: url(../img/background_lotus.webp);
	background-size:100%;
	user-select: none; /* Standard syntax */
	
	}
hr{
	
	color:darkseaGreen;
	}

#logo-image{
	width:120px;
	height:120px;
	object-fit:cover; 
	margin:15px auto;
	pointer-events: none;
	}


a{
	text-decoration: none;
	}

div p{
	text-indent: 50px;
	text-align:justify;
	letter-spacing: 2px;
	margin-top: 15px;
	margin-bottom: 10px;
	line-height:2;
	
	}
table{
	border-collapse: collapse;
	width:100%;
	}

th, td{
	text-align: center;
	font-size: 20px;
	padding:5px;
	}
a {	text-decoration: none;
	color: Honeydew;
	}
a:hover{
	color: orange;
	
	}

a h5:hover{
	color: darkseagreen;
	
	}
#top_menu{
	
	background-image: url(../img/fragrance&wind.webp); 
	background-repeat:no-repeat;
	background-size:100% ;
	color: Honeydew;
	}


nav {
	width: 100%;
	} 

ul{
	font-size: 18px;
	text-align:center;
	list-style: none;
	}
ul  li{
	display: inline; 
        position: relative;
	cursor:pointer;
        }
      
ul li a {
	
	text-decoration: none;
	color: Honeydew;
	text-align: center;
	display: inline-block;
	padding: 18px ;
	}
ul li a:hover{
	background-color: none;
	color: orange;    

	}


.artnav{	
	overflow:hidden;
	width:100%;
	margin: auto;
	background-image: url(../img/fragrance&wind.webp); 
	background-repeat:no-repeat;
	background-size:100% ;
	}
.artnav a{
	float:left;
	display:block;
	color: Honeydew;
	text-align: center;
        padding: 18px 13px;  
        text-decoration: none;
	font-size:17px;   
       	}
.active{
	background-color: none;
	}

.artnav .icon{
	display:none;
	color:orange;
	text-decoration:none;
	
	}
.dropdown{
	overflow: hidden;
	float: left;
	}
.dropdown .dropbtn{
	font-size: 17px;
	border:none;
	outline: none;
	color: honeydew;
	padding: 18px 13px;
	background-color: inherit;
	font-family: inherit;
	margin:0;
	}
.dropdown-content{
	display: none;
        position: absolute;
	background-color: none;
	min-width: 120px;
	box-shadow: 0px 3px 6px 6px honeydew;
	z-index:1;
	}
	
	
	
.dropdown-content a:{
	float:none;
	text-decoration: none;
	display:block;
	text-align:left;
	padding: 8px 12px;
	}
.artnav a:hover, dropdown:hover .dropbtn{
	background-color: none;
	color:orange;
	}

.dropdown-content a:hover{
	background-color:none;
	color: orange;
	}
.dropdown:hover .dropdown-content{
	display:block;
	}
@media screen and (max-width:600px){
	.artnav a:not(:first-child), .dropdown .dropbtn{
		display:none;
		}
	.artnav  a.icon{
		float:right;
		display: block;
		}
	}

@media screen and (max-width:600px){
	.artnav.responsive {position:relative;}
	.artnav.responsive .icon {
		position: absolute;
		right: 0;
		top:0;
		}
	.artnav.responsive a {
		float: none;
		display:block;
		text-align:left;
		}
	.artnav.responsive .dropdown {float: none;}
	.artnav.responsive .dropdown-content {position:relative;}
	.artnav.responsive .dropdown .dropbtn {
		display: block;
		width:100%;
		text-align:left;
		}
	}




.content-section{
	margin: 20px;
	}
.container{
	
	text-align:left;
	max-width:1000px;
	margin:20px auto;
	padding: 0 20px;
	height:100%;
	}
.artworks-box1{
	margin:20px 100px 35px 40px;
	float: left;
	}
.artworks-image1{
 	float: left;
	max-width:240px;
	height:100%;
	margin: 25px 25px 25px 15px;
	
	}

.artworks-box2{
	margin: 10px ;
	}
.artworks-image2{
	max-height: 260px;
	max-width:97%;
	margin:20px;
	
	}
.artworks-box3{
	margin:5px 11px 25px 11px; 
	float: left;
	}
.artworks-image3{
 	float: left;
	max-width:150px;
	height:100%;
	margin: 20px 25px 20px 20px;
	}
.artworks-box4{
	margin: 0px ;
	overflow-x:auto;
	}
.artworks-image4{
	max-height: 200px;
	object-fit:contain;
	margin: 20px 50px;
	}
.artworks-image5{
 	float: left;
	max-height: 560px;;
	max-width:100%;
	margin: 20px  50px  20px 10px;
	}
.artworks-image6{
 	float: left;
	max-height: 450px;;
	max-width:100%;
	margin: 15px 25px 15px 15px;
	}
.artworks-image7{
	max-height: 350px;
	max-width:100%;
	margin:20px;
	}
.artworks-desc{
	max-width:950px;
	font-size:16px;
	text-align: left;
	margin:20px;
	
	}


.btn{
	border: 2px solid honeydew;
	border-radius: 10px;
	background-color: transparent;
	color: honeydew;
	font-size: 20px;
	font-weight: bold;
	padding: 15px;
	tex-transform: uppercase;
	cursor: pointer;
	}
.btn:hover{
	color: orange;

	}


.thumbnails{
	max-width: 720px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	}
.thumbnails img{
	max-width: 100%;
	}
.thumbnails #image1 {
	position: relative;
	display:block;
	width: 720px;
	height:auto;
	margin-left: auto;
	margin-right: auto;
	
	}
.thumbnails #image2 {
	position: absolute;
	display:block;
	top:40%;
	left:39%;
	margin-left: auto;
	margin-right: auto;
	}




footer{
	clear:both;
	position:relative;
	height:200px;
	margin-top:-200px;
	text-align:center;
	color: honeydew;
	font-size:13px;   
	}

.avatar{
	horizontal-align: middle;
	width:70px;
	height:70px;
	border-radius: 50%
	}
    