@font-face {
  font-family: charmBold;
  src: url(Charm/Charm-Bold.ttf);
}

@font-face {
  font-family: bree;
  src: url(Bree_Serif/BreeSerif-Regular.ttf);
}

@font-face {
  font-family: bonanova;
  src: url(Bona_Nova/BonaNova-Regular.ttf);
}

@font-face {
  font-family: aladin;
  src: url(Aladin/Aladin-Regular.ttf);
}

@font-face {
  font-family: redressed;
  src: url(Redressed/Redressed-Regular.ttf);
}

@font-face {
  font-family: merienda;
  src: url(Merienda_One/MeriendaOne-Regular.ttf);
}

@font-face {
  font-family: medula;
  src: url(Medula_One/MedulaOne-Regular.ttf);
}

body{
	background-color: #71624f;
	background-image: Url('layer.jpg');
	background-size: 57%;
    background-position-x: center;
	margin:0;
	padding:0;
}

#draw{
	width:100%;
	min-height: 200px;
	margin-top: 40px;
	border-bottom: 2px solid #5e554a;
	border-top: 2px solid #5e554a;
}

#drawHeader{
	width:100%;
	height: 200px;
}

.floatingHeader{
	width:100%;
	background-color: rgb(193 165 142 / 50%);
	position: relative;
	top:0px;
	z-index:10;
	border-bottom: 2px solid #5e554a;
}

.fontCharm {
	font-family:charmBold;
}
.fontMedula {
	font-family:medula;
}
.fontBonanova {
	font-family:bonanova;
}
.fontBree {
	font-family:bree;
}
.lowerBody{
	position:relative;
	width:100%;
	height:100%;
	min-height: 800px;
	z-index:10;
}

.mid{
	margin-right:auto;
	margin-left: auto;
	background-image: url(gridi.png);
    background-size: 7%;
	width:60%;
	min-width: 660px;
	border-right: 1px solid #5e554a;
	border-left: 1px solid #5e554a;
	box-shadow: 0px 0px 12px 3px #362415;
}

.icon{
	background-image: Url('crownDark.png');
	width: 70px;
    height: 70px;
    background-size: cover;
	display:none;
}

.title{
	font-family:medula;
    text-align:center;
    margin-right: auto;
	width: 100%;
    height: 80px;
    font-size: 4.7rem;
    margin-left: auto;
	margin-bottom:20px;
    padding-top: 30px;
	letter-spacing:0px;
	cursor:pointer;
}

.menu{
	width: 55%;
	min-width:450px;
	border-radius: 12px;
	margin-right:auto;
	margin-left:auto;
}

.innerMenu{
	width: 80%;
	padding:4px;
	border-radius: 12px;
	margin-right:auto;
	margin-left:auto;
}

.innerMenuNP{
	width: 80%;
	border-radius: 12px;
	margin-right:auto;
	margin-left:auto;
}

.imageGallery {
	width:50%;
	display:inline-block;
	border-radius:6px;
}
.rightColumn{
	width:50%; 
	display:inline-block; 
	float:right;	
}
.descColumn{
	margin:0px 0px 4px 12px;
	font-size: 14px;
	cursor:default;
}

.titleColumn{
	margin:0px 0px 4px 12px;
	font-size: 22px;
	cursor:default;
}
.bookpage {
	width:50%;
	min-width: 500px;
	margin-left: auto;
	margin-right: auto;
	padding: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
    border-radius: 6px;
    background-color: #5e554a38;
}

.mButton{
	font-family:aladin;
	font-size:1.2rem;
	padding: 10px;
	display:inline-block;
	cursor:pointer;
	text-align:center;
	width: 27%;
}
.mButton:hover{
	font-family:aladin;
	color: #2e2215;
	font-size:1.2rem;
	padding: 10px;
	display:inline-block;
	cursor:pointer;
	text-align:center;
	width: 27%;
}

.center{
	margin-right:auto;
	margin-left:auto;
}

.minh{
	min-height: 200px;
}

.minb {
	width:100%;
	margin-top: 40px;
	border-bottom: 2px solid #5e554a;
	border-top: 2px solid #5e554a;
}

.text{
	width: 70%;
    padding-top: 38px;
    margin: auto;
    font-size: 18px;
    font-family: 'bree';
    text-align: center;
}

