@font-face {
font-family: Chemre;
src: url(https://dl.dropbox.com/s/a4vu0khvvhe5lwq/Chemre.ttf);
}

/* Red Rose - From Cursors-4U.com */
* {
  cursor: url('https://cdn.cursors-4u.net/previews/red-rose-072b453c-32.webp') 32 32, auto !important;
}

/*prevent images from being saved heh*/
img {
    pointer-events: none;
}


/*SCROLLBAR*/
::-webkit-scrollbar {
  width: 13px;
}

/* Track */
::-webkit-scrollbar-track {
  background-color: #8a5f21;
    background: url(Images/bg%20roses.jpg); 
    background-size: 300px;
    border:3px double ;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #F0B663; 
    border-width:1em; 
    border-style:solid;
    border-image: url("https://i.imgur.com/I7i5Udr.png") 45 fill round; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #a46f22; 
}

::-webkit-scrollbar-corner {
    background: #a46f22;
}
/*SCROLLBAR END*/


body{
    background-image: url('https://i.pinimg.com/736x/5d/fc/f1/5dfcf1ac0fc18931505e06c6fcb2cd8e.jpg');
        background-attachment:fixed;
        background-repeat: repeat;
        background-size: contain;
        background-position: center;
   
    /*font*/
        color: #F0B663 !important;
}

h1, h2{
 font-family:Chemre;
    text-shadow: 1px 3px #a10303;
}

p{
    font-size:13px;
}

button {
    background-image: url(Images/bg%20roses%202.jpg);
    background-size: 100%;
    background-position:center;
    color: #F0B663;
    padding: 5px 9px;
    border: double #F0B663;
    width: 10em;
    margin: 5px 16px;
    display:flexbox;
    font-size: 16px;
    cursor: pointer;
    z-index: 2;
}
button:hover {
    background-image: linear-gradient(rgba(160, 3, 3), rgba(160, 3, 3));
    width: 10em;
    height:2em;
    margin: 1em 1em 1em 2em;
}

/*GUESTBOOK START WIP*/
#my-dialog{
    position:fixed;
    height:100%;
    width:64em;
    margin-left: 19.1em;
    margin-top: -.2em;
    background: url(Images/peacockbg1.jpg);
    border: none; 
    z-index:0;
}
dialog::backdrop {
  background-color: rgba(19, 0, 0, 0.71);
}

/*Curtain*/
#castle-arch{
position:absolute;
margin: -5em 37em 1em;
width: 27em;
height:auto;
z-index:1;
filter: brightness(69%)
        drop-shadow(1px 12px 10px black);
}

#castle-arch2{
position:absolute;
margin: -5em -1em 1em;
width: 27em;
height:auto;
z-index:1;
transform: scalex(-1);
filter: brightness(69%)
        drop-shadow(1px 12px 10px black);
}

iframe {
position: absolute;
 border-width:1em; 
    border-style:solid;
    border-image: url("https://i.imgur.com/I7i5Udr.png") 45 fill round;
margin-left: 5em;
margin-top: 2em;
height:30em; width:51em;
z-index:0;
}
/*GUESTBOOK END*/


/*NAVIGATION START*/
aside{
    background-image: url(Images/bg%20roses.jpg);
    background-size: 70%;
    border: 4px double;
    
    position:fixed;
    margin-left: 40px;
    top: -30px;
    padding: 4em 1em;
    width: 220px;
    z-index: 99;
    height: 100%;
    overflow-y: auto;
}

.navcurtain{
    position:fixed;
    transform: scalex(-1);
    width:23em;
    height: 40em;
    margin:-2.6em 1em 1em -8.8em;
    filter: drop-shadow(1px 12px 10px black);
    z-index:-1;
}
.asidenav{
    /*Navigation Title*/
    margin:12.1em 1em 1em 1.7em;  
    font-family:Chemre;
    font-size: 1.3em;
    text-shadow: 1px 3px #a10303;
}

.lacebordernav{
    position:fixed;
    width:50em;
    z-index: 99;
    margin-top: -12.4em;
    margin-left: -9.8em;
        rotate: 90deg;
    filter: drop-shadow(4px -2px 1px black);
}
.lacebordernav2{
    position:fixed;
    width:50em;
    z-index: 99;
    margin-top: -12.4em;
    margin-left: 64%;
        rotate: 90deg;
    transform: scaley(-1);
    filter: drop-shadow(4px -2px 1px black);
}
/*NAVIGATION END*/

/*MAIN SECTION START*/
.main{
    margin-left: 24em;
    margin-top:1em;
    width: 55em;
}

.banner{
    width:100%;
    position: relative;
    z-index: 0;
}

