@font-face{
font-family: 'fb';
src: url('../font/fb.ttf');
}
@font-face{
font-family: 'tit';
src: url('../font/tit.ttf');
}

:root{
--palette_black: #171717;
--palette_gray: #4B4D4E;
--palette_ocra: rgba(150, 89, 30, 1);
--palette_blue: rgba(20, 81, 92, 1);
--palette_red: rgba(150, 41, 30, 1);
}


.noDesktop{
display: none;
}


html, body{
position: relative;

margin: 0vw;
padding: 0vw;
	
width: 100vw;
height: 100vh;

text-align: center;
font-family: 'fb';
font-size: 1vw;
color: var(--palette_black);
text-shadow: 0.05vw 0.05vw 0.05vw rgba(0, 0, 0, 0.15);

overflow-x: hidden;
overflow-y: auto;
}

::-webkit-scrollbar{
width: 0.25vw;
height: 0.25vw;

background: none;

box-shadow: inset 0vw 0vw 0.1vw var(--palette_gray);
-webkit-box-shadow: inset 0vw 0vw 0.1vw var(--palette_gray);
-moz-box-shadow: inset 0vw 0vw 0.1vw var(--palette_gray);
-o-box-shadow: inset 0vw 0vw 0.1vw var(--palette_gray);

cursor: default !important;

z-index: 9;
}
::-webkit-scrollbar-track{
cursor: default !important;

z-index: 9;
}
::-webkit-scrollbar-thumb{
background: rgba(20, 81, 92, 0.9);

cursor: default !important;

box-shadow: 0vw 0vw 0.1vw var(--palette_gray);
-webkit-box-shadow: 0vw 0vw 0.1vw var(--palette_gray);
-moz-box-shadow: 0vw 0vw 0.1vw var(--palette_gray);
-o-box-shadow: 0vw 0vw 0.1vw var(--palette_gray);

z-index: 9;
}




[data-Href]{
cursor: pointer;
}



input[type='text']{
box-sizing: border-box;

padding: 1vw 0.5vw;

width: 100%;
line-height: 2vw;
height: 2vw;

font-family: 'fb';
font-size: 1vw;
color: var(--palette_black);

caret-color: rgba(20, 81, 92, 1);

background-color: rgba(20, 81, 92, 0.02);

border-radius: 0.25vw 0.75vw 0.25vw 0.25vw;
border: 0.1vw solid rgba(150, 89, 30, 1);
outline: none;

box-shadow: 0.05vw 0.05vw 0.1vw rgba(0, 0, 0, 0.3);
-webkit-box-shadow: 0.05vw 0.05vw 0.1vw rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0.05vw 0.05vw 0.1vw rgba(0, 0, 0, 0.3);
-o-box-shadow: 0.05vw 0.05vw 0.1vw rgba(0, 0, 0, 0.3);
}
textarea{
box-sizing: border-box;

padding: 0vw 0.5vw;

width: 100%;
line-height: 2vw;
min-height: 5vw;
max-height: 15vw;

font-family: 'fb';
font-size: 1vw;
color: var(--palette_black);

caret-color: rgba(20, 81, 92, 1);

background-color: rgba(20, 81, 92, 0.02);

border-radius: 0.25vw 0.75vw 0.25vw 0.25vw;
border: 0.1vw solid rgba(150, 89, 30, 1);
outline: none;

box-shadow: 0.05vw 0.05vw 0.1vw rgba(0, 0, 0, 0.3);
-webkit-box-shadow: 0.05vw 0.05vw 0.1vw rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0.05vw 0.05vw 0.1vw rgba(0, 0, 0, 0.3);
-o-box-shadow: 0.05vw 0.05vw 0.1vw rgba(0, 0, 0, 0.3);

resize: vertical;
}

    input[type='text']:hover, textarea:hover{
    box-shadow: inset 0.05vw 0.05vw 0.1vw rgba(0, 0, 0, 0.15), 0.05vw 0.05vw 0.1vw rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0.05vw 0.05vw 0.1vw rgba(0, 0, 0, 0.15), 0.05vw 0.05vw 0.1vw rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0.05vw 0.05vw 0.1vw rgba(0, 0, 0, 0.15), 0.05vw 0.05vw 0.1vw rgba(0, 0, 0, 0.3);
    -o-box-shadow: inset 0.05vw 0.05vw 0.1vw rgba(0, 0, 0, 0.15), 0.05vw 0.05vw 0.1vw rgba(0, 0, 0, 0.3);
    }
    input[type='text']:focus, textarea:focus{
    background-color: rgba(20, 81, 92, 0.05);

    box-shadow: inset 0.05vw 0.05vw 0.1vw rgba(0, 0, 0, 0.15), 0.05vw 0.05vw 0.1vw rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0.05vw 0.05vw 0.1vw rgba(0, 0, 0, 0.15), 0.05vw 0.05vw 0.1vw rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0.05vw 0.05vw 0.1vw rgba(0, 0, 0, 0.15), 0.05vw 0.05vw 0.1vw rgba(0, 0, 0, 0.3);
    -o-box-shadow: inset 0.05vw 0.05vw 0.1vw rgba(0, 0, 0, 0.15), 0.05vw 0.05vw 0.1vw rgba(0, 0, 0, 0.3);
    }