.footText{
	width: 66.7%;
    padding-top: 38px;
    margin: auto;
	font-size: 18px;
    font-family: 'bree';
    text-align: center;
}

.reviewCopy {
	width: 70%;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    font-size: 34px;
	font-family:'bree';
    margin-top: 40px;
    text-align: center;
    line-height: 1.4;
}

.textf {
	font-family:'bree';
}

.textSmall{
	font-size: 14px;
    font-family: 'bree';
}

.About{
	color:#2e2215;
}

.Write{
	
}

.SignUp{
	
}

.bottomSpace{
	width:100%;
	min-height:40px;
}

.topSpace{
	margin-top:20px;
}

.borderSides {
	border-right: 2px solid #151121;
	border-left: 2px solid #151121;
}

.borderAround
{
	border: 2px solid #ab9984;
    border-radius: 9px;	
}

.okey{
	width:50%;
	font-size: 12px;
	border:none;
    background-color: rgb(0, 0, 0, 0%);
	position:relative;
	bottom:8px;
	padding: 5px;
}

.formText{
	width:100%;
	font-size: 18px;
	border: 2px solid rgb(180,236,255);
    border-radius: 9px;
    padding: 6px;
    background-color: rgb(0, 0, 0, 0%);
	margin-top:12px;
}

.leftCode{
	display:inline-block;
	border:none;
	padding-right:6px;
	max-width: 70px;
	margin:0px;
}

form input[type=text]{

}

form textarea{
	width:100%;
	font-size: 18px;
	border: 2px solid #ab9984;
    border-radius: 9px;
    padding: 6px;
    background-color: rgb(0, 0, 0, 0%);
	margin-top:12px;
}

.publish{
	width:95px;
	height:46px;
	border-radius: 0px 6px 6px 0px;
	font-size: 18px;
    padding: 6px;
	float:right;
	cursor:pointer;
	margin-right: -1px;
	border: none;
}
.publish:hover{
	width:95px;
	border-radius: 0px 6px 6px 0px;
	font-size: 18px;
    padding: 6px;
	float:right;
	cursor:pointer;
	border:none;
}
.fastAccount{
	width:132px;
	height:44px;
	border-radius: 0px 6px 6px 0px;
	font-size: 18px;
    padding: 6px;
	float:right;
	cursor:pointer;
	margin: -1px;
	border: none;
}
.fastAccount:hover{
	width:132px;
	border-radius: 0px 6px 6px 0px;
	font-size: 18px;
    padding: 6px;
	float:right;
	cursor:pointer;
	border:none;
}

.accountPanel{
	width:100%;
	min-height:250px;
	display:none;
}

.simpleButton{
	float: right;
    padding: 5px 10px 8px 10px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
	font-family:'bree';
	font-size:16px;
}

.inputStyle{
	min-height: 32px;
    font-size: 18px;
    border-radius: 4px;
    border: none;
	margin-bottom: 4px;
    background-color: bisque;
}

.lineButton{
	display:inline-flex;
	height: 32px;
	width:32px;
	justify-content: center;
	align-items: center;
    vertical-align: bottom;
    position: relative;
    bottom: 3px;
	cursor:pointer;
}
.lineSection
{
	background-color: bisque;
    position: relative;
    padding-top: 2px;
	padding-left:10px;
    margin-bottom: 0px;
    border-radius: 9px;
    bottom: 2px;
}
.lineSection:hover{
	background-color: #feeefe;
	cursor:pointer;
}


.greenBack {
	background-color:#d9b997;
}
.greenBack:hover {
	background-color:bisque;
	color:#2e2215;
}

.buttonStyle{
    padding: 9px;
    border: none;
    border-radius: 6px;
	cursor:pointer;
	font-weight:bold;
}

.txIcon {
	margin-left: 3px;
	cursor:pointer;
	}
	
.barbaryImg {
	width:80px;
    margin-top: 0px;
}

.groupCircle{
	margin-top:12px;
}

