*{
	margin: 0px;
	padding: 0px;	
	box-sizing: border-box;
	}


h1{
	
	text-align:center;
	font-size: 30px;
	color: Orange;
	}
h2{   
	color: Honeydew;
	font: bold 18px;
	padding:15px;
	}
h3,  h5{
	text-transform: uppercase;
	text-align:left;
	text-indent:50px;
	
	}
h4{
	text-transform: uppercase;
	text-align:left;
	text-indent:50px;
	color: DarkseaGreen;
	}


#logo-image {
	width:120px;
	height:120px;
	object-fit:cover; 
	margin:15px auto;
	pointer-events: none;
	}
img{	pointer-events: none;
	}
body{
	color:honeydew;
	background-color: #010A17;
	font-family: Arial black , NSimSun, MingLiu, Georgia, Garamond, Serif;
	font-size-adjust: 0.55;  
	font-weight: bold;
	background-image: url(../img/background_lotus.webp); 
	background-size:100%;
	user-select: none; /* Standard syntax */
	}
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;
	
	}


.big_wrapper{
	width:70%;
	margin:10px auto;
	}

#selfie-image{
	float: left;
	width:180px;
	height:auto;
	object-fit:cover; 
	margin:60px 50px 10px 20px;
	
	}
p{
	font-size: 16px;
	text-indent: 50px;
	text-align: justify;
	letter-spacing: 2px;
	margin-top: 0px;
	margin-bottom: 20px;
	line-height:2;
	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;
	}
.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;
		}
	}


hr{
	color:darkseagreen;
	}

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%
	}






