@font-face {
	font-family: CaviarDreams;
	src: url('fonts/CaviarDreams.ttf');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: CaviarDreamsItalic;
	src: url('fonts/CaviarDreams_Italic.ttf');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: CaviarDreamsBoldItalic;
	src: url('fonts/CaviarDreams_BoldItalic.ttf');
	font-weight: bold;
	font-style: italic;
}

@font-face {
	font-family: BickhamScript;
	src: url('fonts/Bickham Script Pro Regular.ttf');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: BickhamScriptBold;
	src: url('fonts/Bickham Script Pro Bold.ttf');
	font-weight: bold;
	font-style: normal;
}

body {
	font-family: CaviarDreamsItalic, Arial;
	background-repeat: no-repeat;
	background-color: #222;
	background-position: -0px -150px;
	color: #eee;
}

.dropmenu {
	height: 50px;
	aspect-ratio: 1;
	padding: 5px 0 0 5px;
	position: fixed;
	top: 10px;
	left: 10px;
	z-index: 7;
}

.dropmenu img {
	height: 50px;
	aspect-ratio: 1;
	cursor: pointer;
	position: absolute;
}

.heading {
	font-family: CaviarDreams, Arial;
	height: 50px;
	width: 100%;
	font-size: 20px;
	font-style: italic;
	letter-spacing: 5px;
	text-align: center;
	color: #750;
	text-shadow: 1px 1px #ffa;
}

.lang {
	height: 50px;
	width: 75px;
	box-sizing: border-box;
	overflow: hidden;
	aspect-ratio: 1;
	border-radius: 5px;
	border: none;
	outline: none;
	padding: 5px 0 0 5px;
	position: fixed;
	top: 5px;
	right: 10px;
	z-index: 7;
}

.lang img {
	height: 37px;
	width: 56px;
	object-fit: cover;
	cursor: pointer;
	border-radius: 5px;
	position: absolute;
}

.popup {
	position: fixed;
	top: 0px;
	left: 0px;
	background: rgba(0,0,0,0.58);
	width: 100%;
	height: 100%;
	display: none;
	z-index: 9;
}

.popup-content {
	width: 270px;
	margin: 0 auto;
	padding: 10px;
	margin-top: 50px;
	border-radius: 10px;
	background: #333;
	position: relative;
	text-align: left;
	color: #750;
	text-shadow: 1px 1px #ffa;
	font-size: 20px;
}

.popup_link {
	font-family: CaviarDreams, Arial;
	font-size: 22px;
	font-style: bold;
	letter-spacing: 5px;
	color: #750;
	text-shadow: 1px 1px #ffa;
	text-decoration: none;
}

.popup_link:hover {
	color: #A60;
	background: #fff;
}

.closeBtn {
	position: absolute;
	top: 5px;
	right: 12px;
	font-size: 30px;
	text-decoration: none;
	color: #750;
	text-shadow: 1px 1px #ffa;
}

.closeBtn:hover {
	color: #A60;
	background: #fff;
}

.msgScript {
	font-family: BickhamScript, Arial;
	font-size: 30px;
	font-style: normal;
	color: #750;
	text-shadow: 1px 1px #ffa;
}

.headTTL {
        font-family: CaviarDreams, Arial;
        font-size: 30px;
        font-style: normal;
        letter-spacing: 5px;
        text-align: center;
        color: #750;
        text-shadow: 1px 1px #ffa;
}

.caption {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	color: #fff;
	text-shadow: 1px 1px #000;
	background-color: rgba(0,0,0,0.25);
}
