@import url("webfonts/Skyfont/Skyfont.css");

@font-face {
    font-family: 'ROCK-ON';
    src: url("webfonts/rock-on/Typoster ROCK-ON Demo.otf") format('opentype');
    font-weight: normal;
    font-style: normal;
}

/*@import url("webfonts/motorhead/stylesheet.css");*/
/*@import url("webfonts/dharma_punk/stylesheet.css");*/
/*@import url("webfonts/dharma_punk2/stylesheet.css");*/

:root {
    --tuberock-color: rgb(255 235 205);
    --tuberock-color-hover: rgba(207, 24, 24, 0.43);
    /*--tuberock-font-size: 1em;*/
}

@media only screen and (orientation: landscape) {
    body {
        /*background-image: url("images/ultra-wide-mountain-panorama.jpg");*/
        /*background-image: url("images/wigwam6.jpg");*/
        background-image: url("images/wigwam6.jpg");
    }
}

@media only screen and (orientation: portrait) {
    body {
        /*background-image: url("images/horizon-zero-dawn-snow-mountains.jpg");*/
        /*background-image: url("images/wigwam6.jpg");*/
        background-image: url("images/1482569-4k-wallpaper-nature-3840x2160-for-mobile.jpg");

    }
}

/*body > details > summary {*/
/*    list-style: none;*/
/*}*/

details[open] > summary::marker {
    color: #ff0000;
    /*font-size: 2em;*/
}

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    color: var(--tuberock-color);
}

body {
    font-family: ROCK-ON, serif;
    /*font-family: Skyfont, serif;*/
    /*font-family: dharma_punk, serif;*/
    /*font-family: motorhead, serif;*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    background-attachment: fixed;
    font-size: 25px;
}

/*details > details {*/
/*    background-color: var(--tuberock-color-hover);*/
/*}*/

/*details > details[open] > summary {*/
/*    background-color: ;*/
/*}*/

/*details[open] > summary {*/
/*    background-color: rgba(0, 0, 0, 0.76);*/
/*}*/

details details summary {
    max-width: 500px;
    margin: 5px 0;
    padding: 5px;
    background-color: rgb(78 33 48 / 0.73);
    border-radius: 10px;
}

details details {
    width: 85vw;
    /*display: block;*/
    margin-left: auto;
    margin-right: auto;
}

details details[open] {
    padding: 15px;
    background-color: rgb(64 35 35 / 0.7);
    border: rgb(253 233 203) 2px solid;
    border-radius: 8px;
}

details[open]:nth-child(n+2) > summary::first-letter {
    color: yellow;
}

/*summary:hover {*/
/*    background-color: rgba(0, 0, 0, 0.67);*/
/*}*/

summary::first-letter {
    font-size: 1.8em;
    color: pink;
}

img, video {
    /*max-width: 100%;*/
    width: 100%;
    margin: 0;
}

#burger {
    /*margin-left: 10px;*/
    color: rgba(30, 31, 34, 0.71);
    border-style: solid;
    border-width: 2px;
    border-radius: 7px;
    background-color: var(--tuberock-color);
    font-size: 1.5em;
}

#tuberock-title-first-letter {
    font-size: 1.9em;
}

#counter {
    /*position: absolute;*/
    position: fixed;
    bottom: 10px;
    left: 0;
    right: 0;
    margin-inline: auto;
    width: fit-content;
    font-family: Skyfont, serif;
}