::placeholder{
line-height: 2vw;

font-size: 65%; 
color: rgba(23, 23, 23, 0.5);
font-style: italic;
}


.button{
box-sizing: border-box;

margin: 0vw auto;
padding: 0.25vw 2.5vw;

width: 50%;
line-height: 1.5vw;

border-radius: 0.25vw 0.75vw 0.25vw 0.25vw;

font-family: 'fb';
text-align: center;
font-size: 1.15vw;
color: #FFFFFF;
font-variant: small-caps;
text-align: center;

background-color: rgba(150, 89, 30, 0.75);

box-shadow: 0vw 0vw 0.05vw rgba(0, 0, 0, 0.35);
-webkit-box-shadow: 0vw 0vw 0.05vw rgba(0, 0, 0, 0.35);
-moz-box-shadow: 0vw 0vw 0.05vw rgba(0, 0, 0, 0.35);
-o-box-shadow: 0vw 0vw 0.05vw rgba(0, 0, 0, 0.35);

overflow: hidden;

cursor: pointer;

-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
    .button:hover{
    box-shadow: inset 0vw 0vw 0.05vw rgba(0, 0, 0, 0.35), 0vw 0vw 0.05vw rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: inset 0vw 0vw 0.05vw rgba(0, 0, 0, 0.35), 0vw 0vw 0.05vw rgba(0, 0, 0, 0.35);
    -moz-box-shadow: inset 0vw 0vw 0.05vw rgba(0, 0, 0, 0.35), 0vw 0vw 0.05vw rgba(0, 0, 0, 0.35);
    -o-box-shadow: inset 0vw 0vw 0.05vw rgba(0, 0, 0, 0.35), 0vw 0vw 0.05vw rgba(0, 0, 0, 0.35);

    background-color: rgb(150, 89, 30, 0.9);
    }
    .button:active{
    box-shadow: inset 0vw 0vw 0.05vw rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: inset 0vw 0vw 0.05vw rgba(255, 255, 255, 0.5);
    -moz-box-shadow: inset 0vw 0vw 0.05vw rgba(255, 255, 255, 0.5);
    -o-box-shadow: inset 0vw 0vw 0.05vw rgba(255, 255, 255, 0.5);

    background-color: rgb(150, 89, 30, 1);
    }

.button[data-C='R']{
background-color: rgba(92, 0, 62, 0.75);
}
    .button[data-C='R']:hover{
    background-color: rgba(92, 0, 62, 0.9);
    }
    .button[data-C='R']:active{
    background-color: rgba(92, 0, 62, 1);
    }

.button[data-Disabled]{
opacity: 0.5;

cursor: not-allowed;
}


.miniLoader{
padding-top: 15vw;

width: 100%;    
line-height: 25vw; 

color: var(--palette_blue);
font-weight: bold;
font-style: italic;

background: url("../../img/load.gif") center 10vw no-repeat;
background-size: auto 7.5vw;

cursor: wait;
}








#top{
position: fixed;
top: 0vw;    
left: 0vw;

display: flex;
align-items: center;

padding: 1vw 2.5vw;

box-sizing: border-box;

width: 100vw;
height: 15vh;

color: var(--palette_gray);
font-family: 'tit';

border-top: 0.25vw solid rgba(255, 255, 255, 0.9);
border-bottom: 0.25vw solid rgba(255, 255, 255, 0.9);

background-color: rgba(255, 255, 255, 0.95);
background-image: url('../../img/hr.png');
background-repeat: repeat;
background-size: auto calc(100% / 6);
background-position: center bottom; 

box-shadow: 0vw 0vw 0.25vw rgba(75, 77, 78, 0.5);
-webkit-box-shadow: 0vw 0vw 0.25vw rgba(75, 77, 78, 0.5);
-moz-box-shadow: 0vw 0vw 0.25vw rgba(75, 77, 78, 0.5);
-o-box-shadow: 0vw 0vw 0.25vw rgba(75, 77, 78, 0.5);

-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;

z-index: 2;
}
    #topTit{
    padding-top: 0.75vw;
    padding-left: 6vw;

    width: 35vw;
    height: 100%;
    line-height: 3vw;

    text-align: left;
    color: var(--palette_black);
    text-shadow: 0.05vw 0.05vw 0.1vw rgba(23, 23, 23, 0.5);

    background-image: url('../../img/logo.png');
    background-position: center left;
    background-repeat: no-repeat;
    background-size: auto 100%;

    cursor: pointer;
    }
        #topTit > div:nth-of-type(1){
        margin-top: -1vw;
        margin-left: 2.25vw;
        
        font-size: 2vw;
        }
        #topTit > div:nth-of-type(2){
        font-size: 3.5vw;
        }
        #topTit br{
        display: none;
        }

    #topMenu{
    flex-grow: 1;  

    display: flex;
    justify-content: flex-end;

    font-size: 4vw;
    color: rgba(150, 89, 30, 1);
    text-shadow: 0.1vw 0.1vw 0.1vw rgba(23, 23, 23, 0.25);
    }
        .topMenu{
        width: 12.5vw;

        cursor: pointer;
        }
            .topMenu:hover{
            
            }



