*{
	margin: 0px;
	padding: 0px;	
	box-sizing: border-box;
	}


h1{
	text-align:center;
	text-transform: uppercase;
	font-size: 33px;
	margin-bottom: 60px;
	color: Orange;
	}
h2, h3	{	
	color: DarkseaGreen;
	}
h5	{	
	color: Orange;
	}

#logo-image{
	height:120px;
	width:120px;
	object-fit:cover; 
	margin:15px auto;
	pointer-events: none;
	}

body{
	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%;
	}

table{
	border-collapse: collapse;
	width:100%;
	}
.table2{
	border-collapse: collapse;
	width:60%;
	}
th, td{
	text-align: center;
	font-size: 20px;
	padding:5px;
	}
.td2{
	text-align: center;
	font-size: 12px;
	padding:3px;
	}
.td3{
	text-align: center;
	font-size: 11px;
	padding:3px;
	}
.center {
  	margin-left: auto;
  	margin-right: auto;
	}
a {	text-decoration: none;
	color: Honeydew;
	}
a:hover{
	color: orange;
	
	}
.content-section{
	margin: 15px;
	}
.container{
	max-width:1000px;
	margin:15px auto;
	padding: 0 20px;
	}	
div p{
	font-weight: 400;
	font-size: 17px;
	text-indent: 50px;
	text-align: justify;
	letter-spacing: 2px;
	margin-top: 0px;
	margin-bottom: 20px;
	line-height:2.2;
	-webkit-user-select: none; /* Safari */
	-ms-user-select: none; /* IE 10 and IE 11 */
	user-select: none; /* Standard syntax */
	}
	
	


#top_menu{
	
	background-image: url(../img/fragrance&wind.webp); 
	background-repeat:no-repeat;
	background-size:100% ;
	color: Honeydew;
	}


nav {
	width: 100%;
	} 

ul{
	font-size: 16px;
	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{
	color: orange;
	background-color: none;    
	}






.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 auto;
	}
.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{
	color:orange;
	background-color: none;
	}
.dropdown-content a:hover{
	color: orange;
	background-color:none;
	}
.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;
		}
	}

.topnav{
	position:relative;
	overflow:hidden;
	}

.artworks-box1{
	margin: 5px 12px 40px 12px;
	border: 1px solid DarkseaGreen;
	float:  left;
	max-width: 530px;
	}
.artworks-box2{
	margin: 5px 12px 40px 12px;
	border: 1px solid DarkseaGreen;
	float: left;
	width:98%;
	}

.artworks-box5{
	margin: 5px;
	border: 1px solid DarkseaGreen;
	float: left;
	max-width: 480px;
	}
.artworks-box1 a{
	text-decoration:none;
	}
.artworks-box2 a{
	text-decoration:none;
	}

.artworks-box5 a{
	text-decoration:none;
	}
.artworks-box1:hover{
	border: 1px solid DarkseaGreen;
	}
.artworks-box2:hover{
	border: 1px solid DarkseaGreen;
	}

.artworks-box5:hover{
	border: 1px solid DarkseaGreen;
	}
.artworks-box1 img {
 	max-width:100%;

	object-fit: contain;
	text-align:center;
	padding:7px;
	display:inline-block;
	margin-left: auto;
	margin-right: auto;
	}
.artworks-box2 img{
 	max-width:100%;
	object-fit: contain;
	text-align:center;
	padding:7px;
	display:inline-block;
	margin-left: auto;
	margin-right: auto;
	}
.artworks-box5 img{
 	max-width:100%;
	object-fit: contain;
	text-align:center;
	padding:7px;
	display:inline-block;
	margin-left: auto;
	margin-right: auto;
	}
.artworks-desc{
	padding:10px 3px 10px 3px;
	font-size:14px;
	text-align: center;
	}
#plumDIV{
	width:100%;
	display: none;
	}
#orchidDIV{
	width:100%;
	display: none;
	}
#chrysanthemumDIV{
	width:100%;
	display: none;
	}
#bambooDIV{
	width:100%;
	display: none;
	}
#strawberryDIV{
	width:100%;
	display: none;
	}
#lotusDIV{
	width:100%;
	display: none;
	}
#poinsettiaDIV{
	width:100%;
	display:none;	
	}

#narcissusDIV{
	width:100%;
	display: none;
	}

#peonyDIV{
	width:100%;
	display: none;
	}
#rabbitDIV{
	width:100%;
	display:none;}
#birdDIV{
	width:100%;
	display: none;
	}
#chickenDIV{
	width:100%;
	display: none;
	}
#shrimpDIV{
	width:100%;
	display: none;
	}

#landscapeDIV{
	width:100%;
	display: none;
	}
#regularDIV{
	width:100%;
	display: none;
	}
#cursiveDIV{
	width:100%;
	display: none;
	}
#sealDIV{
	width:100%;
	display: none;
	}


.button{
	horizontal-align: middle;
	height:40px;
	width:150px;
	margin: 10px;
	border-radius: 5px;
	background-image: url(../img/painting/bird/looking.webp);
	background-size:100% ;
	}
#buttonDIV{
	display: block;
	}


.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;
	}
p{
	font-size:14px;
	padding:10px 3px 10px 3px;
	}

hr{
	color:darkseaGreen;
	display: block;
	}

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%;
	}