.title{
    position: absolute;
    z-index: 9;
    margin: 3.2em 1em 1em 1em;
    
    font-style: italic;
    font-size: 57px;
    font-family: Chemre;
    text-shadow: 1px 3px #a10303;
}

.arrow{
    position:absolute;
    z-index: 1;
    width: 27em;
    margin: 11.8em 1em 1em -2em;
}

.slogan{
     background-image: url(Images/bg%20roses.jpg);
     background-size: 70%;
     border: 4px double;
    
    margin-top: -.2em;
    padding: 15px 1px 2px 19px;
    
     text-align: start;
     font-style:italic;
}

.laceborder1{
    position:relative;
    width: 100%;
    transform: scaley(-1);
    margin-top: -2.6em;
    z-index: 1;
    filter: drop-shadow(2px -4px 1px black);
}

h2.welcome{
    font-size: 3em;
    margin: -.1em 1em -.2em -.1em;
}

.intro{
    position:absolute;
    height:13.5em;
    width:25em;
    margin-left: 14em;
    margin-top:13em;
    background:url(Images/paper.jpg);
    padding: 1em 1em 1em 3em;
    z-index: -2;
    border: double;

}


.bookshelf{
position: absolute;
margin: 13.5em 1em 1em 44em;
}

#closedbook{
     pointer-events: auto; /*put this for clickabl images heheh*/
    position: relative;
    width: 160px;
    height: 250px;
    margin-bottom: 1em;
    filter: drop-shadow(1px 12px 10px black);
}
#closedbook:hover {
    content: url(Images/bookopen.png);
    width: 360px;
    height: 250px;
}

#closedbook2{
     pointer-events: auto; /*put this for clickabl images heheh*/
    position: relative;
    width: 160px;
    height: 240px;
    filter: drop-shadow(1px 12px 10px black);
}
#closedbook2:hover {
    content: url(Images/bookopen.png);
    width: 360px;
    height: 240px;
}

.guestbook{
    background: url(Images/guestbook.png) no-repeat;
    background-size:contain;
    pointer-events: auto;
    margin: 1em 1em 1em 1em;
    width:8em;
    height: 10em;
    border: none;
}
.guestbook:hover {
    background: url(Images/guestbook.png) no-repeat;
    background-size:contain;
    width: 10em;
    height: 10em;
    transform: rotate(-15deg);
}

#chat{
    margin:39.2em 1em 1em -38.4em;
    border: double;
    z-index: -5;
    background:url(Images/peacockbg3.jpg);
    background-size: 80%;
    width: 26.4em;
    height:17em;
}

#castlewall{
    position: absolute;
    margin: -1.4em 1em 1em -40em; 
    z-index: -4;
    height: 16.8em;
    width: 20.5em;
    filter: brightness(70%);
}

#castlewall2{
    position: absolute;
    margin: -1.4em 1em 1em -20.8em; 
    z-index: -4;
    height: 16.8em;
    width: 20.5em;
    transform:scalex(-1);
    filter: brightness(70%);
}

/*MAIN MINI SIDEBAR START*/
.sidebarr{
    position:absolute;
    width: 15.6em;
    height:58em;
    background-image: url(Images/bg%20roses.jpg);
    background-size: 140%;
    background-position: center;
    border: double;
    margin:-4.8em 1em 1em -.02em;
    z-index: -1;
}

#status{
    width: 10em;
    height: 8em;
    position: absolute;
    margin:5em 1em 1em 1em;
    padding-top:5em ;
}

#pfp{
    position:absolute;
    width: 9em;
    border-width:1em; 
    border-style:solid;
    border-image: url("https://i.imgur.com/I7i5Udr.png") 45 fill round;   
    margin:4em 1em 1em 9.3em;
    filter: drop-shadow(1px 12px 10px black);
}

.update{
    position:absolute;
    width: 15em;
    height:17em;
    background-image: url(Images/peacockbg1.jpg);
    background-size:23em;
    background-attachment: fixed;
     background-position: center left;
    margin: 36.7em 1em 1em 1em;
    z-index: 0;
    text-align-last: center;
    overflow-y: scroll;
    color: #ffcc83;
    text-shadow: 3px 4px 10px #000000;
}

#tuba{
    position: absolute;
    width: 7em;
    margin: 16em 1em 1em 10em;
    z-index: 2;
        filter: drop-shadow(1px 12px 10px black);
}

#castlearch{
    position: absolute;
    width:auto;
    height:29em;
    margin: 25em 1em 1em -2em;
    z-index: 1;
}

#WIP{
    position: absolute;
    margin: 46em 1em 1em 1em;
    font-size: 1.2em;
    justify-self: center;
}

/*MAIN MINI SIDEBAR END*/
/*MAIN SECTION END*/
