/*⫘⫘⫘Colors⫘⫘⫘ */
:root {
    --base-color: #008080;
    --background-color:#b5dfdf;
    --border-color: #96a0f8;
    --border-bottom-color: #333333;
    --accent-color: #ff0000;
    --text-color: #040404;
    --link-color: #680239;
    --link-hover-color: #d61a3c;
    --Shadow: #eaff00;
    /*dark*/
}
* {
    scrollbar-width: thin;
    scrollbar-color: var(--border-color) var(--background-color);
}
* {
    box-sizing: border-box;
}
body {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto; 
    display: flex;
    flex-direction: column;/*??*/
    font-size: 1.1em;
    color: var(--base-color);
    font-family: "Times New Roman";
    overflow: auto;
}
html {
    background-color: var(--base-color);
    background-image: url('https://mydarkroom.neocities.org/Resources/background/the-deer.png');
    
}
div {
    display: block;
    unicode-bidi: isolate;
}
/*⫘⫘⫘Text properties⫘⫘⫘ */
hr {
    border: var(--border-color);
    display: block;
    margin-block-start: 0.5em;
    margin-block-end: 0.5em;
    margin-inline-start: auto;
    margin-inline-end: auto;
    unicode-bidi: isolate;
    overflow: hidden;
    border-style: inset;
    border-width: 1px;
}
h2 {
    color: var(--text-color);
    cursor: default;
}
h1{
    color: var(--text-color);
    cursor: default;
}
p{
    color: var(--text-color);
    cursor: default;
}
a {
    color: var(--link-color);
    text-decoration: none;
    cursor: pointer;
}
a:hover {
    color: var(--link-hover-color);
    cursor: pointer;
}
img {
    overflow-clip-margin: content-box;
    overflow: clip;
}

/*⫘⫘⫘Section tab⫘⫘⫘ */
.section-icon {
    margin: 5px 3px 0;
    height: 16px;
    width: 16px;
    float: left;
}
.section-icon-right{
    margin: 5px 3px 0;
    height: 16px;
    width: 16px;
    float: right;
}
.section-title-body {
    text-align: center;
    margin: 0px 1px 0px 0px;
    color: var(--text-color);
    font-size: 1em;
    font-weight: 700;
    font-family: "Times New Roman";
    filter: drop-shadow(2px 0 0 white) drop-shadow(0 2px 0 white) drop-shadow(-2px 0 0 white) drop-shadow(0 -2px 0 white) drop-shadow(0px 1px 1px #96a0f8) drop-shadow(0px 1px 1px #96a0f8);
}

.section-title {
    display: inline-block;
    margin: 1px 1px 5px 5px;
    color: var(--text-color);
    font-size: 1em;
    font-weight: 700;
    font-family: "Times New Roman";
    filter: drop-shadow(2px 0 0 white) drop-shadow(0 2px 0 white) drop-shadow(-2px 0 0 white) drop-shadow(0 -2px 0 white) drop-shadow(0px 1px 1px #96a0f8) drop-shadow(0px 1px 1px #96a0f8);
}
.section-tab {
    text-align: left;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    border-right: 2px solid var(--border-color);
    border-bottom: 3px solid var(--border-bottom-color);
    padding: 5px;
    background-color: var(--background-color);
    overflow: hidden;
}
.sub-section {
    text-align: left;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    border-right: 2px solid var(--border-color);
    border-bottom: 3px solid var(--border-bottom-color);
    padding: 5px;
    background-color: var(--background-color);
    overflow: hidden;
    cursor: default;
}
/*⫘⫘⫘Main Content⫘⫘⫘ */
.main {
    top: 0px;
    border: 3px ridge var(--border-color);
    border-radius: 50px;
    background-color: var(--background-color);
    box-shadow: 0 10px 10px 0 var(--shadow);
    padding: 10px;
}
.box-style{
    border: 3px ridge var(--border-color);
    overflow: hidden;
    box-shadow: 0 10px 10px 0 var(--shadow);
    background-color: var(--background-color);
}
/*⫘⫘⫘Header section⫘⫘⫘ */
#header {
    display: always;
    background-color: var(--background-color);
    background-image: url("https://mydarkroom.neocities.org/Resources/advice/Rin_background.png");
    height: 190px;  
    border-radius: 45px 45px 0 0;
    background-clip: padding-box;
    background-position: center;
    background-size: cover;
    margin-bottom: 10px;
    overflow: hidden;
    border: 3px ridge var(--border-color);
    border-radius: 50px 50px 0px 0px;
    box-shadow: 0 10px 10px 0 var(--shadow);
    padding: 10px;
}
#header h1 {
    text-align:center;
    margin-top: 10px;
    color: var(--text-color);
    font-family: "Times New Roman";
}
#index-header {
    background-color: var(--background-color);
    background-image: url("https://mydarkroom.neocities.org/Resources/advice/Untitled.png");
    
    border: 3px ridge var(--border-color);
    border-radius: 50px 50px 0px 0px;
    background-color: var(--background-color);
    box-shadow: 0 10px 10px 0 var(--shadow);
    padding: 10px;
}
#index-header h1 {
    text-align:center;
    font-family: "Times New Roman";
    font-size: 20px;
    color: rgb(204, 218, 13);
    filter: drop-shadow(2px 0 0 white) drop-shadow(0 2px 0 rgb(231, 223, 196)) drop-shadow(-2px 0 0 white) drop-shadow(0 -2px 0 white) drop-shadow(0px 1px 1px #b5c904) drop-shadow(0px 1px 1px #e6b209);
}
#sub-header{
    height: 60px;
    width: 100%;
    border: 3px ridge var(--border-color);
    border-radius: 0px 0px 50px 50px;
    background-color: var(--background-color);
    box-shadow: 0 10px 10px 0 var(--shadow);
    padding: 5px;
    margin-bottom: 10px;
    text-align: center
}
#sub-header h1{
    font-family: "Times New Roman";
    font-size: 20px;
    color: var(--link-color);
    filter: drop-shadow(2px 0 0 white) drop-shadow(0 2px 0 white) drop-shadow(-2px 0 0 white) drop-shadow(0 -2px 0 white) drop-shadow(0px 1px 1px #ca0d45) drop-shadow(0px 1px 1px #ca0d45);
}
.scroll-text {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;              
    padding: 0;              
    white-space: nowrap;     
    display: flex;           
    align-items: center;     
    color: white;
    animation: moverTextoInterno 13s linear infinite;
}