.backPanel
{
	background-color: rgb(193 165 142);
	overflow:auto;
	height:auto;
}
#hatChange{
	background-color:bisque;
	width:120px;
	height:80px;
	overflow:visible;
	border-radius:4px;
	z-index:100;
	padding:8px;
	position:absolute;
	bottom:70px;
}
.hat{

	height:100%;
}
.hatDiv{
	height:32px;
	padding:5px;
	width: 100%;
	margin-top:20px;
	border-radius: 10px;
	background-color:bisque;
	display:inline-block;
}
.textColor{
	color: #2e2215;
}

.emailText{
	width: 70%;
    padding: 6px;
	padding-left: 12px;
	min-height: 34px;
    font-size: 16px;
    border-radius: 4px;
    border: none;
    background-color: bisque;
}
.hatSelect{
	
}

.waitlistDiv {
	width:500px; 
	text-align:center; 
	padding: 11vh 8vh 15vh 8vh;
	margin:auto;
}
.bottomlist{
	width:500px; 
	text-align:center; 
	padding: 1vh 1vh 1vh 1vh;
	margin:auto;
}
.bottomlink{
	text-decoration:none;
	text-align:center; 
	padding: 0.6vh 2vh 1vh 2vh;
	margin-left:18px;
	margin-right:18px;
    border: none;
    border-radius: 6px;
	cursor:pointer;
	font-size: 16px;
}
.bottomlink:hover{
	text-decoration:none;
	border: none;
    border-radius: 6px;
	cursor:pointer;
}
#wr{
	
}

#postText{
	color: #383020;
}

#faHelp{
	position:absolute;
	top:100px;
	left:20%;
	width:500px;
	height:300px;
	background-color:white;
	border-radius: 8px;
	border: 2px solid black;
	background-image: url(gridi.png); 
	background-size:10%;
}

@media screen and (max-width: 1024px) {
	.mid{
	margin-right:auto;
	margin-left: auto;
	height:auto;
	overflow:auto;
	background-image: url(gridi.png);
    background-size: 7%;
	width:100%;
	min-width: 660px;
	border-right: 1px solid #5e554a;
	border-left: 1px solid #5e554a;
	box-shadow: 0px 0px 12px 3px #362415;
}

.footText{
	width: 66.7%;
    padding-top: 38px;
    margin: auto;
	font-size: 46px;
    font-family: 'bree';
    text-align: center;
}

.waitlistDiv {
	width:100%; 
	text-align:center; 
	padding:5.5vh 0px 11vh 0px; 
	margin:auto;
}

.emailText{
	width: 100%;
    padding: 30px;
	min-height: 34px;
    font-size: 48px;
    border-radius: 4px;
    border: none;
    background-color: bisque;
}

.simpleButton{
	float: none;
    padding:27px 42px 27px 42px;
    border: none;
	font-size:48px;
    border-radius: 18px;
	margin-top:60px;
	cursor:pointer;
	font-weight:bold;
}

.title{
	font-family:bonanova;
	text-align:center;
    margin-right: auto;
	width: 100%;
    height: 80px;
    font-size: 5rem;
    margin-left: auto;
    margin-bottom: 85px;
    padding-top: 60px;
    letter-spacing: 0px;
    cursor: pointer;
    font-weight: bold;
    margin-right: auto;
    text-align: center;
}

.barbaryImg {
	width:8vh;
    margin-top:-1.735vh;
}

.bottomlist{
	width:500px; 
	text-align:center; 
	padding: 1vh 1vh 1vh 1vh;
	margin:auto;
}
.bottomlink{
	text-decoration:none;
	text-align:center; 
	padding: 0.6vh 2vh 1vh 2vh;
	margin-left:18px;
	margin-right:18px;
    border: none;
    border-radius: 18px;
	cursor:pointer;
	font-size: 48px;
}
.bottomlink:hover{
	text-decoration:none;
	border: none;
    border-radius: 18px;
	cursor:pointer;
}

.imageGallery {
	width:100%;
	display:inline-block;
	border-radius:6px;
}
.rightColumn{
	width:100%; 
	display:inline-block; 
	float:right;	
}
.descColumn{
	margin:0px 0px 4px 12px;
	font-size: 60px;
	cursor:default;
}

.titleColumn{
	margin:0px 0px 4px 12px;
	font-size: 86px;
	cursor:default;
}

.bookpage {
	width:96%;
	min-width: 500px;
	margin-left: auto;
	margin-right: auto;
	padding: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
    border-radius: 6px;
    background-color: #5e554a38;
}

}
