@font-face {
	font-family: Persian;
	src: url("../fonts/Persian.otf") format("opentype");
}

.font-persian { font-family: Persian; }

body {
	background: radial-gradient(circle, #2C2A3A, #16141E);
	min-height: 100vh;
}
 
#emilie {
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url('../img/emilie.webp');
	background-position: bottom left;
	height: 70vh;
}

#dancer-mobile {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom left;
	height: 50vh;
}

#dancer {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom left;
	height: 75vh;
}


.navbar-collapse, .dropdown-item {
	font-size: 1.3rem;
	text-align: center;
	transition: 0.1s ease-in-out all;
}

.navbar-collapse.show {
	background:rgba(44,42,58,0.36);
	backdrop-filter: blur(24px);
	z-index: 10000000;
	border-radius: 12px;
	font-weight: bold;
	margin-top: 12px;
	border: 0.5px solid #333;
}

.navbar-collapse.show .nav-link {
	color: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
}

.dropdown-menu {
	border: none;
	background:rgba(0,0,0,0.55);
	backdrop-filter: blur(12px);	
}

.card {
	border: 0.5px solid #333;
	background:rgba(0,0,0,0.55);
	backdrop-filter: blur(12px);	
}

.form-control {
	border: 0.5px solid #444;
	background:rgba(0,0,0,0.55);
	backdrop-filter: blur(12px);	
}

.form-control:focus {
	border: 0.5px solid #999;
	background:rgba(0,0,0,0.55);
	backdrop-filter: blur(12px);	
}
