/* palette..
#1a0822 ... DARK purple
#741532 ... wine
#B01C36 ... Reddish-pink
#EA4133 ... Coral orange
*/

@font-face {font-family: llama;
	 src: url("Llama-Regular.ttf");
	  format("ttf");
				}
@font-face {font-family: namaku;
	src: url("Namaku.ttf");
	format("ttf");	
	}
@font-face {font-family: namaku;
	src: url("Namaku.otf");
	format("otf");	
	}
body{
	background-color: #1a0822;
	min-height: 100vh;
  	min-height: 100dvh;
 	display: flex;
 	flex-direction: column;
	}
	
h1{
	text-decoration: none;
	font-family: namaku;
	color:#1a0822;
	}
h2{
	font-family: namaku;
	color:#1a0822;
	}
	
p{
	font-family: Verdana;
	color:#1a0822;
	}
h3{
	font-family: Verdana;
	text-decoration: bold;
	color:#1a0822;
	}	
hr{
	color: #741532;
	}
.parentdiv{
	margin-left: auto;
	margin-right: auto;
	margin-top:2vh;
	width: 75%;
	background-color: #f5f6ea;
	padding: 1px;
	border-radius:5px;
	}
a{
	color:#F5F6EA;
	font-family: llama, Verdana;
	font-size:20px;
	text-decoration: none;
	}
a:hover{
	color:#ffdbe6;
	}
.nav-bar{
	border-radius: 5px 5px 0px 0px;
	margin: 0;
	padding:0px;
	overflow:hidden;
	background-color: #741532;
	text-align: center;
	list-style-type: none;
	display: block;
	li{
		float: left;
		}
	li a{
		text-align: center;
		padding: 25px;
		}
	.active{
		text-decoration: underline;
		text-decoration-color: #ffdbe6
		}	
	}
nav{
	border-radius: 5px 5px 0px 0px;
	margin: 0;
	padding:0;
	background-color: #741532;
	background-size: cover;
	max-width: 100%;
	display: block;	
	}
li a, .dropbtn{
	display: inline-block;
	color:#F5F6EA;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	}
li a:hover, dropdown:hover .dropbtn{
	background-color:#8c173b;
	}
li.dropdown {
	display: inline-block;
	}
.dropdown-content {
	display:none;
	position:absolute;
	background-color:#741532;
	min-width: 135px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index:1
	}
.dropdown-content a{
	color:#F5F6EA;
	padding:10px 14px;
	text-decoration:none;
	display:block;
	text-align:left;
	}
.dropdown-content a:hover{
	background-color:#8c173b;
	}
.dropdown:hover .dropdown-content {
	display:block;
	}
.childiv{
	padding: 5px 3em;
	margin:0;
	}
	
.flex{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	}
	
div.gallery {
	margin: 5px;
	float: left;
	width:250px;
	height:250px;
	}
	
div.gallery:hover{
	opacity: 0.7;
	}

div.gallery img{
	width:250px;
	height:250px;
	object-fit:cover;
	}
.sprite1{
	float:left;
	}	
ul{
	font-family:verdana;
	}	
li{
	padding:5px;
	}
button{
	color: rgb(245, 246, 234); 
	font-size: 16px; 
	line-height: 16px; 
	padding: 10px 25px; 
	border:none;
	border-radius: 5px; 
	font-family: Verdana, Geneva, sans-serif; 
	font-weight: normal; 
	text-decoration: none; 
	font-style: normal; 
	font-variant: normal; 
	text-transform: none; 
	background-image: radial-gradient(rgb(116, 21, 50) 0%, rgb(92, 17, 40) 100%, rgb(20, 78, 117) 100%); 
	display: inline-block;}
button:hover {
	background: #741532; }
button:active {
	background: #144E75; }
.btndiv{
display: flex;
justify-content: center;
align-items: center;
	}
.indexbtndiv{
	display: flex;
	clear: center;
	}
.indexbtn{
	margin: 1em;
	}
#commexall{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	}
.commp{
	margin-top:1px;
	padding-top:5px;
	}
.commex{
	display: flex;
	flex-direction: column;
	justify-content:center;
	align-items: center;
	width: 200px;
	padding:10px; 
	border: 1px solid #e4e6d5;
	border-radius:5px;
	margin:1em;
	}
.commex:hover{
	background-color:#e4e6d5;
	border:1px solid #c7c9b1;
	}
#commlilp{
	margin-top: 0;
	}

.favs{
	border-radius:10px;
	margin:1em;
	}

.cont{
	display: flex;
	justify-content: center;
	position: relative;
	bottom: 0;
	height: 300px;
	border-radius:10px;
	margin:1em;
	padding:0;
	}

.image{
	width 100%;
	height:auto
	}

.overlay {
	border-radius:10px;
	
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	background-color: #FB0051;
	overflow:hidden;
	height:100%;
	width:100%;
	transform: scale(0);
	transition: .3s ease;
	}
	
.cont:hover .overlay{
	transform: scale(1);
	}

.text{
	font-family:namaku;
	color: #f5f6ea;
	font-size: 20px;
  	position: absolute;
  	top: 50%;
  	left: 50%;
 	transform: translate(-50%, -50%);
  	text-align: center;
	}


footer{
	margin-top:auto;
	text-align: center;
	}
.footimg{
	margin: 5px 10px;
	}
.foothr{
	border: 1px solid #220c2b;
	}
	