.masthead h1,
.masthead h3 {
    color: white;
    text-shadow: 2px 2px black;
}

header .btn {
    background-color: #ad3a31;
    border: #643735;
}

header .btn:hover,
.btn:active,
.btn:focus {
    background-color: #643735;
    border: #643735;
}

.btn:focus {
    box-shadow: 0 0 0 0.25rem rgba(216, 200, 182, 0.5);
}

#services {
    background-color: #643735;
}

#indexdoc {
    background-color: #d8c8b6;
    padding: 0.5em;
}

.docsec {
    padding: 1em;
    font-size: 1.3em;
}

.docsec:not(#doc1) {
    display: none;
}

.datainfo {
    margin-top: 0.5em;
    padding: 0.5em;
    font-size: 1.5em;
}

.datainfo:not(#MIUR1) {
    display: none;
}

.datasetList {
    color: #ad3a31;
}

.drawbutton {
    background-color: #ad3a31;
    border: #643735;
    color: white;
}

.drawbutton:active {
    background-color: #643735;
    color: white;
    border: #643735;
}

.drawbutton:hover {
    color: white;
}

.footer {
    background-color: #643735;
    color: whitesmoke;
}

.footer p a:any-link {
    text-decoration: none;
    color: whitesmoke;
    font-weight: bold;
}

#scrollnum {
    font-size: 1.5em;
    color: #ad3a31 !important
}

.stat-number {
    font-size: 2.5em;
    font-weight: 600;
}

.stat-title {
    margin-top: 0.5em;
}

.accordion-button {
    font-size: 0.7em;
}

.accordion-body {
    font-size: 1em;
}

#chart_div {
    display: none;
}

.docsec {
    text-align: justify;
    text-justify: inter-word;
}

.textualcontent {
    font-size: 1.4em;
    text-align: justify;
    text-justify: inter-word;
}

.docsec a:any-link, #sourcedata a:any-link {
    text-decoration: none;
    color: #ad3a31
}

.blockquote-custom-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -30px;
    left: 19px;
    background-color: #ad3a31;
    }