/*
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif&family=Roboto:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap');
*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300&display=swap');

@font-face {
	font-family: Astro;
	src: url(/fonts/astro.ttf);
}

@font-face {
	font-family: Christmas;
	src: url(/fonts/christmas.ttf);
}

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

body {
	background-color: #efddb6;
	font-family: 'Montserrat';
	font-size: 15px;
}

a {
	color: #226f83;
}
a:hover {
	text-decoration: underline;
}
a:hover span {
	text-decoration: underline;
}
a:hover span.sign-box {
	text-decoration: none;
	background-color: #3c94aa;
}

h1, h2, h3, h4, h5, h6 {
	text-align: left;
	display: inline;
}
.fancy {
	font-family: 'Christmas';
}

input[type=text], input[type=password], select, textarea {
	padding: 4px;
	font-size: 16px;
	border-radius: 6px;
	border: 2px solid #b39d71;
	background-color: #fff6eb;
	font-family: 'Montserrat';
	font-weight: bold;
}
input[type=text]:focus, input[type=password]:focus, select:focus, textarea:focus {
	background-color: white;
	outline: 0;
}
textarea {
	width: 100%;
}
input[type=submit], button {
	font-size: 16px;
	padding: 4px 14px;
	min-width: 60px;
	cursor: pointer;
	background-color: #857049;
	border: 2px solid #b39d71;
	border-radius: 6px;
	color: #fff;
	font-family: 'Montserrat';
	font-weight: bold;
}

p {
	text-indent: 40px;
	line-height: 26px;
	margin-bottom: 10px;
}

ul {
	padding-left: 40px;
}

hr {
	width: 100%;
	border: none;
	border-top: 1px dashed #918b99;
	height: 0px;
	margin: 10px;
}

#page {
	display: block;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

#header {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 82px;
	background-image: url(/img/header.jpg), linear-gradient(90deg, rgba(239,221,182,1) 0%, rgba(198,173,125,1) 50%, rgba(239,221,182,1) 100%);
	background-size: auto 80px, auto;
	background-repeat: no-repeat, no-repeat;
}
#header ul.menu {
	position: absolute;
	bottom: 0;
	left: 200px;
	list-style-type: none;
	padding: 0;
}
#header ul.menu li {
	position: relative;
	float: left;
}
#header ul.menu li a {
	display: inline-block;
	padding: 5px 20px;
	background-color: #857049;
	margin-right: 4px;
	border-radius: 5px 5px 0 0;
	border: 2px solid #b39d71;
	border-bottom: 1px solid #8f7748;
	text-decoration: none;
	font-weight: bold;
	font-size: 17px;
	color: #eae1c6;
}
#header ul.menu li a:hover {
	background-color: #f7e2b5;
	color: #8f7748;
}

#header ul.menu li ul {
	display: none;
	position: absolute;
	top: 32px;
	left: 0;
	z-index: 8999;
	list-style-type: none;
	padding: 4px 0;
	margin: 0;
	background-color: #fff;
}
#header ul.menu li ul li {
	width: 100%;
	padding: 0;;
}
#header ul.menu li:hover ul {
	display: inline-block;
	background-color: #f0f0f0;
	border: 1px solid #808080;
}
#header ul.menu li:hover ul li a {
	display: block;
	background-color: #f0f0f0;
	border: none;
	border-radius: 0;
	white-space: nowrap;
	color: #000;
	padding: 4px 36px 4px 10px;
	margin: 0;
}
#header ul.menu li:hover ul li a:hover {
	background-color: #fff;
}

#header #open-menu {
	display: none;
}

#header .user-info {
	position: absolute;
	top: 30px;
	right: 30px;
	text-align: right;
}

#header .user-info a {
	font-weight: bold;
	xcolor: #534426;
	text-decoration: none;
}

#header .user-info img {
	position: relative;
	top: 2px;
}

#header-text {
	position: absolute;
	display: inline-block;
	width: 134px;
	height: 60px;
	background-image: url(/img/header-tarot.png);
	background-repeat: no-repeat;
	background-size: 100%;
	top: 10px;
	left: 30px;
}

#content {
	padding: 0 10px;
}

#footer {
	display: inline-block;
	width: 100%;
	height: 80px;
	text-align: center;
}


.card {
	display: inline-block;
	width: 91px;
	height: 162px;
	background-image: url(/img/blank.png);
	background-size: 100%;
}
.card img {
	width: 83px !important;
	height: 154px;
	margin: 4px;
}

.card-medium {
	display: inline-block;
	width: 137px;
	height: 244px;
	background-image: url(/img/blank.png);
	background-size: 100%;
}
.card-medium img {
	width: 125px !important;
	height: 231px;
	margin: 6px;
}

.card-big {
	display: inline-block;
	width: 182px;
	height: 324px;
	background-image: url(/img/blank.png);
	background-size: 100%;
}
.card-big img {
	width: 166px !important;
	height: 308px;
	margin: 8px;
}

.card-box {
	display: inline-block;
	width: 100%;
	text-align: center;
}




.tarot-box {
	display: flex;
	background-color: #fff;
	border: 1px solid #4f3327;
	padding: 6px;
	border-radius: 5px;
	width: 100%;
}

.tarot-box-inside {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	height: 100%;
	background-color: #fff4da;
	border: 1px solid #918b99;
}
.tarot-box-inside img.full {
	width: 100%;
	float: left;
}
.tarot-box-inside img.text-aligned {
	position: relative;
	top: 2px;
	left: -2px;
}

.center {
	text-align: center;
}

.box {
	padding: 8px;
}

.sign-box {
	font-family: 'Astro';
	font-size: 16px;
	width: 21px;
	height: 21px;
	text-align: center;
	border: 1px solid #fff;
	float: left;
	background-color: #226f83;
	color: #fff;
	border-radius: 4px;
	position: relative;
	top: 0px;
	padding-top: 2px;
	margin-right: 5px;
}
.sign-box2 {
	font-family: 'Astro';
	font-size: 16px;
	width: 21px;
	height: 21px;
	text-align: center;
	border: 1px solid #fff;
	background-color: #226f83;
	color: #fff;
	border-radius: 4px;
	padding: 6px 6px 4px 6px;
}


.text-box {
	display: flex;
	margin: 2px 0 4px 0;
}

.zodiac-columns {
	column-count: 3;
}

.ellipsis {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}



.layout-row {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	align-items: stretch;
	gap: 10px;
	padding: 10px;
}

.layout-cell2 {
	flex-grow: 2;
	flex-shrink: 1;
	flex-basis: 10%;
}

.layout-cell4 {
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: 10%;
}

.layout-side-top-box {
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: 30%;
}

.layout-side-bottom-box {
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: 60%;
}

.rotate180 {
	transform: rotateX(180deg);
}

@media (min-width: 50px) and (max-width: 700px) {
.layout-cell2 {
	flex-basis: 100%;
}
.layout-side-top-box {
	flex-basis: 100%;
}
.layout-side-bottom-box {
	flex-basis: 100%;
}
}

@media (min-width: 50px) and (max-width: 1000px) {
#header ul.menu {
	position: fixed;
	width: 200px;
	right: -200px;
	left: auto;
	top: 0;
	height: 100%;
	list-style-type: none;
	padding: 0;
	background-color: #efddb6;
	z-index: 10000;
	transition: right 0.3s;
}
#header .show-menu {
	right: 0px !important;
	transition: right 0.3s;
}
#header ul.menu li {
	position: relative;
	width: 100%;
}
#header ul.menu li a {
	display: inline-block;
	width: 100%;
	padding: 5px 20px;
	background-color: #857049;
	margin-right: 4px;
	border-radius: 0;
	border: 1px solid #b39d71;
	border-bottom: 1px solid #8f7748;
	text-decoration: none;
	font-weight: bold;
	font-size: 17px;
	color: #eae1c6;
}
#header ul.menu li a:hover {
	background-color: #f7e2b5;
	color: #8f7748;
}

#header ul.menu li ul {
	display: inline-block;
	position: relative;
	top: 0px;
	left: 0;
	z-index: 8999;
	list-style-type: none;
	padding: 0;
	margin: 0;
	background-color: #efddb6;
	float: left;
}
#header ul.menu li ul li {
	width: 100%;
	padding: 0;
	margin: 0;
}
#header ul.menu li ul li a {
	padding: 5px 0 5px 30px;
	font-size: 14px;
}
#header ul.menu li:hover ul {
	display: inline-block;
	background-color: #efddb6;
	border: none;
}
#header ul.menu li:hover ul li a {
	display: block;
	background-color: #857049;
	border: 1px solid #b39d71;
	border-radius: 0;
	white-space: nowrap;
	color: #eae1c6;
	padding: 5px 0 8px 30px;
	margin: 0;
}
#header ul.menu li:hover ul li a:hover {
	background-color: #857049;
	border: 1px solid #b39d71;
}

#header .user-info {
	position: absolute;
	top: 23px;
	right: 80px;
	text-align: right;
}

#header #open-menu {
	display: inline-block;
	position: absolute;
	font-size: 36px;
	font-weight: bold;
	top: 16px;
	right: 26px;
	cursor: pointer;
}

#cover {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 50%);
}
#cover.visible {
	display: inline-block;
}
}