#content{
margin-top: 15vh; 

box-sizing: border-box;

width: 100vw;
min-height: calc(100vh - 35vh);
}

    .homeBox{
    position: relative;

    padding: 5vw 0vw;

    width: 100%;

    color: var(--palette_black);

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    }
        .homeBox i{
        color: #527100;
        }

        #homeBoxTop{
        height: calc(85vh - 10vw);

        background-image: url('../../img/homeTop.png');
        background-size: cover;
        background-position: top center;
        background-repeat: no-repeat;
        background-attachment: fixed;

        box-shadow: inset 0vw 0vw 0.25vw rgba(75, 77, 78, 0.75);
        -webkit-box-shadow: inset 0vw 0vw 0.25vw rgba(75, 77, 78, 0.75);
        -moz-box-shadow: inset 0vw 0vw 0.25vw rgba(75, 77, 78, 0.75);
        -o-box-shadow: inset 0vw 0vw 0.25vw rgba(75, 77, 78, 0.75);
        }

        #homeBox_1{
        position: absolute;
        bottom: 5vw;
        left: 7.5vw;

        padding: 0.75vw 1vw;

        width: 27.5vw;

        text-align: justify;

        background-color: rgba(255, 255, 255, 0.95);

        border-radius: 0.5vw;
        
        box-shadow: 0.05vw 0.05vw 0.25vw rgba(75, 77, 78, 0.85);
        -webkit-box-shadow: 0.05vw 0.05vw 0.25vw rgba(75, 77, 78, 0.85);
        -moz-box-shadow: 0.05vw 0.05vw 0.25vw rgba(75, 77, 78, 0.85);
        -o-box-shadow: 0.05vw 0.05vw 0.25vw rgba(75, 77, 78, 0.85);
        }


        #homeFBbox{
        position: absolute;
        top: 9vw;
        right: 1.5vw;

        max-height: calc(100vh - 10vw);

        opacity: 0.95;

        overflow: hidden;
        }

        #homeBoxEventMain{
        display: flex;
        align-items: center;
        column-gap: 1vw;

        width: 100%;
        height: calc(85vh - 5vw);

        overflow: hidden;
        }
            #homeBoxEventMainTit{
            align-self: center;

            margin: 0vw 0vw 15vw 1vw;

            line-height: 1vw;

            font-family: 'tit';
            font-size: 5vw;
            color: rgba(150, 89, 30, 1);
            text-shadow: 0.05vw 0.05vw 0.1vw rgba(23, 23, 23, 0.75);
                
            transform: rotate(270deg);
            }

            #homeBoxEventContent{
            flex-grow: 1;

            display: flex;
            align-items: flex-start;
            column-gap: 1vw;

            box-sizing: border-box;

            padding: 0.25vw 1vw 1vw 0.25vw;

            width: auto;
            height: 100%;

            overflow-x: scroll;
            overflow-y: hidden;
            }
                
                .homeBoxEvent{
                flex-shrink: 0;

                display: flex;
                flex-direction: column;
                row-gap: 1vw;

                padding: 1vw;

                width: 16vw;
                max-height: calc(100% - 2vw);

                text-align: center;

                border-radius: 0.5vw;
                
                box-shadow: 0.05vw 0.05vw 0.25vw rgba(75, 77, 78, 0.85);
                -webkit-box-shadow: 0.05vw 0.05vw 0.25vw rgba(75, 77, 78, 0.85);
                -moz-box-shadow: 0.05vw 0.05vw 0.25vw rgba(75, 77, 78, 0.85);
                -o-box-shadow: 0.05vw 0.05vw 0.25vw rgba(75, 77, 78, 0.85);

                overflow: hidden;
                }

                    .homeBoxEvent[data-N]{
                    flex-direction: row;
                    align-items: center;

                    width: 40vw;
                    }
                        .homeBoxEvent[data-N] .homeBoxEventImg{
                        margin: -1vw 2.5vw -1vw -1vw;

                        width: 20vw;
                        max-height: 30vw;
                        }
                        .homeBoxEvent[data-N] .homeBoxEventTxtBox{
                        flex-grow: 1;

                        display: flex;
                        flex-direction: column;
                        row-gap: 1vw;

                        max-height: 30vw;
                        }

                    .homeBoxEventOld{
                    opacity: 0.2;
                    }

                    .homeBoxEventImg{   
                    flex-shrink: 0;

                    margin: -1vw -1vw 0vw -1vw;

                    max-width: calc(100% + 2vw);
                    max-height: 20vw;
                    }
                    .homeBoxEventData{
                    line-height: 2.5vw;

                    font-size: 1.5vw;
                    }
                    .homeBoxEventTit{
                    line-height: 2.65vw;

                    font-family: 'tit';
                    font-size: 2.5vw;    
                    color: rgba(150, 89, 30, 1);
                    text-shadow: 0.05vw 0.05vw 0.05vw rgba(23, 23, 23, 0.75);

                    -webkit-touch-callout: none;
                    -webkit-user-select: none;
                    -khtml-user-select: none;
                    -moz-user-select: none;
                    -ms-user-select: none;
                    user-select: none;
                    }
                    .homeBoxEventDescr{
                    margin: 1vw -1vw -1vw -1vw;
                    padding: 0vw 1vw 1vw 1vw;

                    line-height: 1vw;

                    font-size: 0.85vw;

                    overflow-x: hidden;
                    overflow-y: auto;
                    }

        #homeVideo{
        width: 100%;
        height: calc(85vh - 5vw);

        cursor: pointer;
        }

        #homeFinalita{
        display: flex;
        column-gap: 3.5vw;
        justify-content: center; 

        margin: 0vw auto;

        width: 65vw;
        }
            #homeSolidarieta, #homeMission{
            padding: 1vw;

            box-sizing: border-box;


            font-size: 1.25vw;

            border-radius: 0.25vw;

            background-color: rgba(255, 255, 255, 0.9);
            background-image: url('../../img/hr.png');
            background-repeat: repeat;
            background-size: auto 1vw;
            background-position: center bottom; 

            box-shadow: 0vw 0vw 0.25vw rgba(75, 77, 78, 0.5);
            -webkit-box-shadow: 0vw 0vw 0.25vw rgba(75, 77, 78, 0.5);
            -moz-box-shadow: 0vw 0vw 0.25vw rgba(75, 77, 78, 0.5);
            -o-box-shadow: 0vw 0vw 0.25vw rgba(75, 77, 78, 0.5);
            }
                #homeSolidarieta .tit, #homeMission .tit{
                font-family: 'tit';
                font-size: 3.5vw;
                color: rgba(150, 89, 30, 1);
                text-shadow: 0.05vw 0.05vw 0.1vw rgba(23, 23, 23, 0.75);
                }

    #homeStoria, #homeFinalita{
    display: flex;
    align-items: center;

    padding: 0vw;

    height: calc(100vh - 15vw);
    }

        #homeStoriaMainTit, #homeFinalitaTit{
        line-height: 1vw;

        font-family: 'tit';
        font-size: 5vw;
        color: rgba(150, 89, 30, 1);
        text-shadow: 0.05vw 0.05vw 0.1vw rgba(23, 23, 23, 0.75);
            
        transform: rotate(270deg);
        }
        #homeStoriaMainContent, #homeFinalitaContent{
        display: flex;
        column-gap: 2.5vw;
        justify-content: center;
        align-items: center;

        flex-grow: 1;

        padding: 0vw 2vw 0vw 0vw;

        height: 100%;
        }
            .homeStoriaBox{
            display: flex;
            flex-wrap: wrap;

            box-sizing: border-box;

            width: 25vw;

            background-color: rgba(255, 255, 255, 0.9);
            background-image: url('../../img/hr.png');
            background-repeat: repeat;
            background-size: auto 1vw;
            background-position: center bottom; 

            box-shadow: 0vw 0vw 0.25vw rgba(75, 77, 78, 0.5);
            -webkit-box-shadow: 0vw 0vw 0.25vw rgba(75, 77, 78, 0.5);
            -moz-box-shadow: 0vw 0vw 0.25vw rgba(75, 77, 78, 0.5);
            -o-box-shadow: 0vw 0vw 0.25vw rgba(75, 77, 78, 0.5);

            cursor: pointer;
            }
                .homeStoriaBoxImg{
                align-self: stretch;

                width: 100%;
                max-width: 25vw;
                min-height: 20vw;

                background-repeat: no-repeat;
                background-position: center center;
                background-size: cover;
                }

                .homeStoriaBoxDescr{
                flex-grow: 1;
                }
                    .homeStoriaBoxTit{
                    margin: 1vw auto 0.5vw auto;

                    width: 100%;
                    line-height: 3vw;

                    font-family: 'tit';
                    font-size: 3vw;
                    color: var(--palette_black);
                    }
                        .homeStoriaBoxTit .button{
                        margin-bottom: 1vw;

                        width: 15vw;
                        }
                    .homeStoriaBoxContent{
                    display: none;
                    
                    flex-grow: 1;

                    box-sizing: border-box;

                    padding: 1vw;

                    width: 64.55vw;
                    max-height: 60vh;
                    line-height: 1.35vw;

                    font-size: 1vw;
                    text-align: justify;

                    overflow-x: hidden;
                    overflow-y: auto;
                    }

                    
                        #homeStoria_ECdB iframe{
                        margin: 1vw auto -1vw auto;

                        width: 100%;
                        height: 50vh;
                        }



        

    #homeContatti{
    display: flex;
    align-items: center;
    }

        #homeContattiMap{
        flex-grow: 1;

        margin-left: 2.5vw;

        height: 50vh;

        border-radius: 0.5vw;
        border: 0.15vw solid rgba(150, 89, 30, 1);

        background-color: rgba(255, 255, 255, 0.9);
        background-image: url('../../img/hr.png'), url('../../img/logo.png');
        background-repeat: repeat, no-repeat;
        background-size: auto 1.5vw, auto 15vh;
        background-position: center bottom, center center; 
        background-attachment: fixed;
        

        box-shadow: 0.05vw 0.05vw 0.15vw rgba(75, 77, 78, 0.5);
        -webkit-box-shadow: 0.05vw 0.05vw 0.15vw rgba(75, 77, 78, 0.5);
        -moz-box-shadow: 0.05vw 0.05vw 0.15vw rgba(75, 77, 78, 0.5);
        -o-box-shadow: 0.05vw 0.05vw 0.15vw rgba(75, 77, 78, 0.5);

        overflow: hidden;
        }
            #homeMapInfoTit{
            padding: 0.75vw 1vw 0.25vw 1vw;

            font-family: 'tit';
            font-size: 2vw;    
            color: rgba(150, 89, 30, 1);
            text-shadow: 0.05vw 0.05vw 0.05vw rgba(23, 23, 23, 0.75);
            }
            #homeMapInfoSubTit{
            padding: 0vw 1vw;

            font-family: 'fb';
            font-size: 1.15vw;    
            color: var(--palette_gray);
            }
            .gm-style-iw-chr{
            display: none;
            }

        #homeContattiForm{
        padding: 5vw;

        width: 30vw;
        }
            #homeContattiFormTit{
            padding-bottom: 0.5vw;

            font-family: 'tit';
            font-size: 2vw;    
            color: rgba(150, 89, 30, 1);
            text-shadow: 0.05vw 0.05vw 0.05vw rgba(23, 23, 23, 0.75); 
                
            text-align: center;
            }

            .homeContattiFormRow{
            display: flex;
            column-gap: 1vw;

            margin-bottom: 0.5vw;

            line-height: 2vw;
            }
                .homeContattiFormRow label{
                width: 10vw;

                font-size: 1vw;
                text-align: right;

                cursor: pointer;
                }

                #homeContattiForm_Confirm{
                margin-top: 1vw;
                }

    #e404img{
    margin: 50vw auto 0vw auto;

    height: 30vh;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    }


    




