
@font-face {
    font-family: 'Dream';
    src: url('../assets/fonts/dream_orphans/Dream\ Orphans.otf') 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;
}

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

:root {
    background-color: #3CA081;
    background-image: url('../assets/img/backgrounds/dgren021.jpg');
    background-repeat: repeat;
    background-attachment: fixed;
}

:root {
    font-family: 'Dream';
    font-size: 30px;
    font-weight: 400;
    text-align: justify;
    color: black;
}

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: #90281B;
}

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

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

.center {
    text-align: center;
}

strong{
    font-weight: bold;
    color: #90281B;
}

em{
    font-style: italic;
    color: #90281B;
}

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

a{
    text-decoration: none;
    color: #90281B;
}

/* index */

.title p{
    color:#3CA081;
    font-size: 200px;
    letter-spacing: 10px;
    position: absolute;
    top: 10px;
    right: 700px;
    text-shadow: 
        -5px -5px 4px rgba(245, 222, 178, 0.7), /* luz branca desde arriba-esquerda */
        3px 3px 6px rgba(0, 0, 0, 0.6);         /* sombra escura desde abaixo-dereita */
}

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

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

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

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

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

.clocks {
    position: absolute;
    top: 0px;
    right: -50px;
    width: 500px;
    z-index: 1100;
}

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


.kids {
    position: absolute;
    top: 480px;
    right: -80px;
    width: 400px;
    z-index: 1100;
}

.kids img {
    width: 82%;
    height: auto;
}

.phone {
    position: absolute;
    top: 480px;
    right: -780px;
    width: 1300px;
    z-index: 1100;
}

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


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

.calendar1 img {
    width: 60%;
    height: auto;
}

.calendar2 {
    position: absolute;
    top: 170px;
    right: 100px;
    width: 400px;
    z-index: 1100;
}

.calendar2 img {
    width: 60%;
    height: auto;
}

.timedate {
    position: absolute;
    top: 10px;
    right: 1550px;
    width: 400px;
    z-index: 1100;
}

.timedate img {
    width: 80%;
    height: auto;
}

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

.wkw img {
    width: 80%;
    height: auto;
}


.wallpaper {
    position: absolute;
    top: 290px;
    right: 770px;
    width: 400px;
    z-index: 1100;
}

.wallpaper img {
    width: 80%;
    height: auto;
}

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

.flowers img {
    width: 80%;
    height: auto;
}
.door {
    position: absolute;
    top: 430px;
    right: 590px;
    width: 200px;
    z-index: 1100;
    background-color: #F5DEB2;
    background-image: url('../assets/img/backgrounds/brown167.jpg');
    background-repeat: repeat;
    border: 2px solid #B1302B;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    padding: 20px;
    font-size: 50px;
    transition: transform 0.3s ease;
}

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

.door a {
    transition: transform 0.3s ease;
}


/* update log */

.update-log {
    width: 28%;
    height: 200px;
    margin-top: 32%;
    margin-left: 15%;
    padding: 10px;
    overflow-y: auto;
    background-color: #F5DEB2;
    background-image: url('../assets/img/backgrounds/beige228.jpg');
    background-repeat: repeat;
    border: 2px solid #B1302B;
    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;
    color: #B1302B;
}

.update-log div {
    padding: 5%;
}

.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;
}
