
#special-header {
    display: none;
    padding-bottom: 11px;
    background-color: #fff;
    -webkit-box-shadow: 0px 25px 0px 0px black inset;
    -moz-box-shadow: 0px 25px 0px 0px black inset;
    box-shadow: 0px 25px 0px 0px black inset;
}

#special-header span.header-uppercase {
    display: block;
    width: 100%;
    font-weight: bold;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

#special-header span.header-uppercase+div, #special-header span.header-uppercase+ul {
    margin-top: 10px;
}

#special-header span.header-uppercase+div {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
}

#special-header .list.active {
    box-shadow: 0px 0px 0px 4px #008000;
    z-index: 10;
}

#special-header .change-font-size .font-size a:link, #special-header .change-font-size .font-size a:visited {
    color: #000;
    font-weight: bold;
    text-decoration: none;
}

#special-header .change-font-size .font-size a:active, #special-header .change-font-size .font-size a:hover {
    box-shadow: 0px 0px 0px 4px #008000;
}

#special-header .change-font-size .font-size .active {
    box-shadow: 0px 0px 0px 4px #008000;
}

#special-header .change-font-size .font-size .text-xs {
    font-size: 20px;
}

#special-header .change-font-size .font-size .text-sm {
    font-size: 30px;
}

#special-header .change-font-size .font-size .text-lg {
    font-size: 40px;
}

#special-header .change-color-theme .set-themes {
    display: flex;
    justify-content: space-around;
}

#special-header .change-color-theme a {
    width: 25%;
    height: 35px;
    display: block;
    cursor: pointer;
    margin: 0 3px;
    border: solid 1px #333;
}

#special-header .change-color-theme a.set-default {
    background-color: #fff;
}

#special-header .change-color-theme a.set-black {
    background-color: #000;
}

#special-header .change-color-theme a.set-blue {
    background-color: #5300ff;
}

#special-header .change-color-theme a.set-green {
    background-color: #94ef2d;
}

#special-header .change-visibility-image .set-image-visible a.btn {
    border: solid 2px #000;
}

#special-header .change-visibility-image .set-image-visible a.btn:focus, #special-header .change-visibility-image .set-image-visible a.btn:active {
    border: solid 2px #000;
    box-shadow: none;
    outline: none;
}

#special-header .change-visibility-image .set-image-visible a.btn.active {
    background: #000;
    color: #fff;
    font-weight: bold;
}

#special-header .change-font-family button.btn-outline-dark,
#special-header .change-kerning button.btn-outline-dark {
    border: solid 2px #000;
    font-weight: bold;
    text-transform: uppercase;
}

.set-font-family,
.set-kerning {
    list-style: none;
}

.set-font-family li,
.set-kerning li {
    padding: 5px 0 5px 5px;
}

.set-font-family li.active::marker,
.set-kerning li.active::marker {
    font-family: 'FontAwesome';
    /* font-weight: bold; */
    content: '\f00c';
    color: #000;
}

.set-font-family li a,
.set-kerning li a {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
}