@keyframes moverTextoInterno {
    0% {
    text-indent: 200vh;
    }
    100% {
    text-indent: -120%;
    }
}
/*⫘⫘⫘Index Grid⫘⫘⫘ */
#index-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: 100px 150px 200px 200px 150px ;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}
#index-navigation {
    grid-area: 1 / 1 / 4 / 2;
}
/*⫘⫘⫘Index Content⫘⫘⫘ */
.content {
    padding: 0px;
    overflow: auto;
    scrollbar-width: 5px;
}
#index-navigation .content{
    height: 431px;
    padding: 0px;
    margin: 0px;
}
#index-navigation a{
    background: linear-gradient(90deg,var(--base-color) 0%,var(--background-color) 100%);
    display: block;
    padding: 5px;
    color: var(--link-color);
    text-decoration: none;
    border-bottom: 1px solid var(--border-color);
}
#index-navigation a:hover{
    background: linear-gradient(90deg,var(--background-color) 0%,var(--base-color) 100%);
    color: var(--link-hover-color);
}
/*⫘⫘⫘Music section⫘⫘⫘ */
#index-music {
    grid-area: 4 / 1 / 5 / 1;
}

/**/
#Welcome-box{
    grid-area: 1 / 2 / 6 / 6;
}
#content-welcome{
    max-height: 800px;
    overflow-y: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto auto auto auto;
    grid-column-gap: 10px;
    grid-row-gap: 20px;
    padding: 15px;
}
#welcome-helou{
    grid-area: 1 / 1 / 2 / 3;
    background-size: 25%, cover;
    text-align: center;
    height: auto;
    padding: 10px;
}
.welcome-heading{
        font-family: "Times New Roman";
    font-size: 1em;
    color: var(--background-color);
    text-align: center;
    text-transform: uppercase;
    background-color: var(--border-color);
    border-radius: 5px;
    padding: 2px;
    margin: 0;
}
.welcome-text{
    color: var(--border-color);
    font-family:"Times New Roman";
    font-size: 12px;
    text-align: left;
}
#Cbox{
    grid-area: 2 / 1 / 2 / 2;
        padding: 0px;
}
#Cbox hr{
        padding: 0px;
        margin: 5px;
}
#Cbox iframe{
        padding: 5px;
}
#bonus{
grid-area: 2 / 2 / 2 / 2;
}
#video{
    grid-area: 3 / 1 / 3 / 3;
}
#video .content{
    height: 431px;
    padding: 0;
}
/*⫘⫘⫘Box section⫘⫘⫘ */
#other-box{
    grid-area: 3 / 7 / 4 / 6;
}
#other-box-2{
    grid-area: 4 / 7 / 5 / 6;
}
#other-box-2 .content {
    display: flex;
    flex-direction: row; 
    align-items: center;
    height: 90px;
    padding: 0px;
    margin: 0px;
    overflow: auto;

}
#other-box-2 .content img{
    padding: 5px ;
    width: 100%;
    height: 50px;
}
/*⫘⫘⫘Box section⫘⫘⫘ */
#boxes{
    grid-area: 1 / 6 / 3 / 6;
}
/**/
#card-box{
    grid-area: 5 / 1 / 5 / 1;
}

