/*
#48192E BLACKBERRY
#683651 WITCHS LIPSTICK
#B08FA3 MUTED LILAC
#273222 MIDNIGHT PINE
#68660F EVERGREEN
#8F8637 LIGHT EVERGREEN

#EA973B PUMPKIN
#F5B66B LIGHT PUMPKING

FROM DARKER TO LIGHTER, FROM WARMER TO COLDER

/*
background-color: rgba(246, 198, 145, 0.9); /* PEACH CHAI */
/*
background-color: rgba(250, 214, 170, 0.9); /* LIGHT PUMPKIN LATTE */
/*
background-color: rgba(245, 210, 170, 0.9); /* WARM SAND*/
/*
background-color: rgba(255, 225, 190, 0.9); /* CREAMY APRICOT */
/*
background-color: rgba(247, 225, 201, 0.9); /* CHAI LATTE */
/*
background-color: rgba(250, 235, 210, 0.9); /* VANILLA LATTE */
/*
background-color rgba(247, 225, 201, 0.9); /* CHAI LATTE

#575757 DARK GREY
#892A26 EARTHY RED


BACKGROUND COLORS
#3B482C DARK GREEN
#9F7D4D MUTED YELLOW
*/


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

@font-face {
    font-family: 'Calson';
    src: url('../assets/fonts/LibreCaslonText-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

:root {
    background-image: url('../assets/img/backgrounds/wp_ivy_147.jpg');
    background-repeat: repeat;
    background-attachment: fixed;
}

:root {
    font-family: 'Calson';
    font-size: 22px;
    font-weight: 400;
    text-align: justify;
    color: #daced4;
}

body{
    height: 100%;
    overflow: hidden;
}

/* text format */

h1{
    font-family: 'Cardinal';
    font-weight: 900;
    font-size: 50px;
    text-align: center;
    letter-spacing: 5px;
    margin-top: 30px;
    margin-bottom: 30px;
    color: #892A26;
}

h2{
    font-family: 'Cardinal';
    font-weight: 800;
    font-size: 40px;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
    color: #892A26;
}

h3{
    font-family: 'Cardinal';
    font-weight: 800;
    font-size: 35px;
    text-align: left;
    margin-top: 30px;
    margin-bottom: 30px;
    color: #892A26;
}

.center {
    text-align: center;
}

strong{
    font-weight: bold;
    color: #892A26;
}

em{
    font-style: italic;
    color: #892A26;
}

p{
    line-height: 2;
    margin-top: 15px;
    margin-bottom: 15px;
}

a{
    text-decoration: none;
    color: #892A26;
}

/* left sidebar nav */

.sidebar-left {
    background-color: rgba(39, 50, 34, 0.9);
    font-family: 'Cardinal';
    font-size: 30px;
    color: #F7E1C9
}

.sidebar-left {
    position: fixed;
    top: 10%;
    left: 5%;
    width: 10%;
    height: 80%;
    padding: 20px;
    overflow-y: auto;
    z-index: 1000;
}

.sidebar-left ul {
    margin-left: 5%;
}

.sidebar-left ul li {
    margin: 20px 0;
}

.sidebar-left ul li a {
    color: #F7E1C9;
    padding: 25px;
    display: block;
}

.sidebar-left ul li a:hover {
    background-color: #892A26;
    color: #F5B66B;
}

/* main content */

.main {
    position:fixed;
    top: 10%;
    left: 20%;
    right: 20%;
    height: 80%;
    background-color: rgba(245, 210, 170, 0.9);
    color: #273222;
    padding: 20px;
    overflow-y:scroll;
    overflow-x:hidden;
    z-index: 1000;
}

.content {
    padding-left: 15%;
    padding-right: 15%;
    padding-top: 10%;
}

/* index */

.button-censor {
    position: absolute;
    top: 400px;
    right: 200px;
    width: auto;
    z-index: 1100;
}

.button-own {
    position: absolute;
    top: 500px;
    right: 200px;
    width: auto;
    z-index: 1100;
}

.button-palestine {
    position: absolute;
    top: 600px;
    right: 200px;
    width: auto;
    z-index: 1100;
}

.button-cat {
    position: absolute;
    top: 700px;
    right: 200px;
    width: auto;
    z-index: 1100;
}

.button-nature {
    position: absolute;
    top: 800px;
    right: 200px;
    width: auto;
    z-index: 1100;
}


.moon {
    position: absolute;
    top: 150px;
    right: 1100px;
    width: 400px;
    z-index: 1100;
}

.moon img {
    width: 30%;
    height: auto;
    margin-left: 12%;
}


.durin {
    position: absolute;
    top: 300px;
    right: 650px;
    width: 400px;
    z-index: 1100;
}

.door {
    transition: transform 0.3s ease; /* transición suave */
}

.durin a:hover .door {
    transform: scale(1.1);
}

.door {
    width: auto;
    height: 200px;
}

.dryas {
    position: absolute;
    top: 400px;
    right: 1200px;
    width: 400px;
    z-index: 1100;
}

.dryas img {
    width: auto;
    height: auto;
    margin-left: 12%;
}

.rabbit {
    position: absolute;
    top: 230px;
    right: 190px;
    width: 400px;
    z-index: 1100;
}

.rabbit img {
    width: auto;
    height: auto;
    display: block;
}


/* update log */

.update-log {
    align-self:last baseline;
    width: 45%;
    height: 200px;
    margin: 40px auto;
    margin-top: 28%;
    margin-left: 40%;
    padding: 10px;
    overflow-y: auto;
    background-color: rgba(247, 225, 201, 0.8); /* chai latte */
    border: 2px solid #892A26;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.update-log {
    font-family: 'Calson';
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
}

.update-log h2 {
    padding: 0;
    margin: 10px;
    margin-bottom: 30px;
    font-family: 'Calson';
    font-size: 28px;
}

.update-log h3 {
    padding: 0;
    margin: 10px;
    font-family: 'Calson';
    font-size: 20px;
}

.update-log article {
    margin-bottom: 20px;
}

.update-log ul {
    padding-left: 30px;
}

.update-log li {
    line-height: 1.8;
    margin-bottom: 5px;
}

/* entrance */

.medieval {
    font-family: 'Cardinal';
    font-size: 30px;
}

/* entrance img spring */

.spring {
    position: absolute;
    top: 230px;
    right: 190px;
    width: 400px;
    z-index: 1100;
}

.spring img {
    width: 100%;
    height: auto;
    display: block;
}


/* entrance nav */

.nav-horizontal {
    width: 100%;
    display: flex;
    justify-content:center;
    font-family: 'Cardinal';
    font-size: 30px;
}

.nav-horizontal ul {
    display: flex;
    gap: 50px;
}

.nav-horizontal ul li {
    padding: 45px 20px;
}

.nav-horizontal ul li a:hover {
    background-color: #892A26;
    color: #F5B66B;
}

/* garret */

/* archive */

.archive ul li{
    padding-left: 5%;
}