#foot{
display: flex;
align-items: center;
justify-content: center;
column-gap: 2vw;

position: relative;

box-sizing: border-box;

padding: 1vw;

width: 100vw; 
height: 20vh;
line-height: 1.15vw;

color: var(--palette_gray);
font-size: 0.75vw;

border-top: 0.25vw solid rgba(255, 255, 255, 0.9);
border-bottom: 0.25vw solid rgba(255, 255, 255, 0.9);

background-color: rgba(255, 255, 255, 0.9);
background-image: url('../../img/hr.png');
background-repeat: repeat;
background-size: auto calc(100% / 6);
background-position: center bottom; 

box-shadow: 0vw 0vw 0.25vw rgba(75, 77, 78, 0.5);
-webkit-box-shadow: 0vw 0vw 0.25vw rgba(75, 77, 78, 0.5);
-moz-box-shadow: 0vw 0vw 0.25vw rgba(75, 77, 78, 0.5);
-o-box-shadow: 0vw 0vw 0.25vw rgba(75, 77, 78, 0.5);

-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

    #footMenu{
    width: 10vw;

    text-align: right;
    }
        .footMenu:hover{
        text-decoration: underline;

        cursor: pointer;
        }

    #footLogo{
    height: 15vh;

    opacity: 0.85;
    }





#loader{
display: none;

position: fixed;
top: 0vw;
left: 0vw;

width: 100vw;
height: 100vh;

background: rgba(20, 81, 92, 0.25) url('../../img/load.gif') no-repeat;
background-position: center 10vw;
background-size: 5vw;

z-index: 999999999999999999999999999;
}




#debug{
position: fixed;
bottom: 0vw; 
left: 0vw;

width: 100vw; 
max-height: 25vh; 

font-family: monospace;
unicode-bidi: isolate;
text-align: center; 
font-size: 20px; 
color: #333333;

background: rgba(255, 204, 0, 0.85); 

overflow: auto;	

resize: horizontal;

z-index: 9999999999999999999999;
}
    #debug b{
    font-size: 30px; 
    color: var(--palette_red);
    }