@font-face {
    font-family: 'dumble' ;
    src: local('dumble'),
        url("ttf/dum1.ttf");
}
@font-face {
    font-family: 'dumbleWide' ;
    src: local('dumbleWide'),
        url("ttf/dum1wide.ttf");
    font-stretch: 5% 500%;
}
@font-face {
    font-family: 'dumbleThin' ;
    src: local('dumbleThin'),
        url("ttf/dum1thin.ttf");
    font-stretch: 5% 500%;
}
@font-face {
    font-family: 'Raleway' ;
    src: local('Raleway'),
    url("ttf/Raleway-SemiBold.ttf");
}
@font-face {
    font-family: 'DroidSans' ;
    src: local('DroidSans'),
        url("ttf/DroidSans.ttf")
}
span{
    opacity: inherit !important;
}
.nubarticle{
    color: var(--price-text-color)/*#b97a0f*/ ;
    font-family:  "dumbleWide";
    background-color: var(--pullmenu-bg-color);
    opacity: 85%; 
    border-radius: 100% ;
    text-align: center;
    position: absolute;
    font-size: 25px;
    padding-left: 11px;
    padding-right: 11px;
    top: 6px;
    margin-left: -15px;
}
.menu-text{
    font-family: 'dumbleThin';
    font-size: 32px;
    color :var(--dark-text-color);
    text-shadow: 0.5px 0.5px var(--dark-text-color);
    margin: auto;
}
.menu-text2{
    font-family: 'dumbleThin';
    font-size: 32px;
    color :var(--brown-text-color);
    text-shadow: 0.5px 0.5px var(--brown-text-color);
    margin: auto;
}
.text{
    font-family: 'dumble';
    font-size: 35px;
    color :var(--dark-text-color);
    text-align:center; 
/*    width: 80%;
    margin-left:auto;
    margin-right: auto;*/
}
.text-serious{
    font-family: 'DroidSans';
    font-size: 30px;
    color :var(--dark-text-color);
    text-align:center; 
}
.footer-text{
    display: block;
    font-family: 'DroidSans';
    font-size: 18px;
    color : var(--dark-text-color) /*#2B1207*/;
    text-shadow: 0.25px 0.25px #611f1f;
    margin-top: auto;
    margin-bottom: auto;
}
h1{
    margin: 0;
    font-family: 'Raleway';
    font-size: 65px;
    color :  var(--medium-text-color);
    text-shadow: 3px 3px var(--cream-text-color);
    text-align: center !important;
    user-select: none;
}
h2{
    margin: 0;
    font-family: 'Raleway';
    font-size: 61px;
    color :var(--cream-text-color);
    text-shadow: 2px 2px var(--dark-text-color);
    text-align: center;
    user-select: none;
}
h3{
    font-family: 'dumbleThin';
    color :  var(--medium-text-color);
    margin: 0;
    font-size: 50px;
    text-align: center;
}
h4{
    margin: 0;
    font-size: 43px;
    font-weight:400;
}
h5{
    margin: 0;
    font-size: 32px;
    font-weight:400;
}




p{
    margin: 0px;
    font-size: 40px;
    padding: 0px;
    display: flex;
    padding-top: var(--text-padding-tb);
    padding-bottom: var(--text-padding-tb);
}
.font-T{
    font-size: 20px;
    display: contents;
}
.collection p{
    font-family: 'dumbleThin';
}
.collection h2{
    color : var(--clear-text-color);
    font-size: 40px;
}
.text-button{
    font-family:  "dumbleThin";
    color: var(--clear-text-color); 
    background-color: var(--button-bg-color);
    padding: 10px;
    border-radius: 10px 10px ;
    text-align: center;
    cursor: pointer;
    max-width: 95%; 
    margin-left: auto;
    margin-right: auto;
    font-size: 30px;
    user-select: none;
    transition: background-color 0.3s;
}
.text-button:hover{
    background-color: var(--button-h-bg-color) !important;
}
.text-undersection{
    font-family: 'dumble';
    color:#2e2007 ; 
    font-size: 30px; 
    font-weight: bold;
    text-align: center; 
    width: 100%;
    user-select: none;
}
.price{
    color: var(--price-text-color)/*#b97a0f*/ ;
    margin-bottom: 5px;
    margin-top: 2px;
    font-size: 40px;
}
.cents{
    font-size: 30px;
    min-width: unset !important;
    display: unset !important;
}
.quotetext{
    font-family: 'dumble';
    font-size: 45px;
/*    color :var(--dark-text-color);*/
    text-align:left; 
    width: 90%;
    margin-left:auto;
    margin-right: auto;
}
.zoompanier{
    display: block;    
    top: 2px;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    padding: 4px;

}
.delete{
    color:var(--price-text-color);
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: inline-block;
    user-select: none;
}
.delete:hover{
    color: var(--main-bg-color);
    background-color: var(--price-text-color);
}
.zoompanier:hover{
    background-color: var(--scdbutton-text-color);
}
.booktitle{
    text-align: left !important; 
    font-size: 70px;
    /*line-height: 90%*/
}

.whotext{
    font-family: 'dumble';
    font-style: italic ;
    font-size: 23px;
    color :var(--dark-text-color);
    text-align:right; 
    width: 90%;
    margin:0px; 
    margin-bottom: 35px 
}
.text-alert{
    text-align:center; 
    width:100%; 
    font-family:'dumble';
    color:var(--price-text-color);
    font-size:45px;
    margin-top:10px;
    margin-bottom: 10px;
}



#presentation2 .container{
    font-family: 'dumbleThin';
    color :  var(--medium-text-color);
    font-size: 40px;
    text-align: justify;
}