/*⫘⫘⫘Footer section⫘⫘⫘ */
#footer {
    grid-area: 6 / 1 / 6 / 6;
    /*background-color: var(--background-color);
    background-image: url("https://mydarkroom.neocities.org/Resources/advice/Untitled.png");*/
    
    border-radius: 0 0 45px 45px;
    border: 3px ridge var(--border-color);
    text-align:center;
    margin-top: 10px;
}
.footer-text {
    color: var(--text-color);
    font-family: "#";
    font-size: 1em;
    text-shadow: 1px 1px 2px var(--border-color);
}
/*Credits*/
/*⫘⫘⫘Index Grid⫘⫘⫘ */

/**/
/* Mobile Version */
@media only screen and (max-width: 810px) {
body {
    max-width: 100%;
    font-size: 1em;
}
.main {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
#header {
    background-image: url("/decorations/Deco_Banner.png");
    height: 130px;  
    border-radius: 45px 45px 0 0;
    background-clip: padding-box;
    background-position: left;
    overflow: hidden;
    background-size: 160%;
}
.title {
    font-size: 3em;
}
#index-grid { 
    grid-template-columns: 1fr;
    grid-template-rows: 270px 270px 590px 270px 200px 120px 120px 120px;
}
#index-navigation{ 
    grid-area: 1 / 1 / 2 / 7;
}
#index-navigation .content {
    height: 215px;
    padding: 0;
}
#index-music{ 
    grid-area: 2 / 1 / 2 / 7;
}
/**/
#Welcome-box{
    grid-area: 3 / 1 / 3 / 7;
}
#content-welcome{
    max-height: 830px;
    overflow-y: auto;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-template-rows: 270px 360px 250px 730px;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding: 15px;
}
#welcome-helou{
    background-size: 25%, cover;
    text-align: center;
    padding: 10px;
    overflow: auto;
    scrollbar-width: 5px;
    height: 270px;
}
#Cbox{
    grid-area: 2 / 1 / 2 / 3;
        padding: 0px;
}
#Cbox hr{
        padding: 0px;
        margin: 5px;
}
#Cbox iframe{
        padding: 5px;
}
#bonus{
grid-area: 3 / 1 / 3 / 3;
}
#video{
    grid-area: 4 / 1 / 4/ 3;
}
/**/
#card-box{
    grid-area: 5 / 1 / 5 / 7;
}
#boxes{
    
    grid-area: 4 / 1 / 4 / 7;
}
#other-box{
    grid-area: 6 / 1 / 6 / 7;
}
#other-box-2{
    grid-area: 7 / 1 / 8 / 7;
}

}
#footer{
    grid-area: 8 / 1 / 8 / 7;
}
@media only screen and (max-width: 1200px) {
    #header{
    display: none;
}
#sub-header{
    display: none;
}
.section-title-body{
    font-size: 12px;
}
}